diff --git a/setup.py b/setup.py index 971a05f..5e034a1 100755 --- a/setup.py +++ b/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"], diff --git a/wolfssl/__about__.py b/wolfssl/__about__.py index e899d68..55c0201 100644 --- a/wolfssl/__about__.py +++ b/wolfssl/__about__.py @@ -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__ = [