summaryrefslogtreecommitdiff
path: root/riscos
diff options
context:
space:
mode:
Diffstat (limited to 'riscos')
-rw-r--r--riscos/filetype.c7
-rw-r--r--riscos/font.c8
-rw-r--r--riscos/font.h8
-rw-r--r--riscos/gif.c8
-rw-r--r--riscos/gif.h7
-rw-r--r--riscos/gui.c9
-rw-r--r--riscos/gui.h7
-rw-r--r--riscos/jpeg.c9
-rw-r--r--riscos/jpeg.h7
-rw-r--r--riscos/options.c8
-rw-r--r--riscos/options.h7
-rw-r--r--riscos/plugin.c7
-rw-r--r--riscos/plugin.h7
-rw-r--r--riscos/png.c7
-rw-r--r--riscos/png.h7
-rw-r--r--riscos/theme.c7
-rw-r--r--riscos/theme.h7
17 files changed, 93 insertions, 34 deletions
diff --git a/riscos/filetype.c b/riscos/filetype.c
index ca50daf3b..4b3de879a 100644
--- a/riscos/filetype.c
+++ b/riscos/filetype.c
@@ -1,5 +1,8 @@
-/**
- * $Id: filetype.c,v 1.5 2003/06/05 13:17:55 philpem 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/riscos/font.c b/riscos/font.c
index a6f023445..25db522fc 100644
--- a/riscos/font.c
+++ b/riscos/font.c
@@ -1,5 +1,9 @@
-/**
- * $Id: font.c,v 1.14 2003/05/23 11:09:12 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>
*/
#include <assert.h>
diff --git a/riscos/font.h b/riscos/font.h
index d582d0ab9..1576311c7 100644
--- a/riscos/font.h
+++ b/riscos/font.h
@@ -1,5 +1,9 @@
-/**
- * $Id: font.h,v 1.7 2003/04/04 15:19:32 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 Phil Mellor <monkeyson@users.sourceforge.net>
+ * Copyright 2003 James Bursa <bursa@users.sourceforge.net>
*/
#ifndef _NETSURF_RISCOS_FONT_H_
diff --git a/riscos/gif.c b/riscos/gif.c
index 881d8fd74..1382b63c8 100644
--- a/riscos/gif.c
+++ b/riscos/gif.c
@@ -1,3 +1,9 @@
+/*
+ * 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 Philip Pemberton <philpem@users.sourceforge.net>
+ */
/*******************
* GIF loader for Netsurf
* Developed by Philip Pemberton for the Netsurf project
@@ -9,8 +15,6 @@
* Add support for GIF transparency
* Add better error handling
* - especially where bad GIFs are concerned.
- *
- * $Id: gif.c,v 1.7 2003/06/17 19:24:21 bursa Exp $
*/
#include <assert.h>
diff --git a/riscos/gif.h b/riscos/gif.h
index 4f98ecded..b1a0cfc7c 100644
--- a/riscos/gif.h
+++ b/riscos/gif.h
@@ -1,5 +1,8 @@
-/**
- * $Id: gif.h,v 1.1 2003/06/05 13:24:28 philpem 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 Philip Pemberton <philpem@users.sourceforge.net>
*/
#ifndef _NETSURF_RISCOS_GIF_H_
diff --git a/riscos/gui.c b/riscos/gui.c
index 16a9d4eb8..6f3973ad7 100644
--- a/riscos/gui.c
+++ b/riscos/gui.c
@@ -1,5 +1,10 @@
-/**
- * $Id: gui.c,v 1.34 2003/06/24 23:22: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 Phil Mellor <monkeyson@users.sourceforge.net>
+ * Copyright 2003 James Bursa <bursa@users.sourceforge.net>
+ * Copyright 2003 John M Bell <jmb202@ecs.soton.ac.uk>
*/
#include "netsurf/desktop/options.h"
diff --git a/riscos/gui.h b/riscos/gui.h
index fbfb9b0e6..e447eb278 100644
--- a/riscos/gui.h
+++ b/riscos/gui.h
@@ -1,5 +1,8 @@
-/**
- * $Id: gui.h,v 1.7 2003/06/24 23:22: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 Phil Mellor <monkeyson@users.sourceforge.net>
*/
#ifndef _NETSURF_RISCOS_GUI_H_
diff --git a/riscos/jpeg.c b/riscos/jpeg.c
index db5cc9a22..6f091a904 100644
--- a/riscos/jpeg.c
+++ b/riscos/jpeg.c
@@ -1,6 +1,11 @@
+/*
+ * 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>
+ */
+
/**
- * $Id: jpeg.c,v 1.6 2003/06/17 19:24:21 bursa Exp $
- *
* This is just a temporary implementation using the JPEG renderer
* available in some versions of RISC OS.
*/
diff --git a/riscos/jpeg.h b/riscos/jpeg.h
index db6371959..d2ba94214 100644
--- a/riscos/jpeg.h
+++ b/riscos/jpeg.h
@@ -1,5 +1,8 @@
-/**
- * $Id: jpeg.h,v 1.2 2003/05/10 11:13:34 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_JPEG_H_
diff --git a/riscos/options.c b/riscos/options.c
index 71c4f3221..9dad0859d 100644
--- a/riscos/options.c
+++ b/riscos/options.c
@@ -1,5 +1,9 @@
-/**
- * $Id: options.c,v 1.6 2003/06/30 11:47:36 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 Phil Mellor <monkeyson@users.sourceforge.net>
+ * Copyright 2003 John M Bell <jmb202@ecs.soton.ac.uk>
*/
#include "netsurf/desktop/options.h"
diff --git a/riscos/options.h b/riscos/options.h
index c8e0daf97..6615edec5 100644
--- a/riscos/options.h
+++ b/riscos/options.h
@@ -1,5 +1,8 @@
-/**
- * $ID$
+/*
+ * 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 Phil Mellor <monkeyson@users.sourceforge.net>
*/
#ifndef _NETSURF_RISCOS_OPTIONS_H_
diff --git a/riscos/plugin.c b/riscos/plugin.c
index 2497294b7..821d9d82e 100644
--- a/riscos/plugin.c
+++ b/riscos/plugin.c
@@ -1,5 +1,8 @@
-/**
- * $Id: plugin.c,v 1.10 2003/06/17 19:24:21 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 John M Bell <jmb202@ecs.soton.ac.uk>
*/
#include <assert.h>
diff --git a/riscos/plugin.h b/riscos/plugin.h
index 824141337..392bf0016 100644
--- a/riscos/plugin.h
+++ b/riscos/plugin.h
@@ -1,5 +1,8 @@
-/**
- * $Id: plugin.h,v 1.3 2003/06/06 03:12:28 jmb 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 John M Bell <jmb202@ecs.soton.ac.uk>
*/
#ifndef _NETSURF_RISCOS_PLUGIN_H_
diff --git a/riscos/png.c b/riscos/png.c
index 4ce4f5d9c..8845fd02f 100644
--- a/riscos/png.c
+++ b/riscos/png.c
@@ -1,5 +1,8 @@
-/**
- * $Id: png.c,v 1.4 2003/06/17 19:24:21 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/riscos/png.h b/riscos/png.h
index 7f79a9a68..370fa6ba3 100644
--- a/riscos/png.h
+++ b/riscos/png.h
@@ -1,5 +1,8 @@
-/**
- * $Id: png.h,v 1.1 2003/05/10 11:15:49 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_PNG_H_
diff --git a/riscos/theme.c b/riscos/theme.c
index e00c0a5a7..2fc91bfcb 100644
--- a/riscos/theme.c
+++ b/riscos/theme.c
@@ -1,5 +1,8 @@
-/**
- * $Id: theme.c,v 1.5 2003/06/06 02:14:28 jmb 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 Phil Mellor <monkeyson@users.sourceforge.net>
*/
#include "netsurf/riscos/theme.h"
diff --git a/riscos/theme.h b/riscos/theme.h
index 40edb83d2..54ccf3f58 100644
--- a/riscos/theme.h
+++ b/riscos/theme.h
@@ -1,5 +1,8 @@
-/**
- * $Id: theme.h,v 1.3 2003/06/06 02:14:28 jmb 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 Phil Mellor <monkeyson@users.sourceforge.net>
*/
#ifndef _MIGRATE_RISCOS_THEME_H_