diff options
author | Aerysv <53720019+Aerysv@users.noreply.github.com> | 2021-02-06 23:14:20 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-06 16:14:20 -0600 |
commit | 62b82961e12cc13379fb67f03c71062f94285cd1 (patch) | |
tree | c9919b963ef1f0fe7054af870586f9a9d77f1fe2 /doc | |
parent | 40dec6d12d70de265e605046675f2e62f6676344 (diff) | |
download | numpy-62b82961e12cc13379fb67f03c71062f94285cd1.tar.gz |
DOC: Change license date 2020 -> 2021 (gh-18346)
A very small contribution to update the license date from 2020 to 2021 :)
Diffstat (limited to 'doc')
-rw-r--r-- | doc/source/conf.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/source/conf.py b/doc/source/conf.py index e363a8d5e..eff5a90f1 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -98,7 +98,7 @@ master_doc = 'contents' # General substitutions. project = 'NumPy' -copyright = '2008-2020, The SciPy community' +copyright = '2008-2021, The SciPy community' # The default replacements for |version| and |release|, also used in various # other places throughout the built documents. |