summaryrefslogtreecommitdiff
path: root/debug
diff options
context:
space:
mode:
Diffstat (limited to 'debug')
-rw-r--r--debug/filetyped.c7
-rw-r--r--debug/fontd.c7
-rw-r--r--debug/fontd.h7
-rw-r--r--debug/netsurfd.c7
-rw-r--r--debug/optionsd.c7
5 files changed, 27 insertions, 8 deletions
diff --git a/debug/filetyped.c b/debug/filetyped.c
index 853e1e57e..1695a1c18 100644
--- a/debug/filetyped.c
+++ b/debug/filetyped.c
@@ -1,5 +1,8 @@
-/**
- * $Id: filetyped.c,v 1.1 2003/06/21 13:18:00 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 <stdlib.h>
diff --git a/debug/fontd.c b/debug/fontd.c
index 44440a930..89ae8ed75 100644
--- a/debug/fontd.c
+++ b/debug/fontd.c
@@ -1,5 +1,8 @@
-/**
- * $Id: fontd.c,v 1.1 2003/06/21 13:18:00 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 <assert.h>
diff --git a/debug/fontd.h b/debug/fontd.h
index e63af6de6..562e2d69f 100644
--- a/debug/fontd.h
+++ b/debug/fontd.h
@@ -1,5 +1,8 @@
-/**
- * $Id: fontd.h,v 1.1 2003/06/21 13:18:00 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_RISCOS_FONT_H_
diff --git a/debug/netsurfd.c b/debug/netsurfd.c
index dcb2150ab..48c1a2d26 100644
--- a/debug/netsurfd.c
+++ b/debug/netsurfd.c
@@ -1,3 +1,10 @@
+/*
+ * 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 <string.h>
#include "netsurf/content/fetch.h"
#include "netsurf/content/cache.h"
diff --git a/debug/optionsd.c b/debug/optionsd.c
index 493218cb6..2490c1f2f 100644
--- a/debug/optionsd.c
+++ b/debug/optionsd.c
@@ -1,5 +1,8 @@
-/**
- * $Id: optionsd.c,v 1.1 2003/06/21 13:18:00 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 "netsurf/desktop/options.h"