diff options
-rw-r--r-- | LICENSE.txt | 2 | ||||
-rw-r--r-- | doc/source/conf.py | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/LICENSE.txt b/LICENSE.txt index 8ce645218..4723d4ea0 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -1,4 +1,4 @@ -Copyright (c) 2005-2020, NumPy Developers. +Copyright (c) 2005-2021, 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 e363a8d5e..eff5a90f1 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -98,7 +98,7 @@ master_doc = 'contents' # General substitutions. project = 'NumPy' -copyright = '2008-2020, The SciPy community' +copyright = '2008-2021, The SciPy community' # The default replacements for |version| and |release|, also used in various # other places throughout the built documents. |