summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/llcache.c19
-rw-r--r--test/nsurl.c19
2 files changed, 36 insertions, 2 deletions
diff --git a/test/llcache.c b/test/llcache.c
index 643ff7f87..ae162b170 100644
--- a/test/llcache.c
+++ b/test/llcache.c
@@ -1,3 +1,21 @@
+/*
+ * Copyright 2011 John Mark Bell <jmb@netsurf-browser.org>
+ *
+ * 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/>.
+ */
+
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
@@ -16,7 +34,6 @@
* Things that we'd reasonably expect to have to implement *
******************************************************************************/
-/* desktop/netsurf.h */
bool verbose_log;
/* utils/utils.h */
diff --git a/test/nsurl.c b/test/nsurl.c
index 20774c41f..bd7dc80dc 100644
--- a/test/nsurl.c
+++ b/test/nsurl.c
@@ -1,3 +1,21 @@
+/*
+ * Copyright 2011 John Mark Bell <jmb@netsurf-browser.org>
+ *
+ * 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/>.
+ */
+
#include <assert.h>
#include <stdio.h>
#include <stdlib.h>
@@ -5,7 +23,6 @@
#include <libwapcaplet/libwapcaplet.h>
-#include "desktop/netsurf.h"
#include "utils/corestrings.h"
#include "utils/log.h"
#include "utils/nsurl.h"