Skip to content

Commit 98b478a

Browse files
author
Matthew Fisher
committed
docs(contributing): split out DCO
1 parent e6e15d1 commit 98b478a

2 files changed

Lines changed: 43 additions & 45 deletions

File tree

CONTRIBUTING.md

Lines changed: 7 additions & 45 deletions
Original file line numberDiff line numberDiff line change
@@ -7,49 +7,10 @@ accepted.
77

88
# Certificate of Origin
99

10-
By contributing to this project you agree to the Developer Certificate of Origin (DCO).
11-
This document was created by the Linux Kernel community and is a simple statement that
12-
you, as a contributor, have the legal right to make the contribution.
13-
14-
```
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-
10+
By contributing to this project you agree to the
11+
[Developer Certificate of Origin (DCO)][dco]. This document was created by the Linux
12+
Kernel community and is a simple statement that you, as a contributor, have the legal
13+
right to make the contribution.
5314

5415
# Support Channels
5516

@@ -100,6 +61,7 @@ as in various git tools.
10061

10162
### More Details on Commits
10263

103-
For more details see the [commit style guide][1].
64+
For more details see the [commit style guide][style-guide].
10465

105-
[1]: http://docs.deis.io/en/latest/contributing/standards/#commit-style-guide
66+
[dco]: DCO
67+
[style-guide]: http://docs.deis.io/en/latest/contributing/standards/#commit-style-guide

DCO

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

0 commit comments

Comments
 (0)