Tagged Questions
5
votes
5answers
657 views
If I use jQuery, must my Web App be GPL'd?
I'm working on a Web App Framework that I'd like to put under the Eclipse Public License for various reasons. The only problem is that I want to include jQuery in the framework, and that is under the ...
2
votes
1answer
36 views
Distributing applications that require FOSS license.txt files to be distributed; how to handle conflicts?
I have an application I intend to distribute in binary form. It depends on a LGPL binary, and an Eclipse Public Library. Each of these licenses require me distribute a license file with them.
How ...