From ca9ee2127f07a80b1ecb1d49888d6dbdf48db4d2 Mon Sep 17 00:00:00 2001 From: Laurent Pinchart Date: Fri, 7 Feb 2020 17:49:21 +0200 Subject: licenses: Add SPDX headers to RST documentation The documentation files are licensed under CC-BY-SA-4.0, but this has never been specified explicitly. Add corresponding SPDX headers. Signed-off-by: Laurent Pinchart Reviewed-by: Kieran Bingham --- Documentation/api-html/index.rst | 2 ++ Documentation/coding-style.rst | 2 ++ Documentation/contributing.rst | 2 ++ Documentation/docs.rst | 2 ++ Documentation/index.rst | 2 ++ 5 files changed, 10 insertions(+) (limited to 'Documentation') diff --git a/Documentation/api-html/index.rst b/Documentation/api-html/index.rst index cf2ef0bb..9e630fc0 100644 --- a/Documentation/api-html/index.rst +++ b/Documentation/api-html/index.rst @@ -1,3 +1,5 @@ +.. SPDX-License-Identifier: CC-BY-SA-4.0 + .. _api: API diff --git a/Documentation/coding-style.rst b/Documentation/coding-style.rst index bbc1f2fb..95ca04f6 100644 --- a/Documentation/coding-style.rst +++ b/Documentation/coding-style.rst @@ -1,3 +1,5 @@ +.. SPDX-License-Identifier: CC-BY-SA-4.0 + .. _coding-style-guidelines: Coding Style Guidelines diff --git a/Documentation/contributing.rst b/Documentation/contributing.rst index c7c6f7d2..1e89aa87 100644 --- a/Documentation/contributing.rst +++ b/Documentation/contributing.rst @@ -1,3 +1,5 @@ +.. SPDX-License-Identifier: CC-BY-SA-4.0 + Contributing ============ diff --git a/Documentation/docs.rst b/Documentation/docs.rst index 7cb60596..3a7e79eb 100644 --- a/Documentation/docs.rst +++ b/Documentation/docs.rst @@ -1,3 +1,5 @@ +.. SPDX-License-Identifier: CC-BY-SA-4.0 + .. contents:: :local: diff --git a/Documentation/index.rst b/Documentation/index.rst index 2c84a540..4e746bb1 100644 --- a/Documentation/index.rst +++ b/Documentation/index.rst @@ -1,3 +1,5 @@ +.. SPDX-License-Identifier: CC-BY-SA-4.0 + .. Front page matter is defined in the project README file. .. include:: ../README.rst :start-after: .. section-begin-libcamera -- cgit v1.2.1