this post was submitted on 06 Mar 2024
777 points (98.5% liked)
linuxmemes
20880 readers
9 users here now
I use Arch btw
Sister communities:
- LemmyMemes: Memes
- LemmyShitpost: Anything and everything goes.
- RISA: Star Trek memes and shitposts
Community rules
- Follow the site-wide rules and code of conduct
- Be civil
- Post Linux-related content
- No recent reposts
Please report posts and comments that break these rules!
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Wasn't it like they still provide their sources, but not binaries, which (while generally being a dick move) doesn't doesn't contradict the GPL?
Or have I missed something?
Afaik the issue is that they made their code "open" source in the way many for-profit companies do: they require a subscription before you have access to the code.
If I understand the GPL correctly that doesn't violate it, since it only requires that the users have access to the source and not the general public.
The part that really makes it possibly infringe on the GPL is when you combine it with their user terms: It threatens terminating service to customers who get the code and share it. The GPL is supposed to guarantee that the rights of sharing the source code, and RedHat impedes on this freedom. I think his article breaks it down pretty well: https://opencoreventures.com/blog/2023-08-redhat-gets-around-gplv2-license-intention-with-contract-law/
Microsoft did a similar thing with GPLV2 software. That's one of the new things in the GPLv3, you camnot enforce source code restriction by thirdparty subscription agreements
No. They closed their sources to subscribers, which in itself would be fine, but the terms of service contain a clause forbidding redistribution of the sources by subscribers, at the penalty of termination of the agreement.