aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorDan Handley <dan.handley@arm.com>2020-02-18 17:58:20 +0000
committerDan Handley <dan.handley@arm.com>2020-02-19 15:50:40 +0000
commitc76a54554ca8bffedf0e78a1cbdb64451e4ae957 (patch)
treed5f39fac57e31cc2f1eece0cae2f337a566c3109 /.github
parent8d073c73300174c56bf57beaa8fc052e84aa6a49 (diff)
downloadmbedtls-c76a54554ca8bffedf0e78a1cbdb64451e4ae957.zip
mbedtls-c76a54554ca8bffedf0e78a1cbdb64451e4ae957.tar.gz
mbedtls-c76a54554ca8bffedf0e78a1cbdb64451e4ae957.tar.bz2
Drop requirement for a CLA
The Mbed TLS project no longer requires a CLA. Contributions from now on must be made under both Apache-2.0 AND GPL-2.0-or-later licenses, to enable LTS (Long Term Support) branches of the software to continue to be provided under either Apache-2.0 OR GPL-2.0-or-later. Contributors must accept the terms of the Developer Certificate of Origin (DCO) by adding a Signed-off-by: line to each commit message. The software on the development branch continues to be provided under Apache-2.0. Update README.md, CONTRIBUTING.md and pull_request_template.md to explain the new licensing model. Add a copy of the DCO to the project. Expand the full Apache-2.0 license text in the LICENSE file and remove the redundant apache-2.0.txt. Signed-off-by: Dan Handley <dan.handley@arm.com>
Diffstat (limited to '.github')
-rw-r--r--.github/pull_request_template.md5
1 files changed, 1 insertions, 4 deletions
diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md
index 485b541..c580443 100644
--- a/.github/pull_request_template.md
+++ b/.github/pull_request_template.md
@@ -1,8 +1,5 @@
Notes:
-* Pull requests cannot be accepted until:
-- The submitter has [accepted the online agreement here with a click through](https://developer.mbed.org/contributor_agreement/)
- or for companies or those that do not wish to create an mbed account, a slightly different agreement can be found [here](https://www.mbed.com/en/about-mbed/contributor-license-agreements/)
-- The PR follows the [mbed TLS coding standards](https://tls.mbed.org/kb/development/mbedtls-coding-standards)
+* Pull requests cannot be accepted until the PR follows the [contributing guidelines](../CONTRIBUTING.md). In particular, each commit must have at least one `Signed-off-by:` line from the committer to certify that the contribution is made under the terms of the [Developer Certificate of Origin](../dco.txt).
* This is just a template, so feel free to use/remove the unnecessary things
## Description
A few sentences describing the overall goals of the pull request's commits.