diff options
Diffstat (limited to 'dpid/misc_new.c')
-rw-r--r-- | dpid/misc_new.c | 11 |
1 files changed, 11 insertions, 0 deletions
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> |