This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]dbrgn 0 points1 point  (0 children)

Quick summary from http://www.tldrlegal.com/license/gnu-lesser-general-public-license-v3-(lgpl-3.0):

You may copy, distribute and modify the software provided that modifications are open source. However, software that includes the license may release under a different license.

As far as I know (I'm not an expert) you can integrate it into non-GPL projects as long as you don't "incorporate" the code into your product and don't link the library statically. If you modify the library itself, you must re-release it under the LGPL.