aboutsummaryrefslogtreecommitdiffstats
path: root/manual
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2024-01-01 16:55:55 +0100
committerJay Berkenbilt <ejb@ql.org>2024-01-01 16:56:06 +0100
commit9db5d75b2b40083f339525f7a59b4408cb1b5d2c (patch)
treea33ae142381e6342c20b3446ec3741736292db28 /manual
parent070ee710eb0aaf6ddc845735c6ea0c28d3b7e5a1 (diff)
downloadqpdf-9db5d75b2b40083f339525f7a59b4408cb1b5d2c.tar.zst
Update copyright to 2024
Diffstat (limited to 'manual')
-rw-r--r--manual/conf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/manual/conf.py b/manual/conf.py
index 9d4eb5ec..241c7fc8 100644
--- a/manual/conf.py
+++ b/manual/conf.py
@@ -13,7 +13,7 @@ import sys
sys.path.append(os.path.abspath("./_ext"))
project = 'QPDF'
-copyright = '2005-2023, Jay Berkenbilt'
+copyright = '2005-2024, Jay Berkenbilt'
author = 'Jay Berkenbilt'
here = os.path.dirname(os.path.realpath(__file__))
with open(f'{here}/../CMakeLists.txt') as f: