Skip to main content

All Questions

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

15 30 50 per page