diff --git a/LICENSE.txt b/LICENSE.txt index 4723d4ea009e..e1fb614d6652 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 cd5aadd81a9b..d1abc6fad274 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -108,7 +108,7 @@ class PyTypeObject(ctypes.Structure): # General substitutions. project = 'NumPy' -copyright = '2008-2021, The NumPy community' +copyright = '2008-2022, NumPy Developers' # The default replacements for |version| and |release|, also used in various # other places throughout the built documents.