Skip to main content

Questions tagged [gpl]

GNU General Public License

0 votes
0 answers
48 views

How do GPL 2, 3 and other copy-left licenses apply in cases of "software as a service" (SaaS) systems?

GPL-style licenses are pretty effective at ensuring the underlying code cannot contribute to proprietary binary programs. But in the contemporary world of SaaS, are there not many ways around this? ...
Seán Healy's user avatar
3 votes
2 answers
177 views

Can open source software licenses be enforced in small claims court?

I'd like to distribute a software project under a GPL license. If someone (apparently) distributes software that includes or links against my GPL project, what claims could I make, and what ...
Jacob Marble's user avatar
2 votes
2 answers
124 views

Does incorporation of open-source (GPL-licenced) software by freelancers violate Upwork T&C?

Some widely used open-source software is distributed under restrictive licences: for instance, the R language uses GPL v.2/v.3. This and other copyleft licences impose several obligations, such as the ...
schrödingcöder's user avatar
3 votes
1 answer
128 views

Faked GPL license

Lots of software is licensed under the GPL license. It is very well known and well understood. Like most legal documents the license is itself copyrighted, and while the license can be freely copied ...
gnasher729's user avatar
  • 34.4k
0 votes
2 answers
114 views

Can a company that releases code as GPL, use it privately?

If a company has a Github repo under GPL license, can they, as the owners of the original code, distribute closed-source copies of it, i.e do they have a different right over the code ?
Mah Neh's user avatar
  • 39
2 votes
2 answers
91 views

Firmware code written under GPLv3 was modified. What should be published? [closed]

The firmware for an embedded device (e.g., a toaster) is modified significantly. Algorithms are rewritten from scratch, the code is made compatible with different hardware, etc. The end (hardware) ...
Harry Zalessky's user avatar
1 vote
1 answer
136 views

How does GPL affect a Makefile-only modification?

As a continuation of this question, does a Makefile modification when building GPL source mean my own program becomes GPL also ? For example, if some third-party GPL'd source contains exit(), and I ...
Jeff Brower's user avatar
-1 votes
1 answer
62 views

GPL: distribute compiled binary [closed]

Is it legal to modify GPL v3.0 content and distribute a binary of the remixed content without disclosing the modified source code?
Test's user avatar
  • 563
-1 votes
1 answer
88 views

Nokia G10 Android kernel source code availability and GPL request procedure [closed]

I'm thinking about doing a LineageOS port for the Nokia G10. One part of doing the port is getting access to the Android kernel sources. Since the Android kernel is GPL 2, HMD - the company behind the ...
k_o_'s user avatar
  • 107
1 vote
1 answer
86 views

Can the permission to implement a specification be restricted?

Let's say I invent a new image file format and release the specification to the public. Is it possible to only allow GPL projects to implement this specification? Or is this not possible in the U.S.? (...
zomega's user avatar
  • 549
0 votes
1 answer
159 views

Theft as Distribution of Software

I recently posed a hypothetical to a lawyer who deals with software licensing (His role is to protect a company from accidentally misusing FOSS software) and got a startling response. My hypothetical ...
Gus's user avatar
  • 125
1 vote
1 answer
132 views

Separate license on documentation and code?

I'm currently writing an article for school in literate Haskell, which is basically a file format/syntax that's a LaTeX document but for anything written in \begin{code}...\end{code} is code that ...
Andrew.Wolphoe's user avatar
1 vote
2 answers
83 views

Can I include EULA-licensed IP core in GPL codebase?

I work on little hardware project in Verilog. It would be published on GitLab and would be available for Open Source community. It is licensed as GPL 3. I want to include external IP component in my ...
НЕВСКИЙ БЛЯДИНА's user avatar
0 votes
2 answers
680 views

Can software with an GPL3-0 license be sold as a product after it has been modified?

I have a project which uses yolov5. I modified the yolov5 and implemented it into my own project (I don't just use the modified version of yolov5 as project. It is just a part of my project.). I read ...
Ali Eren's user avatar
0 votes
1 answer
182 views

How is the GNU Unifont and other bitmap fonts public domain?

The U.S. doesn't recognize type design as a copyrightable thing, only vectorized fonts, but what does that really mean? Is a bitmap font made in the United States public domain abroad? Are only the ...
Tada Fireworks's user avatar
0 votes
0 answers
56 views

What license would be correct for an online version of a proprietary board Game?

For a student project we created on online version of "The Game" and now we have to decide which open source license (MIT License, GPL, Apache License, etc.) would be the most suitable for ...
Jan Kreischer's user avatar
0 votes
0 answers
122 views

Proprietary software using hardware Arduino with firmware GPLv3

Currently, we have developed proprietary (non-open source) software that runs on Windows, MacOS, and Linux using the Qt library (LGPL license). This software is using an external hardware through the ...
giggy's user avatar
  • 1
0 votes
2 answers
603 views

May I use FFmpeg in my program and what do they mean by making the source code available?

I am currently building a video streaming platform for my school. Because I want to serve videos in different resolutions, I use ffmpeg-static and fluent-ffmpeg. I recently checked the licenses and ...
Green_Lab's user avatar
3 votes
1 answer
469 views

Is there a license like AGPL for datasets and machine learning models?

The GNU Affero General Public License is a modified version of the ordinary GNU GPL version 3. It has one added requirement: if you run a modified program on a server and let other users communicate ...
Jacob Valdez's user avatar
1 vote
3 answers
299 views

Does AGPL apply to products created by the software, or just the software?

I'm a 3D modeler by trade, and in the past I've used some software to create a base mesh for humanoid renders. I'm seeing now that, while it used to be AGPL and CC0, it's now entirely AGPL, and by ...
Michael Macha's user avatar
0 votes
1 answer
39 views

If a paper under the CC BY-SA 4.0 describes & designs a software X & its implications, does said software must be under a compatible license?

Let's say I wrote a paper which describes & designs a software and its implications, and I license it under the CC BY-SA 4.0. If some else (or me) writes said software, does it need to be in a ...
8ybw83yg8y's user avatar
-2 votes
1 answer
314 views

Any licensing issues with an AGPL Docker container used for integration testing? [closed]

Consider a proprietary software service consisting of micro-services that use Amazon S3 for storage. For integration testing I would like to put together a docker-compose file that consists of ...
Bogdan Calmac's user avatar
2 votes
1 answer
116 views

GPL-2 and LGPL sources in youtube video

Suppose that a developer D wants to a make youtube video about a text editor that D has created. D wants to use some real world source code segments as examples, which D will show and edit in the ...
quantumfoam's user avatar
0 votes
1 answer
179 views

Enforcing the GPL license on software

I published a software project under the GNU Affero General Public License version 3.0. I have written the code behind it, hence I am the copyright holder. According to the AGPL license, anyone who ...
LCZ's user avatar
  • 103
1 vote
1 answer
55 views

Using code snippets contributed by you in a library/project with restrictive license

Years ago I contributed some code snippets to a C++ library released with GPL license. Currently I am working on some closed-source commercial project where these snippets could be very helpful. ...
lackadaisical's user avatar
1 vote
2 answers
312 views

MIT and GPL-3.0 conflicting licence

I am creating a project for myself based off of two different GitHub projects. Code from each of the two projects are used in my project, and I am planning on releasing it to the public. The conflict ...
Greenreader9's user avatar
16 votes
1 answer
3k views

How long does a GPL licencee have to respond to a source code request before it becomes a GPL violation?

I have requested source code for a product that contains software licensed under GPL 2. The product includes a written offer to provide source code if you send a written request by email. The offer is ...
Богдан Туренко's user avatar
1 vote
1 answer
108 views

What are the implications if I include third party logos in the acknowledgements section of my copyrighted book?

I am writing a book on my recent research. I am going to register a copyright for this work and publish the book through a major publishing house (Springer). My editor and I have agreed in our ...
Jarred's user avatar
  • 11
9 votes
3 answers
5k views

GPLv3-licensed project on Github seems to try to restrict commercial use

I found an interesting project (tool for numerical simulations) on Github with the following paragraph in its README: You can redistribute it and/or modify it under the terms of the GNU General ...
UweD's user avatar
  • 1,388
1 vote
0 answers
89 views

GPL-v3 using along with closed source via rest api

I want to use CMS distributed under GPL-v3 licenses. I am building a web application with closed code and my app invokes via REST API backend under GPL-v3. Question: is it legal to use GPL-v3 along ...
user2779840's user avatar

15 30 50 per page