aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Howells <dhowells@redhat.com>2014-02-21 14:04:34 +0000
committerDavid Howells <dhowells@redhat.com>2014-02-21 14:17:27 +0000
commite13ee8a564bf0e8678e2f139a29f7219d92e9321 (patch)
tree132517bf8012373e45d501edd2dfd59e28043856
parent67ee807249b7ac9e5522353ec12b637828c962fd (diff)
downloadkeyutils-e13ee8a564bf0e8678e2f139a29f7219d92e9321.tar.gz
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 <dhowells@redhat.com>
-rw-r--r--SUBMITTING_PATCHES45
1 files changed, 45 insertions, 0 deletions
diff --git a/SUBMITTING_PATCHES b/SUBMITTING_PATCHES
new file mode 100644
index 0000000..da7cd67
--- /dev/null
+++ b/SUBMITTING_PATCHES
@@ -0,0 +1,45 @@
+ ==================
+ SUBMITTING PATCHES
+ ==================
+
+Patches can be sent to the keyrings@linux-nfs.org mailing list or directly to
+David Howells <dhowells@redhat.com>, the author, in a private email.
+
+When sending patches to be included in keyutils, 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 <random@developer.example.org>
+
+This confirms that you are permitted to submit the patch for inclusion in
+keyutils under the GPLv2 licence (utilities and documentation) or the LGPLv2.1
+licence (library). 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.