Use GPLv3 rather than GPLv3+.
parent
a69521afa4
commit
2cbf28d9e3
2
setup.py
2
setup.py
|
|
@ -59,7 +59,7 @@ setup(
|
|||
author="wolfSSL Inc.",
|
||||
author_email="info@wolfssl.com",
|
||||
url="https://github.com/wolfssl/wolfssl-py",
|
||||
license="GPLv3-or-later or Commercial License",
|
||||
license="GPLv3 or Commercial License",
|
||||
|
||||
packages=["wolfssl"],
|
||||
|
||||
|
|
|
|||
|
|
@ -29,7 +29,7 @@ __uri__ = "https://github.com/wolfssl/wolfssl-py"
|
|||
__author__ = "wolfSSL Inc."
|
||||
__email__ = "info@wolfssl.com"
|
||||
|
||||
__license__ = "GPLv3-or-later or Commercial License"
|
||||
__license__ = "GPLv3 or Commercial License"
|
||||
__copyright__ = "Copyright (C) 2006-2026 wolfSSL Inc"
|
||||
|
||||
__all__ = [
|
||||
|
|
|
|||
Loading…
Reference in New Issue