From 676580f97fc1a78e575da87ff84e828898b322e0 Mon Sep 17 00:00:00 2001 From: Guillaume Lambert Date: Mon, 10 May 2021 17:19:51 +0200 Subject: [PATCH] Fix: ONAP year in defaults Signed-off-by: Guillaume Lambert Change-Id: I09d6a3b29064b4c82acbe38af430e1d80cd67dac --- docs_conf/defaults/onap.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs_conf/defaults/onap.yaml b/docs_conf/defaults/onap.yaml index b605d1b..115d3e5 100644 --- a/docs_conf/defaults/onap.yaml +++ b/docs_conf/defaults/onap.yaml @@ -5,7 +5,7 @@ version: master author: "Open Network Automation Platform" # yamllint disable-line rule:line-length -copyright: "2020 ONAP. Licensed under Creative Commons Attribution 4.0 International License" +copyright: "2021 ONAP. Licensed under Creative Commons Attribution 4.0 International License" pygments_style: "sphinx" html_theme: sphinx_rtd_theme -- 2.16.6