From patchwork Thu Feb 13 15:36:30 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Laurent Pinchart X-Patchwork-Id: 2818 Return-Path: Received: from perceval.ideasonboard.com (perceval.ideasonboard.com [IPv6:2001:4b98:dc2:55:216:3eff:fef7:d647]) by lancelot.ideasonboard.com (Postfix) with ESMTPS id 85E0E61985 for ; Thu, 13 Feb 2020 16:36:58 +0100 (CET) Received: from pendragon.bb.dnainternet.fi (81-175-216-236.bb.dnainternet.fi [81.175.216.236]) by perceval.ideasonboard.com (Postfix) with ESMTPSA id 1D446504 for ; Thu, 13 Feb 2020 16:36:58 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com; s=mail; t=1581608218; bh=iY2xLIiL4EgytNnfRMM8xwkQywVjReQEjHvRJ26EFp0=; h=From:To:Subject:Date:In-Reply-To:References:From; b=QaN21SSDDxFpad9yI2oSRF0e1jKXVn59zPOW2jLv3IL79ImUUT+6W1rh7E+567WTZ QxMUsZG2B/qMXOtNz6SkhQkEDNFV1mt/E/7YT4Dq5elGSLrfmnYbDsVlKVTgtriF+F W7TQAWNhDJJxZvNGUUz64Y1DLn2ghqIf7ufxJ6bk= From: Laurent Pinchart To: libcamera-devel@lists.libcamera.org Date: Thu, 13 Feb 2020 17:36:30 +0200 Message-Id: <20200213153635.27953-7-laurent.pinchart@ideasonboard.com> X-Mailer: git-send-email 2.24.1 In-Reply-To: <20200213153635.27953-1-laurent.pinchart@ideasonboard.com> References: <20200213153635.27953-1-laurent.pinchart@ideasonboard.com> MIME-Version: 1.0 Subject: [libcamera-devel] [PATCH/RFC 06/11] licenses: Add SPDX headers to RST documentation X-BeenThere: libcamera-devel@lists.libcamera.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Feb 2020 15:36:59 -0000 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 ++ README.rst | 2 ++ 6 files changed, 12 insertions(+) diff --git a/Documentation/api-html/index.rst b/Documentation/api-html/index.rst index cf2ef0bb38af..9e630fc0e6b4 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 bbc1f2fb18c6..95ca04f6150f 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 1cfbd0ec6b25..e4295ac61356 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 7cb6059616fd..3a7e79eb4044 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 2c84a5401506..4e746bb17c4a 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 diff --git a/README.rst b/README.rst index fa1411387758..fe293df08999 100644 --- a/README.rst +++ b/README.rst @@ -1,3 +1,5 @@ +.. SPDX-License-Identifier: CC-BY-SA-4.0 + .. section-begin-libcamera ===========