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 --- content/cache.c | 7 +++++-- content/cache.h | 7 +++++-- content/content.h | 8 ++++++-- content/fetch.c | 10 ++++++++-- content/fetch.h | 9 +++++++-- content/fetchcache.c | 7 +++++-- content/fetchcache.h | 7 +++++-- content/other.c | 7 +++++-- content/other.h | 7 +++++-- 9 files changed, 51 insertions(+), 18 deletions(-) (limited to 'content') diff --git a/content/cache.c b/content/cache.c index cdb7cf881..033c65909 100644 --- a/content/cache.c +++ b/content/cache.c @@ -1,5 +1,8 @@ -/** - * $Id: cache.c,v 1.5 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 James Bursa */ #include diff --git a/content/cache.h b/content/cache.h index ae1ab503f..4bc64d6e3 100644 --- a/content/cache.h +++ b/content/cache.h @@ -1,5 +1,8 @@ -/** - * $Id: cache.h,v 1.3 2003/06/17 19:24:20 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 */ /** diff --git a/content/content.h b/content/content.h index 571e23ab2..724e9305e 100644 --- a/content/content.h +++ b/content/content.h @@ -1,5 +1,9 @@ -/** - * $Id: content.h,v 1.13 2003/06/26 11:41:26 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 Philip Pemberton */ #ifndef _NETSURF_DESKTOP_CONTENT_H_ diff --git a/content/fetch.c b/content/fetch.c index 714aff555..2fb31e923 100644 --- a/content/fetch.c +++ b/content/fetch.c @@ -1,6 +1,12 @@ +/* + * 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 + */ + /** - * $Id: fetch.c,v 1.12 2003/06/26 11:41:26 bursa Exp $ - * * This module handles fetching of data from any url. * * Implementation: diff --git a/content/fetch.h b/content/fetch.h index af1414a77..7bf144f44 100644 --- a/content/fetch.h +++ b/content/fetch.h @@ -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: fetch.h,v 1.4 2003/06/26 11:41:26 bursa Exp $ - * * This module handles fetching of data from any url. * * Usage: diff --git a/content/fetchcache.c b/content/fetchcache.c index da5d65e13..5a371960f 100644 --- a/content/fetchcache.c +++ b/content/fetchcache.c @@ -1,5 +1,8 @@ -/** - * $Id: fetchcache.c,v 1.11 2003/06/26 11:41:26 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/content/fetchcache.h b/content/fetchcache.h index c9b3d182c..ddfc2fa76 100644 --- a/content/fetchcache.h +++ b/content/fetchcache.h @@ -1,5 +1,8 @@ -/** - * $Id: fetchcache.h,v 1.5 2003/06/17 19:24:20 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_DESKTOP_FETCHCACHE_H_ diff --git a/content/other.c b/content/other.c index 2374aa679..638cedcd3 100644 --- a/content/other.c +++ b/content/other.c @@ -1,5 +1,8 @@ -/** - * $Id: other.c,v 1.1 2003/06/17 19:24:20 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/content/other.h b/content/other.h index 66d69a7ae..7471a21f8 100644 --- a/content/other.h +++ b/content/other.h @@ -1,5 +1,8 @@ -/** - * $Id: other.h,v 1.1 2003/06/17 19:24:20 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_OTHER_H_ -- cgit v1.2.3