Documentation for Hyperledger Besu enterprise-grade Java-based, Apache 2.0 licensed Ethereum client https://wiki.hyperledger.org/display/besu
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
besu-docs/DCO.md

782 B

Developer Certificate of Origin

Per section 13.a of the Hyperledger Charter, all code submitted to the Hyperledger Foundation needs to have a Developer Certificate of Origin (DCO) sign-off.

The sign-off needs to use your legal name, not a pseudonym. Git has a built-in mechanism for this using the -s or --signoff argument to the git commit command, providing your user.name and user.email are setup correctly.

For more information about DCO, see the Besu wiki. If you have any questions, you can reach us on the Besu channel on Hyperledger Discord.