From fb9cd1dddd32d15de9a7dc1aa96f80400f6f745f Mon Sep 17 00:00:00 2001 From: Omid Date: Mon, 10 Jan 2022 21:27:26 +0330 Subject: [PATCH 1/2] Update Copyright to 2022 --- LICENSE.txt | 2 +- doc/source/conf.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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..b5285b8904aa 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, The NumPy community' # The default replacements for |version| and |release|, also used in various # other places throughout the built documents. From 95e216525551ac04b9c407304b425ba55565ff10 Mon Sep 17 00:00:00 2001 From: Omid Rajaei <89868505+rajaeinet@users.noreply.github.com> Date: Mon, 10 Jan 2022 23:36:25 +0330 Subject: [PATCH 2/2] change "The NumPy community" to "NumPy Developers" change "community" to "Developers" based on https://github.com/numpy/numpy/pull/20783#issuecomment-1009287221 --- doc/source/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/conf.py b/doc/source/conf.py index b5285b8904aa..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-2022, 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.