Tagged Questions
0
votes
1answer
101 views
Proprietary software as a service with GPL software
I am a service provider and the customers use our (closed source) control panel. But our company does not distribute the control panel software. It is only available as a service.
Can I use GPL ...
3
votes
3answers
246 views
Licensing a closed source library that is free to use
I have written a Java GPL application that makes use of a variety of open source libraries released under Apache, LGPL, MIT, BSD and GPL licenses.
I'm now faced with trying to add support for a ...
2
votes
1answer
147 views
TinyMCE in a close-source commerical application
I am considering using TinyMCE editor (licensed under LGPL) in my web application which is a close-source commerical application (I do sell/distribute it to my clients). I do not want to change the ...
9
votes
4answers
3k views
Qt LGPL licencing for a free application with closed source
I'm working on an application developed with Qt 4.6.2. I'm linking dynamically and I don't want to share my source code. The application is totally free and I don't plan on selling any part of it.
I ...
20
votes
5answers
8k views
Use LGPL libraries in closed source software?
If I have a open source software library covered by LGPL, can I use it in a closed source commercial application?
3
votes
2answers
1k views
Can I write programs in Qt and sell them as “closed sourced”?
In reference to this question and that Qt is Qt GNU LGPL v. 2.1 , would it be correct to say/simplify:
Yes you can, but if you "enhance" the the Qt API you must publish it also?
102
votes
22answers
22k views
Can I legally incorporate GPL & LGPL, open-sourced software in a proprietary, closed-source project? [closed]
At the company I work for, we develop and sell a proprietary, closed-source software application.
Our application uses third party open-source projects licensed under open source licenses such as GPL ...