From 115f9bdfbcf99563c420876d088f1ad611d922e4 Mon Sep 17 00:00:00 2001 From: lars Date: Fri, 20 Apr 2012 12:34:12 +0000 Subject: [PATCH] added license --- README.txt | 7 +++++++ tycker.py | 17 +++++++++++++++++ 2 files changed, 24 insertions(+) diff --git a/README.txt b/README.txt index 484b3b9..cb51a12 100644 --- a/README.txt +++ b/README.txt @@ -62,5 +62,12 @@ The result is available (by default) at: == Bug reports / feedback == + Just send a mail to devel@sumpralle.de. + +== License == + +tycker is published under the AGPL v3.0 (or later) license. +http://www.gnu.org/licenses/agpl-3.0.html + diff --git a/tycker.py b/tycker.py index ef3114e..66893ae 100644 --- a/tycker.py +++ b/tycker.py @@ -1,5 +1,22 @@ #!/usr/bin/env python # -*- coding: utf-8 -*- +# +# Copyright 2012 Lars Kruse +# +# tycker 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. +# +# tycker 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 tycker. If not, see . +# + import os # the basedir is the parent dir of the location of this script