kamranzafar / JCL

Jar Class Loader, a configurable and dynamic custom classloader designed to create, manage and manipulate isolated Java classloaders in IoC frameworks and web applications.
http://kamranzafar.github.com/
579 stars 161 forks source link

Which License? #44

Closed donald-w closed 8 years ago

donald-w commented 8 years ago

I was looking at using this library and wanted to understand the licensing. The code itself appears to be marked with Apache 2.0, but the JCL/JCL2/core/src/main/resources/LICENSE.txt and JCL2/pom.xml both indicate GNU LGPL

Could you let me know which it is? I'm happy to put together a PR for full conversion to Apache 2.0, which I'd need to incorporate this into my project.

Thanks Donald

kamranzafar commented 8 years ago

The license is Apache 2.0. Initially it used to be LGPL but it has changed to ASL.

donald-w commented 8 years ago

Ok great, shall I send you a PR to make it all consistent? Happy new year when it comes. On 31 Dec 2015 18:50, "Kamran" notifications@github.com wrote:

The license is Apache 2.0. Initially it used to be LGPL but it has changed to ASL.

— Reply to this email directly or view it on GitHub https://github.com/kamranzafar/JCL/issues/44#issuecomment-168234374.

kamranzafar commented 8 years ago

Thanks, yes please send a PR, will pull merge. And Happy New Year to you.

kamranzafar commented 8 years ago

thanks for the PR, the changes will go in the next release.