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

Distributing datasets partly built with GPLv3 library

We are planning to distribute some domain specific datasets which is the output of a complex ETL process. One of the steps of the process uses a GPLv3 library. Does this mean we have to open source ...
Prithvi's user avatar
  • 33
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
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
3 votes
1 answer
78 views

Install GPL3 software on machine and sell the machine

I need a bootloader with touchscreen support for some specific machines I am planning to sell. These machines will be distributed without a keyboard, and I found that rEFInd meets my needs. Since ...
user23403327's user avatar
4 votes
2 answers
167 views

Does using a GPL3 library require open-sourcing my project

If I make calls to an unmodified 3rd party library which is GPL3, do I have to open-source my project? The interfaces to the GPL3 library are all generics, primitives, or system library classes.
b4n4n4p4nd4's user avatar
0 votes
1 answer
118 views

License header for code licensed as GPL 3 only

The text of the GNU GPL 3 license ends with a section titled "How to Apply These Terms to Your New Programs", which states that you should include a license notice within each source file, ...
Eli Minkoff's user avatar
0 votes
1 answer
55 views

Can I use GPL 3.0 license project as library to my private project with MIT license

I'm working on a private project and considering integrating a library that is licensed under the GPL 3.0 (GNU General Public License version 3.0). However, my project itself is licensed under the MIT ...
Muhammad Ammar's user avatar
4 votes
2 answers
167 views

ExtJs GPL license deprecated

I just received the following e-mail from Sencha: Hi, We are proactively reaching out to people who have downloaded the GPL version of Ext JS to remind them of the proper use of the license. We are ...
Marc Mittag's user avatar
1 vote
0 answers
43 views

Do I meet the conditions of GPLv3 license?

GitHub says GPLv3 licence conditions are: License and copyright notice State changes Disclose source Same license License and copyright notice: How do I write copyright notice? Is it enough to write ...
yg213's user avatar
  • 21
5 votes
1 answer
200 views

How to counter notice a DMCA takedown if I am merely a GPLv3 licensee?

I publicly uploaded a GPLv3 source code to GitLab, and they received a DMCA takedown for it. I think the complaining party may be the current copyright owner of (most of) the code, who is now ...
lvella's user avatar
  • 331
1 vote
1 answer
51 views

Want to release FOSS project under under LGPL 3.0, have Eclipse 2.0 and Apache 2.0 licensed code, not sure what to do

I'm finishing up a Java JSON parser that I want to release under the LGPL 3.0 license. Thing is, I'm using JUnit 5 for unit tests (falls under the Eclipse 2.0 license), and some Apache Commons code ...
Yehuda Broderick's user avatar
5 votes
2 answers
125 views

Choosing an open source license for my up to now commercial project

I'm about to re-license my desktop application as open source software. For several years now, the application is published and sold under a commercial license. While working on a new version (...
z80crew's user avatar
  • 151
12 votes
3 answers
3k views

GPLv3 use in commercially sold embedded system

I have a question about GPLv3 usage in a commercially sold embedded system. The product sold uses a Raspberry Pi under the cover, and in the users manual provided it does mention the use of GPLv3 ...
trb's user avatar
  • 123
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
2 votes
1 answer
58 views

Include Tool under GPLv3 licence as an additional Unity executable - Is this approach viable?

Am developing an Unity game where I require the functionality of this tool (which is written in Unity itself) at runtime: https://boundingboxsoftware.com/materialize/ It essentially processes images/...
DT Dev's user avatar
  • 23

15 30 50 per page
1
2 3 4 5
30