From df33edc7f9025fc345135bddb186ba1f3e3ca459 Mon Sep 17 00:00:00 2001 From: Daniel Watkins Date: Thu, 30 Apr 2020 09:41:35 -0400 Subject: [PATCH] doc/rtd/conf.py: bump copyright year to 2020 --- doc/rtd/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/rtd/conf.py b/doc/rtd/conf.py index 86441986024..684822c2893 100644 --- a/doc/rtd/conf.py +++ b/doc/rtd/conf.py @@ -18,7 +18,7 @@ # General information about the project. project = 'cloud-init' -copyright = '2019, Canonical Ltd.' +copyright = '2020, Canonical Ltd.' # -- General configuration ----------------------------------------------------