summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOle Loots <ole@monochrom.net>2011-12-04 12:54:49 +0000
committerOle Loots <ole@monochrom.net>2011-12-04 12:54:49 +0000
commit3de94225940a06d228cfd17c48f57edf8dab16b6 (patch)
tree98da9f2323285e1406db296d55e796bd9537935c
parent7d4a0be284d72a3cf15c2a7dec38590f7fe474e4 (diff)
downloadnetsurf-3de94225940a06d228cfd17c48f57edf8dab16b6.tar.gz
netsurf-3de94225940a06d228cfd17c48f57edf8dab16b6.tar.bz2
Added copyright comment.
svn path=/trunk/netsurf/; revision=13231
-rw-r--r--atari/redrawslots.c17
1 files changed, 17 insertions, 0 deletions
diff --git a/atari/redrawslots.c b/atari/redrawslots.c
index f3969c283..9fe71610e 100644
--- a/atari/redrawslots.c
+++ b/atari/redrawslots.c
@@ -1,3 +1,20 @@
+/*
+ * Copyright 2011 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 <stdbool.h>
#include "windom.h"