From d55ffa9b5c2774c3b266d61bb206c25fcb9b25f3 Mon Sep 17 00:00:00 2001 From: Ray Speth Date: Sat, 19 Nov 2016 17:26:13 -0500 Subject: [PATCH] Add note about license and copyright of contributions --- CONTRIBUTING.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 93e5c210c1..2ccf359b3f 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -34,6 +34,12 @@ arise. * Additional discussion of good Git & Github workflow is provided at http://matplotlib.org/devel/gitwash/development_workflow.html and https://docs.scipy.org/doc/numpy-dev/dev/index.html +* Cantera is licensed under a [BSD + license](https://github.com/Cantera/cantera/blob/master/License.txt) which + allows others to freely modify the code, and if your Pull Request is accepted, + then that code will be release under this license as well. The copyright for + Cantera is held collectively by the contributors. If you have made a + significant contribution, please add your name to the `AUTHORS` file. # Style Guidelines