summaryrefslogtreecommitdiff
path: root/content
diff options
context:
space:
mode:
authorJames Bursa <james@netsurf-browser.org>2003-06-30 12:44:03 +0000
committerJames Bursa <james@netsurf-browser.org>2003-06-30 12:44:03 +0000
commit017fc4eb4b9f322ba36427ecb34853b93a41e62a (patch)
tree513a2a6c4e2b03c4b164bdb5007621c8f1ec2314 /content
parent4252b3f4c5e6f5d439329f1c8b75fe0528e0693f (diff)
downloadnetsurf-017fc4eb4b9f322ba36427ecb34853b93a41e62a.tar.gz
netsurf-017fc4eb4b9f322ba36427ecb34853b93a41e62a.tar.bz2
[project @ 2003-06-30 12:44:02 by bursa]
New file headers. svn path=/import/netsurf/; revision=190
Diffstat (limited to 'content')
-rw-r--r--content/cache.c7
-rw-r--r--content/cache.h7
-rw-r--r--content/content.h8
-rw-r--r--content/fetch.c10
-rw-r--r--content/fetch.h9
-rw-r--r--content/fetchcache.c7
-rw-r--r--content/fetchcache.h7
-rw-r--r--content/other.c7
-rw-r--r--content/other.h7
9 files changed, 51 insertions, 18 deletions
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 <bursa@users.sourceforge.net>
*/
#include <assert.h>
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 <bursa@users.sourceforge.net>
*/
/**
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 <bursa@users.sourceforge.net>
+ * Copyright 2003 Philip Pemberton <philpem@users.sourceforge.net>
*/
#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 <bursa@users.sourceforge.net>
+ * Copyright 2003 Phil Mellor <monkeyson@users.sourceforge.net>
+ */
+
/**
- * $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 <bursa@users.sourceforge.net>
+ */
+
/**
- * $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 <bursa@users.sourceforge.net>
*/
#include <assert.h>
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 <bursa@users.sourceforge.net>
*/
#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 <bursa@users.sourceforge.net>
*/
#include <assert.h>
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 <bursa@users.sourceforge.net>
*/
#ifndef _NETSURF_RISCOS_OTHER_H_