From 9db6d552a7569091d18cf3d6033280fac1822fe8 Mon Sep 17 00:00:00 2001 From: Razvan Becheriu Date: Wed, 19 Aug 2020 11:23:23 +0300 Subject: [PATCH] [#1368] fixed documentation script copyrights year --- doc/sphinx/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/sphinx/conf.py b/doc/sphinx/conf.py index 0be7638250..d1dbdf4bc4 100644 --- a/doc/sphinx/conf.py +++ b/doc/sphinx/conf.py @@ -23,7 +23,7 @@ sys.setrecursionlimit(5000) # -- Project information ----------------------------------------------------- project = 'Kea' -copyright = '2019, Internet Systems Consortium' +copyright = '2019-2020, Internet Systems Consortium' author = 'Internet Systems Consortium' # get current kea version -- 2.47.2