aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2010-12-14 02:32:08 +0100
committerHolger Hans Peter Freyther <zecke@selfish.org>2010-12-14 02:40:25 +0100
commit8a5e5d6526bf2699933ff2bdf1b54fa59dd712aa (patch)
treec1e20915e2efa7e055ca92332cb225a41762f185
parentc22fe6db3ed72c878e500d0da5e4bfe60fdda0d3 (diff)
Log: Add Copyright header to the files
-rw-r--r--LogManager.st18
-rw-r--r--LogTest.st18
2 files changed, 35 insertions, 1 deletions
diff --git a/LogManager.st b/LogManager.st
index f9e2c22..676b51e 100644
--- a/LogManager.st
+++ b/LogManager.st
@@ -1,4 +1,20 @@
-"Copyright placeholder"
+"
+ (C) 2010 by Holger Hans Peter Freyther
+ All Rights Reserved
+
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as
+ published by the Free Software Foundation, either version 3 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 Affero General Public License for more details.
+
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see <http://www.gnu.org/licenses/>.
+"
Object extend [
logManager [
diff --git a/LogTest.st b/LogTest.st
index 7cc2189..91fdb61 100644
--- a/LogTest.st
+++ b/LogTest.st
@@ -1,3 +1,21 @@
+"
+ (C) 2010 by Holger Hans Peter Freyther
+ All Rights Reserved
+
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as
+ published by the Free Software Foundation, either version 3 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 Affero General Public License for more details.
+
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see <http://www.gnu.org/licenses/>.
+"
+
LogArea subclass: LogAreaSCCP [
LogAreaSCCP class >> areaName [
^ #sccp