From 2cbf28d9e35f507eeeff35dea057f25f4f7c36d5 Mon Sep 17 00:00:00 2001 From: Kareem Date: Mon, 20 Jul 2026 13:28:19 -0700 Subject: [PATCH] Use GPLv3 rather than GPLv3+. --- setup.py | 2 +- wolfssl/__about__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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__ = [