summaryrefslogtreecommitdiff
path: root/content/fetch.c
diff options
context:
space:
mode:
authorVincent Sanders <vince@netsurf-browser.org>2007-08-08 16:16:03 +0000
committerVincent Sanders <vince@netsurf-browser.org>2007-08-08 16:16:03 +0000
commit2f864eeeccd669ec94500d1b0cd8bec5f935effe (patch)
treeafc81d98a3fcbd50ff868dad8eca1d750bddc1c5 /content/fetch.c
parentf552452b9fc294c6ede2eb44f70d016b8bf7d415 (diff)
downloadnetsurf-2f864eeeccd669ec94500d1b0cd8bec5f935effe.tar.gz
netsurf-2f864eeeccd669ec94500d1b0cd8bec5f935effe.tar.bz2
Update all source code file headers to reflect GPL version 2 only and contain appropriate licence text
svn path=/trunk/netsurf/; revision=3486
Diffstat (limited to 'content/fetch.c')
-rw-r--r--content/fetch.c17
1 files changed, 14 insertions, 3 deletions
diff --git a/content/fetch.c b/content/fetch.c
index f49bbb3cc..5813e9c1b 100644
--- a/content/fetch.c
+++ b/content/fetch.c
@@ -1,10 +1,21 @@
/*
- * This file is part of NetSurf, http://netsurf-browser.org/
- * Licensed under the GNU General Public License,
- * http://www.opensource.org/licenses/gpl-license
* Copyright 2006,2007 Daniel Silverstone <dsilvers@digital-scurf.org>
* Copyright 2007 James Bursa <bursa@users.sourceforge.net>
* Copyright 2003 Phil Mellor <monkeyson@users.sourceforge.net>
+ *
+ * This file is part of NetSurf, http://www.netsurf-browser.org/
+ *
+ * NetSurf is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; version 2 of the License.
+ *
+ * NetSurf is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
/** \file