Usage of Microsoft .NET Source Code in my own program [closed]

帅比萌擦擦* 提交于 2020-01-15 05:42:07

问题


Am I allowed to use the (modify) sources of

http://referencesource.microsoft.com/

directly in my program or are the files for debugging purposes only?

There is a license file but English only and English isn't my native language so I don't really get it from the license file. http://referencesource.microsoft.com/license.html


回答1:


The license page should be clear:

"Reference use" means use of the software within your company as a reference, in read only form, for the sole purposes of debugging your products, maintaining your products, or enhancing the interoperability of your products with the software, and specifically excludes the right to distribute the software outside of your company.

This means that you're allowed to use the sources only to debug, maintain and enhance your software. This doesn't mean that you're allowed to copy the source code and modify it for your purposes, because it's protected by copyright laws:

(A) Copyright Grant- Subject to the terms of this license, the Licensor grants you a non-transferable, non-exclusive, worldwide, royalty-free copyright license to reproduce the software for reference use.

(B) Patent Grant- Subject to the terms of this license, the Licensor grants you a non-transferable, non-exclusive, worldwide, royalty-free patent license under licensed patents for reference use.



来源:https://stackoverflow.com/questions/22632725/usage-of-microsoft-net-source-code-in-my-own-program

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