From 70e5aad57f6e4d740fadb410a4ecec0be979194b Mon Sep 17 00:00:00 2001 From: Georg Kunz Date: Mon, 9 Aug 2021 16:43:55 +0200 Subject: Align license headers with REUSE guidelines This patch applies a consistent use of license and copyright headers to all source files according to the guidelines of REUSE. Signed-off-by: Georg Kunz Change-Id: I8973efe304e8fb03ad0861d4b8356221d898d548 Reviewed-on: https://gerrit.opnfv.org/gerrit/c/kuberef/+/72804 Reviewed-by: Michael Pedersen Tested-by: jenkins-ci --- docs/conf.py | 4 ++++ docs/conf.yaml | 4 ++++ docs/index.rst | 9 ++++----- docs/release/installation/deployment-guide.rst | 4 ++++ docs/release/installation/index.rst | 6 +++--- docs/release/release-notes/index.rst | 6 +++--- docs/release/release-notes/release-notes.rst | 6 +++--- docs/requirements.txt | 4 ++++ 8 files changed, 29 insertions(+), 14 deletions(-) (limited to 'docs') diff --git a/docs/conf.py b/docs/conf.py index fb66e70..61f42e3 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2021 Anuket contributors +# +# SPDX-License-Identifier: Apache-2.0 + """ for docs """ diff --git a/docs/conf.yaml b/docs/conf.yaml index a9bc5de..62e109b 100644 --- a/docs/conf.yaml +++ b/docs/conf.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2021 Anuket contributors +# +# SPDX-License-Identifier: Apache-2.0 + --- project_cfg: opnfv project: Kuberef diff --git a/docs/index.rst b/docs/index.rst index 1ae2c5a..9db999d 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -1,9 +1,8 @@ -.. _kuberef: +.. SPDX-FileCopyrightText: 2021 Anuket contributors +.. +.. SPDX-License-Identifier: CC-BY-4.0 -.. This work is licensed under a Creative Commons Attribution 4.0 International License. -.. http://creativecommons.org/licenses/by/4.0 -.. SPDX-License-Identifier CC-BY-4.0 -.. (c) 2021 Anuket contributors +.. _kuberef: ************** Anuket Kuberef diff --git a/docs/release/installation/deployment-guide.rst b/docs/release/installation/deployment-guide.rst index b96b616..0390589 100644 --- a/docs/release/installation/deployment-guide.rst +++ b/docs/release/installation/deployment-guide.rst @@ -1,3 +1,7 @@ +.. SPDX-FileCopyrightText: 2021 Anuket contributors +.. +.. SPDX-License-Identifier: CC-BY-4.0 + =================================== Welcome to Kuberef's documentation! =================================== diff --git a/docs/release/installation/index.rst b/docs/release/installation/index.rst index 5d1d8a6..93b0b5d 100644 --- a/docs/release/installation/index.rst +++ b/docs/release/installation/index.rst @@ -1,6 +1,6 @@ -.. This work is licensed under a Creative Commons Attribution 4.0 International License. -.. http://creativecommons.org/licenses/by/4.0 -.. (c) 2021 Anuket contributors. +.. SPDX-FileCopyrightText: 2021 Anuket contributors +.. +.. SPDX-License-Identifier: CC-BY-4.0 .. _kuberef-installation: .. _kuberef-configguide: diff --git a/docs/release/release-notes/index.rst b/docs/release/release-notes/index.rst index e9e401b..a6a651f 100644 --- a/docs/release/release-notes/index.rst +++ b/docs/release/release-notes/index.rst @@ -1,6 +1,6 @@ -.. This work is licensed under a Creative Commons Attribution 4.0 International License. -.. http://creativecommons.org/licenses/by/4.0 -.. (c) 2021 Anuket contributors. +.. SPDX-FileCopyrightText: 2021 Anuket contributors +.. +.. SPDX-License-Identifier: CC-BY-4.0 .. _kuberef-releasenotes: diff --git a/docs/release/release-notes/release-notes.rst b/docs/release/release-notes/release-notes.rst index f5910ae..c5783a3 100644 --- a/docs/release/release-notes/release-notes.rst +++ b/docs/release/release-notes/release-notes.rst @@ -1,6 +1,6 @@ -.. This work is licensed under a Creative Commons Attribution 4.0 International License. -.. http://creativecommons.org/licenses/by/4.0 -.. (c) 2021 Anuket contributors. +.. SPDX-FileCopyrightText: 2021 Anuket contributors +.. +.. SPDX-License-Identifier: CC-BY-4.0 Anuket Kali Release =================== diff --git a/docs/requirements.txt b/docs/requirements.txt index 9fde2df..92d8e94 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,2 +1,6 @@ +# SPDX-FileCopyrightText: 2021 Anuket contributors +# +# SPDX-License-Identifier: Apache-2.0 + lfdocs-conf sphinx_opnfv_theme -- cgit 1.2.3-korg