Skip to content

A question on pyqt5 #13

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
ns696 opened this issue May 15, 2021 · 3 comments
Closed

A question on pyqt5 #13

ns696 opened this issue May 15, 2021 · 3 comments

Comments

@ns696
Copy link

ns696 commented May 15, 2021

I am making a software and gonna distribute it (for free),so still I need to buy a licence from riverbank?

@mherrmann
Copy link
Collaborator

I'm not a lawyer but here's my understanding.

PyQt5 is licensed under the GPL. This essentially means that you can use it for free provided that you make your source code accessible to anyone who also gets a binary copy of your app. The license under which you are required to make your source code accessible is again the GPL.

So: If you distribute your software for free online, then you need to release your source code under the GPL. In practice, this wold mean that you'd upload your source code to GitHub and create a LICENSE file that contains the contents of the GPL. I think you also need to include a copy of the GPL in your application. (Say in an About... dialog.)

Hope this helps.

@ns696
Copy link
Author

ns696 commented May 15, 2021

But If don't wanna release then too I wanna need licence ??,or I need to move to pyside2

@mherrmann
Copy link
Collaborator

You only need to buy a license if you are want to give your software to people without giving them the source code. So if you "don't want to release", then you don't need a license.

@ns696 ns696 closed this as completed May 17, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants