summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
Diffstat (limited to 'css')
-rw-r--r--css/css.c2
-rw-r--r--css/css.h2
-rwxr-xr-xcss/makeenum2
-rw-r--r--css/parser.y2
-rw-r--r--css/ruleset.c2
-rw-r--r--css/scanner.l2
6 files changed, 6 insertions, 6 deletions
diff --git a/css/css.c b/css/css.c
index 641b58dba..15ac9511c 100644
--- a/css/css.c
+++ b/css/css.c
@@ -1,5 +1,5 @@
/*
- * This file is part of NetSurf, http://netsurf.sourceforge.net/
+ * 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 2004 James Bursa <bursa@users.sourceforge.net>
diff --git a/css/css.h b/css/css.h
index a5bd81acf..086f469b9 100644
--- a/css/css.h
+++ b/css/css.h
@@ -1,5 +1,5 @@
/*
- * This file is part of NetSurf, http://netsurf.sourceforge.net/
+ * 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 2004 James Bursa <bursa@users.sourceforge.net>
diff --git a/css/makeenum b/css/makeenum
index 6c5f156da..0bf4a8f36 100755
--- a/css/makeenum
+++ b/css/makeenum
@@ -1,6 +1,6 @@
#!/usr/bin/perl -W
#
-# This file is part of NetSurf, http://netsurf.sourceforge.net/
+# 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 2003 James Bursa <bursa@users.sourceforge.net>
diff --git a/css/parser.y b/css/parser.y
index 2ede0ec25..d131926c8 100644
--- a/css/parser.y
+++ b/css/parser.y
@@ -1,5 +1,5 @@
/*
- * This file is part of NetSurf, http://netsurf.sourceforge.net/
+ * 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 2004 James Bursa <bursa@users.sourceforge.net>
diff --git a/css/ruleset.c b/css/ruleset.c
index 7a51faa27..bcfe302f7 100644
--- a/css/ruleset.c
+++ b/css/ruleset.c
@@ -1,5 +1,5 @@
/*
- * This file is part of NetSurf, http://netsurf.sourceforge.net/
+ * 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 2004 James Bursa <bursa@users.sourceforge.net>
diff --git a/css/scanner.l b/css/scanner.l
index d40007e87..6a5549a19 100644
--- a/css/scanner.l
+++ b/css/scanner.l
@@ -1,5 +1,5 @@
/*
- * This file is part of NetSurf, http://netsurf.sourceforge.net/
+ * 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 2004 James Bursa <bursa@users.sourceforge.net>