this post was submitted on 24 Feb 2026
47 points (89.8% liked)
Opensource
5640 readers
297 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 is a permissive license and it doesnt enforce anything.
if you want freedom, use strict licenses like GPL.
Gnu has a great guide on licenses
https://www.gnu.org/licenses/license-recommendations.html
https://www.gnu.org/licenses/license-list.html
MIT still requires the license and copyright notice to be maintained though, it is why even proprietary software includes an 'open-source licenses' listing somewhere under help / alongside the distribution. Arguably, AI models reproducing a bit of MIT licensed code would be just as much in violation as with any other license.
GPL still gives much better guarantees w.r.t. providing the source code and modifications made thereto, though.
That is a great guide, thanks for the info. Edited my comment to correct.