this post was submitted on 12 Jun 2025
139 points (97.3% liked)
Technology
71355 readers
3593 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
If Google is the sole copyright holder, a copyleft license would change nothing because they still have the option to change the license going forward.
That is actually a fair point, but I assume out of the millions of lines of code, not all of them come from Google, right?
That would requiere convincing the copyright holders of those lines, or at least rewrite them. The latter I don't see it impossible, but it would take time.
Still, I will always rather a strong copyleft license...
They'll just do an Apple and publish the source to the bits they have to while keeping the bits they don't closed source making the os as a whole closed source.
So, basically what they're already starting to do?
I don't understand.
also I thought Apple builds upon BSD style licensed stuff, while Android is on Linux which is gpl?
This myth needs to die. The only parts of BSD that Apple used for iOS/osx, were from bsd4.4 (released in like the 1990s). And even then it was only parts of the user space.
The kernel is a completely different beast.
Doesn't matter for a distribution, Apple historically also shipped some gpl tools like bash and Samba, they just provide the source for what they have to.