Ms-RL - 需要解释

发布于 2024-07-12 01:40:08 字数 1455 浏览 5 评论 0原文

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

听风吹 2024-07-19 01:40:08

指向完整许可文本的链接。

并引用所请求的段落:

  • 3(A) 互惠赠款 - 对于您分发的包含软件代码(源代码或二进制格式)的任何文件,您必须向收件人提供该文件的源代码以及该文件的副本许可证,该许可证将管理该文件。 您可以根据您选择的任何条款许可完全属于您自己的作品且不包含软件代码的其他文件。

翻译:对于使用 Ms-RL,您需要提供来源和许可证副本。

  • 3(E) 如果您以源代码形式分发软件的任何部分,您只能在本许可下通过在分发时包含本许可的完整副本来进行分发。 如果您以编译或目标代码形式分发软件的任何部分,您只能在符合本许可的许可下进行分发。

翻译:如果您在 Ms-RL 下分发代码的任何部分(作为源代码),则只能使用 Ms-RL 执行此操作。 您需要附上许可证的副本。 如果您仅分发编译代码或目标代码,则可以使用与 Ms-RL 兼容的任何许可证来执行此操作。

A link to the full license text.

And to quote the requested paragraphs:

  • 3(A) Reciprocal Grants- For any file you distribute that contains code from the software (in source code or binary format), you must provide recipients the source code to that file along with a copy of this license, which license will govern that file. You may license other files that are entirely your own work and do not contain code from the software under any terms you choose.

Translation: For each file that uses files under the Ms-RL, you need to provide the source and a copy of the license.

  • 3(E) 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.

Translation: If you distribute any part of code (as source) under the Ms-RL, you can only do this with the Ms-RL. You need to include a copy of the license. If you distribute only compiled or object code, you can do that with any license that is compatible with the Ms-RL.

演出会有结束 2024-07-19 01:40:08

来自维基百科:

此 Microsoft 许可证允许长期分发派生代码
因为修改后的源文件被包含并保留 Ms-RL。 这
Ms-RL 允许发行版中不包含代码的文件
最初根据 Ms-RL 获得许可,根据
版权所有者的选择。 这相当于 CDDL、EPL 或
LGPL(具有典型“链接例外”的 GPL)。

我想说这个许可证类似于 LGPL。

对于您分发的任何包含软件代码的文件(在
源代码或二进制格式),您必须向收件人提供源
该文件的代码以及该许可证的副本,该许可证
将管理该文件。

只要您的源文件不包含具有此许可证的软件的代码,您就不必将 MS-RL 应用于这些文件。 许可证仍然附加到包含 MS-RL 代码的“文件”。

通常,您可以按照自己希望的方式许可整个软件,然后为包含 MS-RL 代码的文件添加例外。

免责声明:我不是律师,我可能是错的。

From Wikipedia:

This Microsoft license allows for distribution of derived code so long
as the modified source files are included and retain the Ms-RL. The
Ms-RL allows those files in the distribution that do not contain code
originally licensed under Ms-RL to be licensed according to the
copyright holder's choosing. This is equivalent to the CDDL, EPL or
LGPL (GPL with a typical "linking exception").

i would say this license is LGPL like.

For any file you distribute that contains code from the software (in
source code or binary format), you must provide recipients the source
code to that file along with a copy of this license, which license
will govern that file.

As long as your source files do not contain code from the software with this license, you don't have to apply the MS-RL to those files. The license is still attached to the "files" containing MS-RL code.

Typically you would license the entire software any way you wish, then add an exception for the files containing MS-RL code.

Disclaimer: I'm not a lawyer and i could be wrong.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文