this post was submitted on 05 Feb 2025
459 points (97.5% liked)

Technology

61774 readers
5738 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 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, to ask if your bot can be added please contact us.
  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
[–] balder1991@lemmy.world 2 points 9 hours ago* (last edited 8 hours ago)

I suppose that both cases apply here. He’s saying that you either comply with an open source license that’s defined by the OSI or you don’t. That includes the source code to be available yes, but the article also mentions Meta license has a restriction:

if you have an extremely successful AI program that uses Llama code, you'll have to pay Meta to use it. That's not open source. Period.

From my understanding, you can’t take an open source license, add random restrictions and still call it open source (“if it’s a corporation it needs to pay a % fee to me”). It doesn’t matter if 98% of the license is open source, at that point your software simply isn’t open source anymore.

You can definitely have multiple licenses, such as Qt does to allow statically linking it and to modify it without distributing the source code, but that simply isn’t an open source one.