summaryrefslogtreecommitdiff
path: root/css
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 /css
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 'css')
-rw-r--r--css/css.c7
-rw-r--r--css/css.h7
-rwxr-xr-xcss/makeenum7
-rw-r--r--css/parser.y7
-rw-r--r--css/ruleset.c7
-rw-r--r--css/scanner.l7
6 files changed, 31 insertions, 11 deletions
diff --git a/css/css.c b/css/css.c
index 41c7d25db..781999a40 100644
--- a/css/css.c
+++ b/css/css.c
@@ -1,5 +1,8 @@
-/**
- * $Id: css.c,v 1.10 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/css/css.h b/css/css.h
index 2e89345c5..e5f36039d 100644
--- a/css/css.h
+++ b/css/css.h
@@ -1,5 +1,8 @@
-/**
- * $Id: css.h,v 1.6 2003/04/13 12:50:10 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_CSS_CSS_H_
diff --git a/css/makeenum b/css/makeenum
index fb1354866..516e2c06b 100755
--- a/css/makeenum
+++ b/css/makeenum
@@ -1,5 +1,10 @@
#!/usr/bin/perl -W
-# $Id: makeenum,v 1.3 2003/06/05 14:39:54 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>
+#
$out = shift or die "usage: makeenum leafname";
diff --git a/css/parser.y b/css/parser.y
index 81414e5d0..63b01e264 100644
--- a/css/parser.y
+++ b/css/parser.y
@@ -1,5 +1,8 @@
-/**
- * $Id: parser.y,v 1.7 2003/04/13 12:50:10 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/css/ruleset.c b/css/ruleset.c
index 0fa366f3e..36e1a03cf 100644
--- a/css/ruleset.c
+++ b/css/ruleset.c
@@ -1,5 +1,8 @@
-/**
- * $Id: ruleset.c,v 1.7 2003/04/13 12:50:10 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/css/scanner.l b/css/scanner.l
index 9849665b4..820f7cb5d 100644
--- a/css/scanner.l
+++ b/css/scanner.l
@@ -1,5 +1,8 @@
-/**
- * $Id: scanner.l,v 1.2 2003/04/01 21:33:08 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>
*/
%{