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
2
votes
1 answer

What are the licence restrictions for the RxTx Library

I want to make an Application that uses RxTx version 2.2pre2 to work with Serial Ports. What are the Licence restrictions, since it is an "LGPL v 2.1 + Linking Over Controlled Interface" licenced library if I don't use the Sun's javax.comm.*…
Azder
  • 4,698
  • 7
  • 37
  • 57
2
votes
1 answer

LGPL licensing and modifying existing code

I found a few questions related to this around here but not exactly what I need. I'm working on a product that uses several LGPL licensed products that I modified and my own code as well. I want to release the product under a LGPL license, I suppose…
Claudiu
  • 3,261
  • 1
  • 15
  • 27
2
votes
4 answers

Can I use the QT LPGL 2.1 commercially?

You might be reading this and about to flag it as a duplicate but wait. It's different from the others. I am wondering if I can use QT, under the LGPL 2.1 license. For single client programs. The programs are only made for one company to use. Will…
Will03uk
  • 3,346
  • 8
  • 34
  • 40
2
votes
4 answers

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 not, without the risk of having to "contaminate"…
wwadge
  • 3,506
  • 1
  • 19
  • 28
2
votes
1 answer

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 license for my project. Are there any alternatives…
SteveDeFacto
  • 1,317
  • 4
  • 19
  • 35
1
vote
1 answer

use of Java packages when forking LGPL project

Consider Company ABC, which released a project as open-source under the LGPL. The code is in Java, with packages such as 'com.abc.project'. I am interested in forking this project (which dates to 2005) to update the technology to modern tools. There…
Michael Easter
  • 23,733
  • 7
  • 76
  • 107
1
vote
1 answer

Restrictions imposed on my project when using a library under the GNU Lesser General Public License

I am using an open source library that is licensed under the GNU Lesser General Public License. (Hosted on sourceforge). The library is very simple and just reads and writes to a csv file. My JSP is using it for input/output. The download…
sixtyfootersdude
  • 25,859
  • 43
  • 145
  • 213
1
vote
1 answer

License issue of QT SQLite password protection

I want to encrypt the SQLite database in my QT application. This tutorial: http://www.qtcentre.org/wiki/index.php?title=Building_QSQLITE_driver_with_AES-256_encryption_support seems promising. But I know QT is licensed under LGPL (and I'm not…
Karla
  • 97
  • 1
  • 13
1
vote
1 answer

Using LGPL licensed library in LGPL project

I am creating a project which uses JFreeChart library which is licensed under LGPL. I am not modifying the original JFreeChart library. I intend to release this project under LGPL license. Can I do that? Also if yes then where is it mentioned in the…
Naveen
  • 21
  • 2
1
vote
2 answers

Can I distribute a wineskin-wrapper of my application? Can I sell it?

Wineskin(http://wineskin.doh123.com/Information.html) is an application for mac that makes simple wrappers for Windows-applications using wine, basically converting a Windows-application into a MacOS-application. (At least it looks so to the user).…
Cray
  • 2,396
  • 19
  • 29
1
vote
2 answers

VMime and odd "commercial" LGPL licensing?

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 bit. Firstly, they offer VMime under the terms…
BastiBen
  • 19,679
  • 11
  • 56
  • 86
1
vote
3 answers

Forking a LGPL Library for a commercial application

I am planning to use Snowball stemming solution in one of my commercial application.There is also a utility to generate the Java code for the snow ball stemmers. Apparently the default code is not optimized & I found that MG4J…
Praveen
  • 13
  • 3
1
vote
1 answer

Modifying a LGPL licensed image to create iPhone app icons

I would like to use icons under the LGPL license in an iPhone application. I want to modify these icons (size, color or more advanced editing) in order to fit my app requirements. I understand that the modified versions inherit the license. But…
Gael
  • 459
  • 3
  • 18
1
vote
1 answer

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 are clearly visible and plain text in the JAR…
che javara
  • 748
  • 1
  • 8
  • 18
1
vote
2 answers

AndEngine License - what should I write in About?

I'm using AndEngine in my Android app. I found that this library is distributed under GNU Lesser GPL. What should I write in my about view to conform this license?
gflower
  • 125
  • 2
  • 13