From e5e96f8e81d46b949549709e0c85a1c825c60666 Mon Sep 17 00:00:00 2001 From: Steve Date: Mon, 29 Feb 2016 16:05:49 +0000 Subject: [PATCH] GPL notices. --- src/common.h | 20 ++++++++++++++++++++ tools/extractText.sh | 20 ++++++++++++++++++++ 2 files changed, 40 insertions(+) diff --git a/src/common.h b/src/common.h index ba13bb1..afba52e 100644 --- a/src/common.h +++ b/src/common.h @@ -1,3 +1,23 @@ +/* +Copyright (C) 2015-2016 Parallel Realities + +This program 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; either version 2 +of the License, or (at your option) any later version. + +This program 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, write to the Free Software +Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + +*/ + #include "stdlib.h" #include "stdio.h" #include "string.h" diff --git a/tools/extractText.sh b/tools/extractText.sh index fac0409..4163840 100755 --- a/tools/extractText.sh +++ b/tools/extractText.sh @@ -2,6 +2,26 @@