Is MS-PL (Microsoft Public License) code allowed in commercial product? [closed]

爷,独闯天下 提交于 2019-11-27 20:51:55

问题


If someone wants to use parts of a code licensed under MS-PL and use it in a commercial product, is that allowed by MS-PL? What are the restrictions.


回答1:


It's the Microsoft Public License (Ms-PL). Yes, you can pretty much do whatever you want with the code.

https://msdn.microsoft.com/en-us/library/ff648068.aspx

However, do read the conditions. Ones worth noting:

  • If you distribute any portion of the software, you must retain all copyright, patent, trademark, and attribution notices that are present in the software.

  • If you distribute any portion of the software in source code form, you may do so only under this license by including a complete copy of this license with your distribution. 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.

NOTE: the MS-PL appears to be deliberately incompatible with the GPL.



来源:https://stackoverflow.com/questions/633132/is-ms-pl-microsoft-public-license-code-allowed-in-commercial-product

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!