From ff2f1f1836f4a3b33bbfaafbb2bbdc2c1dba4d63 Mon Sep 17 00:00:00 2001 From: Ole Loots Date: Fri, 24 Aug 2012 00:47:37 +0200 Subject: Added missing copyright headers --- atari/plot/fontplot.c | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'atari/plot') diff --git a/atari/plot/fontplot.c b/atari/plot/fontplot.c index ba4e26776..b80965bb7 100644 --- a/atari/plot/fontplot.c +++ b/atari/plot/fontplot.c @@ -1,3 +1,21 @@ +/* + * Copyright 2010 Ole Loots + * + * 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 . + */ + #include "atari/plot/fontplot.h" const struct s_font_driver_table_entry font_driver_table[] = -- cgit v1.2.3