From 017fc4eb4b9f322ba36427ecb34853b93a41e62a Mon Sep 17 00:00:00 2001 From: James Bursa Date: Mon, 30 Jun 2003 12:44:03 +0000 Subject: [project @ 2003-06-30 12:44:02 by bursa] New file headers. svn path=/import/netsurf/; revision=190 --- riscos/filetype.c | 7 +++++-- riscos/font.c | 8 ++++++-- riscos/font.h | 8 ++++++-- riscos/gif.c | 8 ++++++-- riscos/gif.h | 7 +++++-- riscos/gui.c | 9 +++++++-- riscos/gui.h | 7 +++++-- riscos/jpeg.c | 9 +++++++-- riscos/jpeg.h | 7 +++++-- riscos/options.c | 8 ++++++-- riscos/options.h | 7 +++++-- riscos/plugin.c | 7 +++++-- riscos/plugin.h | 7 +++++-- riscos/png.c | 7 +++++-- riscos/png.h | 7 +++++-- riscos/theme.c | 7 +++++-- riscos/theme.h | 7 +++++-- 17 files changed, 93 insertions(+), 34 deletions(-) (limited to 'riscos') 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 */ #include 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 + * Copyright 2003 Phil Mellor */ #include 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 + * Copyright 2003 James Bursa */ #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 + */ /******************* * 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 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 */ #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 + * Copyright 2003 James Bursa + * Copyright 2003 John M Bell */ #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 */ #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 + */ + /** - * $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 */ #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 + * Copyright 2003 John M Bell */ #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 */ #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 */ #include 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 */ #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 */ #include 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 */ #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 */ #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 */ #ifndef _MIGRATE_RISCOS_THEME_H_ -- cgit v1.2.3