diff options
author | Henrik Nord <[email protected]> | 2017-11-24 12:54:25 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2017-11-24 12:54:25 +0100 |
commit | 58f3bec6734977e164683854f5ffe11038bd8526 (patch) | |
tree | eb8b749b48c4dac49d14c623ab66ab68f1381181 /CONTRIBUTING.md | |
parent | 54b5f40b39aabb4595095ff261ce54f01132e8eb (diff) | |
download | otp-58f3bec6734977e164683854f5ffe11038bd8526.tar.gz otp-58f3bec6734977e164683854f5ffe11038bd8526.tar.bz2 otp-58f3bec6734977e164683854f5ffe11038bd8526.zip |
Update CONTRIBUTING.md
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r-- | CONTRIBUTING.md | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index ca9674d103..c89301d0eb 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,5 +1,38 @@ # Contributing to Erlang/OTP +## License + +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. + +Erlang/otp is licensed under the +Apache License 2.0 + +As stated in: LICENSE.txt + +http://developercertificate.org/ + ## Reporting a bug Report bugs at https://bugs.erlang.org. See [Bug reports](https://github.com/erlang/otp/wiki/Bug-reports) |