In section 3(d), the Microsoft Public License (Ms-PL) states: "If you distribute any portion of the software in compiled or object code form, you may only do so under a license that complies with this license". It seems to me that the statement "complies with this license" means that software that contains the Ms-PL-licensed code must also be as free as the Ms-PL permits. Is this a viral requirement, similar to the GNU GPL?
|
2
|
|
|
|
|
|
No. What that clause means is that you need to comply with the license for the code licensed under the MS-Pl. There's no requirement that the complete derivative work needs to be similarly licensed or that you need to provide source code to your modifications or anything like that. The only thing you need to do is include the original license text. You'll still have to comply with the patent and trademark (etc) clauses though. As long as you include the license and aren't doing anything that directly violates the license, you can do pretty much anything with the code. Make any changes you like, put any restrictions you want on your code, sell it, distribute it in binary-only form, etc. |
||
|
|
|
|
It seems that you could distribute the compiled Ms-PL code in a separate library, licensed under Ms-PL (or compatible), and distribute your own code compiled in a different library that you could license as you see fit. Apologies if this does not answer the question as asked. |
||
|
