summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorDamien George <damien@micropython.org>2024-05-27 23:39:16 +1000
committerDamien George <damien@micropython.org>2024-05-27 23:39:16 +1000
commit5f6e6891245c5c766801bb6c0a62395fefae132c (patch)
tree2db5971ccd55c0651eafc592cf4869425ecebba9
parent8a8c65f309a39e99b3bd5a74c5da313d8a5ec5fd (diff)
downloadmicropython-5f6e6891245c5c766801bb6c0a62395fefae132c.tar.gz
micropython-5f6e6891245c5c766801bb6c0a62395fefae132c.zip
LICENSE,docs: Update copyright year range to include 2024.
Signed-off-by: Damien George <damien@micropython.org>
-rw-r--r--LICENSE2
-rwxr-xr-xdocs/conf.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/LICENSE b/LICENSE
index 9142c46045..469ae19273 100644
--- a/LICENSE
+++ b/LICENSE
@@ -1,6 +1,6 @@
The MIT License (MIT)
-Copyright (c) 2013-2023 Damien P. George
+Copyright (c) 2013-2024 Damien P. George
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
diff --git a/docs/conf.py b/docs/conf.py
index 728e3c4285..32cc2be10e 100755
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -68,7 +68,7 @@ master_doc = "index"
# General information about the project.
project = "MicroPython"
-copyright = "- The MicroPython Documentation is Copyright © 2014-2023, Damien P. George, Paul Sokolovsky, and contributors"
+copyright = "- The MicroPython Documentation is Copyright © 2014-2024, 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