-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathdeveloper-certificate.html
17 lines (16 loc) · 2.21 KB
/
developer-certificate.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
---
layout: general_page
title: Developer's Certificate of Origin
permalink: /developer-certificate/
---
<p><strong>Developer’s Certificate of Origin</strong></p>
<p>Everyone who contributes to the project will need to sign off on their submission. The sign-off means that you can certify to the following:</p>
<p><strong>Developer’s Certificate of Origin 1.1</strong></p>
<p>By making a contribution to this project, I certify that:</p>
<p>(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</p>
<p>(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</p>
<p>(c) The contribution was provided directly to me by some other person who certified (a), (b) or (c) and I have not modified it.</p>
<p>(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.[1]</p>
<p>If you can certify the above, sign your Git commit by adding the “–signoff” or “-s” tag at the end of your commit message. If you submit a patch by email, add “Signed-off-by: Random J Developer <<a href="mailto:[email protected]">[email protected]</a>>” to the submission.</p>
<p>Unless you explicitly state otherwise, any contribution you intentionally submit for inclusion in the CloudRouter project is licensed to the CloudRouter project under the same terms and conditions as, at the time of your contribution, the outbound license of the file to which you are contributing, without any additional terms or conditions.</p>
<p>[1] Copyright (C) 2004, 2006 The Linux Foundation and its contributors. http://developercertificate.org/</p>