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
2answers
518 views
Writing PDF reader Library
I have searched for PDF reader library that is licenced under LGPL or the like but could not find. I found only GPLs. Now I need a help to write my own library to read the PDF file and display it in ...
3
votes
1answer
337 views
LGPL/MPL and static libraries
I need to compile LGPL licensed code into a proprietary static iOS library. Since the code is used in static library I can't link against a precompiled version of the LGPL licensed library.
How do I ...
3
votes
1answer
150 views
How to license code as LGPL [closed]
I'm looking to license some code I've worked on.
What I hope to achieve is.
Code is free to use in other open source projects
Code can be used in non-open source projects, as long as any ...
0
votes
1answer
64 views
License of a plugin for a LGPL program
I would like to create a non-free plugin for evolution which use a LGPL license ?
Is it possible ?
2
votes
1answer
62 views
Can I remove some code from a LGPL library when using?
I'm using a javascript UI library which is released under LGPL. Since it's very big, I want to remove some unused code to make it smaller.
Is this allowed?
0
votes
2answers
303 views
Is ExtJs 2.0.2 LGPL or GPL?
I found a lot of articles said ExtJs 2.0.2 is the last LGPL version of ExtJs, and from 2.1, it becomes GPL 3.0.
But I also heard someone said: ExtJs 2.0, 2.0.1, 2.0.2 are all GPL, not LGPL. (I can't ...
1
vote
2answers
233 views
Commercial GPL: restrict source code access
Hello and good day to you.
I have a GPL/LGPL-related question.
Let's say that I made a derived work based on GPL-licensed or LGPL-licensed software (not much of a difference - derived work means I ...
1
vote
1answer
120 views
Can I bundle psycopg2 with a closed source django application using py2exe
I am planning to use py2exe to distribute a closed source django based application. Psycopg2 is the only dependency with the LGPL licence, the rest are MIT or BSD based. Can I distribute my ...
1
vote
0answers
179 views
LGPL (GNU LESSER v3) Icons can be used on commercial apps without restrictions?
i am using some GNU LESSER v3 licensed icons into an app that i will release at android Market at the price of 1 dollar.
I have to do something to use these icons? can i use them for commercial use?
...
1
vote
3answers
415 views
Including GPL headers in LGPL code
I want to use Bluez Bluetooth (GPL) library in a proprietary C based application. I want to have GPL workaround for using it.
My plan is:
Write an LGPL wrapper library which links to Bluez library ...
3
votes
2answers
267 views
Apache, LGPL, closed and ioen source
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 ...
0
votes
2answers
804 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 ...
4
votes
1answer
172 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.
...
3
votes
3answers
2k 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 ...
0
votes
0answers
46 views
Can an LGPL library use a commercially library as a back-end, if there is permission granted? [closed]
Basically, let's say I have libraries A, B, and C, and program D.
They're all written in Java.
A,B are commercially licensed.
C is LGPL.
D is commercial.
D can use C, that's clear (without going ...
0
votes
1answer
214 views
Forking and Combining Ms-Pl and LGPL 2.1 projects and compatibity within new Project
I am thinking about creating an open source project that would combine forks of two different open source projects that would be slightly refactored and evolve over time, and only portions of those ...
0
votes
1answer
33 views
Can a open-source app have a separate commercial part?
I mean a separate part like another little program (to pay for) that is called from the open-source program with command-line (for example but my question is in general) and that performs work that is ...
6
votes
3answers
486 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 ...
0
votes
1answer
87 views
is possible to create a GPL program that exposes publicly services from a GPL library so that a commercial program can use them?
I would like to know if it is possible to create a GPL program that exposes publicly services from a GPL library so that a commercial program can use them at run-time.
GPL library -> derived GPL ...
1
vote
1answer
394 views
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 ...
0
votes
2answers
163 views
GPL license: how to fulfill in commercial applications [closed]
is the GPL license fulfilled if someone create a multiplatform application and it is free on linux (must be open source too?) while it is commercial on other paltforms?
0
votes
1answer
245 views
Using PoDoFo in a commercial application? [closed]
I understand that PoDoFo is LGPL and as long as certain conditions are met in can be distributed with and used in a commercial application. However it makes use of libraries that are licensed under ...
1
vote
1answer
52 views
Can I sell a website that uses / relies on the libraries under the LGPL Licence? [closed]
Is it okay to sell a website that uses/relies on libraries that are under the LGPL Licence or are there issues with the licencing?
To be exact its the TinyMCE library I need to use.
1
vote
0answers
72 views
Is There any way connect to MySql with c++ LGPL client from windows?
It seems that the only way to connect to MySql is from c++ is always involved GPL
or the C++ connector or MySql++ relying on The C Api GPL lib.
What i can do if i have closed source and want to ...
0
votes
1answer
146 views
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 ...
-1
votes
1answer
61 views
Can I statically link an AGPLed game to LGPLed libraries [closed]
I am writing a game to be released under the AGPLv3, and I want to know if I can statically link it against LGPLed libraries such as SDL, glib, etc. I know this is OK if my game was under the GPL but ...
0
votes
1answer
220 views
Would I need to distrubute xulrunner's source for my gpl application?
I am creating a LGPL3 licensed program that uses XUL as its frontend. What I'm confused about is that if the program requires xulrunner's sdk to compile and xulrunner to run, would I need to also ...
0
votes
3answers
321 views
Should I use MIT, Apache or LGPL? [closed]
I want to license my code and I don't care if it is used on a proprietary code, since it advise it's using it (Author attribution).
Also, I don't want derived code (forked, improved...) to be closed ...
1
vote
2answers
87 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 ...
1
vote
1answer
184 views
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 ...
9
votes
2answers
3k 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 ...
1
vote
2answers
299 views
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 ...
3
votes
2answers
190 views
1
vote
2answers
494 views
Distributing executable JARs depending on LGPL code license compilantly
I got a Java project I don't want to publish under a Gnu license. (MIT, but nevermind.)
As build management tool I use Maven, that generates a “jar-with-dependencies”.
The project depends on ...
2
votes
1answer
265 views
Can I modify GNU Lesser Public License ('AS IS') source code
I tried to understand GNU Lesser Public License, but I couldn't get the answer for my question,
which is If I download any open-source project distributed under the GNU Lesser Public License ('AS ...
3
votes
1answer
334 views
Licensing - Including an LGPL library in MIT licensed software
In my Python project, I want to use a third party library which is under the LGPL. I want to release my project under the MIT licence. The third party library consists of exactly one Python source ...
2
votes
2answers
208 views
Have any LGPL projects been forked in such a way that
they stayed LGPL after the fork? I'd like to know if it is possible (has been done).
Assumptions for scenario:
(1) GPL Version exists before fork
(2) LGPL Version exists before fork
After fork, ...
5
votes
2answers
238 views
Does translating a library into another language make it a “derivative work” for the purposes of GPL/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 ...
3
votes
1answer
592 views
Licensing: incoporate CKeditor in proprietary CMS
I'm thinking of incorporating CKeditor in my proprietary CMS. Perhaps I will write one or two plug-ins for it as well (for instance: custom Flash or Image selector dialogs).
I have a pretty hard time ...
3
votes
4answers
243 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 ...
4
votes
2answers
348 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 ...
0
votes
1answer
199 views
Error while building LGPL-compatible FFmpeg from Debian package
On Ubuntu Lucid, I'm building FFmpeg using these steps:
mkdir ffmpeg
cd ffmpeg
sudo apt-get build-dep ffmpeg
sudo apt-get source ffmpeg
cd ffmpeg-0.5.1/
sudo emacs -nw debian/confflags
sudo ...
2
votes
1answer
138 views
Circumventing GPL Packaging of Non-Virally-Licensed Libraries for Debian or Ubuntu
I want to use certain libraries in my application which have licenses that are compatible with closed-source distribution, such as LGPL and BSD. However, on the Linux distribution I use, Ubuntu, the ...
2
votes
3answers
719 views
Open source in Mac App Store
I want to create app that would be sold by Mac App Store by $n, but I want to open its source. Everybody will be able to look source and compile it (if they have xcode, of course). What license I can ...
2
votes
1answer
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 ...
4
votes
1answer
351 views
Understanding GPL better
Hypothetical question - in order to understand licensing better. Not asking for legal advice. Please answer any parts of the question that you are comfortable with.
Suppose I want to build a program ...
1
vote
2answers
80 views
Licensing of a GPL Application
I am developing a website creation tool (ex. CMS), designed for teachers, and decided on licensing under the GPL, as I have seen many cases of software under the GPL. After coding for a while, I ...
0
votes
1answer
512 views
How do I use Open Icon Library Icons in my project
I would like to use some icons from the Open Icon Library Project (http://openiconlibrary.sourceforge.net/) in my small commercial web app.
The section on the open icon library site that talks about ...
7
votes
4answers
597 views
To GPL or to not GPL, that is the question [closed]
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 ...
2
votes
2answers
336 views
Combining Open Source Licenses - MIT Control Library used in a GPL'd application?
I have some licensing questions that I'm having trouble finding solid answers to on sites like opensource.org. Here's the premise. I have an application I'm developing. This application will use some ...