Tagged Questions
The GNU Lesser General Public License (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.
67
votes
22answers
12k views
Can I legally incorporate GPL & LGPL, open-sourced software in a proprietary, closed-source project? [closed]
At the company I work for, we develop and sell a proprietary, closed-source software application.
Our application uses third party open-source projects licensed under open source licenses such as GPL ...
20
votes
8answers
841 views
Would an open source project have “Copyright. All rights reserved.” written on its licensing disclaimer?
I was trying to make some code I wrote be published under LGPL. I included the appropriate header in each file, but StyleCop told me to include a copyright notice also. But I think that "Copyright. ...
19
votes
6answers
4k views
Can I dynamically call a LGPL/GPL software in my closed-source application?
I want to use a tool (ffmpeg) that is under GNU Lesser General Public License, version 2.1 GNU General Public License (GPL) version 2 for some components.
To do so, I only call it in my software as ...
16
votes
8answers
4k views
C++ libraries for rendering/rastering/RIPing PDFs
I'm looking for a (preferably LGPL'ed) PDF-rendering library that I can use on Mac OS X, Windows and Linux using C++.
So far I found:(updated with content from answers below)
Poppler
GPL
very easy ...
14
votes
3answers
6k views
LGPL, MIT, or Apache - differences?
If I've got some code that I'd like to share and make open source.
I'm not a lawyer. What are the big differences between these choices?
LGPL - GNU Lesser General Public License
MIT License
...
12
votes
2answers
5k views
Using icons licensed under GPL or LGPL in a closed source commercial software?
Is there a risk of legal trouble if you include GPL or LGPL licensed icons in a closed source software?
Would it force it to become open source just to include the icon?
Does it matter if the ...
10
votes
3answers
375 views
Why isn't there a Lesser Affero General Public License?
First and foremost the opinions
expressed about the licenses here are
only mine and the information I have
interpreted about the licenses so far.
I could be wrong, but I hope not. Feel
...
10
votes
2answers
3k views
Differences between GNU LGPL v2.1 and GNU LGPL v3?
What are the differences between GNU LGPL v2.1 and GNU LGPL v3?
I know I can read the legal text and compare them, but it's a pain to understand these legal stuffs.
Can you give in a few bullet ...
9
votes
6answers
1k views
LGPL for PHP applications
I have a discussion with a friend regarding the Lesser GNU General Public License, LGPL, for server side code - in this case a PHP library.
He argues that since the PHP application is not distributed ...
8
votes
3answers
2k views
using glibc malloc hooks in a thread safe manner
I would like to monitor the use of mallocs and frees in an application by using the malloc and free hooks.
Here's the documentation http://www.gnu.org/s/libc/manual/html_node/Hooks-for-Malloc.html
...
8
votes
5answers
2k views
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. ...
8
votes
8answers
7k views
c/c++ FFT library with non GPL license
I am looking for a FFT library with a license that allow me to include it in a commercial C++ software. Free would be nice. (Intel IPPS is 199$ per head, which is a bit expensive for the number of ...
7
votes
4answers
251 views
Can an LGPL library use GPL code to produce bindings?
I am writing a C library, and have selected to license it with the LGPL because I want it to be possible for people to use it in a commercial way, but force them to at least keep the library itself ...
7
votes
7answers
2k views
Web Design: Source for Creative Commons or LGPL icons for use in web apps
I'm working on a web app where I need icons to represent Tables, Views, Stored Procs, and Functions. Where is a good source for these types of icons in a free/cc/LGPL like license?
This is a good ...
7
votes
7answers
1k views
How many developers would use LGPL library code in their own projects?
I know many developers won't even touch LGPL but only use MIT or New BSD licensed libraries. But exactly HOW many?
I would use LGPL in my own projects, am I "alone" or "close to alone"...?
The ...
7
votes
3answers
2k views
Can I use LGPL library in BSD/X11 licensed project?
I am writing a small general purpose library, which i would like to use in my BSD/X11 licensed project. I want to include globalisation support in it, specifficaly, i would like to use Glib::ustring ...
6
votes
5answers
298 views
To GPL or to not GPL, that is the question
I read this question with answers and I really want to be cleared up a little on GPL.
The basic question is this.
If I use source or compiled source(dll) released under GPL in an application do I ...
6
votes
1answer
541 views
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, ...
6
votes
3answers
673 views
Do I have to make my code LGPL if I use modified third-party LGPL library?
I am writing code that links against an LGPL library that I've modified. What is the scope of LGPL in such case? Will I have to make my code public under LGPL?
Is it possible to keep my source code ...
5
votes
3answers
185 views
Using a GPL licensed code as commercial by author itself
I'm a developer and going to publish my library code under GPL license.
As may you now, LGPL license allows your library to be used on commercial projects although GPL only allows it to be used on ...
5
votes
1answer
307 views
Modifications to LGPL code, am I documenting it correctly?
I'm using a modified version of Botan from the Qt Creator 2.0 sources. The standard Botan distribution is under a FreeBSD license, and Qt Creator 2.0 is under LGPL (which means that version of Botan ...
5
votes
4answers
935 views
Qt LGPL licencing for a free application with closed source
I'm working on an application developed with Qt 4.6.2. I'm linking dynamically and I don't want to share my source code. The application is totally free and I don't plan on selling any part of it.
I ...
5
votes
5answers
862 views
GNU Lesser GPL, application sell? [closed]
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 ...
5
votes
4answers
475 views
Open Source Licenses: LGPL vs. Creative Commons
I'm writing a .NET library for the Stack Overflow pre-alpha API. After uploading some early code to a new project over at Google Code, I set the license info to GPL and added the appropriate license ...
5
votes
5answers
2k views
Use LGPL libraries in closed source software?
If I have a open source software library covered by LGPL, can I use it in a closed source commercial application?
5
votes
4answers
2k views
Question about LGPL/GPL licensing
I have a web app(commercial) that uses a component(LGPL).
This component has a plug in architecture.
I have now created a plug for this component that use a library (LGPL).
This library uses a data ...
4
votes
1answer
69 views
Can I inline function calls to functions defined in headers of LGPL packages?
As I understand it, you are not allowed to integrate parts of a LGPL library into your own non-LGPL program (by linking statically to it, for instance) but have to link to it using a shared library.
...
4
votes
2answers
419 views
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 ...
4
votes
2answers
148 views
Question about LGPL
I am currently developing an iPhone application where I would like to use some existing code which is published under the LGPL. Because of the nature of Apple’s App Store the application would not be ...
4
votes
4answers
863 views
Is there any alternative to libVLC to stream and display rtsp?
i have problem with the GPL license that libVLC only support , is there any alternative ?
something that is lgpl or other none gpl ?
4
votes
2answers
2k views
Can I use a previous version of iText(Sharp) under the LGPL?
I'd like to use iTextSharp for PDF manipulation. I need it to run under medium trust (webserver) and to be free of charge (sice this is a very small project), therefore there is not much competition.
...
4
votes
2answers
128 views
What's the case when using software licensed under GPL or LGPL
With everything legal and in line with the ethical questions in software development, is it allowed to use an open source product in my software that I charge a fee for when selling?
Scenario: I've ...
4
votes
2answers
2k views
Qt single EXE with lgpl?
I don't know much about the LGPL/GPL when it comes to distributing programs and I have a few questions (without a Qt license)
1. If I made a program, could I statically link the librarys to the exe so ...
4
votes
3answers
2k views
How can I legally use LGPL javascript in a commercial web site?
My understanding is that with LGPL, can I link and use an LGPL library for commercial use, as long as I don't copy code?
That make sense for programs you compile to binary, but what about JavaScript?
...
4
votes
3answers
1k views
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 ...
4
votes
4answers
350 views
Is the LGPL applicable for applications?
I am working on an application that will have support for plug-ins. I am wondering if I can apply the LGPL on the application, or is the LGPL only for libraries?
The main point is that I want the ...
3
votes
2answers
104 views
Apache, LGPL, closed souce, open souce. Oh my
I am trying to publish an open source java project under the Apache 2.0 license. However, there is one .java file in the project that is LGPL that I made modifications to, and is used heavily ...
3
votes
3answers
140 views
What kind of QT license do I need?
I have a simple question. We are an application development company and we want to develop an application for one of our customers. The customer doesn't want to sell or redistribute the product, only ...
3
votes
2answers
106 views
3
votes
4answers
146 views
LGPL compatible with mobile devices?
I need a JSON library for JavaME and found this one. However, they have recently changed their license from the json.org license to LPGL.
Now, LGPL specifies that you must make it possible for your ...
3
votes
3answers
174 views
Understand software licensing
So let's say I have the coolest idea possible for a pay-for software product, but when I build it I use AGPL MongoDB. Does this render me incapable of selling my software? What if instead I'm ...
3
votes
2answers
169 views
MCUs and LGPL libraries, for example Arduino
What actually happens with small MCU based systems that are using LGPL libraries.
On big PC based systems you can select how you link with the libraries, but on those small systems everything links ...
3
votes
2answers
875 views
Using LGPL library in Paid Android App
my question is simple.
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?
3
votes
1answer
366 views
Proprietary applications using software library with LGPL license
I am interested to learn about how proprietary applications, that are statically or dynamically linked to GNU C Library (glibc) or any other software library with LGPL license, are describing their ...
3
votes
2answers
209 views
Program With Plugins: GPL With LGPL?
I have two distinct projects:
The Program which I want to release under the GPL license.
The Plugin API: Plugins are written using interfaces in this API, and The Program uses to the API to ...
3
votes
2answers
163 views
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 ...
3
votes
3answers
590 views
LGPL/GPLv3 Library usage and application distribution
http://directory.fsf.org/project/libgcrypt/
I am coding and application in C++, the application uses libgcrypt, so -lgcryptoption is passed to GCC C++.
my source code includes "#include "
I am ...
3
votes
4answers
245 views
Is LGPL scaring off potential corporate “clients”?
I have an open source Java library (http://jolbox.com) that is currently LGPL licensed.
From what I understand LGPL, anyone can basically just link it in their app and distribute it, commercial or ...
3
votes
2answers
303 views
(L)GPL license questions
I'm uncertain about a few licensing questions. I develop a closed source application, that's communicating with an open source server. Are my assumptions correct?
Can I use an unmodified (L)GPL ...
3
votes
2answers
410 views
Is it illegal to statically link LGPL
IF you also provide an identical .dll based version, BUT not the object files?