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
486 views
EPL (Eclipse Public License), GPL (GNU Public License)/LGPL (Lesser GPL) and license exceptions?
The Free Software Foundation considers EPL and GPL to be incompatible. Based on my reading of their reasoning, it would seem that the LGPL would be similarly affected -- IANAL, please correct me if ...
2
votes
2answers
178 views
can I ship a 'lein uberjar' containing some gpl3 classes?
I have a project that I have released under the GPLv3 that requires clojure.jar and clojure-tontrib.jar to run. I would really like to ship one big jar file with all of them. (perhaps with a ...
2
votes
3answers
161 views
Licensing an Eclipse RCP application as GPL
I'm currently developing an Eclipse RCP application an I would like to release it under GPL v 3.
As far as I can tell, Eclipse Public License (under which the RCP code is licensed) allows this, but ...