From 5a59087fa5badc20e2cd5264f7cfc6911fc6fb12 Mon Sep 17 00:00:00 2001 From: Himanshu Garg <35988194+merrcury@users.noreply.github.com> Date: Wed, 11 Mar 2020 00:06:24 +0530 Subject: DOC: Change license date 2019 -> 2020 (gh-15735) Update Year 2019 -> 2020 --- doc/source/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/source/conf.py') diff --git a/doc/source/conf.py b/doc/source/conf.py index 3cee969aa..a58dc4897 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -42,7 +42,7 @@ master_doc = 'contents' # General substitutions. project = 'NumPy' -copyright = '2008-2019, The SciPy community' +copyright = '2008-2020, The SciPy community' # The default replacements for |version| and |release|, also used in various # other places throughout the built documents. -- cgit v1.2.1