Skip to content

Commit

Permalink
Typos fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
Mr committed Apr 28, 2022
1 parent f0508db commit d8f6195
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 6 deletions.
3 changes: 1 addition & 2 deletions BUILD.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
4 changes: 2 additions & 2 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
The Pyside2 QCustomplot bindings and the wheel can be used under the following licenses:
* GPT-3
* GPLv3+
* Commercial

------------------------------------------------------------------------------------------
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit d8f6195

Please sign in to comment.