What is GNU Lesser General Public License v2 1?

What is GNU Lesser General Public License v2 1?

1 (LGPL v2. 1 for short) is a variation of the regular GNU General Public License (GPL). Originally known as the GNU Library General Public License, it was drafted by the Free Software Foundation (FSF) to provide a weaker (or Lesser) form of copyleft for use in certain specific circumstances.

Is MIT LGPL compatible?

The LGPL allows to be used from non-free software (while MIT is even free software), so being a dependency is not a blocker. However as it’s a dependency you need to offer the source-code of it if you distribute your software.

Does LGPL require dynamic linking?

LGPL does not force you to use dynamic linking. You can instead, for instance, provide object files for your software that the user will be able to link (statically) to any version of the library.

Does LGPL allow static linking?

LGPL does not allow static linking. From Qt’s legal page: In case of dynamic linking, it is possible, but not mandatory, to keep application source code proprietary as long as it is “work that uses the library” – typically achieved via dynamic linking of the library.

What is the difference between LGPL and GPL?

The LGPL was developed as a compromise between the strong copyleft of the GNU General Public License (GPL) and more permissive licenses such as the BSD licenses and the MIT License. The word “Lesser” in the title shows that the LGPL does not guarantee the end user’s complete freedom in the use of software;

What is the GNU LGPL license?

The LGPL is primarily applied to libraries. In fact, when the first version of this license was released in 1991, GNU LGPL stood for GNU Library General Public License. The name was changed when version 2.1 was published in 1999.

When did the LGPL change its name?

The LGPL was revised in minor ways in the 2.1 point release, published in 1999, when it was renamed the GNU Lesser General Public License to reflect the FSF’s position that not all libraries should use it.

Is LGPL a weak copyleft license?

However, LGPL is slightly different from other weak copyleft licenses, like the Mozilla Public License or Eclipse Public License, due to its special safe harbor for dynamic linking integration. The LGPL is primarily applied to libraries.