summaryrefslogtreecommitdiff
path: root/src/html.h
diff options
context:
space:
mode:
authorportix <portix@gmx.net>2011-12-11 00:29:44 +0100
committerportix <portix@gmx.net>2011-12-11 00:29:44 +0100
commit078584c765359ac1981778e41a7c2961a3e2e5ae (patch)
tree637dcc91970dce61f8d06704ac0129523f81a976 /src/html.h
parentdc11bea08cd68064f16b6008eaac975da3d8374d (diff)
downloaddwb-078584c765359ac1981778e41a7c2961a3e2e5ae.zip
Include only needed headers in source files, don't include in header files; replace strcmp with g_strcmp0; fixing issue with leaving insert-mode in navigation-policy-requested
Diffstat (limited to 'src/html.h')
-rw-r--r--src/html.h18
1 files changed, 18 insertions, 0 deletions
diff --git a/src/html.h b/src/html.h
index 9cdb782a..16f13f32 100644
--- a/src/html.h
+++ b/src/html.h
@@ -1,3 +1,21 @@
+/*
+ * Copyright (c) 2010-2011 Stefan Bolte <portix@gmx.net>
+ *
+ * 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 program 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, write to the Free Software Foundation, Inc.,
+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
+ */
+
#ifndef HTML_H
#define HTML_H