diff options
author | Bjoern Schiessle <bjoern@schiessle.org> | 2016-09-21 11:23:51 +0200 |
---|---|---|
committer | Bjoern Schiessle <bjoern@schiessle.org> | 2016-09-22 09:08:21 +0200 |
commit | 232b315d6340ded258a56b82418528ced851a078 (patch) | |
tree | 1d55df092d080ed509ed96b8e1ad5b6e2b28ffe4 /contribute/developer-certificate-of-origin | |
parent | e9780b7995b315883b205288737d00bb90dab24a (diff) | |
download | nextcloud-server-232b315d6340ded258a56b82418528ced851a078.tar.gz nextcloud-server-232b315d6340ded258a56b82418528ced851a078.zip |
Add Developer Certificate of Origin (DCO)
Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
Diffstat (limited to 'contribute/developer-certificate-of-origin')
-rw-r--r-- | contribute/developer-certificate-of-origin | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/contribute/developer-certificate-of-origin b/contribute/developer-certificate-of-origin new file mode 100644 index 00000000000..a6bbb9846c3 --- /dev/null +++ b/contribute/developer-certificate-of-origin @@ -0,0 +1,35 @@ +Developer Certificate of Origin +Version 1.1 + +Copyright (C) 2004, 2006 The Linux Foundation and its contributors. +660 York Street, Suite 102, +San Francisco, CA 94110 USA + +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. |