1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57
|
Credits
=======
Maintainers
-----------
The ``python-semanticversion`` project is operated and maintained by:
* Raphaël Barrois <raphael.barrois+semver@polytechnique.org> (https://github.com/rbarrois)
.. _contributors:
Contributors
------------
The project has received contributions from (in alphabetical order):
* Kyle Baird <kylegbaird@gmail.com> (https://github.com/kgbaird)
* Raphaël Barrois <raphael.barrois+semver@polytechnique.org> (https://github.com/rbarrois)
* Rick Eyre <rick.eyre@outlook.com> (https://github.com/rickeyre)
* Hugo Rodger-Brown <hugo@yunojuno.com> (https://github.com/yunojuno)
* Michael Hrivnak <mhrivnak@hrivnak.org> (https://github.com/mhrivnak)
* William Minchin <w_minchin@hotmail.com> (https://github.com/minchinweb)
* Dave Hall <skwadhd@gmail.com> (https://github.com/skwashd)
* Martin Ek <mail@ekmartin.com> (https://github.com/ekmartin)
Contributor license agreement
-----------------------------
.. note:: This agreement is required to allow redistribution of submitted contributions.
See http://oss-watch.ac.uk/resources/cla for an explanation.
Any contributor proposing updates to the code or documentation of this project *MUST*
add its name to the list in the :ref:`contributors` section, thereby "signing" the
following contributor license agreement:
They accept and agree to the following terms for their present end future contributions
submitted to the ``python-semanticversion`` project:
* They represent that they are legally entitled to grant this license, and that their
contributions are their original creation
* They grant the ``python-semanticversion`` project a perpetual, worldwide, non-exclusive,
no-charge, royalty-free, irrevocable copyright license to reproduce,
prepare derivative works of, publicly display, sublicense and distribute their contributions
and such derivative works.
* They are not expected to provide support for their contributions, except to the extent they
desire to provide support.
.. note:: The above agreement is inspired by the Apache Contributor License Agreement.
.. vim:set ft=rst:
|