summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Hofmann <Johannes.Hofmann@gmx.de>2009-01-31 16:31:44 +0100
committerJohannes Hofmann <Johannes.Hofmann@gmx.de>2009-01-31 16:31:44 +0100
commit72adc5b0fce163855e6927a1a917987368b4802f (patch)
treea8693d045c644537be2eda558dee34ec6612c2b0
parent17404c395eaa9b33362917857289ab2d9254f205 (diff)
add copyright notice to cssparser.cc
-rw-r--r--src/cssparser.cc17
1 files changed, 17 insertions, 0 deletions
diff --git a/src/cssparser.cc b/src/cssparser.cc
index cfeab01d..5a45ec3b 100644
--- a/src/cssparser.cc
+++ b/src/cssparser.cc
@@ -1,3 +1,20 @@
+/*
+ * File: cssparser.cc
+ *
+ * Copyright 2004 Sebastian Geerken <sgeerken@dillo.org>
+ * Copyright 2008-2009 Johannes Hofmann <Johannes.Hofmann@gmx.de>
+ *
+ * This program 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; either version 3 of the License, or
+ * (at your option) any later version.
+ */
+
+/*
+ * This file is heavily based on the CSS parser of dillo-0.8.0-css-3 -
+ * a dillo1 based CSS prototype written by Sebastian Geerken.
+ */
+
#include <ctype.h>
#include <stdlib.h>
#include <stdio.h>