diff options
author | Damien George <damien@micropython.org> | 2022-01-06 15:50:14 +1100 |
---|---|---|
committer | Damien George <damien@micropython.org> | 2022-01-06 15:50:14 +1100 |
commit | 8ac561341907b5a5c3d5855aa9af099ec13ef41f (patch) | |
tree | c86d5fc5faf86e9c6d74d636bd2fead9b12df95e /docs/conf.py | |
parent | 12f9f93b3919deb33c0a3d180f45efd17987ee60 (diff) |
LICENSE,docs: Update copyright year range to include 2022.
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 1a3c18a4f..b35d03ba0 100755 --- a/docs/conf.py +++ b/docs/conf.py @@ -66,7 +66,7 @@ master_doc = 'index' # General information about the project. project = 'MicroPython' -copyright = '- The MicroPython Documentation is Copyright © 2014-2021, Damien P. George, Paul Sokolovsky, and contributors' +copyright = '- The MicroPython Documentation is Copyright © 2014-2022, 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 |