this post was submitted on 01 Jan 2025
114 points (97.5% liked)
Technology
60879 readers
5420 users here now
This is a most excellent place for technology news and articles.
Our Rules
- Follow the lemmy.world rules.
- Only tech related content.
- 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, to ask if your bot can be added please contact us.
- Check for duplicates before posting, duplicates may be 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
Also, why is it that different things enter the public domain at different times? For example, I learned of a movie from like the 1970s called The Last Man on Earth that is public domain, or at least I'm guessing it's public domain, and yet it's from the 1970s, where this is talking about stuff from 1929. I obviously know some stuff is made and released immediately into the public domain, such as open source software, etc. But I wouldn't figure a movie would be like that.
Just FYI, most open source software is not in public domain, it is protected by the same copyright we are talking about here, except the author made it available under certain conditions (the licence).
Good point, I didn't even think of that because the GPL and MIT are so permissive.
The MIT is, but GPL is actually very restrictive. For example, it disallows publishing derivative works without those being licensed under the same terms (or newer GPL versions). That's why commercial companies are reluctant to use GPL-licensed code in their products.