this post was submitted on 05 Feb 2025
401 points (97.6% liked)

Technology

61632 readers
5669 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
[–] airglow@lemmy.world 2 points 3 hours ago* (last edited 3 hours ago) (1 children)

Software licenses that "discriminate against any person or group of persons" or "restrict anyone from making use of the program in a specific field of endeavor" are not open source. Llama's license doesn't just restrict Llama from being used by companies with "700 million monthly active users", it also restricts Llama from being used to "create, train, fine tune, or otherwise improve an AI model" or being used for military purposes (although Meta made an exception for the US military). Therefore, Llama is not open source.

[–] Syntha@sh.itjust.works 1 points 3 hours ago (1 children)

The license shall not restrict any party from selling or giving away the software as a component of an aggregate software distribution containing programs from several different sources

So as I understand it, under the OSI definition of the word, anything distributed under a copyleft licence would not be open source.

So all software with GNU GPL, for example.

[–] airglow@lemmy.world 3 points 2 hours ago* (last edited 2 hours ago)

That's incorrect. GPL licenses are open source.

The GPL does not restrict anyone from selling or distributing GPL-licensed software as a component of an aggregate software distribution. For example, all Linux distributions contain GPL-licensed software, as the Linux kernel is GPLv2.