From eba86625b707e3c8c99bbfc4624e51f42dc9e561 Mon Sep 17 00:00:00 2001 From: ThePhD Date: Sat, 25 Jun 2022 04:06:18 -0400 Subject: [PATCH] =?UTF-8?q?=E2=9C=8D=20Update=20Copyright=20Year=20for=20d?= =?UTF-8?q?ocs?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- documentation/source/conf.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/documentation/source/conf.py b/documentation/source/conf.py index 2356ff35..b409d989 100644 --- a/documentation/source/conf.py +++ b/documentation/source/conf.py @@ -52,7 +52,7 @@ # General information about the project. project = 'sol2' -copyright = '2021, ThePhD' +copyright = '2022, ThePhD' author = 'ThePhD' # The version info for the project you're documenting, acts as replacement for @@ -349,4 +349,4 @@ def generate_doxygen_xml(app): def setup(app): # Add hook for building doxygen xml when needed - app.connect("builder-inited", generate_doxygen_xml) \ No newline at end of file + app.connect("builder-inited", generate_doxygen_xml)