Skip to main content

All Questions

Tagged with
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
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
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
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
0 votes
1 answer
174 views

How do you legally get data out of a GPL or AGPL program?

After talking to a lot of people, they seem to give the impression that once the data goes into a GPL licensed program, it can only be extracted from that program by GPL licensed software. I am told ...
Scott M. Stolz's user avatar
1 vote
0 answers
352 views

Can GPL or AGPL talk to non-GPL software (via API, for example)?

Does the GPL or AGPL restrict programs from talking to other programs with other licenses via API? (i.e. transferring data.) Example scenario: Person 1 has Software A which has a GPL license. Person ...
Scott M. Stolz's user avatar
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
1 vote
1 answer
741 views

Is copyleft triggered for a backend service with GPLv3 dependency dynamically linked, if the backend exposes public API endpoints for mobile client?

I'm trying to figure out if GPLv3 copyleft is triggered for the following scenario: A company has a backend service written in a dynamically typed programming language. The service has a bunch of ...
vrs's user avatar
  • 187
4 votes
2 answers
285 views

What sort of requirements apply to (A)GPL software on an SSH server?

I'm trying to better understand the GNU AGPL. The only thing the AGPL is concerned with beyond the GPL is remote interaction: if you modify the Program, your modified version must prominently offer ...
c-x-berger's user avatar
5 votes
1 answer
1k views

Is there any reason not to always use the AGPL over the GPL?

The AGPL is mostly intended to address "software that runs over a network". However, that is pretty much most software today. And even if not, it seems to me that in light of a piece of ...
bitmask's user avatar
  • 263
2 votes
1 answer
425 views

Is it possible to restrict GPL3 licensed software to non-commercial projects?

I am searching for a suitable license for my project (A Grav CMS PHP Website Rating Plugin). I want to ensure that: The code is published open source The code will be kept open source by other users (...
NicoHood's user avatar
  • 131
6 votes
1 answer
158 views

PDFs with proprietary fonts in test suite of (A)GPL software

I develop a piece of software that uses AGPL licensed iText7. The licensing options are therefore GPL and AGPL. The software is to be installed locally and acts as a plugin to a proprietary desktop ...
Thomas W.'s user avatar
  • 163
1 vote
2 answers
523 views

Adding AGPL patches to a Software with APACHE2 or MIT License

I am interested in creating a fork of an abandoned software. The software which is no longer maintained is release under the terms of Apache 2 license. Am I allowed to create my patches under a less ...
oz123's user avatar
  • 113
7 votes
1 answer
503 views

How do products like MongoDB not violate the GPL licenses?

I'm quite confused with MongoDB's licensing model. MongoDB at its core is an open-source project, licensed under the SSPL which is a small modification of the AGPLv3 license. Then how does it release ...
USER_92's user avatar
  • 73
4 votes
1 answer
158 views

Can I make a GPLv3 or AGPLv3 software which serves a proprietary protocol?

I'm planning to make a GPLv3 or AGPLv3 library to allow the library user to interact with the multiplayer portion of a non-free, closed-source, proprietary game. The game's EULA explicitly allows the ...
Polyana Fontes's user avatar

15 30 50 per page