Add note about license and copyright of contributions

This commit is contained in:
Ray Speth 2016-11-19 17:26:13 -05:00
parent 0c400a9a6f
commit d55ffa9b5c

View file

@ -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