summaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
authorTomas Mraz <tmraz@redhat.com>2012-08-07 12:23:17 +0200
committerTomas Mraz <tmraz@redhat.com>2012-08-07 12:23:17 +0200
commit70ef5a4310268c1264f116efdc70a60c0a0dbb4d (patch)
tree9f64a6109363a98a17cb5d78314483e6b300ff84 /python
parent65b93950559daf28a156a9779f8e72edcd57cdc1 (diff)
downloadlibpwquality-70ef5a4310268c1264f116efdc70a60c0a0dbb4d.tar.gz
Clarified alternative licensing to GPLv2+.
Diffstat (limited to 'python')
-rw-r--r--python/pwquality.c6
-rwxr-xr-xpython/setup.py8
2 files changed, 5 insertions, 9 deletions
diff --git a/python/pwquality.c b/python/pwquality.c
index 18fd608..4d290fb 100644
--- a/python/pwquality.c
+++ b/python/pwquality.c
@@ -408,10 +408,8 @@ initpwquality(void)
* written permission.
*
* ALTERNATIVELY, this product may be distributed under the terms of
- * the GNU Public License, in which case the provisions of the GPL are
- * required INSTEAD OF the above restrictions. (This clause is
- * necessary due to a potential bad interaction between the GPL and
- * the restrictions contained in a BSD-style copyright.)
+ * the GNU General Public License version 2 or later, in which case the
+ * provisions of the GPL are required INSTEAD OF the above restrictions.
*
* THIS SOFTWARE IS PROVIDED `AS IS'' AND ANY EXPRESS OR IMPLIED
* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
diff --git a/python/setup.py b/python/setup.py
index b9a7900..8174f32 100755
--- a/python/setup.py
+++ b/python/setup.py
@@ -34,7 +34,7 @@ setup(
author = 'Tomáš Mráz',
author_email = 'tm@t8m.info',
url = 'http://fedorahosted.org/libpwquality',
- license = 'BSD or GPL+',
+ license = 'BSD or GPLv2+',
ext_modules = [pwqmodule],
cmdclass = {'build_ext': build_ext}
)
@@ -56,10 +56,8 @@ setup(
# written permission.
#
# ALTERNATIVELY, this product may be distributed under the terms of
-# the GNU Public License, in which case the provisions of the GPL are
-# required INSTEAD OF the above restrictions. (This clause is
-# necessary due to a potential bad interaction between the GPL and
-# the restrictions contained in a BSD-style copyright.)
+# the GNU General Public License version 2 or later, in which case the
+# provisions of the GPL are required INSTEAD OF the above restrictions.
#
# THIS SOFTWARE IS PROVIDED `AS IS'' AND ANY EXPRESS OR IMPLIED
# WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES