summaryrefslogtreecommitdiff
path: root/setup.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 /setup.py
parent59b0c60c7386652ab79484b4d0cda7917b714fad (diff)
downloadcliapp-f353f8089288aaf411eca4188e41d26fc8ed4a22.tar.gz
Change license to be GPL version 2 or later.
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py10
1 files changed, 5 insertions, 5 deletions
diff --git a/setup.py b/setup.py
index 799a9d0..3a738f4 100644
--- a/setup.py
+++ b/setup.py
@@ -1,16 +1,16 @@
#!/usr/bin/python
-# Copyright (C) 2011 Lars Wirzenius <liw@liw.fi>
-#
+# Copyright (C) 2011 Lars Wirzenius
+#
# 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,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# 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, write to the Free Software Foundation, Inc.,
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.