8000 DOC: Change license date 2020 -> 2021 (gh-18346) · charris/numpy@d4afcc3 · GitHub
[go: up one dir, main page]

Skip to content

Commit d4afcc3

Browse files
dmonteslcharris
authored andcommitted
DOC: Change license date 2020 -> 2021 (numpygh-18346)
A very small contribution to update the license date from 2020 to 2021 :)
1 parent be298a0 commit d4afcc3

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-2020, NumPy Developers.
1+
Copyright (c) 2005-2021, 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
@@ -98,7 +98,7 @@ class PyTypeObject(ctypes.Structure):
9898

9999
# General substitutions.
100100
project = 'NumPy'
101-
copyright = '2008-2020, The SciPy community'
101+
copyright = '2008-2021, The SciPy community'
102102

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

0 commit comments

Comments
 (0)
0