Which license to use for PySide2 wheels stored in Bintray?
-
I'm building wheels using Travis CI and AppVeyor in a public Github repository: https://github.com/fredrikaverpil/pyside2-wheels
I'd like to upload those wheels to e.g. Bintray, and I must then specify a license. My Github project is under the MIT license and PySide2 seems to be under LGPL-2.1 license (?):
https://codereview.qt-project.org/gitweb?p=pyside/pyside.git;a=blob_plain;f=COPYING;hb=HEADWhat would be an appropriate license to use at Bintray?
Right now I've just used LGPL-2.1 since that's what PySide2 has. -
Going forward Pyside2 will have the same license as Qt. We are talking about the LGPLv3, GPLv2+ and commercial licensing. Hope this helps.
The required changes to the git repos will follow in the coming weeks.
-
Thanks @AlexBlasche !
Ping @Fredrik-Averpil
-
Ok thanks, I'm not sure which of those I should be using ... but I guess I'll just keep the GPLv2.1 license for now then.
https://bintray.com/fredrikaverpil/pyside2-wheels/pyside2
Cheers!