Can Qt opensource be used for some application i can sell ?
-
wrote on 29 Sept 2010, 06:59 last edited by
It is ok to sell you application that has been written using Qt when:
- your application is dynamically linked to Qt libs
- the original source of Qt has not been modified
-
wrote on 29 Sept 2010, 08:24 last edited by
LGPL and GPL are rather different when it comes to linking libraries... in fact that is the mayor difference between those two licenses!
You are running the risk of getting sued if you do something wrong, so in your place I would not trust random people on the internet:-) I would recommend reading the licenses yourself (and if you are doing this commercially maybe even get a lawyer to look at them). Laws do differ in different countries, so what we tell you here may or may not be applicable in your place.
"Translations of the LGPL and GPL licenses":http://www.gnu.org/licenses/translations.html are available on the FSF gnu site.
-
wrote on 29 Sept 2010, 10:32 last edited by
Tobias Hunger, is not it enough to use qt libraries under LGPL?
[quote author="lyuts" date="1285743589"]
- your application is dynamically linked to Qt libs
- the original source of Qt has not been modified[/quote]
-
wrote on 29 Sept 2010, 10:42 last edited by
Alexander Kuchumov: I think it is, but:
- I am not a lawyer
- I do not know the country/legislation pushpendrak is working under.
- I do not know what pushpendrak actually wants to do and which license he wants to use for his code
- I do not know if there are additional requirements with regard to licensing (e.g. regulations imposed by his customers, etc).
- Whether other libraries are getting used and which license those are using.
- It is generally a bad idea to trust random people on the net on legal advise.
So I will not charge forward and claim everything will be fine, even though I think it should. If you want to get into the selling-software business you need to do your own reading:-) Getting legal advise also does not hurt: Not only to make sure that you are not breaking licenses yourself but also to come up with a working license for the part of the code you own.
-
wrote on 29 Sept 2010, 13:09 last edited by
I see. It's tough question:)
-
wrote on 29 Sept 2010, 14:07 last edited by
The lesson learned is "Make opensource software, not proprietary" :)
-
wrote on 29 Sept 2010, 15:49 last edited by
lyuts: You can have just as much fun in open source: Just look around how many open source licenses there are and how many opinions on which of those are compatible with each other. Check the flamewars going on with one party accusing the other of not following the license of some piece of code. Some of those even are about perceived breaks of "the spirit of the license", not any concrete clause of it!
Basically licensing is a legally tricky and highly emotional topic. So you do need to form your own opinion about it sooner or later.
I think we got widely off-topic:-)
Just to make this clear: Qt's open source licensing is pretty straight forward and compatible with most use cases, using either LGPL or GPL. Both are pretty well understood and widely used. There still are reasons to use a commercial Qt license (if you want to ship modified Qt versions without providing the changes done, etc.). I am sure the Sales team will be competent in answering any questions related to these issues.
-
wrote on 29 Sept 2010, 16:54 last edited by
Thank u Tobias
wot u said is correct, i should look for some legal person. okey.
that means if i m not changing the Qt code, i can do anything with my application whether sell or distribute freely or make it opensource. -
wrote on 1 Oct 2010, 13:23 last edited by
Hi pushpendrak, this might be of interest:
"http://blog.qt.nokia.com/2009/11/30/qt-making-the-right-licensing-decision/":http://blog.qt.nokia.com/2009/11/30/qt-making-the-right-licensing-decision/
-
wrote on 3 Oct 2010, 05:34 last edited by
Thanks MariusG, it is very helpful to me......
11/11