|
1 | 1 | # Contributing
|
2 | 2 |
|
3 |
| -When contributing to this repository, please describe the change you wish to make via a related issue, or a pull request. |
| 3 | +When contributing to this repository, please describe the change you wish to |
| 4 | +make via a related issue, or a pull request. |
4 | 5 |
|
5 |
| -Please note we have a [code of conduct](CODE_OF_CONDUCT.md), please follow it in all your interactions with the project. |
| 6 | +Please note we have a [code of conduct](CODE_OF_CONDUCT.md), please follow it in |
| 7 | +all your interactions with the project. |
6 | 8 |
|
7 |
| -## Developer Certificate of Origin |
| 9 | +## Community Contribution License |
8 | 10 |
|
9 |
| -By contributing to this project you agree to the [Developer Certificate of Origin](https://developercertificate.org/) (DCO) which was created by the Linux Foundation and is a simple statement that you, as a contributor, have the legal right to make the contribution. See the DCO description for details below: |
| 11 | +Contributions made to this project must be made under the terms of the |
| 12 | +[Apache 2 License](https://www.apache.org/licenses/LICENSE-2.0). |
10 | 13 |
|
11 |
| -> By making a contribution to this project, I certify that: |
12 |
| -> |
13 |
| -> 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 |
14 |
| -> |
15 |
| -> 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 |
16 |
| -> |
17 |
| -> c. The contribution was provided directly to me by some other person who certified (a), (b) or (c) and I have not modified it. |
18 |
| -> |
19 |
| -> 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. |
| 14 | +``` |
| 15 | +By making a contribution to this project, you certify that: |
| 16 | +
|
| 17 | + a. The contribution was created in whole or in part by you and you have the right |
| 18 | + to submit it under the Apache 2 License; or |
| 19 | +
|
| 20 | + b. The contribution is based upon previous work that, to the best of your |
| 21 | + knowledge, is covered under an appropriate open source license and you have the |
| 22 | + right under that license to submit that work with modifications, whether |
| 23 | + created in whole or in part by you, under the Apache 2 License; or |
| 24 | +
|
| 25 | + c. The contribution was provided directly to you by some other person who |
| 26 | + certified (a), (b) or (c) and you have not modified it. |
| 27 | +
|
| 28 | + d. You understand and agree that this project and the contribution are public |
| 29 | + and that a record of the contribution (including all personal information you |
| 30 | + submit with it, including your sign-off) is maintained indefinitely and may be |
| 31 | + redistributed consistent with this project or the open source license(s) |
| 32 | + involved. |
| 33 | +``` |
0 commit comments