diff options
author | Jim Mussared <jim.mussared@gmail.com> | 2019-05-21 20:02:18 +1000 |
---|---|---|
committer | Jim Mussared <jim.mussared@gmail.com> | 2021-06-22 15:50:47 +1000 |
commit | 2fa975c26465a1afed93b5723435e7cfe96e129f (patch) | |
tree | f2358127fb0b57a8198de7b2866ce3e8b108b65f /docs/conf.py | |
parent | bbf9dd849a61c1f3e2d53d0a54fc61012f0dae1e (diff) | |
download | micropython-2fa975c26465a1afed93b5723435e7cfe96e129f.tar.gz micropython-2fa975c26465a1afed93b5723435e7cfe96e129f.zip |
LICENSE: Reference third-party licenses.
This is to provide a summary of the licenses used by MicroPython.
- Add SPDX identifier for every directory that includes
non-MIT-licensed content.
- Add brief summary.
- Update docs license to be more explicit.
Signed-off-by: Jim Mussared <jim.mussared@gmail.com>
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 fcaadfaf0a..239934bfa7 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-2021, Damien P. George, Paul Sokolovsky, and contributors' +copyright = '- The MicroPython Documentation is 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 |