this post was submitted on 04 Jun 2025
1496 points (99.7% liked)
Technology
70995 readers
3611 users here now
This is a most excellent place for technology news and articles.
Our Rules
- Follow the lemmy.world rules.
- Only tech related news or articles.
- Be excellent to each other!
- Mod approved content bots can post up to 10 articles per day.
- Threads asking for personal tech support may be deleted.
- Politics threads may be removed.
- No memes allowed as posts, OK to post as comments.
- 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.
- Check for duplicates before posting, duplicates may be removed
- 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
view the rest of the comments
Correct. They're bad. And if someone releases code under CC0 that has patented stuff in it you may be liable for using their patent without permission because CC0 says in section 4a,
Compare that to MIT which is considered to implicitly grant patent rights by saying you may deal in the software without restriction. Apache specifically gives you explicit patent rights in section 3.
So the problem is that CC0 in it's public license fallback specifically says that it does not grant patent rights.
CC0 is a trap for software. Please avoid it. Please encourage others so avoid it.
To the extent of my knowledge, the only public domain dedication with permissive license fallback that is approved by both FSF and OSI is the WTFPL. Which is also a crayon license. Public domain is a weird concept and not all jurisdictions have it and not all jurisdictions allow you to manually put things into it. This is why they need the permissive license fallback. You're better off using a well known and well understood permissive license.
Thank you for the through explanation! That was very helpful