Skip to content

Commit a8a3eba

Browse files
authored
Add Developer Certificate of Origin to CONTRIBUTING.md (#22)
Added Developer Certificate of Origin (DCO) text to guide contributors on signing off their commits.
1 parent 159a0d9 commit a8a3eba

1 file changed

Lines changed: 39 additions & 0 deletions

File tree

CONTRIBUTING.md

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
By signing off on your commits you attest to the [Developer Certificate of Origin
2+
(DCO)](https://developercertificate.org/). Full text of the DCO:
3+
4+
```txt
5+
Developer Certificate of Origin
6+
Version 1.1
7+
8+
Copyright (C) 2004, 2006 The Linux Foundation and its contributors.
9+
10+
Everyone is permitted to copy and distribute verbatim copies of this
11+
license document, but changing it is not allowed.
12+
13+
14+
Developer's Certificate of Origin 1.1
15+
16+
By making a contribution to this project, I certify that:
17+
18+
(a) The contribution was created in whole or in part by me and I
19+
have the right to submit it under the open source license
20+
indicated in the file; or
21+
22+
(b) The contribution is based upon previous work that, to the best
23+
of my knowledge, is covered under an appropriate open source
24+
license and I have the right under that license to submit that
25+
work with modifications, whether created in whole or in part
26+
by me, under the same open source license (unless I am
27+
permitted to submit under a different license), as indicated
28+
in the file; or
29+
30+
(c) The contribution was provided directly to me by some other
31+
person who certified (a), (b) or (c) and I have not modified
32+
it.
33+
34+
(d) I understand and agree that this project and the contribution
35+
are public and that a record of the contribution (including all
36+
personal information I submit with it, including my sign-off) is
37+
maintained indefinitely and may be redistributed consistent with
38+
this project or the open source license(s) involved.
39+
```

0 commit comments

Comments
 (0)