From a9eea44319d11d51984759292c16bad2106975dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Barrois?= Date: Sat, 8 Mar 2014 21:11:30 +0100 Subject: Add CREDITS file. --- CREDITS | 50 ++++++++++++++++++++++++++++++++++++++++++++++++++ README.rst | 24 +++++++++++++----------- docs/credits.rst | 1 + 3 files changed, 64 insertions(+), 11 deletions(-) create mode 100644 CREDITS create mode 120000 docs/credits.rst diff --git a/CREDITS b/CREDITS new file mode 100644 index 0000000..ded3222 --- /dev/null +++ b/CREDITS @@ -0,0 +1,50 @@ +Credits +======= + + +Maintainers +----------- + +The ``python-semantic_version`` project is operated and maintained by: + +* Raphaël Barrois (https://github.com/rbarrois) + + +.. _contributors: + +Contributors +------------ + +The project has received contributions from (in alphabetical order): + +* Raphaël Barrois (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: diff --git a/README.rst b/README.rst index 8e82b90..5f758dc 100644 --- a/README.rst +++ b/README.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 -- cgit v1.2.1