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.
0
votes
0answers
16 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 ...
1
vote
2answers
50 views
Should we include license notice for all 3rd party libraries used by Qt?
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 ...
0
votes
0answers
12 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 / ...
0
votes
2answers
92 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
10 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
18 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.
...
0
votes
1answer
28 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 ...
0
votes
2answers
56 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 ...
0
votes
1answer
37 views
Are open source libraries that are dependencies of another open source library always at the same license level or better (less strict)?
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 ...
0
votes
1answer
83 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 ...
-1
votes
1answer
50 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
44 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
votes
1answer
95 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
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 ...
4
votes
2answers
78 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) ...
1
vote
1answer
126 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
96 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
30 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 ...
-1
votes
2answers
56 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.
0
votes
2answers
88 views
Scope of LGPL license for SaaS/ Hosting services
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
vote
1answer
42 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
37 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
17 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 ...
5
votes
2answers
158 views
Python libraries in a commercial application [closed]
What are my obligations if I create a project in Python and use a number of libraries, unmodified in a simple (import library) manner including:
GTK - LGPL license
Numpy - BSD license
MatplotLib - ...
0
votes
0answers
181 views
SmartGWT ListGrid saveAllEdits returns duplicate rows for updates
I'm running SmartGWT 3.0 LGPL.
I have a ListGrid where I can update entries in the grid which are held in memory, then I call saveAllEdits to write them all to the server. However, duplicate entries ...
0
votes
1answer
63 views
LGPL License and shared libraries
I would like to know if it's allowed to distribuite a binary-only/non-LGPL'ed application together with a shared library (used by the application itself) in a single archive, where the original source ...
0
votes
0answers
24 views
Can you tell about java library having LGPL license which can perform quadratic cubic polynomial regression and can be used for commercial purpose?
is there any java library having LGPL license which can perform quadratic,cubic,linear regression and can be used for commercial purpose?
-1
votes
1answer
71 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?
-1
votes
1answer
56 views
Creating a GPL licensed product using LGPL library [closed]
Here is an interesting question. Can somebody create a GPL licensed product (which force you to make source code available) using LGPL 2.1 library. Let's say LGPL library is a jar file that is ...
0
votes
1answer
63 views
Does one need to provide Visual Studio if he creates application using Qt under LGPL?
There's this paragraph in Section 6 of LGPL:
For an executable, the required form of the "work that uses the
Library" must include any data and utility programs needed for
reproducing the ...
2
votes
1answer
115 views
Using and Distributing GPLv3 AGPL and LGPL as part of a Software Solution NOT a single program [closed]
After reading half a day on this I cannot find any simple answer to my case.
We would like to to distribute and sell a software solution comprised of:
Propriety and fully self coded C++ with no ...
0
votes
1answer
100 views
Can Qt be used with an LGPL license to create an installer for a commercial linux application? [closed]
We have a commercial application for linux that does not use anything from Qt. We are interested though in creating a GUI binary for the install process of this commercial app since there are some ...
0
votes
1answer
50 views
Distribution of commercial front-end for LGPL-licensed console application
There's a LGPL-licensed console application. I want to create a commercial GUI front-end for it and distribute it bundled with this console app. Does LGPL license allow that?
Note that I am not using ...
0
votes
2answers
333 views
Redistribute LGPL, EPL licensed software with Apache 2.0 license
I'm currently working on a growing software project written in Java that i want to release using the Apache 2.0 License. Since I'm planning to make the installation of the software as easy as possible ...
0
votes
2answers
48 views
Can I release code as GPL but offer the same code under LGPL on request?
I've seen some instances of licenses which use clauses to the effect of "licensed under GPL but may provide LGPL on request". As sole owner of the software, is this a viable license scheme?
I mainly ...
1
vote
2answers
862 views
What is the difference between AGPL and LGPL license?
I am not really familiar with the licensing thing. I need a briefly description about the difference between AGPL and LGPL licensing in the way that would help me understand the usage of libraries ...
1
vote
1answer
152 views
LGPL compliance on embedded devices
Having a good think about using Qt on an embedded platform (Windows CE device) including licensing options, and have a question for which I haven't been able to find much in the way of existing ...
0
votes
0answers
63 views
Qt LGPL and .qm/ts file licence [closed]
I'm writing a small application based on Qt (LGPL). I do not want to release the source code of the application, so I've linked dinamically to the Qt libraries.
My question is, if I have to include ...
-2
votes
1answer
55 views
Can I create LGPL library based on GPL code and use it in commercial project? [closed]
Can I use GPL licensed code, to write the library based on it, distribute it under the LGPL and use it in my close-source commercial project?
0
votes
1answer
358 views
How can I improve my SmartGWT LGPL implementation of ListGrid server connection/Datasource?
To expand my question, you could say that I want to program in SmartGWT instead of programming into SmartGWT ( ...
0
votes
1answer
75 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 ...
1
vote
1answer
49 views
Can I redistribute LGPLv2.1 licensed code under GPLv2?
I have a code, which is based on a code from LGPLv2.1 class. (Not just linking, but really directly copying pieces of code.)
I want to distribute it under GPLv2.0.
Can this combination pose some ...
1
vote
1answer
80 views
Is it allowed to statically link CDDL code with LGPL library?
Is it allowed to statically link CDDL code with LGPL library?
I'll do this if it is possible.
UPD: I'd like to replace some closed-source bits in illumos with libiberty.a from GNU binutils. AFAIK ...
1
vote
1answer
46 views
Is a program generated by an LGPL-covered lexer (Quex) required to adopt the LGPL?
I would like to use Quex as a scanner generator, but I note that Quex is covered by the LGPL. Does that mean my generated binary will also be covered by the LGPL?
(I hope this counts as a "coding" ...
3
votes
0answers
110 views
QT plugins and LGPL [closed]
I am puzzled by the LGPL definitions and requirements when it applies to dynamically linked QT dll's that are covered by LGPL license. I am especially confused with LGPL requirements regarding QT ...
0
votes
2answers
101 views
GPL, LGPL licensed product in a comercial software
I would like to use the Processing documentation in a commercial software. However, I'm not sure if its license allows me to do this. On wikipedia is stated that Processing is under the GPL, LGPL ...
1
vote
5answers
389 views
Determine CPU Speed / Memory in C/C++ (Linux), LGPL or BSD are a requirement
I'm writing a distributed, embedded, multi master / slave application for my college coursework and as a part of that I need a way to determine the CPU Speed, CPU usage and available Memory of each ...
-1
votes
2answers
129 views
Software Licensing with LGPL v3 Library
I'm looking to produce open source software for the Biomedical Engineering Department at my University. They've requested that I make an interface for their Phidget Peripherals. I'm considering a BSD ...
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
543 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 ...

