<div dir="ltr">It is my understanding, as well, that the Classpath exception allows any use of ABCL as a library, as long as ABCL itself is not changed - i.e. the distributed JAR is not changed. An issue would arise if you want to change one of the system functions and modified the original to do so. However in that case it would better to simply submit the patch to the list. Also note that if you are using GPL code completely privately, i.e. not redistributing it, then you can have your way with it.<div><br></div><div>Note IANAL, but have some experience working with licenses.</div><div><br></div><div>Regards,</div><div>Alan <br></div></div><br><div class="gmail_quote"><div dir="ltr">On Tue, Jun 30, 2015 at 2:24 PM Hamda Binte Ajmal <<a href="mailto:hamda.binte.ajmal@gmail.com">hamda.binte.ajmal@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Mark Evenson <evenson@...> writes:<br>
<br>
> Thank you for your response.<br>
One more thing I would like to ask is that, I am using ABCL in a java<br>
project that is GNU GPL licensed.<br>
ABCL is not modified, just used as a library, and for executing lisp<br>
commands from Java project<br>
Such that<br>
        JAVA PROJECT (GNU GPL) -> ABCL (GNU with classpath exception) -><br>
Lisp code<br>
<br>
Now my question is, would the GNU GPL license of Java project enforce<br>
GNU GPL on ABCL too which can enforce GNU GPL on my lisp code ?<br>
><br>
> > On Jun 30, 2015, at 12:20, Hamda Binte Ajmal<br>
> <hamda.binte.ajmal@...> wrote:<br>
> ><br>
> > Hello,<br>
> > I am using ABCL to run lisp files in my Java code.<br>
> > ABCL is covered by the GNU General Public License with Classpath<br>
> > exception, meaning that you can use ABCL in your application without<br>
the<br>
> > requirement to open the sources to your application. So, I conclude<br>
the<br>
> > GNU GPL is not going to effect the license of my Java Code,<br>
> ><br>
> > BUT, what about the lisp code I load using ABCL? Would it have to be<br>
> > released under GNU GPL ?<br>
><br>
> No, Lisp code running on ABCL does not need to be released under the<br>
GPL.  The<br>
> licensing for ABCL applies to derivative works, i.e. modifying ABCL<br>
itself, not<br>
> Common Lisp code executing on ABCL.<br>
><br>
<br>
<br>
<br>
<br>
<br>
</blockquote></div>