From eb231979b90cfe7f434bd598aefe4196df74b32e Mon Sep 17 00:00:00 2001 From: lbogula Date: Sun, 9 May 2021 14:37:25 +0000 Subject: DOC: change copyright SciPy to NumPy Co-authored-by: Lima Tango <19208585+lima-tango@users.noreply.github.com> --- 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 4b60800d2..bf2fbdce9 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -99,7 +99,7 @@ master_doc = 'index' # General substitutions. project = 'NumPy' -copyright = '2008-2021, The SciPy community' +copyright = '2008-2021, The NumPy community' # The default replacements for |version| and |release|, also used in various # other places throughout the built documents. -- cgit v1.2.1