summaryrefslogtreecommitdiff
path: root/example.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 /example.py
parent59b0c60c7386652ab79484b4d0cda7917b714fad (diff)
downloadcliapp-f353f8089288aaf411eca4188e41d26fc8ed4a22.tar.gz
Change license to be GPL version 2 or later.
Diffstat (limited to 'example.py')
-rw-r--r--example.py11
1 files changed, 6 insertions, 5 deletions
diff --git a/example.py b/example.py
index 2b1e5b6..6de992d 100644
--- a/example.py
+++ b/example.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,8 +10,9 @@
# 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.
'''Example for cliapp framework.