Rectify mistake that was allowing for GPLv3.
authorZhuoX Li <zhuox.li@intel.com>
Mon, 2 Feb 2015 10:30:27 +0000 (18:30 +0800)
committerZhuoX Li <zhuox.li@intel.com>
Mon, 2 Feb 2015 12:04:49 +0000 (20:04 +0800)
The code was always intended to be released under GPLv2 license, not GPLv3.
Removed the obscure part about GPL license version,
and make explicit statement to release under GPLv2.

Change-Id: I16c90f45d111675799fb38da76b6079664ff2062

49 files changed:
common/__init__.py
common/backenddb.py
common/builddata.py
common/buildservice.py
common/buildtrigger.py
common/gerrit.py
common/git.py
common/imagedata.py
common/iris_rest_client.py
common/manifest.py
common/mapping.py
common/obspkg.py
common/prerelease.py
common/repomaker.py
common/runner.py
common/send_mail.py
common/snapshot.py
common/tempbuildpkg.py
common/upload_service.py
common/utils.py
job_buildlogs.py
job_create_snapshot.py
job_imager.py
job_jobs_dispatcher.py
job_load_repos.yaml.py
job_local_cache_cleanups.py
job_mail_sender.py
job_monitor_scm_meta_git.py
job_post_image.py
job_pre_release_obs.py
job_publish_test_results.py
job_re.py
job_release_snapshot.py
job_request.py
job_rpm_buildlogs.py
job_submit.py
job_submitobs.py
job_sync_obs.py
job_sync_snapdiff.py
job_test_build.py
job_update_local_git.py
obs_requests/__init__.py
obs_requests/mailer.py
tests/test_backenddb.py
tests/test_builddata.py
tests/test_gbpgit.py
tests/test_imagedata.py
tests/test_iris_rest_client.py
tests/test_repomaker.py

index 74d7ca3..d53eeae 100644 (file)
@@ -2,8 +2,7 @@
 #
 #    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 2
-#    of the License, or (at your option) any later version.
+#    as published by the Free Software Foundation; version 2 of the License.
 #
 #    This program is distributed in the hope that it will be useful,
 #    but WITHOUT ANY WARRANTY; without even the implied warranty of
index f6f5300..6e3ad85 100644 (file)
@@ -5,8 +5,7 @@
 #
 #    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 2
-#    of the License, or (at your option) any later version.
+#    as published by the Free Software Foundation;version 2 of the License.
 #
 #    This program is distributed in the hope that it will be useful,
 #    but WITHOUT ANY WARRANTY; without even the implied warranty of
index b9c3817..dd49c80 100644 (file)
@@ -4,8 +4,7 @@
 #
 #    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 2
-#    of the License, or (at your option) any later version.
+#    as published by the Free Software Foundation; version 2 of the License.
 #
 #    This program is distributed in the hope that it will be useful,
 #    but WITHOUT ANY WARRANTY; without even the implied warranty of
index 98c697b..d2cdf68 100644 (file)
@@ -6,8 +6,7 @@
 #
 #    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 2
-#    of the License, or (at your option) any later version.
+#    as published by the Free Software Foundation; version 2 of the License.
 #
 #    This program is distributed in the hope that it will be useful,
 #    but WITHOUT ANY WARRANTY; without even the implied warranty of
index 4481414..f530e40 100644 (file)
@@ -2,8 +2,7 @@
 #
 #    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 2
-#    of the License, or (at your option) any later version.
+#    as published by the Free Software Foundation; version 2 of the License.
 #
 #    This program is distributed in the hope that it will be useful,
 #    but WITHOUT ANY WARRANTY; without even the implied warranty of
index 742da6e..6e0f227 100644 (file)
@@ -4,8 +4,7 @@
 #
 #    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 2
-#    of the License, or (at your option) any later version.
+#    as published by the Free Software Foundation; version 2 of the License.
 #
 #    This program is distributed in the hope that it will be useful,
 #    but WITHOUT ANY WARRANTY; without even the implied warranty of
index ebe9b56..7f0d19e 100644 (file)
@@ -5,8 +5,7 @@
 #
 #    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 2
-#    of the License, or (at your option) any later version.
+#    as published by the Free Software Foundation; version 2 of the License.
 #
 #    This program is distributed in the hope that it will be useful,
 #    but WITHOUT ANY WARRANTY; without even the implied warranty of
index 7322942..b5d1460 100644 (file)
@@ -4,8 +4,7 @@
 #
 #    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 2
-#    of the License, or (at your option) any later version.
+#    as published by the Free Software Foundation; version 2 of the License.
 #
 #    This program is distributed in the hope that it will be useful,
 #    but WITHOUT ANY WARRANTY; without even the implied warranty of
index c746178..92ad810 100644 (file)
@@ -3,8 +3,7 @@
 #
 #    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 2
-#    of the License, or (at your option) any later version.
+#    as published by the Free Software Foundation; version 2 of the License.
 #
 #    This program is distributed in the hope that it will be useful,
 #    but WITHOUT ANY WARRANTY; without even the implied warranty of
index 9922805..a2fdc69 100644 (file)
@@ -5,8 +5,7 @@
 #
 #    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 2
-#    of the License, or (at your option) any later version.
+#    as published by the Free Software Foundation; version 2 of the License.
 #
 #    This program is distributed in the hope that it will be useful,
 #    but WITHOUT ANY WARRANTY; without even the implied warranty of
index 92c4827..31905a6 100644 (file)
@@ -3,8 +3,7 @@
 #
 #    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 2
-#    of the License, or (at your option) any later version.
+#    as published by the Free Software Foundation; version 2 of the License.
 #
 #    This program is distributed in the hope that it will be useful,
 #    but WITHOUT ANY WARRANTY; without even the implied warranty of
index 5d448c6..a120284 100644 (file)
@@ -5,8 +5,7 @@
 #
 #    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 2
-#    of the License, or (at your option) any later version.
+#    as published by the Free Software Foundation; version 2 of the License.
 #
 #    This program is distributed in the hope that it will be useful,
 #    but WITHOUT ANY WARRANTY; without even the implied warranty of
index 5689eb3..8550862 100644 (file)
@@ -5,8 +5,7 @@
 #
 #    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 2
-#    of the License, or (at your option) any later version.
+#    as published by the Free Software Foundation; version 2 of the License.
 #
 #    This program is distributed in the hope that it will be useful,
 #    but WITHOUT ANY WARRANTY; without even the implied warranty of
index 69bcc87..a9bc08a 100644 (file)
@@ -4,8 +4,7 @@
 #
 #    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 2
-#    of the License, or (at your option) any later version.
+#    as published by the Free Software Foundation; version 2 of the License.
 #
 #    This program is distributed in the hope that it will be useful,
 #    but WITHOUT ANY WARRANTY; without even the implied warranty of
index 222e8e7..e51f74a 100644 (file)
@@ -5,8 +5,7 @@
 #
 #    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 2
-#    of the License, or (at your option) any later version.
+#    as published by the Free Software Foundation; version 2 of the License.
 #
 #    This program is distributed in the hope that it will be useful,
 #    but WITHOUT ANY WARRANTY; without even the implied warranty of
index 46af2f8..09f6d50 100644 (file)
@@ -4,8 +4,7 @@
 #
 #    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 2
-#    of the License, or (at your option) any later version.
+#    as published by the Free Software Foundation; version 2 of the License.
 #
 #    This program is distributed in the hope that it will be useful,
 #    but WITHOUT ANY WARRANTY; without even the implied warranty of
index ff23a16..5e00013 100644 (file)
@@ -5,8 +5,7 @@
 #
 #    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 2
-#    of the License, or (at your option) any later version.
+#    as published by the Free Software Foundation; version 2 of the License.
 #
 #    This program is distributed in the hope that it will be useful,
 #    but WITHOUT ANY WARRANTY; without even the implied warranty of
index 82c4ca3..6472af4 100644 (file)
@@ -3,8 +3,7 @@
 #
 #    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 2
-#    of the License, or (at your option) any later version.
+#    as published by the Free Software Foundation; version 2 of the License.
 #
 #    This program is distributed in the hope that it will be useful,
 #    but WITHOUT ANY WARRANTY; without even the implied warranty of
index b9ad379..5f7521b 100644 (file)
@@ -5,8 +5,7 @@
 #
 #    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 2
-#    of the License, or (at your option) any later version.
+#    as published by the Free Software Foundation; version 2 of the License.
 #
 #    This program is distributed in the hope that it will be useful,
 #    but WITHOUT ANY WARRANTY; without even the implied warranty of
index f48ecd1..d62a141 100644 (file)
@@ -5,8 +5,7 @@
 #
 #    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 2
-#    of the License, or (at your option) any later version.
+#    as published by the Free Software Foundation; version 2 of the License.
 #
 #    This program is distributed in the hope that it will be useful,
 #    but WITHOUT ANY WARRANTY; without even the implied warranty of
index 741c3b6..eb114ec 100755 (executable)
@@ -5,8 +5,8 @@
 #
 #    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 2
-#    of the License, or (at your option) any later version.
+#    as published by the Free Software Foundation; version 2
+#    of the License.
 #
 #    This program is distributed in the hope that it will be useful,
 #    but WITHOUT ANY WARRANTY; without even the implied warranty of
index 4d657c3..75ec2d6 100755 (executable)
@@ -5,8 +5,8 @@
 #
 #    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 2
-#    of the License, or (at your option) any later version.
+#    as published by the Free Software Foundation; version 2
+#    of the License.
 #
 #    This program is distributed in the hope that it will be useful,
 #    but WITHOUT ANY WARRANTY; without even the implied warranty of
index 03defe5..468153d 100755 (executable)
@@ -4,8 +4,8 @@
 #
 #    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 2
-#    of the License, or (at your option) any later version.
+#    as published by the Free Software Foundation; version 2
+#    of the License.
 #
 #    This program is distributed in the hope that it will be useful,
 #    but WITHOUT ANY WARRANTY; without even the implied warranty of
index 2c440cb..69f2571 100755 (executable)
@@ -4,8 +4,8 @@
 #
 #    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 2
-#    of the License, or (at your option) any later version.
+#    as published by the Free Software Foundation; version 2
+#    of the License.
 #
 #    This program is distributed in the hope that it will be useful,
 #    but WITHOUT ANY WARRANTY; without even the implied warranty of
index 8a564a8..ee82b6a 100755 (executable)
@@ -5,8 +5,8 @@
 #
 #    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 2
-#    of the License, or (at your option) any later version.
+#    as published by the Free Software Foundation; version 2
+#    of the License.
 #
 #    This program is distributed in the hope that it will be useful,
 #    but WITHOUT ANY WARRANTY; without even the implied warranty of
index 5e22e51..72f216a 100755 (executable)
@@ -4,8 +4,8 @@
 #
 #    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 2
-#    of the License, or (at your option) any later version.
+#    as published by the Free Software Foundation; version 2
+#    of the License.
 #
 #    This program is distributed in the hope that it will be useful,
 #    but WITHOUT ANY WARRANTY; without even the implied warranty of
index dcca604..f3f1adf 100755 (executable)
@@ -4,8 +4,8 @@
 #
 #    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 2
-#    of the License, or (at your option) any later version.
+#    as published by the Free Software Foundation; version 2
+#    of the License.
 #
 #    This program is distributed in the hope that it will be useful,
 #    but WITHOUT ANY WARRANTY; without even the implied warranty of
index 6e9e114..9f667e0 100755 (executable)
@@ -4,8 +4,8 @@
 #
 #    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 2
-#    of the License, or (at your option) any later version.
+#    as published by the Free Software Foundation; version 2
+#    of the License.
 #
 #    This program is distributed in the hope that it will be useful,
 #    but WITHOUT ANY WARRANTY; without even the implied warranty of
index a4af185..bde4f6c 100755 (executable)
@@ -4,8 +4,8 @@
 #
 #    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 2
-#    of the License, or (at your option) any later version.
+#    as published by the Free Software Foundation; version 2
+#    of the License.
 #
 #    This program is distributed in the hope that it will be useful,
 #    but WITHOUT ANY WARRANTY; without even the implied warranty of
index bcd76dc..5b6a862 100755 (executable)
@@ -5,8 +5,8 @@
 #
 #    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 2
-#    of the License, or (at your option) any later version.
+#    as published by the Free Software Foundation; version 2
+#    of the License.
 #
 #    This program is distributed in the hope that it will be useful,
 #    but WITHOUT ANY WARRANTY; without even the implied warranty of
index 72b887c..25f8117 100755 (executable)
@@ -4,8 +4,8 @@
 #
 #    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 2
-#    of the License, or (at your option) any later version.
+#    as published by the Free Software Foundation; version 2
+#    of the License.
 #
 #    This program is distributed in the hope that it will be useful,
 #    but WITHOUT ANY WARRANTY; without even the implied warranty of
index eccac9d..adba1bb 100755 (executable)
--- a/job_re.py
+++ b/job_re.py
@@ -5,8 +5,8 @@
 #
 #    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 2
-#    of the License, or (at your option) any later version.
+#    as published by the Free Software Foundation; version 2
+#    of the License.
 #
 #    This program is distributed in the hope that it will be useful,
 #    but WITHOUT ANY WARRANTY; without even the implied warranty of
index f9ea210..ce34424 100755 (executable)
@@ -4,8 +4,8 @@
 #
 #    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 2
-#    of the License, or (at your option) any later version.
+#    as published by the Free Software Foundation; version 2
+#    of the License.
 #
 #    This program is distributed in the hope that it will be useful,
 #    but WITHOUT ANY WARRANTY; without even the implied warranty of
index 184d7c6..8a3684b 100755 (executable)
@@ -4,8 +4,8 @@
 #
 #    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 2
-#    of the License, or (at your option) any later version.
+#    as published by the Free Software Foundation; version 2
+#    of the License.
 #
 #    This program is distributed in the hope that it will be useful,
 #    but WITHOUT ANY WARRANTY; without even the implied warranty of
index 3ec15f1..58f0846 100755 (executable)
@@ -5,8 +5,8 @@
 #
 #    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 2
-#    of the License, or (at your option) any later version.
+#    as published by the Free Software Foundation; version 2
+#    of the License.
 #
 #    This program is distributed in the hope that it will be useful,
 #    but WITHOUT ANY WARRANTY; without even the implied warranty of
index bd200ab..ad673b9 100755 (executable)
@@ -5,8 +5,8 @@
 #
 #    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 2
-#    of the License, or (at your option) any later version.
+#    as published by the Free Software Foundation; version 2
+#    of the License.
 #
 #    This program is distributed in the hope that it will be useful,
 #    but WITHOUT ANY WARRANTY; without even the implied warranty of
index ca54148..b6e0e08 100755 (executable)
@@ -5,8 +5,8 @@
 #
 #    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 2
-#    of the License, or (at your option) any later version.
+#    as published by the Free Software Foundation; version 2
+#    of the License.
 #
 #    This program is distributed in the hope that it will be useful,
 #    but WITHOUT ANY WARRANTY; without even the implied warranty of
index 23d9a8d..0d0a880 100755 (executable)
@@ -5,8 +5,8 @@
 #
 #    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 2
-#    of the License, or (at your option) any later version.
+#    as published by the Free Software Foundation; version 2
+#    of the License.
 #
 #    This program is distributed in the hope that it will be useful,
 #    but WITHOUT ANY WARRANTY; without even the implied warranty of
index a9447e4..aed7764 100755 (executable)
@@ -4,8 +4,8 @@
 #
 #    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 2
-#    of the License, or (at your option) any later version.
+#    as published by the Free Software Foundation; version 2
+#    of the License.
 #
 #    This program is distributed in the hope that it will be useful,
 #    but WITHOUT ANY WARRANTY; without even the implied warranty of
index 5d53f46..9b8c2f7 100755 (executable)
@@ -4,8 +4,8 @@
 #
 #    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 2
-#    of the License, or (at your option) any later version.
+#    as published by the Free Software Foundation; version 2
+#    of the License.
 #
 #    This program is distributed in the hope that it will be useful,
 #    but WITHOUT ANY WARRANTY; without even the implied warranty of
index e8a50ad..cc77485 100755 (executable)
@@ -5,8 +5,8 @@
 #
 #    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 2
-#    of the License, or (at your option) any later version.
+#    as published by the Free Software Foundation; version 2
+#    of the License.
 #
 #    This program is distributed in the hope that it will be useful,
 #    but WITHOUT ANY WARRANTY; without even the implied warranty of
index ab72d2f..61d8808 100644 (file)
@@ -4,8 +4,7 @@
 #
 #    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 2
-#    of the License, or (at your option) any later version.
+#    as published by the Free Software Foundation; version 2 of the License.
 #
 #    This program is distributed in the hope that it will be useful,
 #    but WITHOUT ANY WARRANTY; without even the implied warranty of
index aa1d563..33866b5 100644 (file)
@@ -4,8 +4,7 @@
 #
 #    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 2
-#    of the License, or (at your option) any later version.
+#    as published by the Free Software Foundation; version 2 of the License.
 #
 #    This program is distributed in the hope that it will be useful,
 #    but WITHOUT ANY WARRANTY; without even the implied warranty of
index 8e4c537..2e0a820 100644 (file)
@@ -5,8 +5,7 @@
 #
 #    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 2
-#    of the License, or (at your option) any later version.
+#    as published by the Free Software Foundation; version 2 of the License.
 #
 #    This program is distributed in the hope that it will be useful,
 #    but WITHOUT ANY WARRANTY; without even the implied warranty of
index 541d5fe..7e3000b 100644 (file)
@@ -5,8 +5,7 @@
 #
 #    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 2
-#    of the License, or (at your option) any later version.
+#    as published by the Free Software Foundation; version 2 of the License.
 #
 #    This program is distributed in the hope that it will be useful,
 #    but WITHOUT ANY WARRANTY; without even the implied warranty of
index 4b6725b..2c6e20b 100644 (file)
@@ -7,8 +7,7 @@
 #
 #    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 2
-#    of the License, or (at your option) any later version.
+#    as published by the Free Software Foundation; version 2 of the License.
 #
 #    This program is distributed in the hope that it will be useful,
 #    but WITHOUT ANY WARRANTY; without even the implied warranty of
index 5989a50..af6c236 100644 (file)
@@ -5,8 +5,7 @@
 #
 #    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 2
-#    of the License, or (at your option) any later version.
+#    as published by the Free Software Foundation; version 2 of the License.
 #
 #    This program is distributed in the hope that it will be useful,
 #    but WITHOUT ANY WARRANTY; without even the implied warranty of
index 043dc73..c26b0e3 100644 (file)
@@ -4,8 +4,7 @@
 #
 #    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 2
-#    of the License, or (at your option) any later version.
+#    as published by the Free Software Foundation; version 2 of the License.
 #
 #    This program is distributed in the hope that it will be useful,
 #    but WITHOUT ANY WARRANTY; without even the implied warranty of
index 19be46f..1384ec0 100644 (file)
@@ -5,8 +5,7 @@
 #
 #    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 2
-#    of the License, or (at your option) any later version.
+#    as published by the Free Software Foundation; version 2 of the License.
 #
 #    This program is distributed in the hope that it will be useful,
 #    but WITHOUT ANY WARRANTY; without even the implied warranty of