summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Salzman <daniel.salzman@nic.cz>2025-01-08 13:36:53 +0100
committerDaniel Salzman <daniel.salzman@nic.cz>2025-01-08 14:25:36 +0100
commit29a3c46f972e07157662e9658449693729d592f8 (patch)
treea85a5eb598d80a428780226fefe44c83f261e590
parentMerge branch 'ctl_dummy_abort_nostuck' into 'master' (diff)
downloadknot-29a3c46f972e07157662e9658449693729d592f8.tar.xz
knot-29a3c46f972e07157662e9658449693729d592f8.zip
doc: update year to 2025
-rw-r--r--doc/conf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/conf.py b/doc/conf.py
index 4b1c8e95f..a10455221 100644
--- a/doc/conf.py
+++ b/doc/conf.py
@@ -45,7 +45,7 @@ master_doc = 'index'
# General information about the project.
project = 'Knot DNS'
-copyright_year = 2024
+copyright_year = 2025
current_year = time.localtime().tm_year
if current_year > copyright_year:
logging.warning('Copyright year is %d, but current year is %d.'%(copyright_year, current_year))