diff options
author | Ralf Gommers <ralf.gommers@gmail.com> | 2015-10-10 13:24:27 +0200 |
---|---|---|
committer | Ralf Gommers <ralf.gommers@gmail.com> | 2015-10-10 13:24:27 +0200 |
commit | e9cc61a31629cb0a21ffe8dc17cde3943fe8a6b9 (patch) | |
tree | 727f8e875eb0eb0d54a0fd30bf7d3eb8ecae09da | |
parent | 42b407182b71e46ebdd9f48bf79f2db509a2b1a9 (diff) | |
parent | eceb60bfad97b48f97c2144c18d41e19cf6baca9 (diff) | |
download | numpy-e9cc61a31629cb0a21ffe8dc17cde3943fe8a6b9.tar.gz |
Merge pull request #6437 from njsmith/cc0-governance
DEV: add CC-0 public domain dedication to governance document
-rw-r--r-- | doc/source/dev/governance/governance.rst | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/source/dev/governance/governance.rst b/doc/source/dev/governance/governance.rst index 3b34e0da1..54e52363c 100644 --- a/doc/source/dev/governance/governance.rst +++ b/doc/source/dev/governance/governance.rst @@ -389,3 +389,12 @@ Acknowledgements Substantial portions of this document were adapted from the `Jupyter/IPython project's governance document <https://github.com/jupyter/governance/blob/master/governance.md>`_. + +License +======= + +To the extent possible under law, the authors have waived all +copyright and related or neighboring rights to the NumPy project +governance and decision-making document, as per the `CC-0 public +domain dedication / license +<https://creativecommons.org/publicdomain/zero/1.0/>`_. |