From cd8e15e856318dcfde12597f1462b2e65b74fbcf Mon Sep 17 00:00:00 2001 From: Ad Schellevis Date: Wed, 23 Jun 2021 14:13:48 +0200 Subject: [PATCH] fix copyright year --- source/conf.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/source/conf.py b/source/conf.py index f0eb4474..f959589a 100644 --- a/source/conf.py +++ b/source/conf.py @@ -12,6 +12,7 @@ # All configuration values have a default; values that are commented out # serve to show the default. +import datetime import sys import subprocess import os @@ -71,7 +72,7 @@ master_doc = 'index' # General information about the project. project = u'OPNsense' -copyright = u'2016-2019, Deciso B.V' +copyright = u'2016-%d, Deciso B.V' % datetime.datetime.now().year author = u'Deciso B.V.' # The version info for the project you're documenting, acts as replacement for