this post was submitted on 30 Jul 2025
710 points (95.5% liked)

Technology

73512 readers
2982 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related news or articles.
  3. Be excellent to each other!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, this includes using AI responses and summaries. To ask if your bot can be added please contact a mod.
  9. Check for duplicates before posting, duplicates may be removed
  10. Accounts 7 days and younger will have their posts automatically removed.

Approved Bots


founded 2 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] nickwitha_k@lemmy.sdf.org 50 points 2 days ago (1 children)

Yeah. That's a pretty shitty license to move to for endusers and others. Disallowing derivatives, etc. is within their rights but, really a dick move but, considering this commit message, not surprising.

[–] deadcade@lemmy.deadca.de 65 points 2 days ago (2 children)

It's actually not within their rights (I am NOT a lawyer)

GPL code is still owned by the person who wrote it, that includes contributors who have made a PR. Unless they all signed CLAs (Contributor License Agreements) to hand over their copyright to the repository owner, the repository owner does not hold copyright for this code, and as such can't legally change the license. They can use and distribute it as specified in the license terms of the GPL, but that excludes changing the license.

[–] vzqq@lemmy.blahaj.zone 29 points 2 days ago (1 children)

That’s true, but only contributors have standing to do something about it. Unless there are contributors with contributions that are not easily patched out that are willing to make a case out of it, we’re stuck with the last GPL version.

[–] tabular@lemmy.world 10 points 2 days ago (1 children)

There's a GPL compliance lawsuit where they're suing NOT as a copyright holder of contrubtor's code but as a user of the software (a 3rd party beneficiary, under contract law). The GPL was intended to give standing to users of the software, so hopeful this makes presidence.

[–] vzqq@lemmy.blahaj.zone 5 points 2 days ago (1 children)

Yes, but this suit about a different matter (access to source code) which is a user right in the license. It’s the whole point of the GPL. In this suit the users (ie. The buyers of the devices that have received the binary distribution) obviously have standing.

The problem with relicensing is that the “authors” of a creative work (remember, this is copyright law) are changing the terms of the distribution, and the authors are allowed to do that. The issue at hand is whether the person doing the changing of the terms is allowed to make this change on behalf of “the authors”.

The users may be impacted by this decision, but they are not a part of the decision making process. Hence, no standing.

What you need in a relicensing is someone that asserts (co-) authorship of the work. That’s a much taller order.

[–] Mondez@lemdro.id 3 points 2 days ago

Exactly. It isn't clear if duckstations author really has permission from all contributors or rewrote those contributions he didn't have rights to change the license on. If he didn't then technically even the latest version is still GPL but it's fairly murky and I doubt shy sane person wants to fork it and have all that drama.

[–] patatahooligan@lemmy.world 6 points 2 days ago

I remember the maintainer claiming they had permission from all contributors to change the license but I can't find a link to it now.