On Mon, Dec 8, 2008 at 1:06 PM, Jaroslav Hajek <[EMAIL PROTECTED]> wrote: > On Mon, Dec 8, 2008 at 7:54 AM, Michael Goffioul > <[EMAIL PROTECTED]> wrote: >> Is MOSEK licensed under GPL? If not, how do you interface it with >> octave? >> > > Why not? There is no problem writing an interface to a proprietary > library, provided that the interface itself will be GPL'ed. > Writing such an interface certainly does not make the library a > derivative work of Octave :)
If the interface is an oct-file (hence linked against octave libraries), then I think the interface, as well as the library, must be licensed under GPL. We had the kind of discussion before, and I think that GPLv3 is very explicit about this. Even distributing in source-form only is not valid. IIRC, the last instantiation of that problem was about a National Instruments library. The only answer to this is to use a MEX interface and pretend it is designed for the other brand. Michael. ------------------------------------------------------------------------------ SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada. The future of the web can't happen without you. Join us at MIX09 to help pave the way to the Next Web now. Learn more and register at http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/ _______________________________________________ Octave-dev mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/octave-dev
