V2EX = way to explore
V2EX 是一个关于分享和探索的地方
Sign Up Now
For Existing Member  Sign In
推荐学习书目
Learn Python the Hard Way
Python Sites
PyPI - Python Package Index
http://diveintopython.org/toc/index.html
Pocoo
值得关注的项目
PyPy
Celery
Jinja2
Read the Docs
gevent
pyenv
virtualenv
Stackless Python
Beautiful Soup
结巴中文分词
Green Unicorn
Sentry
Shovel
Pyflakes
pytest
Python 编程
pep8 Checker
Styles
PEP 8
Google Python Style Guide
Code Style from The Hitchhiker's Guide
littleMaple
V2EX  ›  Python

给 CPython 贡献代码的时候签署 CLA 如何在可供选择的两个 license 间选择?

  •  
  •   littleMaple ·
    MapleCCC · May 28, 2021 · 2350 views
    This topic created in 1809 days ago, the information mentioned may be changed or developed.

    给 CPython 贡献代码的时候,需要签署 CLA ( Contributor License Agreement ),并且需要在两个 license 之间进行选择,分别是 Academic Free License v. 3.0Apache License, Version 2.0。想知道大家签署的时候一般是选择哪一个 license 居多?在网上查了一下好像关于这个问题的讨论不多,license 具体的文本太晦涩难以看懂,有点迷茫。

    2 replies    2021-05-29 03:38:22 +08:00
    12101111
        1
    12101111  
       May 28, 2021   ❤️ 1
    Apache License, Version 2.0 可以避免你陷入版权麻烦里.
    根据我的理解, 如果你贡献的代码含有你自己的专利, 那么你同意了 Apache License 2.0 后, 你就授予了同样根据 Apache License 2.0 获得该软件二进制或者源代码的人的免费专利授权.
    如果你的代码不包含你自己的专利, 但是某一个 CPython 的用户声称自己有该软件部分功能的专利,那么这个用户的授权就此中断, 他就不能再用 CPython 了. 因为 CPython 还是比较重要的软件, 因此大公司也不会因为专利问题起诉贡献者.
    littleMaple
        2
    littleMaple  
    OP
       May 29, 2021
    @12101111 感谢回复!你的信息很完整,我想我还是选择 Apache license 较好了.
    About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   3325 Online   Highest 6679   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 101ms · UTC 12:47 · PVG 20:47 · LAX 05:47 · JFK 08:47
    ♥ Do have faith in what you're doing.