From 2f37a969140958860db95ec1ceebeb956f7101d8 Mon Sep 17 00:00:00 2001 From: Philippe Proulx Date: Tue, 14 Nov 2023 10:58:11 -0500 Subject: [PATCH] Add SPDX info to Python bindings documentation The text and images have the `CC-BY-SA-4.0` license. `LICENSES/CC-BY-SA-4.0.txt` already exists, but wasn't used. Signed-off-by: Philippe Proulx Change-Id: I66428778d69cc4b44816cb6588283984d16f3d78 Reviewed-on: https://review.lttng.org/c/babeltrace/+/11382 Reviewed-by: Michael Jeanson --- doc/bindings/python/source/common.rst | 4 ++++ doc/bindings/python/source/examples.rst | 4 ++++ doc/bindings/python/source/index.rst | 4 ++++ doc/bindings/python/source/installation.rst | 4 ++++ 4 files changed, 16 insertions(+) diff --git a/doc/bindings/python/source/common.rst b/doc/bindings/python/source/common.rst index 812127ab..cb595145 100644 --- a/doc/bindings/python/source/common.rst +++ b/doc/bindings/python/source/common.rst @@ -1,3 +1,7 @@ +.. + SPDX-FileCopyrightText: 2020 Philippe Proulx + SPDX-License-Identifier: CC-BY-SA-4.0 + .. non-breaking space substitution (see ): diff --git a/doc/bindings/python/source/examples.rst b/doc/bindings/python/source/examples.rst index ab8bd399..e2a46cc7 100644 --- a/doc/bindings/python/source/examples.rst +++ b/doc/bindings/python/source/examples.rst @@ -1,3 +1,7 @@ +.. + SPDX-FileCopyrightText: 2020 Philippe Proulx + SPDX-License-Identifier: CC-BY-SA-4.0 + .. include:: common.rst .. _examples: diff --git a/doc/bindings/python/source/index.rst b/doc/bindings/python/source/index.rst index 2a2c8b16..bf90b63a 100644 --- a/doc/bindings/python/source/index.rst +++ b/doc/bindings/python/source/index.rst @@ -1,3 +1,7 @@ +.. + SPDX-FileCopyrightText: 2020 Philippe Proulx + SPDX-License-Identifier: CC-BY-SA-4.0 + .. include:: common.rst Welcome! diff --git a/doc/bindings/python/source/installation.rst b/doc/bindings/python/source/installation.rst index 5b0412dc..03a7db29 100644 --- a/doc/bindings/python/source/installation.rst +++ b/doc/bindings/python/source/installation.rst @@ -1,3 +1,7 @@ +.. + SPDX-FileCopyrightText: 2020 Philippe Proulx + SPDX-License-Identifier: CC-BY-SA-4.0 + .. include:: common.rst Installation -- 2.34.1