]> Cypherpunks.ru repositories - pyderasn.git/commitdiff
Forbid any later GNU GPL versions autousage
authorSergey Matveev <stargrave@stargrave.org>
Thu, 26 Sep 2019 10:12:44 +0000 (13:12 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Thu, 26 Sep 2019 10:21:31 +0000 (13:21 +0300)
doc/index.rst
pyderasn.py
setup.py
tests/test_crts.py
tests/test_pyderasn.py

index 28f4a7c27421be3a1acc25b2cf6251497bba7b53..31c7b4c7a74655b22340bf5d87de61df29b374ae 100644 (file)
@@ -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 <https://www.gnu.org/philosophy/free-sw.html>`__,
-licenced under `GNU LGPLv3+ <https://www.gnu.org/licenses/lgpl-3.0.html>`__.
+licenced under `GNU LGPLv3 <https://www.gnu.org/licenses/lgpl-3.0.html>`__.
 
 .. figure:: pprinting.png
    :alt: Pretty printing example output
index 3868b61f60874d7c95b39e451be894cbe2f95258..6435758843b4b9a9ff5fbf67f4b1432d15be0c83 100755 (executable)
@@ -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
index 343a01e0bb30b1819f192dce93c0944e5fe9f2c1..54b056c9ae5f644f66c24a3cd92ebafcb90d3885 100644 (file)
--- 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",
index 8de934b019558a9263000a078474b6e2833edeaf..7fb3f74d2f36a020938a44271e7b9f5fd69c7de6 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 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
index 3b86d2ceab6371674b4aa7874639e626a24bf4dc..746bf50cb875057d1ba46f2ea3030ae5b7fa4ffe 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 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