this post was submitted on 29 Nov 2023
140 points (98.6% liked)

Memes

4366 readers
4 users here now

Good memes, bad memes, unite towards a united front.

founded 6 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] Spitzspot 16 points 2 years ago (1 children)

"Microsoft opens sources ThreadX under MIT license"

[–] Shinhoshi@lemmygrad.ml 14 points 2 years ago (1 children)
[–] nephs@lemmygrad.ml 6 points 2 years ago (2 children)

MIT can be closed for profit. GPL can't.

[–] FuckBigTech347@lemmygrad.ml 3 points 2 years ago

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.