@DLC same as any other mit project, either it's a corporation aiming to disrupt and gain power in a specific niche, or people who got fed propaganda about how permissive licenses is better than copyleft licenses
@DLC if this is a reference to uutils/coreutils, I don't think a lot of thought went into it. The repo got the MIT licence added in the first commit in **2013**
https://github.com/uutils/coreutils/commit/d4e96b33e343733992fad55ac840c9649cd72ede
@DLC That's a good question. If I had to guess I would go for the common misconception of:
- "MIT is less restrictive so It gives more freedom".
And the fallacy:
- "The more freedom the more fair; the more fair the more moral".
All of this just to end up with the so common result of: "They took my code and bundled it into a private toolchain used to [insert the most unethical use possible] and they are harming thousands of people with it while making a profit"
This is often done with the objective of performing the following "flex" maneuver in their CVs: "The code I wrote for my library ended up being used by [evil company] and thats amazing!"
> Remember folks that some people were indoctrinated into thinking that serving evil companies is something to be proud of.
Such are the wonders of "Freedom as in MIT"
@DLC maybe because license compatibility and complience is hard with static linking
@cybertailor @DLC At least the AGPL 3.0 makes sure that both statically and dynamically linked libraries are covered by “Corresponding Source” with the main goal being that someone can obtain all source files for an (A)GPL program they have been given access to (oversimplified) so they can exercise the rights they have on software under the license.
@slatian @cybertailor @DLC And that's also the reason I license my Rust under AGPL (and sometimes also under GAL).