97
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
this post was submitted on 24 May 2025
97 points (99.0% liked)
Opensource
3305 readers
27 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
MIT allows the publication of derived work to be closed source, GPL doesn't. Thus, at least for corporations, it is an advantage to publish some code, e.g. libraries with MIT licence, so that it can become a commonly used "standard implementation", while their end user software remains closed source.
This is why i like publishing under LGPL, people can still use it in proprietary software but the library itself is better protected.