mrange / cpplinq

LINQ for C++ (cpplinq) is an extensible C++11 library of higher-order functions for range manipulation. cpplinq draws inspiration from LINQ for C#.
http://cpplinq.codeplex.com/
Other
182 stars 39 forks source link

Permissive License? #11

Open johannesugb opened 4 years ago

johannesugb commented 4 years ago

Is there any chance of getting this wonderful piece of code under a permissive license like MIT or similar?

If I do not completely misunderstand the Microsoft Public License (Ms-PL), it says that if I want to use CPPLINQ in a project whose source code is released under MIT, I may not use CPPLINQ. Is that correct?