diff options
| -rw-r--r-- | README.pyside6.md | 2 | ||||
| -rw-r--r-- | README.pyside6_addons.md | 2 | ||||
| -rw-r--r-- | README.pyside6_essentials.md | 2 | ||||
| -rw-r--r-- | README.pyside6_examples.md | 2 | ||||
| -rw-r--r-- | wheel_artifacts/pyproject.toml.base | 6 |
5 files changed, 8 insertions, 6 deletions
diff --git a/README.pyside6.md b/README.pyside6.md index 9178660d5..95e75a4c6 100644 --- a/README.pyside6.md +++ b/README.pyside6.md @@ -88,7 +88,7 @@ and [join our community](https://wiki.qt.io/Qt_for_Python#Community)! ### Licensing -PySide6 is available under both Open Source (LGPLv3/GPLv3) and commercial +PySide6 is available under both Open Source (LGPLv3 or GPLv2 or GPLv3) and commercial license. Using PyPi is the recommended installation source, because the content of the wheels is valid for both cases. For more information, refer to the [Qt Licensing page](https://www.qt.io/licensing/). diff --git a/README.pyside6_addons.md b/README.pyside6_addons.md index a42576706..e232565a2 100644 --- a/README.pyside6_addons.md +++ b/README.pyside6_addons.md @@ -67,7 +67,7 @@ and [join our community](https://wiki.qt.io/Qt_for_Python#Community)! ### Licensing -PySide6 is available under both Open Source (LGPLv3/GPLv3) and commercial +PySide6 is available under both Open Source (LGPLv3 or GPLv2 or GPLv3) and commercial license. Using PyPi is the recommended installation source, because the content of the wheels is valid for both cases. For more information, refer to the [Qt Licensing page](https://www.qt.io/licensing/). diff --git a/README.pyside6_essentials.md b/README.pyside6_essentials.md index 7f96c19b1..73d8b66c2 100644 --- a/README.pyside6_essentials.md +++ b/README.pyside6_essentials.md @@ -51,7 +51,7 @@ and [join our community](https://wiki.qt.io/Qt_for_Python#Community)! ### Licensing -PySide6 is available under both Open Source (LGPLv3/GPLv3) and commercial +PySide6 is available under both Open Source (LGPLv3 or GPLv2 or GPLv3) and commercial license. Using PyPi is the recommended installation source, because the content of the wheels is valid for both cases. For more information, refer to the [Qt Licensing page](https://www.qt.io/licensing/). diff --git a/README.pyside6_examples.md b/README.pyside6_examples.md index 15e318151..b176139df 100644 --- a/README.pyside6_examples.md +++ b/README.pyside6_examples.md @@ -28,7 +28,7 @@ and [join our community](https://wiki.qt.io/Qt_for_Python#Community)! ### Licensing -PySide6 is available under both Open Source (LGPLv3/GPLv3) and commercial +PySide6 is available under both Open Source (LGPLv3 or GPLv2 or GPLv3) and commercial licenses. Using PyPi is the recommended installation source, because the content of the wheels is valid for both cases. For more information, refer to the [Qt Licensing page](https://www.qt.io/licensing/). diff --git a/wheel_artifacts/pyproject.toml.base b/wheel_artifacts/pyproject.toml.base index 3e289fd79..7667cf67b 100644 --- a/wheel_artifacts/pyproject.toml.base +++ b/wheel_artifacts/pyproject.toml.base @@ -12,7 +12,7 @@ readme = "PROJECT_README" dynamic = ["version"] requires-python = ">=3.9, <3.14" keywords = ["Qt"] -license = {text = "LGPL"} +license = {text="LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only"} dependencies = "PROJECT_DEPENDENCIES" classifiers = [ "Development Status :: 5 - Production/Stable", @@ -21,7 +21,9 @@ classifiers = [ "Environment :: X11 Applications :: Qt", "Environment :: Win32 (MS Windows)", "Intended Audience :: Developers", - "License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL)", + "License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)", + "License :: OSI Approved :: GNU General Public License v3 (GPLv3)", + "License :: OSI Approved :: GNU General Public License v2 (GPLv2)", "License :: Other/Proprietary License", "Operating System :: MacOS :: MacOS X", "Operating System :: POSIX", |
