diff --git a/BUILD.md b/BUILD.md index e59cdb9..33f08db 100644 --- a/BUILD.md +++ b/BUILD.md @@ -10,8 +10,7 @@ Building instructions are provided for Linux and Windows 10. ### QCustomplot patches Note, that the original QCustomplot 2.x source code needs a handful of minor patches to compile with the current shiboken2 generator (mainly due to bugs in the generator). Also the bindings generations on Windows 10 needs some minor adjustments. This project contains -a patchfile against the original [QCustomplot source code](https://www.qcustomplot.com/) and (probably temporarily) the original source files -(GPL V3) with the patch applied. +a patchfile against the original [QCustomplot source code](https://www.qcustomplot.com/) and (probably temporarily) the original source files (GPL V3) with the patch applied. With these files a build can be made directly from this project. diff --git a/LICENSE b/LICENSE index 4c987b8..5f95aea 100644 --- a/LICENSE +++ b/LICENSE @@ -1,5 +1,5 @@ The Pyside2 QCustomplot bindings and the wheel can be used under the following licenses: -* GPT-3 +* GPLv3+ * Commercial ------------------------------------------------------------------------------------------ @@ -11,7 +11,7 @@ for the used components: * QCustomplot The bindings do not add any additional license requirements. ------------------------------------------------------------------------------------------ -GPT3: +GPLv3+: GNU GENERAL PUBLIC LICENSE Version 3, 29 June 2007 diff --git a/README.md b/README.md index bca9c9d..118fb82 100644 --- a/README.md +++ b/README.md @@ -91,7 +91,7 @@ The version naming of the Python bindings is analogue to the naming of the QCust ## License -This project is licensed under the GPL v3 License - see the [LICENSE](https://github.com/SBGit-2019/Pyside-QCP/blob/master/LICENSE) file for details. +This project is licensed under the GPLv3+ License - see the [LICENSE](https://github.com/SBGit-2019/Pyside-QCP/blob/master/LICENSE) file for details. Additionally, you can also use this project in commercial projects if you have a commercial license for the used libraries - Qt 5.x - QCustomPlot 2.x diff --git a/setup.py b/setup.py index f2532a2..90e2081 100755 --- a/setup.py +++ b/setup.py @@ -122,7 +122,7 @@ def build_extensions(self): name="qcustomplot-pyside2", version="2.1.0", author="SBC", - license = "GPT 3 | Commercial", + license = "GPLv3+ | Commercial", author_email="58021350+SBGit-2019@users.noreply.github.com", description="QCustomplot 2.1.0 for Pyside2 5.15.2", long_description=long_description,