Hacker News new | ask | show | jobs
by thallavajhula 4104 days ago
Licensed under MIT, impressive.
2 comments

All 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.

Wouldn'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.
Depends. 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.

Well FOSS people would say there is more freedom(tm) with LGPL2. But that's just like an opinion man.
Has 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.