this post was submitted on 13 Aug 2025
273 points (98.2% liked)

Open Source

41586 readers
554 users here now

All about open source! Feel free to ask questions, and share news, and interesting stuff!

Useful Links

Rules

Related Communities

Community icon from opensource.org, but we are not affiliated with them.

founded 6 years ago
MODERATORS
 

cross-posted from: https://lemmy.dbzer0.com/post/51038205

What are your thoughts? Any counter-counter points to the author's response to most concerns regarding open source?

you are viewing a single comment's thread
view the rest of the comments
[–] Badabinski@kbin.earth 37 points 2 months ago (2 children)

Open source isn't good enough, I want my software to use a strong copyleft license with no ability to relicense via a CLA (CLAs that don't grant the ability to relicense software are rare, but acceptable). AGPL for servers, GPL for local software, LGPL for libraries when possible, and Apache, MIT, or BSD ONLY when LGPL doesn't make sense.

[–] quick_snail@feddit.nl 7 points 2 months ago (1 children)

I see no reason not to use AGPL for all software too

[–] AnyOldName3@lemmy.world 4 points 2 months ago (1 children)

It's not clear that the AGPL is enforceable in lots of countries, so the GPL is safer if you don't need the extra restrictions.

[–] Cricket@lemmy.zip 5 points 2 months ago

Interesting, this is the first time I've heard this. Do you have any links to read more about it?