summaryrefslogtreecommitdiff
path: root/CREDITS
blob: 75f8e2ed1872804b3824d13b21526d60623bab59 (plain)
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
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):

* Raphaël Barrois <raphael.barrois+semver@polytechnique.org> (https://github.com/rbarrois)
* Michael Hrivnak <mhrivnak@hrivnak.org> (https://github.com/mhrivnak)


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: