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 4723d4ea0..e1fb614d6 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -1,4 +1,4 @@ -Copyright (c) 2005-2021, NumPy Developers. +Copyright (c) 2005-2022, 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 cd5aadd81..b5285b890 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -108,7 +108,7 @@ master_doc = 'index' # General substitutions. project = 'NumPy' -copyright = '2008-2021, The NumPy community' +copyright = '2008-2022, The NumPy community' # The default replacements for |version| and |release|, also used in various # other places throughout the built documents. |