diff options
| author | Omid <rajaei.net@gmail.com> | 2022-01-10 21:27:26 +0330 |
|---|---|---|
| committer | Omid <rajaei.net@gmail.com> | 2022-01-10 21:27:26 +0330 |
| commit | 4fc42f99b7f96b1000c777a478f58e2744bb3656 (patch) | |
| tree | 2c7e4e79b9a4dc04e8ee45d2a6548551c28c4452 | |
| parent | f4a3e07877eb258f69a7d65d8a3b7e8d96e1aacd (diff) | |
| download | numpy-4fc42f99b7f96b1000c777a478f58e2744bb3656.tar.gz | |
Update Copyright to 2022
| -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. |
