I'd like to use a library which is LGPL licenced in a Windows Phone 7 application. Is this allowed? I know that the app itself is forbidden from being GPL licensed.
|
closed as off topic by bmargulies, Don Roby, Barmar, pst, talonmies Dec 24 '12 at 23:14
Questions on Stack Overflow are expected to relate to programming or software development within the scope defined in the FAQ. Consider editing the question or leaving comments for improvement if you believe the question can be reworded to fit within the scope. Read more about closed questions here.
|
Although you don't have to release the source code of your app, I think you have to allow customers to download the object code of your app, so that they can relink it with their own version of the library. See section 6a of the LGPL:
This is summarized in the preamble:
|
|||||
|
|
From Wikipedia: The LGPL allows developers and companies to use and integrate LGPL software into their own (even proprietary) software without being required (by the terms of a strong copyleft) to release the source code of their own software-parts. |
|||
|
|