From ee455574edaca8da7e2dc2c92dad91e2f5b41968 Mon Sep 17 00:00:00 2001 From: "David B. Kinder" Date: Wed, 26 Feb 2020 09:23:29 -0800 Subject: [PATCH] doc: update copyright year in doc footer Update copyright 2019 to be 2020 Signed-off-by: David B. Kinder --- doc/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/conf.py b/doc/conf.py index 652be2fa2..5f74e2e28 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -72,7 +72,7 @@ master_doc = 'index' # General information about the project. project = u'Project ACRN™' -copyright = u'2019, Project ACRN' +copyright = u'2020, Project ACRN' author = u'Project ARCN developers' # The version info for the project you're documenting, acts as replacement for