{"id":2818,"url":"https://patchwork.libcamera.org/api/patches/2818/?format=json","web_url":"https://patchwork.libcamera.org/patch/2818/","project":{"id":1,"url":"https://patchwork.libcamera.org/api/projects/1/?format=json","name":"libcamera","link_name":"libcamera","list_id":"libcamera_core","list_email":"libcamera-devel@lists.libcamera.org","web_url":"","scm_url":"","webscm_url":""},"msgid":"<20200213153635.27953-7-laurent.pinchart@ideasonboard.com>","date":"2020-02-13T15:36:30","name":"[libcamera-devel,PATCH/RFC,06/11] licenses: Add SPDX headers to RST documentation","commit_ref":null,"pull_url":null,"state":"accepted","archived":false,"hash":"0fe370f86de054d2cd2cc11cdffba3c474feb713","submitter":{"id":2,"url":"https://patchwork.libcamera.org/api/people/2/?format=json","name":"Laurent Pinchart","email":"laurent.pinchart@ideasonboard.com"},"delegate":null,"mbox":"https://patchwork.libcamera.org/patch/2818/mbox/","series":[{"id":671,"url":"https://patchwork.libcamera.org/api/series/671/?format=json","web_url":"https://patchwork.libcamera.org/project/libcamera/list/?series=671","date":"2020-02-13T15:36:24","name":"Improve license information","version":1,"mbox":"https://patchwork.libcamera.org/series/671/mbox/"}],"comments":"https://patchwork.libcamera.org/api/patches/2818/comments/","check":"pending","checks":"https://patchwork.libcamera.org/api/patches/2818/checks/","tags":{},"headers":{"Return-Path":"<laurent.pinchart@ideasonboard.com>","Received":["from perceval.ideasonboard.com (perceval.ideasonboard.com\n\t[IPv6:2001:4b98:dc2:55:216:3eff:fef7:d647])\n\tby lancelot.ideasonboard.com (Postfix) with ESMTPS id 85E0E61985\n\tfor <libcamera-devel@lists.libcamera.org>;\n\tThu, 13 Feb 2020 16:36:58 +0100 (CET)","from pendragon.bb.dnainternet.fi (81-175-216-236.bb.dnainternet.fi\n\t[81.175.216.236])\n\tby perceval.ideasonboard.com (Postfix) with ESMTPSA id 1D446504\n\tfor <libcamera-devel@lists.libcamera.org>;\n\tThu, 13 Feb 2020 16:36:58 +0100 (CET)"],"DKIM-Signature":"v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com;\n\ts=mail; t=1581608218;\n\tbh=iY2xLIiL4EgytNnfRMM8xwkQywVjReQEjHvRJ26EFp0=;\n\th=From:To:Subject:Date:In-Reply-To:References:From;\n\tb=QaN21SSDDxFpad9yI2oSRF0e1jKXVn59zPOW2jLv3IL79ImUUT+6W1rh7E+567WTZ\n\tQxMUsZG2B/qMXOtNz6SkhQkEDNFV1mt/E/7YT4Dq5elGSLrfmnYbDsVlKVTgtriF+F\n\tW7TQAWNhDJJxZvNGUUz64Y1DLn2ghqIf7ufxJ6bk=","From":"Laurent Pinchart <laurent.pinchart@ideasonboard.com>","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","Content-Transfer-Encoding":"8bit","Subject":"[libcamera-devel] [PATCH/RFC 06/11] licenses: Add SPDX headers to\n\tRST documentation","X-BeenThere":"libcamera-devel@lists.libcamera.org","X-Mailman-Version":"2.1.29","Precedence":"list","List-Id":"<libcamera-devel.lists.libcamera.org>","List-Unsubscribe":"<https://lists.libcamera.org/options/libcamera-devel>,\n\t<mailto:libcamera-devel-request@lists.libcamera.org?subject=unsubscribe>","List-Archive":"<https://lists.libcamera.org/pipermail/libcamera-devel/>","List-Post":"<mailto:libcamera-devel@lists.libcamera.org>","List-Help":"<mailto:libcamera-devel-request@lists.libcamera.org?subject=help>","List-Subscribe":"<https://lists.libcamera.org/listinfo/libcamera-devel>,\n\t<mailto:libcamera-devel-request@lists.libcamera.org?subject=subscribe>","X-List-Received-Date":"Thu, 13 Feb 2020 15:36:59 -0000"},"content":"The documentation files are licensed under CC-BY-SA-4.0, but this has\nnever been specified explicitly. Add corresponding SPDX headers.\n\nSigned-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>\n---\n Documentation/api-html/index.rst | 2 ++\n Documentation/coding-style.rst   | 2 ++\n Documentation/contributing.rst   | 2 ++\n Documentation/docs.rst           | 2 ++\n Documentation/index.rst          | 2 ++\n README.rst                       | 2 ++\n 6 files changed, 12 insertions(+)","diff":"diff --git a/Documentation/api-html/index.rst b/Documentation/api-html/index.rst\nindex cf2ef0bb38af..9e630fc0e6b4 100644\n--- a/Documentation/api-html/index.rst\n+++ b/Documentation/api-html/index.rst\n@@ -1,3 +1,5 @@\n+.. SPDX-License-Identifier: CC-BY-SA-4.0\n+\n .. _api:\n \n API\ndiff --git a/Documentation/coding-style.rst b/Documentation/coding-style.rst\nindex bbc1f2fb18c6..95ca04f6150f 100644\n--- a/Documentation/coding-style.rst\n+++ b/Documentation/coding-style.rst\n@@ -1,3 +1,5 @@\n+.. SPDX-License-Identifier: CC-BY-SA-4.0\n+\n .. _coding-style-guidelines:\n \n Coding Style Guidelines\ndiff --git a/Documentation/contributing.rst b/Documentation/contributing.rst\nindex 1cfbd0ec6b25..e4295ac61356 100644\n--- a/Documentation/contributing.rst\n+++ b/Documentation/contributing.rst\n@@ -1,3 +1,5 @@\n+.. SPDX-License-Identifier: CC-BY-SA-4.0\n+\n Contributing\n ============\n \ndiff --git a/Documentation/docs.rst b/Documentation/docs.rst\nindex 7cb6059616fd..3a7e79eb4044 100644\n--- a/Documentation/docs.rst\n+++ b/Documentation/docs.rst\n@@ -1,3 +1,5 @@\n+.. SPDX-License-Identifier: CC-BY-SA-4.0\n+\n .. contents::\n    :local:\n \ndiff --git a/Documentation/index.rst b/Documentation/index.rst\nindex 2c84a5401506..4e746bb17c4a 100644\n--- a/Documentation/index.rst\n+++ b/Documentation/index.rst\n@@ -1,3 +1,5 @@\n+.. SPDX-License-Identifier: CC-BY-SA-4.0\n+\n .. Front page matter is defined in the project README file.\n .. include:: ../README.rst\n    :start-after: .. section-begin-libcamera\ndiff --git a/README.rst b/README.rst\nindex fa1411387758..fe293df08999 100644\n--- a/README.rst\n+++ b/README.rst\n@@ -1,3 +1,5 @@\n+.. SPDX-License-Identifier: CC-BY-SA-4.0\n+\n .. section-begin-libcamera\n \n ===========\n","prefixes":["libcamera-devel","PATCH/RFC","06/11"]}