this post was submitted on 29 Nov 2023
136 points (98.6% liked)
Memes
3947 readers
10 users here now
Good memes, bad memes, unite towards a united front.
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
MIT can be closed for profit. GPL can't.
Exactly. Also someone can only release parts of the source code of their software and still license it under a permissive license like MIT, BSD, Apache, CDDL, etc. enabling them to claim that their software is "open source". And usually in that case the released source code just so happens to mostly be wrapper/glue code that calls out into closed source binaries which is where the actual magic happens.