Developer Certificate Of Origin » History » Version 4
Peter Amstutz, 08/03/2020 02:03 PM
1 | 1 | Ward Vandewege | h1. Developer Certificate Of Origin |
---|---|---|---|
2 | |||
3 | Contributions must be signed off. The sign-off is a simple line at the end of the commit message for the patch, which certifies that you wrote it or otherwise have the right to contribute it under the license listed in the file(s) modified. |
||
4 | |||
5 | 4 | Peter Amstutz | The rules are pretty simple. Add this to each commit using your real name (sorry, no pseudonyms or anonymous contributions): |
6 | 1 | Ward Vandewege | |
7 | <pre> |
||
8 | 4 | Peter Amstutz | Arvados-DCO-1.1-Signed-off-by: Joe Smith <joe.smith@example.com> |
9 | 1 | Ward Vandewege | </pre> |
10 | |||
11 | |||
12 | 4 | Peter Amstutz | This certifies the below (from developercertificate.org): |
13 | 1 | Ward Vandewege | |
14 | 4 | Peter Amstutz | |
15 | > Developer Certificate of Origin |
||
16 | > Version 1.1 |
||
17 | > |
||
18 | > Copyright (C) 2004, 2006 The Linux Foundation and its contributors. |
||
19 | > 660 York Street, Suite 102, |
||
20 | > San Francisco, CA 94110 USA |
||
21 | > |
||
22 | > Everyone is permitted to copy and distribute verbatim copies of this |
||
23 | > license document, but changing it is not allowed. |
||
24 | > |
||
25 | > |
||
26 | > Developer's Certificate of Origin 1.1 |
||
27 | > |
||
28 | > By making a contribution to this project, I certify that: |
||
29 | > |
||
30 | > (a) The contribution was created in whole or in part by me and I |
||
31 | > have the right to submit it under the open source license |
||
32 | > indicated in the file; or |
||
33 | > |
||
34 | > (b) The contribution is based upon previous work that, to the best |
||
35 | > of my knowledge, is covered under an appropriate open source |
||
36 | > license and I have the right under that license to submit that |
||
37 | > work with modifications, whether created in whole or in part |
||
38 | > by me, under the same open source license (unless I am |
||
39 | > permitted to submit under a different license), as indicated |
||
40 | > in the file; or |
||
41 | > |
||
42 | > (c) The contribution was provided directly to me by some other |
||
43 | > person who certified (a), (b) or (c) and I have not modified |
||
44 | > it. |
||
45 | > |
||
46 | > (d) I understand and agree that this project and the contribution |
||
47 | > are public and that a record of the contribution (including all |
||
48 | > personal information I submit with it, including my sign-off) is |
||
49 | > maintained indefinitely and may be redistributed consistent with |
||
50 | > this project or the open source license(s) involved. |
||
51 | > |
||
52 | > |
||
53 | > |