{"id":2820,"url":"https://patchwork.libcamera.org/api/1.1/patches/2820/?format=json","web_url":"https://patchwork.libcamera.org/patch/2820/","project":{"id":1,"url":"https://patchwork.libcamera.org/api/1.1/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-9-laurent.pinchart@ideasonboard.com>","date":"2020-02-13T15:36:32","name":"[libcamera-devel,PATCH/RFC,08/11] licenses: Add SPDX headers to the website builder and theme","commit_ref":null,"pull_url":null,"state":"accepted","archived":false,"hash":"75cb565a36af59e4b832b33a603542d0d6abf153","submitter":{"id":2,"url":"https://patchwork.libcamera.org/api/1.1/people/2/?format=json","name":"Laurent Pinchart","email":"laurent.pinchart@ideasonboard.com"},"delegate":null,"mbox":"https://patchwork.libcamera.org/patch/2820/mbox/","series":[{"id":671,"url":"https://patchwork.libcamera.org/api/1.1/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/2820/comments/","check":"pending","checks":"https://patchwork.libcamera.org/api/patches/2820/checks/","tags":{},"headers":{"Return-Path":"<laurent.pinchart@ideasonboard.com>","Received":["from perceval.ideasonboard.com (perceval.ideasonboard.com\n\t[213.167.242.64])\n\tby lancelot.ideasonboard.com (Postfix) with ESMTPS id 5FEF86196C\n\tfor <libcamera-devel@lists.libcamera.org>;\n\tThu, 13 Feb 2020 16:36:59 +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 EAF869D3\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=1581608219;\n\tbh=aowwN1Rtht4i9ANzKyH9ZuoPffOI/Eiwr/0PK4Oie6c=;\n\th=From:To:Subject:Date:In-Reply-To:References:From;\n\tb=J1cMF0s1t7tJ3X+ky0tXSYmw2t54V0INk7KwvqlW/N0o/VkN0+K/7MIB5Rrlf5OQN\n\t9AOWpey7fQzvPEVWxMs/djU28RJeFnDSU7BaGLBx9bzWER+9gAIKjO2Z+3TqWw8Zd5\n\t3/GTSB5tVU4+RqQzRWRYtyOc8uhMYPmsMWraZMx4=","From":"Laurent Pinchart <laurent.pinchart@ideasonboard.com>","To":"libcamera-devel@lists.libcamera.org","Date":"Thu, 13 Feb 2020 17:36:32 +0200","Message-Id":"<20200213153635.27953-9-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 08/11] licenses: Add SPDX headers to\n\tthe website builder and theme","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":"Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>\n---\n Documentation/conf.py                    | 1 +\n Documentation/theme/footer.html          | 3 +++\n Documentation/theme/layout.html          | 3 +++\n Documentation/theme/search.html          | 3 +++\n Documentation/theme/static/css/theme.css | 2 ++\n Documentation/theme/theme.conf           | 2 ++\n 6 files changed, 14 insertions(+)","diff":"diff --git a/Documentation/conf.py b/Documentation/conf.py\nindex bffd1d8f1e5d..78602c85e33f 100644\n--- a/Documentation/conf.py\n+++ b/Documentation/conf.py\n@@ -1,3 +1,4 @@\n+# SPDX-License-Identifier: CC-BY-SA-4.0\n # -*- coding: utf-8 -*-\n #\n # Configuration file for the Sphinx documentation builder.\ndiff --git a/Documentation/theme/footer.html b/Documentation/theme/footer.html\nindex e63e9fb31099..12939e8b7c12 100644\n--- a/Documentation/theme/footer.html\n+++ b/Documentation/theme/footer.html\n@@ -1,3 +1,6 @@\n+{#\n+SPDX-License-Identifier: CC-BY-SA-4.0\n+#}\n <footer>\n   <div id=\"signature\">\n     {%- if show_copyright %}\ndiff --git a/Documentation/theme/layout.html b/Documentation/theme/layout.html\nindex 139c39c7cc38..fcc6d221870c 100644\n--- a/Documentation/theme/layout.html\n+++ b/Documentation/theme/layout.html\n@@ -1,3 +1,6 @@\n+{#\n+SPDX-License-Identifier: CC-BY-SA-4.0\n+#}\n {# TEMPLATE VAR SETTINGS #}\n {%- set url_root = pathto('', 1) %}\n {%- if url_root == '#' %}{% set url_root = '' %}{% endif %}\ndiff --git a/Documentation/theme/search.html b/Documentation/theme/search.html\nindex 14d59395df10..00c2af93a1b3 100644\n--- a/Documentation/theme/search.html\n+++ b/Documentation/theme/search.html\n@@ -1,3 +1,6 @@\n+{#\n+SPDX-License-Identifier: CC-BY-SA-4.0\n+#}\n {#\n     basic/search.html\n     ~~~~~~~~~~~~~~~~~\ndiff --git a/Documentation/theme/static/css/theme.css b/Documentation/theme/static/css/theme.css\nindex a4934edeeb8f..d4274ea6f65d 100644\n--- a/Documentation/theme/static/css/theme.css\n+++ b/Documentation/theme/static/css/theme.css\n@@ -1,3 +1,5 @@\n+/* SPDX-License-Identifier: CC-BY-SA-4.0 */\n+\n html {\n \tbackground-image: linear-gradient(to bottom right, #4895e1, #56c3ae);\n \tbackground-size: cover;\ndiff --git a/Documentation/theme/theme.conf b/Documentation/theme/theme.conf\nindex ba25a19211c7..f2ab39c33c5b 100644\n--- a/Documentation/theme/theme.conf\n+++ b/Documentation/theme/theme.conf\n@@ -1,3 +1,5 @@\n+# SPDX-License-Identifier: CC-BY-SA-4.0\n+\n [theme]\n inherit = basic\n stylesheet = css/theme.css\n","prefixes":["libcamera-devel","PATCH/RFC","08/11"]}