diff options
author | Charles Harris <charlesr.harris@gmail.com> | 2022-01-10 14:45:59 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-10 14:45:59 -0700 |
commit | c7f67f5f0aa0c0be61859fc084eb2af48585b638 (patch) | |
tree | 0a53b5b6f24174e9877114ca54e0b76c0e33737f /doc/source | |
parent | 1a0d1fba57c76501bd47828ddcafdb924f89eb15 (diff) | |
parent | 674694b9abfa90b04723d84789d9695dd7c91e51 (diff) | |
download | numpy-c7f67f5f0aa0c0be61859fc084eb2af48585b638.tar.gz |
Merge pull request #20783 from rajaeinet/2022-copyright-update
DOC: Update Copyright to 2022 [License]
Diffstat (limited to 'doc/source')
-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 cd5aadd81..d1abc6fad 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -108,7 +108,7 @@ master_doc = 'index' # General substitutions. project = 'NumPy' -copyright = '2008-2021, The NumPy community' +copyright = '2008-2022, NumPy Developers' # The default replacements for |version| and |release|, also used in various # other places throughout the built documents. |