Skip to main content

All Questions

Tagged with
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
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 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 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
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
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
0 answers
97 views

Propagation of GPLv3 licensed software

"0. Definitions" section of GPLv3 says that: To “convey” a work means any kind of propagation that enables other parties to make or receive copies. Is it also included to "any kind of ...
arastirma hesap's user avatar
1 vote
1 answer
284 views

Stolen code in a GPL repo

Quite an odd thing has happened. A software author as released a repo under GPL 3.0 license But inside that repo is code that the author doesn't own in any way and has no license. Now when people fork ...
Dean Black's user avatar
2 votes
2 answers
254 views

Do I have to adhere to my own software licences for them to remain enforceable?

I have written a software application and an accompanying software library. When users use this application, they will write code externally to it which also makes use of the software library. The ...
Toby Smith's user avatar
7 votes
2 answers
3k views

Copyright in copyleft licence?

Is the copyright mentioned in GPL v3 used just for the sake of defining the word? (It's not copyrighted, but the word encompasses the same actions that would violate the copyright if it was ...
Martin's user avatar
  • 79
0 votes
1 answer
69 views

Can I get benefits of others' contributions to my GPL licensed software to use these contributions in my proprietary software?

I have my own code of a software, purely coded by me. I am intending to open source it, GPLv3 or Apache 2.0. Then I will add them to Github to let others get benefits of source code and contribute ...
MRAN's user avatar
  • 11
3 votes
2 answers
858 views

GPL Licensed code as separate process

We are going to use a GPL licensed application as separate process inside a docker. So here's how it works: Main app ships to client, it doesn't have any GPL code. Does have lots of things and ...
GMX Rider's user avatar
  • 133
0 votes
1 answer
251 views

Are there any AGPL-style licences that require source code modifications to be public?

So my understanding of the AGPL, is that it requires modifications to be distributed to the users of the network service, but I'm looking for a licence that would require any modifications (non-...
smw's user avatar
  • 11
4 votes
1 answer
239 views

Can I use my own Open Source code in commercial software I'm writing?

If I release some code that I wrote myself with an Open Source license (a WordPress plugin with the GPL2 license, https://www.gnu.org/licenses/gpl-2.0.html), can I then use my own code in commercial ...
AaronJ's user avatar
  • 143

15 30 50 per page