From 6f29096bb5037824b6a89d7e7c54f746fb55ad10 Mon Sep 17 00:00:00 2001 From: Anil Belur Date: Fri, 3 Sep 2021 16:17:40 +1000 Subject: [PATCH] Fix: Rm dup word from ONAP Copyright notice Issue-ID: RELENG-3929 Signed-off-by: Anil Belur Change-Id: I0ae87fdaa9db07aebe3d3d91441b054418a4cf55 --- docs_conf/defaults/onap.yaml | 2 +- .../notes/fix-onap-copyright-notice-89415a353ed2a2be.yaml | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) create mode 100644 releasenotes/notes/fix-onap-copyright-notice-89415a353ed2a2be.yaml diff --git a/docs_conf/defaults/onap.yaml b/docs_conf/defaults/onap.yaml index 592eeb7..8ad8cbc 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: "© Copyright ONAP. Licensed under Creative Commons Attribution 4.0 International License." +copyright: "ONAP. Licensed under Creative Commons Attribution 4.0 International License." pygments_style: "sphinx" html_theme: sphinx_rtd_theme diff --git a/releasenotes/notes/fix-onap-copyright-notice-89415a353ed2a2be.yaml b/releasenotes/notes/fix-onap-copyright-notice-89415a353ed2a2be.yaml new file mode 100644 index 0000000..335d228 --- /dev/null +++ b/releasenotes/notes/fix-onap-copyright-notice-89415a353ed2a2be.yaml @@ -0,0 +1,8 @@ +--- +fixes: + - | + Remove redundant "copyright" word from ONAP copyright notice. + (LF JIRA: RELENG-3929). + + Ref: + https://wiki.onap.org/display/Meetings/TSC+2021-08-05 -- 2.16.6