gnu-misc-discuss
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Licensing issues with a research project


From: Tassilo Horn
Subject: Re: Licensing issues with a research project
Date: Tue, 11 Aug 2009 16:54:34 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.50 (gnu/linux)

John Hasler <john@dhh.gt.org> writes:

Hi John,

>> 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?

Ah, yes, sadly.  It's a graph library, and the library contains
interfaces Graph, Vertex and Edge (and abstract base implementations
thereof).  All the generated interfaces and classes derive from one of
those base types. :-(

Bye,
Tassilo





reply via email to

[Prev in Thread] Current Thread [Next in Thread]