aboutsummaryrefslogtreecommitdiffstats
path: root/BSSAP.st
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2010-12-14 03:03:20 +0100
committerHolger Hans Peter Freyther <zecke@selfish.org>2010-12-14 03:03:20 +0100
commit1b56da9dfbe67cebf024422a4e816366046eb284 (patch)
treeabd435beb0ff2ee35c2c99baaeac38f5be3d8a45 /BSSAP.st
parentf39eb314bfe25fa8361affeaf66732fe07c72f20 (diff)
License: Add AGPLv3 header to the code
Diffstat (limited to 'BSSAP.st')
-rw-r--r--BSSAP.st18
1 files changed, 18 insertions, 0 deletions
diff --git a/BSSAP.st b/BSSAP.st
index fdb33a1..ae5ccd2 100644
--- a/BSSAP.st
+++ b/BSSAP.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/>.
+"
+
Object subclass: BSSAPHelper [
<category: 'osmo-message'>
<comment: 'BSSAP message routines'>