Skip to main content

Questions tagged [gpl-3]

The General Public License, offered by GNU. Use this tag if the question involves version 3 of the license.

3 votes
1 answer
167 views

Distributing datasets partly built with GPLv3 library

We are planning to distribute some domain specific datasets which is the output of a complex ETL process. One of the steps of the process uses a GPLv3 library. Does this mean we have to open source ...
Prithvi's user avatar
  • 33
2 votes
0 answers
46 views

Apache 2.0 API, GPL 3.0 Server side source code

I'm working in the with the OpenRouteService project to develop a specific custom routing method for a project. I don't include the library itself in my application (although I might include the api ...
Jackson Dunn's user avatar
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
3 votes
1 answer
78 views

Install GPL3 software on machine and sell the machine

I need a bootloader with touchscreen support for some specific machines I am planning to sell. These machines will be distributed without a keyboard, and I found that rEFInd meets my needs. Since ...
user23403327's user avatar
4 votes
2 answers
167 views

Does using a GPL3 library require open-sourcing my project

If I make calls to an unmodified 3rd party library which is GPL3, do I have to open-source my project? The interfaces to the GPL3 library are all generics, primitives, or system library classes.
b4n4n4p4nd4's user avatar
0 votes
1 answer
118 views

License header for code licensed as GPL 3 only

The text of the GNU GPL 3 license ends with a section titled "How to Apply These Terms to Your New Programs", which states that you should include a license notice within each source file, ...
Eli Minkoff's user avatar
0 votes
1 answer
55 views

Can I use GPL 3.0 license project as library to my private project with MIT license

I'm working on a private project and considering integrating a library that is licensed under the GPL 3.0 (GNU General Public License version 3.0). However, my project itself is licensed under the MIT ...
Muhammad Ammar's user avatar
4 votes
2 answers
167 views

ExtJs GPL license deprecated

I just received the following e-mail from Sencha: Hi, We are proactively reaching out to people who have downloaded the GPL version of Ext JS to remind them of the proper use of the license. We are ...
Marc Mittag's user avatar
1 vote
0 answers
43 views

Do I meet the conditions of GPLv3 license?

GitHub says GPLv3 licence conditions are: License and copyright notice State changes Disclose source Same license License and copyright notice: How do I write copyright notice? Is it enough to write ...
yg213's user avatar
  • 21
5 votes
1 answer
200 views

How to counter notice a DMCA takedown if I am merely a GPLv3 licensee?

I publicly uploaded a GPLv3 source code to GitLab, and they received a DMCA takedown for it. I think the complaining party may be the current copyright owner of (most of) the code, who is now ...
lvella's user avatar
  • 331
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
5 votes
2 answers
125 views

Choosing an open source license for my up to now commercial project

I'm about to re-license my desktop application as open source software. For several years now, the application is published and sold under a commercial license. While working on a new version (...
z80crew's user avatar
  • 151
12 votes
3 answers
3k views

GPLv3 use in commercially sold embedded system

I have a question about GPLv3 usage in a commercially sold embedded system. The product sold uses a Raspberry Pi under the cover, and in the users manual provided it does mention the use of GPLv3 ...
trb's user avatar
  • 123
10 votes
5 answers
4k views

Distribute the code as closed source and the end users download GPLv3 dependencies separately

I check the FAQ page of GNU Licenses but cannot find the answer. If someone is using my code (in Python) that is released under GPLv3, does s/he violate my GPLv3 rights if s/he uses my library ...
EKP's user avatar
  • 101
2 votes
1 answer
58 views

Include Tool under GPLv3 licence as an additional Unity executable - Is this approach viable?

Am developing an Unity game where I require the functionality of this tool (which is written in Unity itself) at runtime: https://boundingboxsoftware.com/materialize/ It essentially processes images/...
DT Dev's user avatar
  • 23
5 votes
3 answers
4k views

Does private GPL open source exist? if so, how does it work if mixed with public GPL?

Does private GPL open source exist? If so, how it works if mixed with public GPL? I read that a company may sell a binary under the GPL, and only people who bought it can have access to the GPL ...
VeganEye's user avatar
  • 131
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
1 vote
1 answer
53 views

Can a UDK 3D interface be used to render the output of all the GPL text dungeon rpg games?

Can a UDK (unreal development kit, unreal engine) 3D interface be used to render the output of all the GPL text dungeon rpg games? So, lets say i implement a 3D AAA interface using UDK5 top quality. ...
VeganEye's user avatar
  • 131
8 votes
4 answers
6k views

Why it is not possible to create a proprietary fork of GPL?-or-later software?

Let's assume there is a project under GPL2-or-later license. My understanding is that anyone can take the project and make a fork with GPL2-only additions. They could also take the project and make a ...
graywolf's user avatar
  • 211
-2 votes
1 answer
115 views

With GPL3.0 license project on github, Do we need to make our theme (source code) for that project public available? and plugins written our own

when we find a GPL-3.0 license project on github.com, The project is BBS tool, it has the theme option. If we write our own theme. do we need to make our theme (source code) for that project public ...
user294265's user avatar
10 votes
3 answers
1k views

Fix backtick formatting in GNU GPLv3 license

The formatting issues described in this question on Stack Overflow (backtick ` at the start and a single quote ' at the end of the quotes) do also appear in the GNU GPLv3 license text (plain text &...
gilex's user avatar
  • 211
1 vote
1 answer
75 views

Dual-licensing model

Imagine I have a program which is licensed by GPLv3. Now will I be able to apply a second license for non-open one? It says that anyone who wants to copy, distribute, modify my program needs my ...
tomsimi's user avatar
  • 21
2 votes
1 answer
72 views

Publish open source

I use iText in my application Is the application considered open source if I put the AGPL3 license when publishing the application on Google Play only?, or I must to do something else to considered ...
HGSu's user avatar
  • 23
1 vote
0 answers
105 views

Are there any ways to distribute a program compiled from both CPL and AGPL source code?

GSDJVU is a CPL licensed driver for GhostScript (AGPL). According to DjvuLibre, it is legal to download the source code for both and compile them, but not to redistribute the compiled program due to ...
CasperScript's user avatar
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
4 votes
1 answer
784 views

"Modding" GPL Software and using in a multi-part commercial application

Here's my dilemna: I own proprietary software that generates HTML. I want my end users to use a GPL v3 open source licensed software that renders HTML in a special GUI. But I want to white label/...
lemon-apples's user avatar
3 votes
0 answers
148 views

Publishing GPLv3 code on Steam

I own a project called Luminol currently licensed under GPlv3 I'd like to distribute on Steam. If possible, I'd like to keep Luminol as GPLv3, mainly to ensure modifications of Luminol are public. I'...
Speak2Erase's user avatar
8 votes
4 answers
2k views

What's the meaning (qualifications) of "machine" in GPL's "machine-readable source code"?

I'm trying to understand what is (not) a "machine" in GPL's "machine-readable source code". GPL requires you to share (a) the preferred-form-of-the-work-for-making-changes-in-it, ...
Pacerier's user avatar
  • 183
6 votes
2 answers
2k views

Dynamically Linking a Proprietary Module to a GPL-Covered Library (C/C++)

Context Suppose I have two projects called: Foo Bar Goal: The Foo compiles to some sort of dynamic linking library such as a windows .dll and links to project Bar dynamically. And some of the ...
Nasir Hossain's user avatar
3 votes
0 answers
130 views

Is aggregation of GPL and non-GPL software possible?

A colleague of mine is working with Matlab on a simulation of some sort. In order to enhance the simulation she needs a way of adding some additional data that can be easily generated using a GPL C++ ...
rbaleksandar's user avatar

15 30 50 per page
1
2 3 4 5
15