From e9932f75ade2e694c9743a78bc63e2b5a1613b6a Mon Sep 17 00:00:00 2001 From: Ole Loots Date: Thu, 31 Jan 2013 19:59:33 +0100 Subject: Added missing copyright headers. --- atari/gemtk/aestabs.c | 18 ++++++++++++++++++ atari/gemtk/msgbox.c | 18 ++++++++++++++++++ atari/gemtk/utils.c | 18 ++++++++++++++++++ 3 files changed, 54 insertions(+) diff --git a/atari/gemtk/aestabs.c b/atari/gemtk/aestabs.c index 414d5c290..519676514 100644 --- a/atari/gemtk/aestabs.c +++ b/atari/gemtk/aestabs.c @@ -1,3 +1,21 @@ +/* + * Copyright 2013 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 #include #include diff --git a/atari/gemtk/msgbox.c b/atari/gemtk/msgbox.c index 150bcc7f5..050b139f8 100644 --- a/atari/gemtk/msgbox.c +++ b/atari/gemtk/msgbox.c @@ -1,3 +1,21 @@ +/* + * Copyright 2013 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 #include #include diff --git a/atari/gemtk/utils.c b/atari/gemtk/utils.c index fae9d749b..f080e307c 100644 --- a/atari/gemtk/utils.c +++ b/atari/gemtk/utils.c @@ -1,3 +1,21 @@ +/* + * Copyright 2013 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 #include #include -- cgit v1.2.3