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. This tag is for questions related to the GNU General Public License that are not requests for legal advice.
2
votes
2answers
2k views
EPL (Eclipse Public License), GPL (GNU Public License)/LGPL (Lesser GPL) and license exceptions?
The Free Software Foundation considers EPL and GPL to be incompatible. Based on my reading of their reasoning, it would seem that the LGPL would be similarly affected -- IANAL, please correct me if ...
0
votes
0answers
23 views
Original source license change and forks [closed]
I tried searching around for a definite answer and couldn't find one to fit my context.
I did see the "Software has changed open source license, can I fork from before the license change?" thread, but ...
-1
votes
1answer
12 views
Integration of the LGPL code in a GPL code? [closed]
I have developed a software under the GPL lisence, and I need to integrate a source code from another software under the LGPL lisence.
Is it permitted to do?
-1
votes
0answers
13 views
Can I distribute a library under AGPL license? [closed]
I am developing a library that depends on an external library realeased under the Affero General Public License.
I want to realease my code under either Lesser GPL or MIT. The code will be hosted on ...
0
votes
0answers
28 views
Using gnustl (LGPL) in a closed source Android app
I'm writing a commercial Android app in C++ and I'd like to use exceptions, which means having to use the GNU standard C++ library. I understand one of the clauses of the LGPL is that it still has to ...
21
votes
9answers
13k views
c/c++ FFT library with non GPL license [closed]
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 ...
5
votes
2answers
4k views
Qt single EXE with LGPL? [closed]
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 ...
0
votes
2answers
69 views
Should we include license notice for all 3rd party libraries used by Qt? [closed]
I use Qt as dynamically linked library and I plan to use it with LGPL license in a propriety software. Qt toolkit uses other libraries such as OpenGL, ANGLE, Libjpeg, Webkit, to name a few. Even the ...
4
votes
5answers
617 views
Is the Artistic License 2.0 compatible with the GNU LGPL? [closed]
Perl's Artistic License 2.0 says that the source code distribution may be relicensed so long as the new license is:
(ii) a license that permits the
licensee to freely copy, modify and
...
0
votes
0answers
27 views
LGPL and EPL licenced code together in commercial software
I'm writing what will be a closed licence commercial application that I plan (hope) to sell. Within it is some LGPL (Lesser GPL) covered code. I know I'm ok to use this, as long as I make the code / ...
6
votes
4answers
3k 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?
0
votes
2answers
153 views
Licensing: Android, LGPL and the ZBar QR Code scanner [closed]
I have integrated zbar code scanner in my Android-app in minutes (great library!),
nevertheless I am thinking of replacing it with another QR code reader now.
The reason is, that there is much ...
1
vote
0answers
13 views
Can I build a closed source plugin for a LGPL library?
If I link a program dynamically to a LGPL library (here GTK+/GLib), I'm allowed to distribute the program on my own terms (non-copyleft).
Now, the LGPL library provides loadable modules. Place a ...
0
votes
0answers
22 views
LGPL library linked to a GPL library?
I'm developing a library and I intend to distribute it under the LGPL license, so that it can be linked to proprietary software. However, it uses some GPL-licensed libraries, such as Red Hat's libelf.
...
25
votes
4answers
14k views
LGPL, MIT, or Apache - differences? [closed]
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
...
0
votes
1answer
36 views
Is it possible to publish code under LGPL if there is an optional GPL library dependency?
I want to publish a library under LGPL (or any other library that is not as "restrictive" as the GPL, i.e. that can be used in commercial products). In this library, I have a build switch that is ...
15
votes
4answers
854 views
Why isn't there a Lesser Affero General Public License? [closed]
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
...
1
vote
2answers
399 views
VMime and odd “commercial” LGPL licensing? [closed]
Greetings,
I'm looking for a MIME library, which is available under the LGPL. After some googling, I found VMime. After browsing their site some, I came across the Licensing page, which confuses me a ...
-1
votes
4answers
881 views
LGPL License Question [closed]
Lets say that I am writing a program that supports plugins and I write one plugin that has a reference to a assembly(.net) that is licensed under LGPL, must I now make the whole project open source ...
0
votes
2answers
61 views
GPL v LGPL licensing [closed]
I was asked in my assignment that I have to build a software named "X", where it uses two components "Y" and "Z". The Component "Y" uses the GPL license and Component "Z" uses the LGPL license. Now ...
-1
votes
1answer
42 views
Are open source libraries that are dependencies of another open source library always at the same license level or better (less strict)? [closed]
When using a fairly common library, are we relatively assured that any dependent library will be of the same license level or better (less strict)?
Let's say that we are using a library that comes ...
-1
votes
1answer
58 views
referencing products under MS-PL, LGPL, Creative Commons, New BSD License [closed]
I use products in my software which licensed under
LGPL
MS-PL
LGPL
New BSD License
Is it enough to write copyrights about referenced packages in aboutbox of my app and attach license files to ...
0
votes
1answer
99 views
Using FlyingSaucer library in commercial project - licensing [closed]
I'am creating a sort of commercial application (to be more specific - some company is paying me to make for them an in-house software). I want to use for it the Flying Saucer library. At first it ...
0
votes
1answer
49 views
Distribution for a commercial application based on a LGPL libary, but using the GPL package in the Debian repository?
I'm developing a commercial application (C++, closed source) based on a library that provide a GPL and a LGPL version (some features are disabled in the LGPL version).
For the Windows version, I ...
1
vote
2answers
89 views
How do I determine the “legality” of packaging/distributing an open source app? [closed]
I have an application which is open source (on java.net). The code base is LGPL, but it depends on some number of third party libraries which have a few different licenses:
MIT
Apache
Perhaps one or ...
0
votes
1answer
196 views
Does Qt's LGPL license allow me to provide a statically linked binary if I offer a dynamically linked version from the same distribution point?
I know that the Qt LGPL license allows static linking if I provide the object files of my program & the Qt library source that was used, but could I just provide an identical build with dynamic ...
-1
votes
1answer
80 views
is there any java library having LGPL license which can perform quadratic cubic polynomial regression and can be used for commercial purpose? [closed]
Is there any java library which can perform quadratic,cubic,linear regression?
4
votes
1answer
1k views
GPL/LGPL and Static Linking
I have read on the web that following combination exists :
Proprietary Source code + GPL Source code - > GPL Source code ( All code has to be released under GPL)
Proprietary Source code + LGPL ...
10
votes
2answers
3k views
Can I use a previous version of iText(Sharp) under the LGPL? [closed]
I'd like to use iTextSharp for PDF manipulation. I need it to run under medium trust (webserver) and to be free of charge (since this is a very small project), therefore there is not much competition.
...
2
votes
4answers
3k views
using an icon under “GPL” or “LGPL” licence for commercial web design work?
Can we use an icon under "GPL" or "LGPL" licence for commercial work?
I don't want to sell icon. I just want to use icon for my web design work. but I do this web design work for my client, so I take ...
0
votes
1answer
51 views
Build a LGPL package from its partial sources only
Is it okay to build a LGPL package from its partial sources only? Is this in a violation of the LGPL? If not, is it okay to rename the producibles, (e.g., the shared libraries)?
Notice that there's ...
-1
votes
1answer
101 views
C++ cross platform LGPL library to send emails [closed]
I am trying to find a cross-platform LGPL library in C++ that provides functionality to send emails. Also I would like to find something lightweight if possible.
I have been searching for some time ...
0
votes
2answers
828 views
Qt or wxWidgets
I'm going to start working on a new project. It's a 3D game using OpenGL for Windows, Linux and Mac OS X. and I'm going to need a library for GUI, windowing and handling input. I ended up with 3 ...
5
votes
2answers
81 views
LGPL, medical devices and FDA [closed]
I'm interested in the community's opinion on LGPL, Tivoisation and medical devices.
I have a piece of medical equipment with a built-in PC using some LGPL libs.
My FDA (and to an extent CE) ...
0
votes
0answers
37 views
licensing allow rename port traslate by author [closed]
Could the stackoverflow community give a suggestion for a open source or free source licence ?
The scenario is (please read all bullets, before commenting):
I am the original author of some code.
I ...
1
vote
1answer
206 views
Using components under MS-PL, BSD, or LGPL licenses
If I utilize components under open licence, where should I put reference on text license in my windows application or in web service?
0
votes
1answer
605 views
Linking GLIBC statically and propreitary software licensing
I have basic understanding problem with open source and licenses. Could someone please clarify some questions for the below scenario. Excuse me if it is very basic
I'm writing a proprietary software ...
1
vote
1answer
130 views
Dynamically linking PySide to abide with LGPL requirements
If I want to make a commercial application with PySide, how can I distribute my application and meet the LGPL 2.1 requirement that the application must be “re-linkable” against a modified version of ...
0
votes
1answer
48 views
Where is the most recent source-code for 7-Zip?
7-Zip lives at http://7-Zip.org and http://SevenZip.SourceForge.net
$ svn ls http://sevenzip.svn.sourceforge.net/svnroot/sevenzip
svn: Could not open the requested SVN filesystem
The 9.28 alpha ...
0
votes
1answer
126 views
Proprietary software as a service with GPL software
I am a service provider and the customers use our (closed source) control panel. But our company does not distribute the control panel software. It is only available as a service.
Can I use GPL ...
1
vote
0answers
35 views
LGPL library in EPL project
I am working on EPL licensed open-source project. What I would like to do, it to use JFreeChart library (only jar, not modifying any code), which licensed under LGPL, in this project.
Is this ...
0
votes
1answer
81 views
LGPL small notice? [closed]
For GPL programs, there is a small notice that we can add at the beginning of a program : (http://www.gnu.org/licenses/gpl-3.0.en.html)
<one line to give the program's name and a brief idea of ...
5
votes
2answers
1k views
Is it illegal to statically link LGPL
IF you also provide an identical .dll based version, BUT not the object files?
-1
votes
2answers
61 views
Is it OK to use an LGPL licensed library in a Windows Phone 7 application? [closed]
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.
-1
votes
2answers
108 views
Scope of LGPL license for SaaS/ Hosting services [closed]
My company would like to copy and modify the source code of a third party LGPL licensed software and sell it as a SaaS, closed source. It will be hosted with our datacenter partners globally and ...
-1
votes
2answers
103 views
Can I use GPL license in LGPL product? [closed]
It is pretty clear to me that LGPL work can be used within LGPL or GPL licensed application. My question is weather I can use GPL licensed application within LGPL.
The purpose of asking this ...
1
vote
1answer
48 views
Adding OSGi manifest metadata to LPGL Library
I am wondering what the implications are for adding OSGi manifest headers to the META-INF/manifest.MF file to a LGPL library.
Its not changing the source, but the binary JAR is modified. The changes ...
0
votes
0answers
39 views
LGPL or affordable DLL to install Windows shell extension? [closed]
I need to write an application to be called through Windows Explorer, but shell extensions are COM DLLs and I don't have the skills to build my own.
ContextMenu is GPL so it looks like linking with ...
0
votes
1answer
18 views
could i have to send all the source code of the application who has just one gpl library?
I was evaluating ZK framework, which is LGPL and it's spring plugin zk-spring is GPL.
If i develop a system with different application like domain, web(zk, zk-spring), web-services. Now When I deploy ...
2
votes
1answer
55 views
Audio import library that is not under the LGPL?
I've used ffmpeg but that was under the LGPL. I switched to sfml but the audio import library it uses also is under the LGPL. I want to statically link the library without having to use the LGPL ...




