Replies: 3 comments 4 replies
-
DCO thing is common in CNCF/Linux Foundation. But I don't know the requirements and opinions of the ASF. |
Beta Was this translation helpful? Give feedback.
0 replies
-
It appears to me that the majority of contribution have not signed the ICLA. This can serve as an addition. All you have to do to commit is add the |
Beta Was this translation helpful? Give feedback.
4 replies
-
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
SkyWalking is an open source product released under the Apache 2.0 license (see either the Apache site or the LICENSE file). The Apache 2.0 license allows you to freely use, modify, distribute, and sell your own products that include Apache 2.0 licensed software.
We respect intellectual property rights of others, and we want to make sure all incoming contributions are correctly attributed and licensed. A Developer Certificate of Origin (DCO) is a lightweight mechanism to do that.
The DCO is a declaration attached to every contribution made by every developer. In the commit message of the contribution, the developer simply adds a
Signed-off-by
statement and thereby agrees to the DCO.It can assist contributors in effectively managing code copyright even if they haven't signed a ICLA or CCLA.
About the DCO bot https://probot.github.io/apps/dco/
Beta Was this translation helpful? Give feedback.
All reactions