dailidong commented on a change in pull request #135: URL: https://github.com/apache/incubator-dolphinscheduler-website/pull/135#discussion_r446473008
########## File path: docs/zh-cn/development/DS-License.md ########## @@ -0,0 +1,66 @@ +## DolphinScheduler-Contributor-LICENSE篇 + +如您所知,DolphinScheduler现属于ASF(Apache基金会)下的开源项目,这意味着当您想要成为DolphinScheduler的贡献者的时候,就必须按照Apache的规则来,而Apache对于License有着极其严苛的规则,为了避免贡献者在License上浪费过多的时间, +本文将为您讲解ASF—License以及参与DS如何过早的规避掉License风险。 + +注:本文仅使用于Apache项目。 + +### Apache项目可接受的License + +当您想要为DolphinScheduler(亦或其他Apache项目)增添一个新的功能,这个功能涉及到其他开源软件的引用,那么您必须注意,目前Apache项目支持遵从以下协议的开源软件(如果有遗漏,欢迎补充): + +[ASF第三方许可证策](https://apache.org/legal/resolved.html) + +如果您所使用的第三方软件并不在以上协议之中,那么很抱歉,您的代码将无法通过审核,建议您找寻其他替代方案。 + +另外,当您需要使用新的软件的时候,请将您这样做的原因、最终产出结果发邮件至[email protected]讨论,当得到至少3票PPMC认同的时候,您方可以引入。 + +### 如何在DolphinScheduler合法的使用第三方开源软件 + +当我们想要引入一个新的第三方软件至我们的项目中的时候,除了他们所遵从的协议是Apache允许的,另外一点很重要,就是合法的使用。您可以参考以下文章 + +* [COMMUNITY-LED DEVELOPMENT "THE APACHE WAY"](https://apache.org/dev/licensing-howto.html) + + +以Apache为例,当我们使用了zookeeper,那么我们必须申明,我使用了当我们使用了zookeeper,那么关于当我们使用了zookeeper的NOTICE文件(每个开源项目都会有NOTICE文件,一般位于根目录),则必须在我们的项目中体现,用Apache的话来讲,就是"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. + +关于具体的各个开源协议使用协议,在此不做过多篇幅一一介绍,有兴趣可以自行查询了解。 + +### DS-License 检测规则 Review comment: DS -> DolphinScheduler ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
