summaryrefslogtreecommitdiff
path: root/cliapp/__init__.py
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2011-09-27 15:02:26 +0100
committerLars Wirzenius <liw@liw.fi>2011-09-27 15:02:26 +0100
commitf353f8089288aaf411eca4188e41d26fc8ed4a22 (patch)
tree168bea358efae95adad0cf0c4231732a5059faf5 /cliapp/__init__.py
parent59b0c60c7386652ab79484b4d0cda7917b714fad (diff)
downloadcliapp-f353f8089288aaf411eca4188e41d26fc8ed4a22.tar.gz
Change license to be GPL version 2 or later.
Diffstat (limited to 'cliapp/__init__.py')
-rw-r--r--cliapp/__init__.py13
1 files changed, 7 insertions, 6 deletions
diff --git a/cliapp/__init__.py b/cliapp/__init__.py
index a11a424..5dffa85 100644
--- a/cliapp/__init__.py
+++ b/cliapp/__init__.py
@@ -1,8 +1,8 @@
-# Copyright 2011 Lars Wirzenius
+# Copyright (C) 2011 Lars Wirzenius
#
-# This program is free software: you can redistribute it and/or modify
+# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation, either version 3 of the License, or
+# the Free Software Foundation; either version 2 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
@@ -10,11 +10,12 @@
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
-# You should have received a copy of the GNU General Public License
-# along with this program. If not, see <http://www.gnu.org/licenses/>.
+# You should have received a copy of the GNU General Public License along
+# with this program; if not, write to the Free Software Foundation, Inc.,
+# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
-__version__ = '0.20'
+__version__ = '0.21'
from settings import Settings