We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 707d7a3 commit 81ec6efCopy full SHA for 81ec6ef
LICENSE.txt
@@ -1,4 +1,4 @@
1
-Copyright (c) 2005-2020, NumPy Developers.
+Copyright (c) 2005-2023, NumPy Developers.
2
All rights reserved.
3
4
Redistribution and use in source and binary forms, with or without
site/conf.py
@@ -12,9 +12,10 @@
12
13
14
# -- Project information -----------------------------------------------------
15
+from datetime import date
16
17
project = 'NumPy tutorials'
-copyright = '2020, the NumPy community'
18
+copyright = f'2020-{date.today().year}, the NumPy community'
19
author = 'the NumPy community'
20
21
0 commit comments