this post was submitted on 24 Sep 2024
174 points (94.8% liked)

Programming

17087 readers
398 users here now

Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!

Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.

Hope you enjoy the instance!

Rules

Rules

  • Follow the programming.dev instance rules
  • Keep content related to programming in some way
  • If you're posting long videos try to add in some form of tldr for those who don't want to watch videos

Wormhole

Follow the wormhole through a path of communities !webdev@programming.dev



founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] dohpaz42@lemmy.world 89 points 4 days ago* (last edited 3 days ago) (3 children)

They are nuts. Their license means that you give up all of your authorship rights to the code you contribute, and on top of that you’re not allowed to distribute modified source, nor can you fork the source for any purpose.

Edit: lol

[–] AlligatorBlizzard@sh.itjust.works 22 points 3 days ago (1 children)

So many forks, lol.

Winamp go fork yourself!

[–] theherk@lemmy.world 19 points 3 days ago

It really forks the llamas ass!

[–] TachyonTele@lemm.ee 14 points 4 days ago* (last edited 4 days ago) (3 children)

Does that actually matter?
I'm asking because license stuff is over my head, but I'd like to learn about it more.

[–] projectmoon@lemm.ee 47 points 4 days ago* (last edited 4 days ago) (1 children)

They basically want free labor.

[–] Kissaki@programming.dev 15 points 3 days ago (1 children)

If you only care about contributing improvements, no, it doesn't matter.

If you want to at least be recognized as an author, and be able to say "I made this", the license opposes that.

Waiver of Rights: You waive any rights to claim authorship of the contributions […]

I don't know how they intend to accept contributions though. I guess code blocks in tickets or patch files? Forking is not allowed, so the typical fork + branch + create a pull request does not work.

[–] amju_wolf@pawb.social 7 points 2 days ago

Also, this isn't even compatible with copyright law in some countries. I.e here you can't give up authorship at all; you can only grant an irrevocable, perpetual license (that might even prohibit you from distribution yourself and such) but you'll always be able to say "I made this" no matter what their license says.

[–] dohpaz42@lemmy.world 8 points 3 days ago

The way I look at it is this: I want credit for the work I do, I should also be able to fork a repo that I work on, and I sure as hell don’t like giving up my rights if I can help it.

But others may feel different.

[–] sukhmel@programming.dev 2 points 3 days ago

I guess, opening a PR without forking is possible, but hey that's sort of incredibly bullshit idea