diff options
author | Damien George <damien@micropython.org> | 2020-08-29 13:58:20 +1000 |
---|---|---|
committer | Damien George <damien@micropython.org> | 2020-08-29 13:58:20 +1000 |
commit | 338b12d3c840ea56504c83d9c51e4d0f628684f4 (patch) | |
tree | 94b8619a42f950e887aa60945a0bd8ff79be0b00 /docs/conf.py | |
parent | a93a378e933abc294de6ae26fb86a421e858fbcf (diff) |
LICENSE,docs: Update copyright year range to include 2020.
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 36f99cd2c..7dc039d6c 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-2019, Damien P. George, Paul Sokolovsky, and contributors' +copyright = '2014-2020, 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 |