From 56ed10e637182ffe413a32ecd8bbfa5e3562a6fc Mon Sep 17 00:00:00 2001 From: Tin Lam Date: Wed, 10 Feb 2021 15:56:15 -0600 Subject: [PATCH] chore(doc): updates copyright years Now that it is 2021, this patch updates the copyright date to reflect the correct years. Change-Id: I7ce07588d18a463dc256cb6ed87424fc55d4e2c7 Signed-off-by: Tin Lam --- doc/source/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/conf.py b/doc/source/conf.py index 4a1fcd4146..6a59ecbc26 100755 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -41,7 +41,7 @@ master_doc = 'index' # General information about the project. project = u'openstack-helm' -copyright = u'2016, OpenStack Foundation' +copyright = u'2016-2021, OpenStack Foundation' # If true, '()' will be appended to :func: etc. cross-reference text. add_function_parentheses = True