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 is JCL licensed under - Apache 2 or GPL 3? #58

Closed brett-berger closed 7 years ago

brett-berger commented 7 years ago

In the Overview, it states that JCL 2.8 is licensed under an Apache 2 License, however if you look at the license found https://github.com/kamranzafar/JCL/blob/jcl-2.8/JCL/LICENSE it's a GPL 3 license. Which is correct?

kamranzafar commented 7 years ago

JCL is licensed under Apache license 2. All references to old GPL3 will be removed in the next release.

brett-berger commented 7 years ago

Perfect. Thanks!