From 16f6fd50b698cba058661ceba684237bd82229e4 Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Thu, 26 Sep 2019 13:12:44 +0300 Subject: [PATCH] Forbid any later GNU GPL versions autousage --- doc/index.rst | 2 +- pyderasn.py | 3 +-- setup.py | 4 ++-- tests/test_crts.py | 3 +-- tests/test_pyderasn.py | 3 +-- 5 files changed, 6 insertions(+), 9 deletions(-) diff --git a/doc/index.rst b/doc/index.rst index 28f4a7c..31c7b4c 100644 --- a/doc/index.rst +++ b/doc/index.rst @@ -16,7 +16,7 @@ written more than 30 years ago by wise Ancients (taken from ``pyasn1``'s README), it is still often can be seen anywhere in our life. PyDERASN is `free software `__, -licenced under `GNU LGPLv3+ `__. +licenced under `GNU LGPLv3 `__. .. figure:: pprinting.png :alt: Pretty printing example output diff --git a/pyderasn.py b/pyderasn.py index 3868b61..6435758 100755 --- a/pyderasn.py +++ b/pyderasn.py @@ -5,8 +5,7 @@ # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Lesser General Public License as -# published by the Free Software Foundation, either version 3 of the -# License, or (at your option) any later version. +# published by the Free Software Foundation, version 3 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 diff --git a/setup.py b/setup.py index 343a01e..54b056c 100644 --- a/setup.py +++ b/setup.py @@ -13,14 +13,14 @@ setup( author="Sergey Matveev", author_email="stargrave@stargrave.org", url="http://pyderasn.cypherpunks.ru/", - license="LGPLv3+", + license="LGPLv3", classifiers=[ "Development Status :: 5 - Production/Stable", "Environment :: Console", "Intended Audience :: Developers", "Intended Audience :: System Administrators", "Intended Audience :: Telecommunications Industry", - "License :: OSI Approved :: GNU Lesser General Public License v3 or later (LGPLv3+)", + "License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)", "Natural Language :: English", "Operating System :: OS Independent", "Programming Language :: Python :: 2", diff --git a/tests/test_crts.py b/tests/test_crts.py index 8de934b..7fb3f74 100644 --- a/tests/test_crts.py +++ b/tests/test_crts.py @@ -4,8 +4,7 @@ # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Lesser General Public License as -# published by the Free Software Foundation, either version 3 of the -# License, or (at your option) any later version. +# published by the Free Software Foundation, version 3 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 diff --git a/tests/test_pyderasn.py b/tests/test_pyderasn.py index 3b86d2c..746bf50 100644 --- a/tests/test_pyderasn.py +++ b/tests/test_pyderasn.py @@ -4,8 +4,7 @@ # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Lesser General Public License as -# published by the Free Software Foundation, either version 3 of the -# License, or (at your option) any later version. +# published by the Free Software Foundation, version 3 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 -- 2.44.0