【翻译】如何选择一个开源软件许可证 Choosing an OSS license doesn’t need to be scary

本文涉及的产品
对象存储 OSS,20GB 3个月
对象存储 OSS,恶意文件检测 1000次 1年
对象存储 OSS,内容安全 1000次 1年
简介: 本文禁止转载~选择一个开源软件许可证并不需要很可怕下列哪一项最能描述你的情况?我想简单和宽容MIT许可证是一个许可证,就是短了点。它让人们做任何他们想与你的代码,只要他们提供归属回你和不承担你的责任。

本文禁止转载~

选择一个开源软件许可证并不需要很可怕

下列哪一项最能描述你的情况?

我想简单和宽容

MIT许可证是一个许可证,就是短了点。它让人们做任何他们想与你的代码,只要他们提供归属回你和不承担你的责任。
jQuery和Rails使用MIT许可。

也就是把源代码拷贝出去后他人可以做任何操作,也和作者没有关系

The MIT License (MIT)

Copyright (c) [year] [fullname]

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the “Software”), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

要求

  • 许可和版权声明. 包括一份详细的代码的许可证和版权声明

许可

  • 商业用途。 本软件及衍生物可以用于商业用途
  • 分发 。 你可以分发这个软件
  • 改造。 该软件可以被修改
  • 个人使用。 你可以使用和修改软件,而不分发它
  • 转授许可证授权。 你可以给予许可的修改和分发本软件给第三方,不包括在许可证。

禁止

  • 承担责任。 软件提供无保修和软件作者/许可证所有者不能承担损害赔偿责任。

我关心的是专利

Apache许可证是一个许可证类似于MIT许可证,而且还提供了专利权的授予表达用户的贡献。
Apache,SVN,NuGet使用Apache许可证。

他人修改了源代码之后必须标注出哪里做出修改,这样就可以保护原作者的源代码的完整性,并且不能对修改之后的代码进行自己的版权商标添加。

Apache License 2.0

                            Apache License
                       Version 2.0, January 2004
                    http://www.apache.org/licenses/

TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION

  1. Definitions.

    “License” shall mean the terms and conditions for use, reproduction,
    and distribution as defined by Sections 1 through 9 of this document.

    “Licensor” shall mean the copyright owner or entity authorized by
    the copyright owner that is granting the License.

    “Legal Entity” shall mean the union of the acting entity and all
    other entities that control, are controlled by, or are under common
    control with that entity. For the purposes of this definition,
    “control” means (i) the power, direct or indirect, to cause the
    direction or management of such entity, whether by contract or
    otherwise, or (ii) ownership of fifty percent (50%) or more of the
    outstanding shares, or (iii) beneficial ownership of such entity.

    “You” (or “Your”) shall mean an individual or Legal Entity
    exercising permissions granted by this License.

    “Source” form shall mean the preferred form for making modifications,
    including but not limited to software source code, documentation
    source, and configuration files.

    “Object” form shall mean any form resulting from mechanical
    transformation or translation of a Source form, including but
    not limited to compiled object code, generated documentation,
    and conversions to other media types.

    “Work” shall mean the work of authorship, whether in Source or
    Object form, made available under the License, as indicated by a
    copyright notice that is included in or attached to the work
    (an example is provided in the Appendix below).

    “Derivative Works” shall mean any work, whether in Source or Object
    form, that is based on (or derived from) the Work and for which the
    editorial revisions, annotations, elaborations, or other modifications
    represent, as a whole, an original work of authorship. For the purposes
    of this License, Derivative Works shall not include works that remain
    separable from, or merely link (or bind by name) to the interfaces of,
    the Work and Derivative Works thereof.

    “Contribution” shall mean any work of authorship, including
    the original version of the Work and any modifications or additions
    to that Work or Derivative Works thereof, that is intentionally
    submitted to Licensor for inclusion in the Work by the copyright owner
    or by an individual or Legal Entity authorized to submit on behalf of
    the copyright owner. For the purposes of this definition, “submitted”
    means any form of electronic, verbal, or written communication sent
    to the Licensor or its representatives, including but not limited to
    communication on electronic mailing lists, source code control systems,
    and issue tracking systems that are managed by, or on behalf of, the
    Licensor for the purpose of discussing and improving the Work, but
    excluding communication that is conspicuously marked or otherwise
    designated in writing by the copyright owner as “Not a Contribution.”

    “Contributor” shall mean Licensor and any individual or Legal Entity
    on behalf of whom a Contribution has been received by Licensor and
    subsequently incorporated within the Work.

  2. Grant of Copyright License. Subject to the terms and conditions of
    this License, each Contributor hereby grants to You a perpetual,
    worldwide, non-exclusive, no-charge, royalty-free, irrevocable
    copyright license to reproduce, prepare Derivative Works of,
    publicly display, publicly perform, sublicense, and distribute the
    Work and such Derivative Works in Source or Object form.

  3. Grant of Patent License. Subject to the terms and conditions of
    this License, each Contributor hereby grants to You a perpetual,
    worldwide, non-exclusive, no-charge, royalty-free, irrevocable
    (except as stated in this section) patent license to make, have made,
    use, offer to sell, sell, import, and otherwise transfer the Work,
    where such license applies only to those patent claims licensable
    by such Contributor that are necessarily infringed by their
    Contribution(s) alone or by combination of their Contribution(s)
    with the Work to which such Contribution(s) was submitted. If You
    institute patent litigation against any entity (including a
    cross-claim or counterclaim in a lawsuit) alleging that the Work
    or a Contribution incorporated within the Work constitutes direct
    or contributory patent infringement, then any patent licenses
    granted to You under this License for that Work shall terminate
    as of the date such litigation is filed.

  4. Redistribution. You may reproduce and distribute copies of the
    Work or Derivative Works thereof in any medium, with or without
    modifications, and in Source or Object form, provided that You
    meet the following conditions:

    (a) You must give any other recipients of the Work or
    Derivative Works a copy of this License; and

    (b) You must cause any modified files to carry prominent notices
    stating that You changed the files; and

    (c) You must retain, in the Source form of any Derivative Works
    that You distribute, all copyright, patent, trademark, and
    attribution notices from the Source form of the Work,
    excluding those notices that do not pertain to any part of
    the Derivative Works; and

    (d) If the Work includes a “NOTICE” text file as part of its
    distribution, then any Derivative Works that You distribute must
    include a readable copy of the attribution notices contained
    within such NOTICE file, excluding those notices that do not
    pertain to any part of the Derivative Works, in at least one
    of the following places: within a NOTICE text file distributed
    as part of the Derivative Works; within the Source form or
    documentation, if provided along with the Derivative Works; or,
    within a display generated by the Derivative Works, if and
    wherever such third-party notices normally appear. The contents
    of the NOTICE file are for informational purposes only and
    do not modify the License. You may add Your own attribution
    notices within Derivative Works that You distribute, alongside
    or as an addendum to the NOTICE text from the Work, provided
    that such additional attribution notices cannot be construed
    as modifying the License.

    You may add Your own copyright statement to Your modifications and
    may provide additional or different license terms and conditions
    for use, reproduction, or distribution of Your modifications, or
    for any such Derivative Works as a whole, provided Your use,
    reproduction, and distribution of the Work otherwise complies with
    the conditions stated in this License.

  5. Submission of Contributions. Unless You explicitly state otherwise,
    any Contribution intentionally submitted for inclusion in the Work
    by You to the Licensor shall be under the terms and conditions of
    this License, without any additional terms or conditions.
    Notwithstanding the above, nothing herein shall supersede or modify
    the terms of any separate license agreement you may have executed
    with Licensor regarding such Contributions.

  6. Trademarks. This License does not grant permission to use the trade
    names, trademarks, service marks, or product names of the Licensor,
    except as required for reasonable and customary use in describing the
    origin of the Work and reproducing the content of the NOTICE file.

  7. Disclaimer of Warranty. Unless required by applicable law or
    agreed to in writing, Licensor provides the Work (and each
    Contributor provides its Contributions) on an “AS IS” BASIS,
    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
    implied, including, without limitation, any warranties or conditions
    of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
    PARTICULAR PURPOSE. You are solely responsible for determining the
    appropriateness of using or redistributing the Work and assume any
    risks associated with Your exercise of permissions under this License.

  8. Limitation of Liability. In no event and under no legal theory,
    whether in tort (including negligence), contract, or otherwise,
    unless required by applicable law (such as deliberate and grossly
    negligent acts) or agreed to in writing, shall any Contributor be
    liable to You for damages, including any direct, indirect, special,
    incidental, or consequential damages of any character arising as a
    result of this License or out of the use or inability to use the
    Work (including but not limited to damages for loss of goodwill,
    work stoppage, computer failure or malfunction, or any and all
    other commercial damages or losses), even if such Contributor
    has been advised of the possibility of such damages.

  9. Accepting Warranty or Additional Liability. While redistributing
    the Work or Derivative Works thereof, You may choose to offer,
    and charge a fee for, acceptance of support, warranty, indemnity,
    or other liability obligations and/or rights consistent with this
    License. However, in accepting such obligations, You may act only
    on Your own behalf and on Your sole responsibility, not on behalf
    of any other Contributor, and only if You agree to indemnify,
    defend, and hold each Contributor harmless for any liability
    incurred by, or claims asserted against, such Contributor by reason
    of your accepting any such warranty or additional liability.

    END OF TERMS AND CONDITIONS

    APPENDIX: How to apply the Apache License to your work.

    To apply the Apache License to your work, attach the following
    boilerplate notice, with the fields enclosed by brackets “{}”
    replaced with your own identifying information. (Don’t include
    the brackets!) The text should be enclosed in the appropriate
    comment syntax for the file format. We also recommend that a
    file or class name and description of purpose be included on the
    same “printed page” as the copyright notice for easier
    identification within third-party archives.

    Copyright {yyyy} {name of copyright owner}

    Licensed under the Apache License, Version 2.0 (the “License”);
    you may not use this file except in compliance with the License.
    You may obtain a copy of the License at

    http://www.apache.org/licenses/LICENSE-2.0

    Unless required by applicable law or agreed to in writing, software
    distributed under the License is distributed on an “AS IS” BASIS,
    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
    See the License for the specific language governing permissions and
    limitations under the License.

要求

  • 许可和版权声明. 包括一份详细的代码的许可证和版权声明
  • 状态的改变. 显示了显着的变化的代码

许可

  • 商业用途。 本软件及衍生物可以用于商业用途
  • 分发 。 你可以分发这个软件
  • 改造。 该软件可以被修改
  • 专利授权。 此许可证提供了一个明确的权利,从收件人的贡献者的专利权。
  • 个人使用。 你可以使用和修改软件,而不分发它
  • 转授许可证授权。 你可以给予许可的修改和分发本软件给第三方,不包括在许可证。

禁止

  • 承担责任。 软件提供无保修和软件作者/许可证所有者不能承担损害赔偿责任。
  • 商标使用。虽然这可能是所有许可证的真实性,该许可证明确规定,你可能不使用的名称,商标,或商标的贡献者。

我关心分享改进

GPL(V2和V3)是一个公共的授权,要求那些将你的代码或使源可在同样条件下所衍生的工作。V3与V2,但进一步限制使用,禁止在硬件软件的改变。
Linux,Git,WordPress使用GPL。

公开的源代码必须全部可用,他人可以进行修改使用,但是不能再次授权出许可。

GNU General Public License v2.0
GNU General Public License v3.0
(太长了就不贴了。。。)

要求

  • 公开源代码. 源代码必须可用,当分发软件。在LGPL和OSL 3的情况下,该库的源(而不是整个程序)必须是可用的。
  • 许可和版权声明. 包括一份详细的代码的许可证和版权声明
  • 状态的改变. 显示了显着的变化的代码

许可

  • 商业用途。 本软件及衍生物可以用于商业用途
  • 分发 。 你可以分发这个软件
  • 改造。 该软件可以被修改
  • 专利授权。 此许可证提供了一个明确的权利,从收件人的贡献者的专利权。
  • 个人使用。 你可以使用和修改软件,而不分发它

禁止

  • 承担责任。 软件提供无保修和软件作者/许可证所有者不能承担损害赔偿责任。
  • 转授许可证授权。 你可以给予许可的修改和分发本软件给第三方,不包括在许可证。

如果没有这些对我的工作呢?

我的内容不是代码。

创建一个自己的许可证
http://creativecommons.org/choose/

我想要更多的选择。

还有很多许可证可以选择
http://choosealicense.com/licenses/

我不想选择一个许可证。

没有许可证

你没有义务选择一个许可证,这是你的权利,不包括一个与你的代码或项目。但请注意,选择了开源许可并不意味着你选择了版权法。
你必须与你的法律顾问有关你的特殊项目,但一般而言,没有一个许可证意味着默认的版权法适用。这意味着你保留所有的权利,你的源代码,没有人可以复制,分发,或创建衍生作品,从你的工作。
不允许使用您的代码可能不是你所想的“不许可”。一个开源许可证允许您的代码重用而维护版权。如果你的目标是明确的选择了版权保护,尝试一种公共领域奉献像无照或CC0。如果你想和别人分享你的工作,你必须选择它。
即使在许可文件的情况下,你可以在你发布你的源代码到一个需要接受服务条款的情况下给予某些权利。例如,如果您发布的源代码在GitHub上的一个公共库,你接受了服务,允许其他用户的某些权利条款GitHub。具体而言,您允许其他人查看和叉您的存储库。

一张图告诉你怎么选择开源许可证

图说开源协议

全球开源协议分布比例

开源比例

参考资料

相关实践学习
借助OSS搭建在线教育视频课程分享网站
本教程介绍如何基于云服务器ECS和对象存储OSS,搭建一个在线教育视频课程分享网站。
目录
相关文章
|
10月前
|
存储 Ubuntu Linux
【Matter】Matter 环境构建参考文档
【Matter】Matter 环境构建参考文档
250 0
|
存储 数据处理 数据格式
MOT_Challenge官方代码TrackEval介绍
MOT_Challenge官方代码TrackEval介绍
683 0
《Automated-Testing-Of-Crypto-Software-Using-Differential-Fuzzing》电子版地址
Automated-Testing-Of-Crypto-Software-Using-Differential-Fuzzing
51 0
《Automated-Testing-Of-Crypto-Software-Using-Differential-Fuzzing》电子版地址
|
自然语言处理
【Elastic知识简报】standard analyzer和standard tokenizer有什么区别?
analyzer是分析器,由三部分组成:字符过滤器 character filter、令牌过滤器 token filter、分词器tokenizer,所以tokenizer是analyzer的一部分
70 0
|
存储 Kubernetes Cloud Native
云原生渐进式交付,刷 Argo CD 技术文档之 Understand The Basics & Core Concepts 篇
云原生渐进式交付,刷 Argo CD 技术文档之 Understand The Basics & Core Concepts 篇
107 0
如何免费申请用于开发目的的Hybris Commerce license
如何免费申请用于开发目的的Hybris Commerce license
75 0
如何免费申请用于开发目的的Hybris Commerce license
|
人工智能 测试技术 Python
书籍:ASTQB-BCS移动测试基础指南 Mobile Testing An ASTQB-BCS Foundation Guide - 2018.pdf
简介 移动测试是测试移动软件的功能,可用性和一致性的过程。 与标准软件测试类似,高效且有效的移动测试需要在软件测试人员通常需要的技能之上提供额外的技能。 有了这个必不可少的指南,符合ASTQB认证的移动测试人员课程大纲,您将获得开始成为熟练的移动测试人员所需的理解和技能。
|
前端开发
组复制官方翻译八、Frequently Asked Questions
https://dev.mysql.com/doc/refman/8.0/en/group-replication-frequently-asked-questions.html 一、MGR的成员数量最大是多少 最大9个 二、group中的成员是如何连接的 他们直接是通过peer-to-peer ...
1517 0
|
开发者
WooCommerce 和 Easy Digital Downloads 哪个好,如何选择?
要解决这个问题,首先你要知道WooCommerce 和 Easy Digital Downloads 是什么,做什么用的,自从电子商务平台的兴起后很多人都想要做自己的电商平台,但由于开发和建设成本过高,真正能做起来的人没几个。
1623 0