Final license changes

This commit is contained in:
2021-03-09 00:17:25 +01:00
parent 40964a8c7f
commit 1e78728291
2 changed files with 42 additions and 651 deletions

View File

@ -1,7 +1,7 @@
# PyQt5-expansion
This is a collection of PyQt5 classes, which I'm using or I have used.
Because i use KDE Plasma, the look of the objects on your system may be different than my [demonstrations](/assets)
Because I use KDE Plasma, the look of the objects on your system may be different from the one in my [demonstrations](/assets)
- [QEmojiPicker](#QEmojiPicker)
- [QFlowLayout](#QFlowLayout)
@ -152,3 +152,7 @@ if __name__ == '__main__':
app.exec()
```
## License
This project is licensed under the GNU Lesser General Public License v3.0 (LGPL-3.0) - see the [LICENSE](LICENSE) file for more details.