What open source license for my web application that uses both GPL & LGPL? advice? -


I wrote an application that I want to issue as an open source, but I'm not sure What is it for

This is my own code different jQuery which is GPL 2.1 and TinySEE Editor, which is LGPL 2.1. If possible, I would like to distribute both libraries with my application. Can I release under GPL 2.1?

The license that I want to do is appropriate and for my clever authors of the open source payments for the clever authors of jQuery and TinyMCE.

Any suggestions?

Available under jQuery if you are happy to make code of your application available under GPL, So you are fine Usually people have problems because they do not want to. And it seems that your application (including JQR) is distributed, which goes away from the special part of GPL but IANL does not accept such a gospel.

You can consider compatibility between (very less aggressive) MIT licenses and LGPL if you do not want to publish the code in your application.


Comments