summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
Diffstat (limited to 'utils')
-rw-r--r--utils/log.h7
-rw-r--r--utils/utils.c9
-rw-r--r--utils/utils.h7
3 files changed, 17 insertions, 6 deletions
diff --git a/utils/log.h b/utils/log.h
index b1bebde34..62911b454 100644
--- a/utils/log.h
+++ b/utils/log.h
@@ -1,5 +1,8 @@
-/**
- * $Id: log.h,v 1.2 2003/02/09 12:58:15 bursa Exp $
+/*
+ * This file is part of NetSurf, http://netsurf.sourceforge.net/
+ * Licensed under the GNU General Public License,
+ * http://www.opensource.org/licenses/gpl-license
+ * Copyright 2003 James Bursa <bursa@users.sourceforge.net>
*/
#include <stdio.h>
diff --git a/utils/utils.c b/utils/utils.c
index bfe089fac..a62f7256a 100644
--- a/utils/utils.c
+++ b/utils/utils.c
@@ -1,5 +1,10 @@
-/**
- * $Id: utils.c,v 1.9 2003/05/22 13:21:45 bursa Exp $
+/*
+ * This file is part of NetSurf, http://netsurf.sourceforge.net/
+ * Licensed under the GNU General Public License,
+ * http://www.opensource.org/licenses/gpl-license
+ * Copyright 2003 James Bursa <bursa@users.sourceforge.net>
+ * Copyright 2003 Phil Mellor <monkeyson@users.sourceforge.net>
+ * Copyright 2003 John M Bell <jmb202@ecs.soton.ac.uk>
*/
#include <ctype.h>
diff --git a/utils/utils.h b/utils/utils.h
index 0a3540938..3e491648e 100644
--- a/utils/utils.h
+++ b/utils/utils.h
@@ -1,5 +1,8 @@
-/**
- * $Id: utils.h,v 1.7 2003/04/11 21:06:51 bursa Exp $
+/*
+ * This file is part of NetSurf, http://netsurf.sourceforge.net/
+ * Licensed under the GNU General Public License,
+ * http://www.opensource.org/licenses/gpl-license
+ * Copyright 2003 James Bursa <bursa@users.sourceforge.net>
*/
#ifndef _NETSURF_UTILS_UTILS_H_