From: Inderjeet S. <ind...@gm...> - 2009-10-26 17:16:35
|
On Mon, Oct 26, 2009 at 9:54 AM, Markus Heberling <ma...@ti...> wrote: > I would understand it in this way: > > The resulting Obj/C source (the *.m and *.h files) is always under GPL. The > original java code can remain under any license you want, as long as you > don't link to xmlvm files in there (import org.xmlvm.iphone.*). > This seems strange. GPL project typically dont force the output to be under GPL. Can you even enforce it via your license? What prevents anyone from forking XMLVM as another GPL project, but generate output to be non-GPL? It seems to me that only thing that is part of the output binary file and can be forced to be under GPL is the compatibility library. Thanks Inder |