summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHimanshu Garg <35988194+merrcury@users.noreply.github.com>2020-03-11 00:06:24 +0530
committerGitHub <noreply@github.com>2020-03-10 11:36:24 -0700
commit5a59087fa5badc20e2cd5264f7cfc6911fc6fb12 (patch)
tree248e5c6208eef4469831901c8c714d98162aeca3
parent928425156abfa65a613fac016f86d6a3b6c03768 (diff)
downloadnumpy-5a59087fa5badc20e2cd5264f7cfc6911fc6fb12.tar.gz
DOC: Change license date 2019 -> 2020 (gh-15735)
Update Year 2019 -> 2020
-rw-r--r--LICENSE.txt2
-rw-r--r--doc/source/conf.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/LICENSE.txt b/LICENSE.txt
index 5eae3201a..8ce645218 100644
--- a/LICENSE.txt
+++ b/LICENSE.txt
@@ -1,4 +1,4 @@
-Copyright (c) 2005-2019, NumPy Developers.
+Copyright (c) 2005-2020, NumPy Developers.
All rights reserved.
Redistribution and use in source and binary forms, with or without
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.