amibar / SmartThreadPool

A .NET Thread Pool fully implemented in C# with many features
http://www.codeproject.com/Articles/7933/Smart-Thread-Pool
Microsoft Public License
507 stars 182 forks source link

Dual-license under MIT or BSD if possible #1

Closed dshafer closed 11 years ago

dshafer commented 11 years ago

Awesome work on SmartThreadPool - it solves a lot of problems for me! However, my employer has a list of pre-approved licenses that I'm allowed to use, and MS-PL isn't on the list.

It appears to me that both BSD 2.0 and MIT licenses are basically the equivalent of MS-PL. Do you have any objections to dual-licensing SmartThreadPool under one of those licenses?

amibar commented 11 years ago

It is not possible for me to do this.