diff options
author | Johannes Hofmann <Johannes.Hofmann@gmx.de> | 2009-01-17 17:00:11 +0100 |
---|---|---|
committer | Johannes Hofmann <Johannes.Hofmann@gmx.de> | 2009-01-17 17:00:11 +0100 |
commit | 5e0163f8012a66ac34313478d9c095e9b3e08144 (patch) | |
tree | 8a650b63119b39754b816870a754b4af23d2bdee | |
parent | 114ce5de1695082bf1840abd709f40a1010974e4 (diff) | |
parent | 9408a6f6bcc4d65c96d4dbfbafa49325778e1fb9 (diff) |
merge
-rw-r--r-- | dpid/dpid_common.c | 11 | ||||
-rw-r--r-- | dpid/misc_new.c | 11 |
2 files changed, 22 insertions, 0 deletions
diff --git a/dpid/dpid_common.c b/dpid/dpid_common.c index a04d9c4f..5b32daad 100644 --- a/dpid/dpid_common.c +++ b/dpid/dpid_common.c @@ -1,3 +1,14 @@ +/* + * File: dpid_common.c + * + * Copyright 2008 Jorge Arellano Cid <jcid@dillo.org> + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 3 of the License, or + * (at your option) any later version. + */ + #include <stdio.h> #include <string.h> #include <unistd.h> diff --git a/dpid/misc_new.c b/dpid/misc_new.c index f85f43e4..2438a80f 100644 --- a/dpid/misc_new.c +++ b/dpid/misc_new.c @@ -1,3 +1,14 @@ +/* + * File: misc_new.c + * + * Copyright 2008 Jorge Arellano Cid <jcid@dillo.org> + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 3 of the License, or + * (at your option) any later version. + */ + #include <stdio.h> #include <time.h> #include <stdlib.h> |