Skip to main content

All Questions

Tagged with
3 votes
1 answer
48 views

How to properly go about bundling an LGPLv2.1+ header in a GPLv3 project

I am developing a personal project (licensed under GPL-3.0-only) which I am trying to keep portable across different POSIX-compatible systems, but it is dependent on macros and typedefs from GLIBC's ...
Eli Minkoff's user avatar
1 vote
1 answer
51 views

Want to release FOSS project under under LGPL 3.0, have Eclipse 2.0 and Apache 2.0 licensed code, not sure what to do

I'm finishing up a Java JSON parser that I want to release under the LGPL 3.0 license. Thing is, I'm using JUnit 5 for unit tests (falls under the Eclipse 2.0 license), and some Apache Commons code ...
Yehuda Broderick's user avatar
2 votes
2 answers
138 views

can a GPL service receive input requests from a proprietary software and provide specific output results?

can a GPL service receive input requests from a proprietary software and provide specific output results? obs.: the gpl service is a local machine daemon that just listens for new files in a folder, ...
VeganEye's user avatar
  • 131
3 votes
2 answers
431 views

Am I allowed to statically link a LGPL-2.1+ library into a GPL3-licensed library?

I'm writing a dynamic library that's licensed under GPL 3.0. To simplify distribution, I'd like to statically link as many of the library's dependencies as possible. One of these libraries is licensed ...
JesseTG's user avatar
  • 253
22 votes
5 answers
8k views

If I can't provide GPL source because a supplier did not provide it, am I at fault?

Let’s say that I paid a third-party company to develop a new application for me. I also make myself clear about the need to have the full property of the code at the end of the developing phase. I ...
Mburns's user avatar
  • 231
2 votes
0 answers
264 views

Internal Python application and Python packages with multiple licenses

I am developing a tool for internal use in my company using Python and several Python packages. This tool uses different kinds of Python packages, all of which have one of GNU Public License, Lesser ...
Wapers's user avatar
  • 21
3 votes
1 answer
312 views

Contributing own code partially relying on a LGPL-3 python module, on an Apache2 Project?

My goal is to make a contribution to an open source Python project hosted on GitHub, which has an Apache 2.0 license. To do so, I wrote a few lines of code. However for a specific feature of my ...
solid.py's user avatar
7 votes
2 answers
1k views

Can I have a GPL-compatible license that change by use?

I currently have a project that is licensed under LGPLv3. I would restrict its use so, if the library is used by financial people, war projects etc the license falls into GPL3. First, this kind of ...
Marco Sulla's user avatar
2 votes
1 answer
436 views

How do I license my code that needs to include code under 'GPLv2 only', 'GPLv3' and 'BSD 3'?

If I understand the table (mentioned at https://www.gnu.org/licenses/gpl-faq.html#AllCompatibility) correctly, I can use either 'LGPLv2.1 only' or 'LGPLv2.1 or later' for my code if I want to include ...
paulplusx's user avatar
  • 123
1 vote
1 answer
179 views

How to publish research source code that modifies GPL v3 and LGPL v2.1 or later code, as well as uses MIT and MPL2 code?

I wrote a software simulation for my Bachelor's Thesis. For a statistical routine for the simulation, I adapted code from an LGPL v2.1 or later licensed library, without including the library, just ...
sea_of_confusion's user avatar
2 votes
1 answer
253 views

In repositories, does software under the LGPL include a copy of the GPL?

The repository for something that I need to use has 2 license txt. One which is the LGPL and the other the GPLv3. I heard from a member of their Discord that this is because the LGPL is an extension ...
YummyChocolate123's user avatar
1 vote
1 answer
211 views

Do we have to choose a GPL License when we use MIT, GPLv.2+, LGPL2.1, LGPL3, Apache 2.0 licensed libraries in our distribution?

Our question more specific would be if the whole work has to be published (a must) under GPLv.3 or LGPLv.3 as the used gettext.inc, gettext.php, streams.php are GNU GPLv.2 or later and Smarty is ...
Andreas Becker's user avatar
2 votes
1 answer
276 views

Can we modify LGPLv3 license based ERP and change the license to private?

My client wants to use an opensource ERP named Odoo. However modifications like name, UI and languages support would be required. Also the license need to be private onwards If it is permissible under ...
Bilal Saeed's user avatar
3 votes
1 answer
387 views

Understanding GPL & LGPL: Free Software with zero-cost, proprietary libraries

Background: This question is derived from a previous question. I am writing a Blender add-on which enables the use of Blender with a piece of hardware (i.e., a lightfield display). Blender and the ...
reg.cs's user avatar
  • 297
3 votes
1 answer
316 views

Software under LGPL and API under GPL, which license do addons follow?

In a specific case where the software is licensed under LGPL but its API is licensed under GPL, which of these should addons (that use the API) follow? Additionally, if it's LGPL are addons required ...
Matt's user avatar
  • 81

15 30 50 per page