this post was submitted on 24 May 2025
90 points (98.9% liked)
Opensource
2759 readers
317 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
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.
Thank you. That would explain why corporations use it (and the Apache license), however my guess is that most opensource projects aren't corporate. Do you maybe have a guess why non-corporations use MIT?
Anti Commercial-AI license
You would be surprised. A lot are written by people as part of their job or so they can use them for their job or being sponsored by a company to do the work. The people with the most time to contribute library code to rust are being paid to do it in one form or another.