Using qt for a commercial application on windows (LGPL)
-
@Jo-Jo said in Using qt for a commercial application on windows (LGPL):
what if
What if an asteroid strikes the earth tomorrow or a solar flare destroys all IT infrastructure next monday?
That's bs ;-)in my case i am looking for closed source and paid app)
To add to @jsulm 's answer (this is what anybody else would also suggest you)
How do you want to find the sources/files of a closed source app to check what they've done, where they mention their licensing and so on?!
[Edit: they need to mention their (L)GPL license, but you are still not able to look at their code... well because it's not open. In most cases you have the binaries. What strategies they use to fulfill Qt's LGPL part might not be invisible unless you actually buy the program and request their license]IIRC BlackMagic Design as mentioned by @SGaist costs like couple hundred dollars to be able to have full support and to "use" it... I don't know if there is a demo or something.
Also IIRC they also have to provide the objects for re-linking for customers only. And not to anyone who's just curious@Pl45m4 said in Using qt for a commercial application on windows (LGPL):
How do you want to find the sources/files of a closed source app to check what they've done, where they mention their licensing and so on?!
So an LGPL compatible application should indicate somewhere that Qt is used and about the user's rights. This would be enough to understand that the application uses Qt
-
@Pl45m4 said in Using qt for a commercial application on windows (LGPL):
How do you want to find the sources/files of a closed source app to check what they've done, where they mention their licensing and so on?!
So an LGPL compatible application should indicate somewhere that Qt is used and about the user's rights. This would be enough to understand that the application uses Qt
@Jo-Jo The link I gave you above says that already: https://www.qt.io/licensing/open-source-lgpl-obligations
"In case of dynamic linking, it is possible, but not mandatory, to keep application source code proprietary as long as it is “work that uses the library” – typically achieved via dynamic linking of the library." -
@Jo-Jo said in Using qt for a commercial application on windows (LGPL):
what if
What if an asteroid strikes the earth tomorrow or a solar flare destroys all IT infrastructure next monday?
That's bs ;-)in my case i am looking for closed source and paid app)
To add to @jsulm 's answer (this is what anybody else would also suggest you)
How do you want to find the sources/files of a closed source app to check what they've done, where they mention their licensing and so on?!
[Edit: they need to mention their (L)GPL license, but you are still not able to look at their code... well because it's not open. In most cases you have the binaries. What strategies they use to fulfill Qt's LGPL part might not be invisible unless you actually buy the program and request their license]IIRC BlackMagic Design as mentioned by @SGaist costs like couple hundred dollars to be able to have full support and to "use" it... I don't know if there is a demo or something.
Also IIRC they also have to provide the objects for re-linking for customers only. And not to anyone who's just curious@Pl45m4 said in Using qt for a commercial application on windows (LGPL):
unless you actually buy the program and request their license
In most cases paid software give you trial version and you can see everything what you want, this is not a problem
-
@Jo-Jo The link I gave you above says that already: https://www.qt.io/licensing/open-source-lgpl-obligations
"In case of dynamic linking, it is possible, but not mandatory, to keep application source code proprietary as long as it is “work that uses the library” – typically achieved via dynamic linking of the library." -
A bit late to the party!
The most comprehensive and useful presentation that I know on this topic is one from Burkhard Stubert, entitled "Making Qt Systems Comply To LGPL Version 3" https://www.youtube.com/watch?v=bwTlCBbB3RY It also mentions a few cases towards the end where companies did not comply properly at first.
@Jo-Jo said in Using qt for a commercial application on windows (LGPL):
After all the messages, unfortunately, I still couldn't get a concrete answer about whether it is possible to use Qt for Windows app with the LGPL license for free and safely or not.
The presentation above discusses how to do it safely on embedded systems. Everything that you learn there can be applied to Windows too (and it's arguably even simpler on desktop systems).
-
A bit late to the party!
The most comprehensive and useful presentation that I know on this topic is one from Burkhard Stubert, entitled "Making Qt Systems Comply To LGPL Version 3" https://www.youtube.com/watch?v=bwTlCBbB3RY It also mentions a few cases towards the end where companies did not comply properly at first.
@Jo-Jo said in Using qt for a commercial application on windows (LGPL):
After all the messages, unfortunately, I still couldn't get a concrete answer about whether it is possible to use Qt for Windows app with the LGPL license for free and safely or not.
The presentation above discusses how to do it safely on embedded systems. Everything that you learn there can be applied to Windows too (and it's arguably even simpler on desktop systems).
@JKSH said in Using qt for a commercial application on windows (LGPL):
A bit late to the party!
The members of this forum recommend contacting a lawyer to be 100% sure that all LGPL requirements are met, while you recommend listening to a random person from YouTube. So who is right? You have completely confused me.
-
@JKSH said in Using qt for a commercial application on windows (LGPL):
A bit late to the party!
The members of this forum recommend contacting a lawyer to be 100% sure that all LGPL requirements are met, while you recommend listening to a random person from YouTube. So who is right? You have completely confused me.
@Jo-Jo said in Using qt for a commercial application on windows (LGPL):
The members of this forum recommend contacting a lawyer to be 100% sure that all LGPL requirements are met, while you recommend listening to a random person from YouTube. So who is right? You have completely confused me.
- If you want to obtain in-depth understanding on how to use LGPL'ed software in your project (and why each step is needed), watch the video
- If you want to obtain strong legal protection for your project, talk to a lawyer
These paths are not mutually exclusive. They serve different purposes (although they do overlap); both are valuable.
-
@Jo-Jo said in Using qt for a commercial application on windows (LGPL):
The members of this forum recommend contacting a lawyer to be 100% sure that all LGPL requirements are met, while you recommend listening to a random person from YouTube. So who is right? You have completely confused me.
- If you want to obtain in-depth understanding on how to use LGPL'ed software in your project (and why each step is needed), watch the video
- If you want to obtain strong legal protection for your project, talk to a lawyer
These paths are not mutually exclusive. They serve different purposes (although they do overlap); both are valuable.
@JKSH said in Using qt for a commercial application on windows (LGPL):
These paths are not mutually exclusive.
Thank you anyway, but i don't agree with you. If i am already have in-depth understanding on how to use LGPL'ed software in my project, i don`t need some legal protection and vice versa
-
@JKSH said in Using qt for a commercial application on windows (LGPL):
These paths are not mutually exclusive.
Thank you anyway, but i don't agree with you. If i am already have in-depth understanding on how to use LGPL'ed software in my project, i don`t need some legal protection and vice versa
@Jo-Jo
In that case I do not understand why you are still asking questions here? If you have "in-depth understanding on how to use LGPL'ed software" then you already have your answers.Nobody here is going to give you any cast iron guarantees about interpretations, legal issues, how The Qt Company might or might not act, or similar. At best they will just refer you to items online or courses of action to take, as they have been doing.
If you wish you may ask The Qt Company about your concerns. My guess --- no more than that --- is that they will advise you to purchase a commercial licence if you want to be "sure". If you adopt the LGPL approach you will find out whether The Qt Company has any objections if they contact you or take you to court. That is how legal matters work, not even a legal person can guarantee you there will be no issues, they can only express opinions, that is why we have courts and legal proceedings, to "test" law or interpretation.
-
@JKSH said in Using qt for a commercial application on windows (LGPL):
These paths are not mutually exclusive.
Thank you anyway, but i don't agree with you. If i am already have in-depth understanding on how to use LGPL'ed software in my project, i don`t need some legal protection and vice versa
-
@Jo-Jo
In that case I do not understand why you are still asking questions here? If you have "in-depth understanding on how to use LGPL'ed software" then you already have your answers.Nobody here is going to give you any cast iron guarantees about interpretations, legal issues, how The Qt Company might or might not act, or similar. At best they will just refer you to items online or courses of action to take, as they have been doing.
If you wish you may ask The Qt Company about your concerns. My guess --- no more than that --- is that they will advise you to purchase a commercial licence if you want to be "sure". If you adopt the LGPL approach you will find out whether The Qt Company has any objections if they contact you or take you to court. That is how legal matters work, not even a legal person can guarantee you there will be no issues, they can only express opinions, that is why we have courts and legal proceedings, to "test" law or interpretation.
@JonB said in Using qt for a commercial application on windows (LGPL):
If you have "in-depth understanding on how to use LGPL'ed software" then you already have your answers.
No, i dont have "in-depth understanding on how to use LGPL'ed software". I think you've lost the context of this phrase.
@JonB said in Using qt for a commercial application on windows (LGPL):
Nobody here is going to give you any cast iron guarantees about interpretations, legal issues, how The Qt Company might or might not act, or similar.
I understand that. The main thing for me is to understand how to approach this issue correctly. Some users of this forum suggest listening to what some people say, others recommend contacting a lawyer. There is no standard way, and there is no example of successful use of LGPL for commercial closed source software for Windows.
-
@Jo-Jo I'm not sure what kind of answer you expect to get in a user forum like this? Nobody here is a lawyer.
@jsulm said in Using qt for a commercial application on windows (LGPL):
I'm not sure what kind of answer you expect to get in a user forum like this?
I wonder why some people advise to contact a lawyer while others advise to listen to certain people on the internet. Who is right?
-
A bit late to the party!
The most comprehensive and useful presentation that I know on this topic is one from Burkhard Stubert, entitled "Making Qt Systems Comply To LGPL Version 3" https://www.youtube.com/watch?v=bwTlCBbB3RY It also mentions a few cases towards the end where companies did not comply properly at first.
@Jo-Jo said in Using qt for a commercial application on windows (LGPL):
After all the messages, unfortunately, I still couldn't get a concrete answer about whether it is possible to use Qt for Windows app with the LGPL license for free and safely or not.
The presentation above discusses how to do it safely on embedded systems. Everything that you learn there can be applied to Windows too (and it's arguably even simpler on desktop systems).
@JKSH said in Using qt for a commercial application on windows (LGPL):
Now i am watching this video and can`t understand this detail: At the 6:30, video says: "display copyright notices of Qt libraries and license texsts lf LGPLv3 and GPL in Application's GUI (4c)".
- I am familiar with LGPLv3 and GPL text, but where i can found "copyright notices of Qt libraries"?
- What does 4c mean?
-
@JonB said in Using qt for a commercial application on windows (LGPL):
If you have "in-depth understanding on how to use LGPL'ed software" then you already have your answers.
No, i dont have "in-depth understanding on how to use LGPL'ed software". I think you've lost the context of this phrase.
@JonB said in Using qt for a commercial application on windows (LGPL):
Nobody here is going to give you any cast iron guarantees about interpretations, legal issues, how The Qt Company might or might not act, or similar.
I understand that. The main thing for me is to understand how to approach this issue correctly. Some users of this forum suggest listening to what some people say, others recommend contacting a lawyer. There is no standard way, and there is no example of successful use of LGPL for commercial closed source software for Windows.
@Jo-Jo I pointed you to Blackmagic Design.
As for who is right ? Both are. Inform yourself with people having real experience in managing software and projects using open source licenses and consult a lawyer to ensure you are doing things correctly. Especially when working in fields like medical.
-
@Jo-Jo I pointed you to Blackmagic Design.
As for who is right ? Both are. Inform yourself with people having real experience in managing software and projects using open source licenses and consult a lawyer to ensure you are doing things correctly. Especially when working in fields like medical.
@SGaist said in Using qt for a commercial application on windows (LGPL):
As for who is right ? Both are. Inform yourself with people having real experience in managing software and projects using open source licenses and consult a lawyer to ensure you are doing things correctly
I got you, thanks! But I don't really understand what I should talk about with a lawyer. If, for example, I ask him whether it is necessary to link dynamically with Qt libraries, he probably won't understand me, because he most likely doesn't know programming. How should I talk to him then?
-
@SGaist said in Using qt for a commercial application on windows (LGPL):
As for who is right ? Both are. Inform yourself with people having real experience in managing software and projects using open source licenses and consult a lawyer to ensure you are doing things correctly
I got you, thanks! But I don't really understand what I should talk about with a lawyer. If, for example, I ask him whether it is necessary to link dynamically with Qt libraries, he probably won't understand me, because he most likely doesn't know programming. How should I talk to him then?