summaryrefslogtreecommitdiff
path: root/docs/conf.py
diff options
context:
space:
mode:
authorDamien George <damien@micropython.org>2023-04-26 13:33:32 +1000
committerDamien George <damien@micropython.org>2023-04-26 13:33:32 +1000
commit57ca8b71ee1b7b9f4507934df60bc52b7ca5f8b7 (patch)
treee4370addd8bf8dc3d0e20704be5909969c891d86 /docs/conf.py
parentc27d686d80812398c4a4227dc7b3aa304cff1014 (diff)
LICENSE,docs: Update copyright year range to include 2023.
Signed-off-by: Damien George <damien@micropython.org>
Diffstat (limited to 'docs/conf.py')
-rwxr-xr-xdocs/conf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/conf.py b/docs/conf.py
index ce5c03756..933e7b34b 100755
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -67,7 +67,7 @@ master_doc = 'index'
# General information about the project.
project = 'MicroPython'
-copyright = '- The MicroPython Documentation is Copyright © 2014-2022, Damien P. George, Paul Sokolovsky, and contributors'
+copyright = '- The MicroPython Documentation is Copyright © 2014-2023, Damien P. George, Paul Sokolovsky, and contributors'
# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the