this post was submitted on 24 May 2025
97 points (99.0% liked)
Opensource
2810 readers
53 users here now
A community for discussion about open source software! Ask questions, share knowledge, share news, or post interesting stuff related to it!
⠀
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
Don't GNU, MPL, EUPL, and other opensource licenses do the same? Why is MIT favoured?
Anti Commercial-AI license
those are less permissive. mit license says "you want to make a new version and sell it? go ahead! be my guest" think of it as being the apache license with fewer words
You can sell GPL software, even without any changes. The less permission part would be "You want to close-source it and not contribute back? Go ahead!"
GPL forces those who fork the project to open-source their contributions; same for MPL though GPL requires open-sourcing more things. EUPL is a bit obscure.