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
281 views

Can I use GNU GPL v3 in my free Android app?

I have created an Android app implementing webview. In the webview, it is loading HTML files from the assets folder. The HTML files (and also associated javascript and css files) are GNU GPL v3 ...
ADasGH's user avatar
  • 83
2 votes
0 answers
25 views

If an MIT licensed repo relicenses to GPL3, is my derived project impacted in any way? [duplicate]

A year ago I participated in a group project to develop a small game for a class. My work involved level generation, and I later reused the code I wrote for the group project in a separate personal ...
deadClicks's user avatar
3 votes
2 answers
173 views

Can I configure open source tools (GPL, AGPL) for my client?

I run a small consulting firm and would like to configure some GPLv3 and AGPL software for a client (think HR, Accounting, ERP software). We mainly want to avoid Oracle or other ERP providers to save ...
Anish Sinha's user avatar
5 votes
1 answer
198 views

Licensing for CC BY 4.0 content digitization

I have found a translation of an ancient book, and the translation is now out of copyright and its scanned contents are being hosted publicly under a Creative Common 4.0 license. The scans are images, ...
Sir Code-A-Lot's user avatar
3 votes
1 answer
279 views

Importing GPLv3'd code: Which copyright notice to add to my own code?

Let's say I import some header files (or Python modules) which are under GPLv3 into a source file that I would like to publish as Open Source (OS), and also signify that I have copyright on that ...
cwellm's user avatar
  • 93
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
1 answer
747 views

Do I need to distribute licenses for Python modules used in code that I release but don't directly distribute (i.e. users pip install modules)?)?

I intend to publish the code for my thesis under an appropriate open-source license, such as GPL v3. The code consists of Python and compiled C code that either imports or is statically linked to ...
user29733's user avatar
3 votes
1 answer
130 views

If my GPLv3 program produces a useful CSV file, can closed source code use that file? [duplicate]

I have a project that gathers information from the internet and transforms it into a useful format, which I then make public as a CSV file. That project is licensed under GNU GPLv3. I recently had ...
beyarkay's user avatar
  • 303
10 votes
3 answers
2k views

GPL with named pipes?

I'd like some help/advice regarding a problem I'm facing with licensing options. I'm currently writing software for an open hardware project that uses cameras from various brands. I'd like (very much) ...
Luc's user avatar
  • 103
4 votes
1 answer
1k views

GPL v3 code used to train some AI model: can I make any use of this model, or does it have to abide by GPL v3?

Assume some GPL v3 code used to train some AI model (e.g. trained a language model with LLaMA). Can I make any use of this model (e.g., use it in a closed-source program), or does it have to abide by ...
Franck Dernoncourt's user avatar
3 votes
1 answer
483 views

Ansible under GPLv3: can you redistribute it without open-sourcing the rest of my solution?

Assuming I am building a solution that leverages Ansible to set up an environment for my application to live. If I package my solution in a server image that contains Ansible: Will the use of Ansible ...
Lucas Kauffman's user avatar
17 votes
6 answers
2k views

Is the process to set up, install, and implement GPL-3.0-only software considered proprietary?

I've arranged for a software provider to install a free and open-source application on a server. The application is licensed under GPL-3.0-only. The software provider has installed the software onto ...
Guest's user avatar
  • 173
3 votes
1 answer
105 views

Does reading proprietary artwork in the source code violate GPLv3 license?

Just out of curiosity, if I make a GPLv3 software that have source code that tell the program to read a file that is a proprietary artwork, but this artwork is not included in my project, does that ...
ArchBug's user avatar
  • 55
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
0 votes
1 answer
227 views

GNU General Public License v3.0 Embedded Web Program Question

Say I have a program named X. If I edit X, I have to make the source code of X open source. If I have another program (say a web application) and I write my own code Y (which is closed source) and I ...
Titanium's user avatar

15 30 50 per page
1 2
3
4 5
30