Skip to main content

All Questions

Tagged with
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
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
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
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
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
1 vote
0 answers
166 views

How is "GPL-2 | GPL-3" to be interpreted?

A lot of packages in R (and I'm assuming in other languages as well) are licesed as "License: GPL-2 | GPL-3". Others as "GPL (>= 2)" and others as "MIT + file LICENSE"....
guest0323'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
10 votes
2 answers
3k views

Does whole project need to be under GPLv3 when using a GPLv3 library

So I am creating an Android app that uses a Java module called core-ui which is licensed under GPLv3. If I am right, GPLv3 imposes to use the same license in my project as the license of the module. ...
ScarySneer's user avatar
18 votes
3 answers
4k views

Can I publish a GPL source I'm being paid for to develop?

For a popular program licensed under GPL3, a system of plugins exists. The program and the plugins are closely interoperable and exchange large structures of data, so the plugins will necessarily be ...
Xavi Montero's user avatar
7 votes
1 answer
175 views

Acceptable techniques to verify rootfs without circumventing gplv3 terms

GPLv3 has clause to ensure that device manufacturers are not circumventing "freedom to run modified software by users". 3. Protecting Users' Legal Rights From Anti-Circumvention Law states: ...
sob's user avatar
  • 173
2 votes
2 answers
468 views

Distributing MIT application with GPLv3 plugin without releasing source for MIT application

We have a MIT licensed application which we sell packed under virtual appliance to our customers. the application has a marketplace where users can download and install additional plugins. We wish to ...
Shubham's user avatar
  • 23
3 votes
1 answer
3k views

Using iText library with AGPL license to make application open sourced

I am working on a project to generate a 508 compliant annual PDF Publication from our database using iText 7 java library. This library works great for accessible PDFs. We are in the process of ...
comwiz756's user avatar
1 vote
1 answer
157 views

Can you make GPL-licensed software using the Tizen SDK?

Unfortunately, Tizen has a proprietary SDK, as discussed here, which mandates that: You may not use any component part of the Tizen SDK in any way independent from the Tizen SDK. You may not load ...
Tin Man's user avatar
  • 349
7 votes
1 answer
178 views

Can I license Latex code under GPL but the content under CC BY-SA?

I have written a non-trivial scientific text for university. It is written in Latex and I want to make the source available under GPL (v3 if that matters) so other can learn from my Latex skills. ...
corvus_192's user avatar

15 30 50 per page