diff options
author | Damien George <damien@micropython.org> | 2021-01-31 23:17:42 +1100 |
---|---|---|
committer | Damien George <damien@micropython.org> | 2021-01-31 23:17:42 +1100 |
commit | ef9fde7339b12e17596966afb2b3d641ca5fcff2 (patch) | |
tree | 4b88387f66f9978f7e41a9c71144036f2abf1cb0 /docs/conf.py | |
parent | 407df82f813d7a8d522b5b43e39f91816dea26a6 (diff) |
LICENSE,docs: Update copyright year range to include 2021.
Signed-off-by: Damien George <damien@micropython.org>
Diffstat (limited to 'docs/conf.py')
-rwxr-xr-x | docs/conf.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/conf.py b/docs/conf.py index 460886b4d..4ca4d18f5 100755 --- a/docs/conf.py +++ b/docs/conf.py @@ -66,7 +66,7 @@ master_doc = 'index' # General information about the project. project = 'MicroPython' -copyright = '2014-2020, Damien P. George, Paul Sokolovsky, and contributors' +copyright = '2014-2021, 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 |