From fbdc2466cac2384ed438821a313246311f0d2f55 Mon Sep 17 00:00:00 2001 From: "David B. Kinder" Date: Mon, 29 Nov 2021 09:08:07 -0800 Subject: [PATCH] doc: update Linux Foundation copyright footer 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 0e9c2525b..97cc4d122 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -70,7 +70,7 @@ master_doc = 'index' # General information about the project. project = u'Project ACRN™' -copyright = u'2018-' + str(datetime.now().year) + u', ' + project +copyright = u'2018-' + str(datetime.now().year) + u' ' + project + ', a Series of LF Projects, LLC' author = u'Project ACRN developers' # The version info for the project you're documenting, acts as replacement for