commit c635e2c5e9c843fa303c0ff300ce42b1b09dfdb8
parent 5c280bfad8daa3a94cbe559ec0837e0168fa88c1
Author: Drew DeVault <sir@cmpwn.com>
Date: Thu, 22 Apr 2021 08:55:04 -0400
Add Developer Certificate of Origin requirement
Signed-off-by: Drew DeVault <sir@cmpwn.com>
Diffstat:
M | README.md | | | 53 | +++++++++++++++++++++++++++++++++++++++++++++++++++++ |
1 file changed, 53 insertions(+), 0 deletions(-)
diff --git a/README.md b/README.md
@@ -55,6 +55,59 @@ Explanation of terms:
- build driver: similar to make, its purpose is to collect source files, track
their dependencies, and build them into Hare programs.
+## Contributing
+
+All contributors are required to "sign-off" their commits (using `git commit
+-s`) to indicate that they have agreed to the [Developer Certificate of
+Origin][dco]:
+
+[dco]: https://developercertificate.org/
+
+```
+Developer Certificate of Origin
+Version 1.1
+
+Copyright (C) 2004, 2006 The Linux Foundation and its contributors.
+1 Letterman Drive
+Suite D4700
+San Francisco, CA, 94129
+
+Everyone is permitted to copy and distribute verbatim copies of this
+license document, but changing it is not allowed.
+
+
+Developer's Certificate of Origin 1.1
+
+By making a contribution to this project, I certify that:
+
+(a) The contribution was created in whole or in part by me and I
+ have the right to submit it under the open source license
+ indicated in the file; or
+
+(b) The contribution is based upon previous work that, to the best
+ of my knowledge, is covered under an appropriate open source
+ license and I have the right under that license to submit that
+ work with modifications, whether created in whole or in part
+ by me, under the same open source license (unless I am
+ permitted to submit under a different license), as indicated
+ in the file; or
+
+(c) The contribution was provided directly to me by some other
+ person who certified (a), (b) or (c) and I have not modified
+ it.
+
+(d) I understand and agree that this project and the contribution
+ are public and that a record of the contribution (including all
+ personal information I submit with it, including my sign-off) is
+ maintained indefinitely and may be redistributed consistent with
+ this project or the open source license(s) involved.
+```
+
+Please [send patches](https://git-send-email.io) to the [hare-dev][hare-dev]
+mailing list to send your changes upstream.
+
+[hare-dev]: https://lists.sr.ht/~sircmpwn/hare-dev
+
## Licensing
We are not your lawyer, but here is a simple explanation of the intention behind