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.

34 questions with no upvoted or accepted answers
6 votes
0 answers
1k views

Are weights of a neural network derivative work of the GPL-3 training framework?

I could not really find a satisfying answer here yet, this question touches it but kind of reversed. For example the training framework for Yolo v7 is used to train a neural network using the config (...
sofa28's user avatar
  • 61
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
0 answers
403 views

Are you required to license code under GPL if you're using TypeScript types from a GPL library?

I'm currently using a library that was licensed under the GNU General Public License (particularly GPL v3.0). This library consists mostly of types for software that is also under the GPL (but not ...
Chlod Alejandro's user avatar
4 votes
0 answers
294 views

Does the GPLv3 give recipients the legal right to circumvent technological measures imposed on them by third-party redistributors?

To my understanding, a distributor of GPLv3 software who does not have any right to redistribute software except by becoming a GPLv3 licensee, and knowingly distributes GPLv3 software agrees to ...
Tenders McChiken'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
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
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
3 votes
0 answers
363 views

To what extent does the GCC Runtime Library Exception cover macros, typedefs and functions?

Recently, I've had some trouble trying to get std::thread working with MinGW g++. Considering that I don't want a dependency on gthread, I was wondering if I could use thread.cc (and cxxabi_forced.h) ...
User's user avatar
  • 131
3 votes
0 answers
119 views

if my javascript front-end pulls in an unmodified version of a GPLv3 library, must I release the whole source code for the website?

I want to use a javascript library licensed under the GPLv3 for a new website I am building. I want my website to remain closed-source. The GitHub repository of the GPLv3 states that anyone using ...
vesperknight's user avatar
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
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
2 votes
0 answers
111 views

What is the proper way to add attribution to a gpl3 licensed diff/patch file?

This is as much a technical issue as a license issue, but I would appreciate correction if any of my assumptions about how the licenses work are incorrect. Assume that I want to use a patch file from ...
YonKuma's user avatar
  • 121
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
2 votes
0 answers
80 views

Proprietary app injecting CSS into a remote self-hosted GPL web-app in WebView

I'm building a proprietary application that loads into its WebView a remote, self-hosted GPLv2 licensed web application. I'm sure that loading a resource via WebView will not violate GPL (the web ...
AdamBuilder's user avatar
2 votes
0 answers
67 views

License Comptatibility with GSuite?

Are websites made with Google Sites compatible with GPL 3.0? A prospective user can create a web site with Google Sites using the web editor, but the HTML output, which may be interprited as the ...
user avatar

15 30 50 per page