Mercurial > dillo_port1.3
changeset 779:49735e578039
[mq]: add-dpid-copyright
author | Jeremy Henty <onepoint@starurchin.org> |
---|---|
date | Sat, 17 Jan 2009 10:59:15 +0000 |
parents | dd2ae6fac895 |
children | b43df60cbb52 469076c6b0e1 |
files | dpid/dpid_common.c dpid/misc_new.c |
diffstat | 2 files changed, 22 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/dpid/dpid_common.c Sat Jan 17 12:13:11 2009 +0100 +++ b/dpid/dpid_common.c Sat Jan 17 10:59:15 2009 +0000 @@ -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>
--- a/dpid/misc_new.c Sat Jan 17 12:13:11 2009 +0100 +++ b/dpid/misc_new.c Sat Jan 17 10:59:15 2009 +0000 @@ -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>