diff --git a/CHANGES.rst b/CHANGES.rst index 9f64ffb..e936dec 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -8,6 +8,7 @@ Unreleased - Revert ``match()`` back to 3.12 behaviour (no recursive wildcards). - Improve walking and globbing performance. - Expand test coverage. +- Clarify that we're using the PSF license. v0.2.0 diff --git a/docs/index.rst b/docs/index.rst index d416f61..b88668f 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -7,3 +7,4 @@ Contents examples api changes + license diff --git a/docs/license.rst b/docs/license.rst new file mode 100644 index 0000000..f04b225 --- /dev/null +++ b/docs/license.rst @@ -0,0 +1,8 @@ +License +======= + +PSF LICENSE AGREEMENT +--------------------- + +.. literalinclude:: ../LICENSE.txt + :language: text