From: David Bremner Date: Sun, 26 Jan 2025 13:46:43 +0000 (-0400) Subject: docs: add 2025 to copyright years X-Git-Tag: archive/debian/0.39_rc0-1~13 X-Git-Url: https://git.notmuchmail.org/git?a=commitdiff_plain;h=d07ca5bf1f51c24bf55487630edcebaeb1c849f8;p=notmuch docs: add 2025 to copyright years --- 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__)