diff options
author | Ralf Gommers <ralf.gommers@gmail.com> | 2019-01-01 12:49:47 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-01-01 12:49:47 -0800 |
commit | 996f86f9815885a7df8c4f2ac7107f56e7fc95a7 (patch) | |
tree | 51fea28d71a73208208e8b6aef217a4ba0e3fde1 /doc/source/conf.py | |
parent | 87e3409b967a1c9689d1851af24856d515247f40 (diff) | |
parent | c40e946c1b09e2f9ae277da11d80b34aaa2da83e (diff) | |
download | numpy-996f86f9815885a7df8c4f2ac7107f56e7fc95a7.tar.gz |
Merge pull request #12641 from mattip/update.license
DOC: update 2018 -> 2019
Diffstat (limited to 'doc/source/conf.py')
-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 455e9748b..072a3b44e 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -39,7 +39,7 @@ source_suffix = '.rst' # General substitutions. project = 'NumPy' -copyright = '2008-2018, The SciPy community' +copyright = '2008-2019, The SciPy community' # The default replacements for |version| and |release|, also used in various # other places throughout the built documents. |