From 72fab04029ab9de5e8b49e544a38a9af374d776c Mon Sep 17 00:00:00 2001 From: David Howells Date: Wed, 25 Sep 2019 16:29:08 +0100 Subject: [PATCH] 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 --- SUBMITTING_PATCHES | 46 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 SUBMITTING_PATCHES 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. -- 2.49.0