doc/index.rst | 2 +- pyderasn.py | 3 +-- setup.py | 4 ++-- tests/test_crts.py | 3 +-- tests/test_pyderasn.py | 3 +-- diff --git a/doc/index.rst b/doc/index.rst index 170165d03b90d67283d86156276a540080b2d202b20033726007af2b1851836e..184951c6f4d749aa8c80c578cc08b9c86e8efe96f9fd5bb2767b694a81584019 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 37cbea66187d863b55e5db3b1c636b04d3ae6b1d5b899151c09e45be39fd5d24..e7b60452521382d5f8c4a6cae2d02b715c636f48706a1c2bd73da7eddb5fca6e 100755 --- a/pyderasn.py +++ b/pyderasn.py @@ -5,8 +5,7 @@ # Copyright (C) 2017-2019 Sergey Matveev # # 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 af85fd0fc83a866ff62265317bb4b8bc19ab3a5b746389d95b1cfdd980365abf..23ebd9d8a07d8cd5ae2fd1027d36872d172924ec10624b4aeaa2fdf54e7623c7 100644 --- a/setup.py +++ b/setup.py @@ -13,14 +13,14 @@ long_description=open("README", "rb").read().decode("utf-8"), 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 83954c4a077f559def319e20755a3933213e6f3d5e9cb7f74ec9219445a8aa7d..df113c6ad285c660df87381f6113cfe2ef2b9f0a1799ed10a54bb024a0ae2461 100644 --- a/tests/test_crts.py +++ b/tests/test_crts.py @@ -4,8 +4,7 @@ # Copyright (C) 2017-2019 Sergey Matveev # # 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 29a380175a5b90d54255a0ea0bc4e5a252808695099449e904e3834ebdfd32e7..7ff635be4a0695ae016139e281ea609441b806cec548e8f5f84208296ea66558 100644 --- a/tests/test_pyderasn.py +++ b/tests/test_pyderasn.py @@ -4,8 +4,7 @@ # Copyright (C) 2017-2019 Sergey Matveev # # 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