diff options
author | Raphaël Barrois <raphael.barrois@polytechnique.org> | 2014-03-08 21:11:30 +0100 |
---|---|---|
committer | Raphaël Barrois <raphael.barrois@polytechnique.org> | 2014-03-08 21:11:30 +0100 |
commit | a9eea44319d11d51984759292c16bad2106975dd (patch) | |
tree | 680dbeb25278f3dd3e98c2e8d026bde32297f2ab | |
parent | e2228c90d3fcee09543e6155f3cca31003a188a9 (diff) | |
download | semantic-version-a9eea44319d11d51984759292c16bad2106975dd.tar.gz |
Add CREDITS file.
-rw-r--r-- | CREDITS | 50 | ||||
-rw-r--r-- | README.rst | 24 | ||||
l--------- | docs/credits.rst | 1 |
3 files changed, 64 insertions, 11 deletions
@@ -0,0 +1,50 @@ +Credits +======= + + +Maintainers +----------- + +The ``python-semantic_version`` 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) + + +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-semantic_version`` project: + +* They represent that they are legally entitled to grant this license, and that their + contributions are their original creation + +* They grant the ``python-semantic_version`` 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: @@ -261,17 +261,6 @@ store :class:`Version` or :class:`Spec` objects. More documentation is available in the :doc:`django` section. -Contents -======== - -.. toctree:: - :maxdepth: 2 - - reference - django - changelog - - Contributing ============ @@ -289,6 +278,19 @@ When submitting patches or pull requests, you should respect the following rules - The test coverage for a new feature must be 100% - New features and methods should be documented in the :doc:`reference` section and included in the :doc:`changelog` +- Include your name in the :ref:`contributors` section + + +Contents +======== + +.. toctree:: + :maxdepth: 2 + + reference + django + changelog + credits .. _SemVer: http://semver.org/ diff --git a/docs/credits.rst b/docs/credits.rst new file mode 120000 index 0000000..c7a7641 --- /dev/null +++ b/docs/credits.rst @@ -0,0 +1 @@ +../CREDITS
\ No newline at end of file |