summaryrefslogtreecommitdiff
path: root/atari/font.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/font.c
parente237ebac8f6cca443a52966de74934d98096be1f (diff)
downloadnetsurf-ff2f1f1836f4a3b33bbfaafbb2bbdc2c1dba4d63.tar.gz
netsurf-ff2f1f1836f4a3b33bbfaafbb2bbdc2c1dba4d63.tar.bz2
Added missing copyright headers
Diffstat (limited to 'atari/font.c')
-rwxr-xr-xatari/font.c18
1 files changed, 18 insertions, 0 deletions
diff --git a/atari/font.c b/atari/font.c
index 713765818..afb12092a 100755
--- a/atari/font.c
+++ b/atari/font.c
@@ -18,6 +18,24 @@
#include <inttypes.h>
#include <assert.h>
+/*
+ * 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 <stdbool.h>
#include <windom.h>