From: David Howells Date: Tue, 9 Jun 2020 12:24:37 +0000 (+0100) Subject: Doc: Add a Developer's Certificate of Origin X-Git-Tag: v0.5~8 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=5697ad5f1ab1904c98aa37761555fdaf8047b91a;p=users%2Fdhowells%2Fkafs-client.git Doc: Add a Developer's Certificate of Origin Add a Developer's Certificate of Origin for the use of people submitting patches. Signed-off-by: David Howells --- diff --git a/SUBMITTING_PATCHES b/SUBMITTING_PATCHES new file mode 100644 index 0000000..9f39ae8 --- /dev/null +++ b/SUBMITTING_PATCHES @@ -0,0 +1,46 @@ + ================== + SUBMITTING PATCHES + ================== + +Patches can be sent to the linux-afs@lists.infradead.org mailing list or +directly to David Howells , the author, in a private +email. + +When sending patches to be included in kafs-utils, please certify that your +patch meets the criteria below by including include a sign-off line in your +email which looks like this: + + Signed-off-by: Random J Developer + +This confirms that you are permitted to submit the patch for inclusion in +kafs-utils under the GPLv2 licence. The full text of the certificate is as +follows: + + Developer's Certificate of Origin v1.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 licences + 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 + licence and I have the right under that licence to submit that + work with modifications, whether created in whole or in part + by me, under the same open source licence (unless I am + permitted to submit under a different licence), 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. + + and also that: + + (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 licence(s) involved.