4 ms·
Licensed under MIT, impressive.
by arrowgunz 12y ago
Licensed under MIT, impressive.
- joshuapants 12y agoHas anyone at Microsoft put up a blog post about how they decided what license to pick? I'd be interested to read the rationale from a large company.
- ghuntley 12y agoAll of the Microsoft technologies which have been open sourced over the last couple months have been under MIT which is really strange actually as Mono is licensed under LGPL2 which is actually more restrictive! Fancy that, how times have changed.
- Sammi 12y agoWell FOSS people would say there is more freedom(tm) with LGPL2. But that's just like an opinion man.
- masklinn 12y agoWouldn't licensing under GPL limit their flexibility with respect to external contributions? They wouldn't be able to use that in proprietary product, or move the project's development back to a closed model.
- hyperpape 12y agoDepends. Some companies use GPL with copyright assignment to control the project: you can use it as a wholly open source product, but the company has the right to do future development in a closed source way, embed it in proprietary products, etc. I don't know if that's likely with a build tool, but it happens elsewhere.