summaryrefslogtreecommitdiffstats
path: root/eurephia_log.c
diff options
context:
space:
mode:
authorDavid Sommerseth <dazo@users.sourceforge.net>2008-08-08 07:17:50 +0200
committerDavid Sommerseth <dazo@users.sourceforge.net>2008-08-08 07:17:50 +0200
commitb3c5b6b9bc271126e57940311da0fb7f1d840d67 (patch)
treea32befd26ac316cf757df1ac314cf9a73c8c4f7d /eurephia_log.c
parent570a71475f3bedd5f22063bf6b9e74ffd0983cd0 (diff)
downloadeurephia-b3c5b6b9bc271126e57940311da0fb7f1d840d67.tar.gz
eurephia-b3c5b6b9bc271126e57940311da0fb7f1d840d67.tar.xz
eurephia-b3c5b6b9bc271126e57940311da0fb7f1d840d67.zip
Added GPLv2 licence, updated *.[ch] files to include license, with exception of memwatch and sha1
Diffstat (limited to 'eurephia_log.c')
-rw-r--r--eurephia_log.c22
1 files changed, 19 insertions, 3 deletions
diff --git a/eurephia_log.c b/eurephia_log.c
index 612c8ff..b1e7634 100644
--- a/eurephia_log.c
+++ b/eurephia_log.c
@@ -1,6 +1,22 @@
/* eurephia_log.c -- eurephia logging
-
-*/
+ *
+ * GPLv2 - Copyright (C) 2008 David Sommerseth <dazo@users.sourceforge.net>
+ *
+ * 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; version 2
+ * of the License.
+ *
+ * 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+ *
+ */
#include <stdio.h>
#include <stdarg.h>
@@ -8,7 +24,7 @@
#include "eurephia_struct.h"
#include "eurephia_log.h"
-char *erp_logtypes[] = {
+const char *erp_logtypes[] = {
"\0",
"-- INFO -- \0",
"-- DEBUG -- \0",