added license
This commit is contained in:
parent
2d989db66d
commit
356f4cf279
2 changed files with 24 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -1,5 +1,22 @@
|
|||
#!/usr/bin/env python
|
||||
# -*- coding: utf-8 -*-
|
||||
#
|
||||
# Copyright 2012 Lars Kruse <devel@sumpfralle.de>
|
||||
#
|
||||
# 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 <http://www.gnu.org/licenses/>.
|
||||
#
|
||||
|
||||
|
||||
import os
|
||||
# the basedir is the parent dir of the location of this script
|
||||
|
|
Loading…
Reference in a new issue