diff options
author | Jeremy Henty <onepoint@starurchin.org> | 2009-01-17 10:59:15 +0000 |
---|---|---|
committer | Jeremy Henty <onepoint@starurchin.org> | 2009-01-17 10:59:15 +0000 |
commit | 9408a6f6bcc4d65c96d4dbfbafa49325778e1fb9 (patch) | |
tree | 7bd6ddc85a44e056dec607b6ee10035fb44ed1d8 /dpid/dpid_common.c | |
parent | 650710395c696eb51fc46a6a7cf4c040db77b2ce (diff) |
[mq]: add-dpid-copyright
Diffstat (limited to 'dpid/dpid_common.c')
-rw-r--r-- | dpid/dpid_common.c | 11 |
1 files changed, 11 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> |