this post was submitted on 18 Jul 2024
1 points (100.0% liked)

Technology

59651 readers
2744 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 content.
  3. Be excellent to each another!
  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, to ask if your bot can be added please contact us.
  9. Check for duplicates before posting, duplicates may be removed

Approved Bots


founded 1 year ago
MODERATORS
 

A pretty interesting take, and an interesting discussion about what it means to be open source. Is there room for a trusted space between open source and closed corporate software?

you are viewing a single comment's thread
view the rest of the comments
[–] gedaliyah@lemmy.world 0 points 4 months ago (1 children)

Thank you - I would love to read any resources that you have

[–] mke@lemmy.world 0 points 4 months ago* (last edited 4 months ago) (1 children)

Well, that's wonderful to read!

If you're wondering what sort of issue being careless with licenses can cause, see the (in)famous case of Tivoization. GPL 3 was written partly to solve issues like this.

The Free Software Foundation explicitly forbade tivoization in version 3 of the GNU General Public License.
Wikipedia

For a more recent example of how community/contributors and owner/company interest misalignment can make a huge mess, see the consequences of HashiCorp changing the Terraform license from MPL to BUSL. Relevant facts I'd like to note:

  • This caused a large split in the community and with HC ("drama").
  • This was only possible due to their CLA (Contributor License Agreement) requirement for contributors.
  • This eventually resulted in the birth of OpenTofu, a fork of Terraform managed by the Linux Foundation.

Or, for a slightly funny case:

A while back I saw a project on GitHub licensed as CC BY-NC-ND 4.0. The developer was considering writing a guide for contributors, even though I'm pretty sure you can't fork and modify it to open a PR (popular way to offer contributions), because that'd break the ND clause (sharing derivatives). Were people supposed to e-mail the developer with patches? Who knows! There are people into that, like some Linux Kernel folks.

And finally, here's what I thought was a very interesting take on what free means when talking about software licenses, touching upon obligations, rights and copyleft.

I'm trying to avoid opining too much, even though I can't help it and, really, it's inevitable. I hope these serve as entry points for further research, and that they help you form your own perspective on all this. And if you do happen to end up agreeing with me in the end... well, I obviously won't complain :^)

[–] gedaliyah@lemmy.world 0 points 4 months ago

Thanks, I appreciate it. I'll check it out.