aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorDavid Bremner <david@tethera.net>2025-01-26 09:46:43 -0400
committerDavid Bremner <david@tethera.net>2025-01-26 09:46:43 -0400
commitd07ca5bf1f51c24bf55487630edcebaeb1c849f8 (patch)
tree13fbe1950767bf4b4e12e92df1d52135ecc94d15 /doc
parentdeea909993513ec6fd800b7571649582d994dcbc (diff)
docs: add 2025 to copyright years
Diffstat (limited to 'doc')
-rw-r--r--doc/conf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/conf.py b/doc/conf.py
index ee1b336a..9cbcb432 100644
--- a/doc/conf.py
+++ b/doc/conf.py
@@ -16,7 +16,7 @@ master_doc = 'index'
# General information about the project.
project = u'notmuch'
-copyright = u'2009-2024, Carl Worth and many others'
+copyright = u'2009-2025, Carl Worth and many others'
location = os.path.dirname(__file__)