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.

1 vote
2 answers
210 views

Changing the license of a derivative work

Let's say I take a software (Work) distributed under GPLv3 compatible license, and create a Derivative Work. Can I distribute it (the Derivative Work) under GPLv3 license? If not, how can I make a ...
Alexey Ismagilov's user avatar
8 votes
1 answer
1k views

Incorporating GPL3 code into a GPL2 project

I have a GPL3-licensed program that supports a specific line of hardware. There is a GPL-2 program that supports a lot of hardware similar to the one I support. It was suggested to me that this other ...
Frotz's user avatar
  • 183
10 votes
4 answers
3k views

Why does the GPL not specify a jurisdiction or choice of law clause?

tl;dr version Unlike most software licenses, the GPL (at least version 3.0) does not contain a choice of law provision. Why is this, and what provisions are in place to adjudicate disputes in the ...
Robert Columbia's user avatar
2 votes
1 answer
64 views

Confusion regarding the term source in GPLv3

I was reading https://www.gnu.org/licenses/gpl-3.0.html to understand about GPLv3 but it seems I am more confused with the term source. Is the word source referring to source of the library or my ...
Dark Sorrow's user avatar
12 votes
5 answers
2k views

Allow non-GPL plugins in a GPL main program

Suppose I'm writing a certain program, which I wish to license under strong copyleft license such as GPLv3. At the moment I have not used any 3rd party GPL code (I think there might be an LGPL library ...
Dan's user avatar
  • 293
6 votes
2 answers
1k views

Is nopCommerce really open source?

I was very curious about the way this project was published, under an NPL license. From what I understand, this license is similar to the GPL v3.0, except that it adds an additional restriction: "...
MrDave1999's user avatar
4 votes
1 answer
118 views

License GPLv3 scenario for a plugin A for Blender 3D and software B that communicates with plugin A. What is the license for software B?

I would like to create a plugin, let's call it 'A' for Blender 3D and a software let's call it 'B' that communicates with plugin A through the network. I know that Blender 3D has GPL license for the ...
panagiotis's user avatar
5 votes
2 answers
669 views

Why is the zlib license GPL-compatible

I've seen several statements that the zlib license is compatible with the GPL. But this does not seem to be correct. The zlib license contains the following clause: "Altered source versions must ...
David Schwartz's user avatar
3 votes
1 answer
275 views

Does software released under GPLv3 require a copyright notice to deploy it on a public hosting service?

Someone on GitHub forked my OSS under a GPLv3 license and deployed it on Vercel to disguise it as their portfolio without making any changes of the source code. (They embedded the service on their ...
OKAWA Shingo's user avatar
5 votes
2 answers
2k views

Ideal way to 'fork' github project but keep it as a standalone repo and not a fork/proper licensing and attribution

So here's the situation: I'm working on a project where I have very specific needs and tasks in mind: A tool I can schedule/automate to archive all/latest Twitch VODS, clips, including chat logs for ...
cr08's user avatar
  • 85
3 votes
2 answers
220 views

Is data part of corresponding source for GPL 3?

The GPL3 defines correspond source as the following: The “Corresponding Source” for a work in object code form means all the source code needed to generate, install, and (for an executable work) run ...
Max Xiong's user avatar
  • 997
4 votes
0 answers
189 views

Blender addon interface with non-GPL compatible renderer through OpenGL driver using system library exception?

Why I'm making a 3D rendering addon for Blender which is GPL 2/3 code that needs to communicate with non-GPL compatible library that does the rendering. I need some of this communication to be as fast ...
hwlake's user avatar
  • 41
4 votes
1 answer
135 views

GPLv3 and executables in GPLv3

I created a GPLv3 project that uses functions from several libraries and geckodriver.exe with different licenses (MIT, Apache 2.0, BSD3, MPL 2.0 (all GPL compliant)): I put the code and copy of ...
hddp's user avatar
  • 41
2 votes
1 answer
72 views

Issues with contributing the same code to projects who only accept different licenses

I made some cool code that I want to contribute to both Android Open Source Project (AOSP) and other Linux distos, and perhaps even upstream at the Linux Kernel. The problem is that AOSP says that ...
IntegralPilot's user avatar
1 vote
0 answers
121 views

Open source HTML/CSS/JAVA code under GPLv3 license - implication if used for public company website?

I would like to use some open source HTML/CSS/JAVA code under a GPLv3 license to feed into my company website (start up). I am not 100% clear whether I can use the open source code or at which stage I ...
Raoul's user avatar
  • 21

15 30 50 per page
1 2 3
4
5
30