aboutsummaryrefslogtreecommitdiffstats
path: root/Messages.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 /Messages.st
parentf39eb314bfe25fa8361affeaf66732fe07c72f20 (diff)
License: Add AGPLv3 header to the code
Diffstat (limited to 'Messages.st')
-rw-r--r--Messages.st17
1 files changed, 17 insertions, 0 deletions
diff --git a/Messages.st b/Messages.st
index 906763f..5433cd1 100644
--- a/Messages.st
+++ b/Messages.st
@@ -1,3 +1,20 @@
+"
+ (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/>.
+"
"General IE based message handling"
Object subclass: IEBase [