Tassilo writes:
> Our lib is GPL and it has a code generator which spits out java code.
> The generated code is also GPLed currently, and the EPL code
> specializes the generated classes only.  Could we change our lib to
> LGPL and spit out BSD-style licensed code, so that the library itself
> is only used/linked and only the generated code is extended/modified?

Does the generated code contain significant fractions of protected
elements of the library itself?  If not the generated code is a
mechanical transformation of the input and so only the license on the
input applies.  Even if elements of the library are in the generated
code you can apply a different license to them than to the library.  The
Gcc license does exactly that.
-- 
John Hasler 
j...@dhh.gt.org
Dancing Horse Hill
Elmwood, WI USA
_______________________________________________
gnu-misc-discuss mailing list
gnu-misc-discuss@gnu.org
http://lists.gnu.org/mailman/listinfo/gnu-misc-discuss

Reply via email to