|
| 1 | +This project requires the Developer Certificate of Origin (DCO) process to be |
| 2 | +followed. The DCO is an attestation attached to every contribution made by every |
| 3 | +developer, signifying that the developer licenses their contribution under the |
| 4 | +open source license governing the file(s) being modified. In the commit message |
| 5 | +of the contribution, simply add a Signed-off-by statement, which signifies |
| 6 | +agreement to the text at http://developercertificate.org, reproduced below: |
| 7 | + |
| 8 | +Developer Certificate of Origin |
| 9 | +Version 1.1 |
| 10 | + |
| 11 | +Copyright (C) 2004, 2006 The Linux Foundation and its contributors. |
| 12 | +1 Letterman Drive |
| 13 | +Suite D4700 |
| 14 | +San Francisco, CA, 94129 |
| 15 | + |
| 16 | +Everyone is permitted to copy and distribute verbatim copies of this |
| 17 | +license document, but changing it is not allowed. |
| 18 | + |
| 19 | +Developer's Certificate of Origin 1.1 |
| 20 | + |
| 21 | +By making a contribution to this project, I certify that: |
| 22 | + |
| 23 | +(a) The contribution was created in whole or in part by me and I |
| 24 | + have the right to submit it under the open source license |
| 25 | + indicated in the file; or |
| 26 | + |
| 27 | +(b) The contribution is based upon previous work that, to the best |
| 28 | + of my knowledge, is covered under an appropriate open source |
| 29 | + license and I have the right under that license to submit that |
| 30 | + work with modifications, whether created in whole or in part |
| 31 | + by me, under the same open source license (unless I am |
| 32 | + permitted to submit under a different license), as indicated |
| 33 | + in the file; or |
| 34 | + |
| 35 | +(c) The contribution was provided directly to me by some other |
| 36 | + person who certified (a), (b) or (c) and I have not modified |
| 37 | + it. |
| 38 | + |
| 39 | +(d) I understand and agree that this project and the contribution |
| 40 | + are public and that a record of the contribution (including all |
| 41 | + personal information I submit with it, including my sign-off) is |
| 42 | + maintained indefinitely and may be redistributed consistent with |
| 43 | + this project or the open source license(s) involved. |
| 44 | + |
| 45 | +The DCO requires a signoff message in the following format to appear on each |
| 46 | +commit: |
| 47 | + |
| 48 | +Signed-off-by: Your Name < [email protected]> |
| 49 | + |
| 50 | +If you set your user.name and user.email git configs, you can sign your commit |
| 51 | +automatically with git commit -s. |
0 commit comments