Skip to content
This repository was archived by the owner on May 30, 2022. It is now read-only.

Commit 466f19c

Browse files
committed
Claim sign-off is required
Signed-off-by: Chenxiong Qi <[email protected]>
1 parent 4ad9d11 commit 466f19c

File tree

1 file changed

+50
-0
lines changed

1 file changed

+50
-0
lines changed

Diff for: README.rst

+50
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,56 @@ pull request, please make sure your code passes checks. Run
3535

3636
tox
3737

38+
Sign-off commit
39+
---------------
40+
41+
Every commit must be signed off with your name and email address. This can be
42+
done by specifying option ``-s`` to ``git commit``, for example::
43+
44+
git commit -s -m "commit message"
45+
46+
The sign-off means you have read and agree to `Developer Certificate of Origin`_.
47+
Nitrate uses version 1.1::
48+
49+
Developer Certificate of Origin
50+
Version 1.1
51+
52+
Copyright (C) 2004, 2006 The Linux Foundation and its contributors.
53+
1 Letterman Drive
54+
Suite D4700
55+
San Francisco, CA, 94129
56+
57+
Everyone is permitted to copy and distribute verbatim copies of this
58+
license document, but changing it is not allowed.
59+
60+
Developer's Certificate of Origin 1.1
61+
62+
By making a contribution to this project, I certify that:
63+
64+
(a) The contribution was created in whole or in part by me and I
65+
have the right to submit it under the open source license
66+
indicated in the file; or
67+
68+
(b) The contribution is based upon previous work that, to the best
69+
of my knowledge, is covered under an appropriate open source
70+
license and I have the right under that license to submit that
71+
work with modifications, whether created in whole or in part
72+
by me, under the same open source license (unless I am
73+
permitted to submit under a different license), as indicated
74+
in the file; or
75+
76+
(c) The contribution was provided directly to me by some other
77+
person who certified (a), (b) or (c) and I have not modified
78+
it.
79+
80+
(d) I understand and agree that this project and the contribution
81+
are public and that a record of the contribution (including all
82+
personal information I submit with it, including my sign-off) is
83+
maintained indefinitely and may be redistributed consistent with
84+
this project or the open source license(s) involved.
85+
86+
.. _Developer Certificate of Origin: https://developercertificate.org/
87+
3888
Report an Issue
3989
---------------
4090

0 commit comments

Comments
 (0)