diff options
author | Nathaniel J. Smith <njs@pobox.com> | 2015-10-09 13:49:59 -0700 |
---|---|---|
committer | Nathaniel J. Smith <njs@pobox.com> | 2015-10-09 13:49:59 -0700 |
commit | eceb60bfad97b48f97c2144c18d41e19cf6baca9 (patch) | |
tree | 4ece09c06c28e078be044a933c266804531a9657 /doc/source | |
parent | 0243bce23383ff5e894b99e40df2f8fd806ad79f (diff) | |
download | numpy-eceb60bfad97b48f97c2144c18d41e19cf6baca9.tar.gz |
DEV: add CC-0 public domain dedication to governance document
We want to allow other projects to steal from us, like we stole from
Jupyter/IPython :-). This relicensing / public domain dedication is
possible because all text here is either by me (and thus copyright me)
or else taken from the Jupyter/IPython document, and their document is
also under CC-0 as per https://github.com/jupyter/governance/pull/9
Diffstat (limited to 'doc/source')
-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/>`_. |