8000 Update Copyright to 2022 · numpy/numpy@4fc42f9 · GitHub
[go: up one dir, main page]

Skip to content

Commit 4fc42f9

Browse files
committed
Update Copyright to 2022
1 parent f4a3e07 commit 4fc42f9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

LICENSE.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2005-2021, NumPy Developers.
1+
Copyright (c) 2005-2022, NumPy Developers.
22
All rights reserved.
33

44
Redistribution and use in source and binary forms, with or without

doc/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ class PyTypeObject(ctypes.Structure):
108108

109109
# General substitutions.
110110
project = 'NumPy'
111-
copyright = '2008-2021, The NumPy community'
111+
copyright = '2008-2022, The NumPy community'
112112

113113
# The default replacements for |version| and |release|, also used in various
114114
# other places throughout the built documents.

0 commit comments

Comments
 (0)
0