fluid-dev
[Top][All Lists]
Advanced

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

Re: [fluid-dev] Android & LGPL


From: Element Green
Subject: Re: [fluid-dev] Android & LGPL
Date: Mon, 7 Jan 2013 13:56:06 -0800

On Mon, Jan 7, 2013 at 10:42 AM, Erik Fros <address@hidden> wrote:
Hi everyone,

I've found the link to page LicensingFAQ which covers only iOS:
http://sourceforge.net/apps/trac/fluidsynth/wiki/LicensingFAQ

It makes sense that you can't use it for iOS due-to restriction of static linking. Situation with Android is a little bit different - you can build library as .so (e.g.
fluidsynth.so) and link it dynamically using Android NDK + JNI. How do you think does it violate license?

Best Regards,
Erik


This has been discussed several times on this list.

In summary:

LGPL allows for a distributed commercial closed source application to dynamically link to an LGPL licensed library, as long as the LGPL source code is made publicly available, at a minimum in the event that someone requests it, whether it has been modified or not.  If any modifications have been made to the LGPL code, these modifications must also be made publicly available.

Of note, is that commercial static linking to an LGPL library can also be in compliance, so long as the commercial application is distributed in a form that allow an end user to link to a possibly newer version of the LGPL library.  This can be accomplished by distributing the commercial application as an object file as well.

Best regards,

Element Green


reply via email to

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