aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2010-12-14 02:34:31 +0100
committerHolger Hans Peter Freyther <zecke@selfish.org>2010-12-14 02:43:46 +0100
commite4dc6132c96aaaaba30596f90a0fa970bd070bf4 (patch)
tree39e9d61e9d698bc6ac3aabca894e69b0cd31d85d
parent1cfa5c269eb1bdec43874361be260b8d8204a887 (diff)
Add Copyright header to the code
-rw-r--r--LogArea.st18
-rw-r--r--OsmoCore.st18
-rw-r--r--OsmoVTY.st18
3 files changed, 52 insertions, 2 deletions
diff --git a/LogArea.st b/LogArea.st
index 425e800..8a69089 100644
--- a/LogArea.st
+++ b/LogArea.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/>.
+"
+
Osmo.LogArea subclass: LogAreaOsmoCore [
LogAreaOsmoCore class >> areaName [ ^ #osmocore ]
LogAreaOsmoCore class >> areaDescription [ ^ 'OSMOCore bindings' ]
diff --git a/OsmoCore.st b/OsmoCore.st
index a1112ef..d768350 100644
--- a/OsmoCore.st
+++ b/OsmoCore.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/>.
+"
Eval [
"Handle reloading the OsmoCore.st file for updates"
diff --git a/OsmoVTY.st b/OsmoVTY.st
index 2b6e581..a3fa2b1 100644
--- a/OsmoVTY.st
+++ b/OsmoVTY.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/>.
+"
CStruct subclass: Vty_app_info [
<category: 'libosmovty'>