Questions tagged [lgpl]

DO NOT USE! LICENSING / LEGAL ADVICE IS OFF TOPIC -- LGPL questions should be asked on opensource.stackexchange.com - The GNU Lesser General Public License is a weak copyleft free software license and is the second most popular open source license. It is generally designed for and used by software libraries.

NOTE - Licensing is no longer a valid topic for Stack Overflow. If you have licensing questions, please ask them on OpenSource.SE (which has its own LGPL tag). Legal questions may be asked on Law.SE

The [GNU Lesser General Public License][1] (formerly the GNU Library General Public License) or LGPL is a free software license published by the Free Software Foundation (FSF). It was designed as a compromise between the strong-copyleft GNU General Public License or GPL and permissive licenses such as the BSD licenses and the MIT License.

The LGPL is primarily used for software libraries, although it is also used by some stand-alone applications, most notably Mozilla and OpenOffice.org and sometimes media as well.

66 questions
38
votes
4 answers

2D Geometry library: LGPL alternative to CGAL?

CGAL seems to do just about everything I need and a little more for my upcoming project. It can create polygons out of arc line segments and run boolean operations on them. It has spatial sorting packages already that would save me a lot of time…
Zoomulator
  • 20,774
  • 7
  • 28
  • 32
25
votes
2 answers

Is it possible to use CKEditor in commercial web site?

I plan to use CKEditor in commercial site. I've read http://ckeditor.com/license but I didn't understand how it is possible to have pricing for commercial use while they offer LGPL(which is good choice for commercial use)
yura
  • 14,489
  • 21
  • 77
  • 126
24
votes
6 answers

Using LGPL library in Paid Android App

Can I use a LGPL library in my paid android application? I am not going to modify the LGPL lib, I just want to use it. Is it legal?
Kamran
  • 829
  • 1
  • 10
  • 12
23
votes
5 answers

LGPL licensed library

I have read the LGPL license but its so complicated that I couldn't figure out the answer for my questions. I want to use a LGPL library in my project. No change will be done in the LGPL library. This project is a website application used by…
Bhushan Bhangale
  • 10,921
  • 5
  • 43
  • 71
16
votes
5 answers

GNU Lesser GPL, application sell?

Possible Duplicate: Using LGPL library in a commercial Java application Hello guys! There is a project under the GNU Lesser GPL license. I want to use this project in my application. Can I sell my application using this license?
Infinite Possibilities
  • 7,415
  • 13
  • 55
  • 118
14
votes
4 answers

Using LGPL library in a commercial Java application

I have a commercial Java application which I will be distributing. I want to use an LGPL'd java library. I wont be modifying the library. Does the LGPL license of that library have any impact on my application's license?
pdeva
  • 43,605
  • 46
  • 133
  • 171
12
votes
2 answers

LGPL Machine Learning with Random Forest - C++

I am looking for a library with following features: Minimalistics with Random Forest learning and classification LGPL licenced In C++ CMake build system - not compulsory So far Waffles looks good, any other contenders ?
whatnick
  • 5,400
  • 3
  • 19
  • 35
12
votes
2 answers

Qt single EXE with LGPL?

I don't know much about the LGPL/GPL when it comes to distributing programs (without a Qt license); If I made a program, could I statically link the libraries to the exe so I have a single file to distribute when: The program does not cost…
PythonGem
  • 491
  • 1
  • 5
  • 9
11
votes
3 answers

Does Apple allow Qt on iOS as dynamic library?

With the technology preview of Android/iOS support in Qt 5.1, are there any news on deploying to Apple's app store yet? Since the non-commercial version of Qt is LGPL-licensed, and dylibs are usually not permitted by the app store rules, there would…
AndiDog
  • 68,631
  • 21
  • 159
  • 205
6
votes
2 answers

Licensing implications of calling 7-Zip from within proprietary application

I want to use 7-Zip within my proprietary application. 7-Zip is LGPL Consider that within my application I call via its command line interface using system() something like this: system( "7-Zip -blah -blah" ); If I use 7-Zip this way do I have any…
0xC0DEFACE
  • 8,825
  • 7
  • 34
  • 35
6
votes
2 answers

How to deploy Qt5 application on Linux in compliance with LGPL?

Recently, I have successfully migrated my Qt4 application to Qt5. In fact, the application builds and runs on a development machine using the pre-built binary Qt5 libraries from the qt-opensource-linux-x64-5.3.1 distribution. Because my app needs to…
Miro Samek
  • 1,909
  • 14
  • 19
5
votes
1 answer

LGPL Can you distribute an executable by itself if source code is available separately?

I have written a small app which links against libraries released under the LGPL. All of my source code (C/Lua) will be freely available from my GitHub page. However, due to the nature of my app (must be entirely and trivially portable) and its…
5
votes
1 answer

How to bundle LGPL libraries into commercial Eclipse-based application?

I'm going to bundle several LGPL libraries into commercial Eclipse-based application as plug-ins (I generate plug-in from an existing Jar for each library). My application is not LGPL, and it's closed source app. After reading point (6) of the LGPL…
Michael Spector
  • 36,723
  • 6
  • 60
  • 88
5
votes
1 answer

iOS app and LGPL issue

I have an iOS app which use the ffmpeg library, and iOS should compile in static link. According to the LGPLv2, do I release my source code related my UI or other bussiness logic ?
qrtt1
  • 7,746
  • 8
  • 42
  • 62
5
votes
5 answers

How Does The LGPL Apply To Web and defining distribution?

If I use an lgpl licensed javascript library, do I have to release my closed source web app that is using it? I feel like I don't have to, so long as I don't modify the source of the library. I would like to use an lgpl javascript wysiwyg in a…
merlincam
  • 1,818
  • 3
  • 16
  • 16
1
2 3 4 5