summaryrefslogtreecommitdiff
path: root/atari/search.c
diff options
context:
space:
mode:
authorOle Loots <ole@monochrom.net>2012-08-24 00:47:37 +0200
committerOle Loots <ole@monochrom.net>2012-08-24 00:47:37 +0200
commitff2f1f1836f4a3b33bbfaafbb2bbdc2c1dba4d63 (patch)
tree2da66e93c614a79945bbc99cdb0eb9507056701e /atari/search.c
parente237ebac8f6cca443a52966de74934d98096be1f (diff)
downloadnetsurf-ff2f1f1836f4a3b33bbfaafbb2bbdc2c1dba4d63.tar.gz
netsurf-ff2f1f1836f4a3b33bbfaafbb2bbdc2c1dba4d63.tar.bz2
Added missing copyright headers
Diffstat (limited to 'atari/search.c')
-rw-r--r--atari/search.c18
1 files changed, 18 insertions, 0 deletions
diff --git a/atari/search.c b/atari/search.c
index d23724bff..b5e2fdd61 100644
--- a/atari/search.c
+++ b/atari/search.c
@@ -1,3 +1,21 @@
+/*
+ * Copyright 2012 Ole Loots <ole@monochrom.net>
+ *
+ * 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 <limits.h>
#include <stdlib.h>
#include <stdio.h>