Andreas Rueckert wrote:
> I have a licensing question, that you might be able to answer: are 2 classes in
> a jar file 'linked' in a GPL way? I mean, if class A is under GPL and I put it
> in a jar file with class B, does it restrict the license of B to GPL? Or could
> B still be closed source?

This is a legal question, and I don't think anyone here can really
answer it.

My guess is that just placing the  classes in a jar doesn't "link" them,
but loading both classes into the same JVM does.  However, this is
like the old "user-does-the-link" ploy which (I believe) NeXT tried
(for the Objective-C compiler).  The FSF sicced their lawyers on them
and NeXT ended up Free'ing their Objective-C compiler.

A determining factor is likely to be to what extent B depends on A.
If they are completely independent, it is probably ok ("mere
aggregation"); but if B depends on A, I wouldn't try it.
-- 
        --Per Bothner
[EMAIL PROTECTED]   http://www.bothner.com/per/



_______________________________________________
Classpath mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/classpath

Reply via email to