{"id":3957,"url":"https://patchwork.libcamera.org/api/patches/3957/?format=json","web_url":"https://patchwork.libcamera.org/patch/3957/","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":"<20200605183833.8125-1-laurent.pinchart@ideasonboard.com>","date":"2020-06-05T18:38:31","name":"[libcamera-devel,1/3] libcamera: Add missing SPDX headers to miscellaneous small files","commit_ref":"65798244c7dc228645baeb74c07bd10994e33f12","pull_url":null,"state":"accepted","archived":false,"hash":"bb40f356402e576b2269e44323b78b45a8880aff","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/3957/mbox/","series":[{"id":961,"url":"https://patchwork.libcamera.org/api/series/961/?format=json","web_url":"https://patchwork.libcamera.org/project/libcamera/list/?series=961","date":"2020-06-05T18:38:31","name":"[libcamera-devel,1/3] libcamera: Add missing SPDX headers to miscellaneous small files","version":1,"mbox":"https://patchwork.libcamera.org/series/961/mbox/"}],"comments":"https://patchwork.libcamera.org/api/patches/3957/comments/","check":"pending","checks":"https://patchwork.libcamera.org/api/patches/3957/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 7F42D603C6\n\tfor <libcamera-devel@lists.libcamera.org>;\n\tFri,  5 Jun 2020 20:38:57 +0200 (CEST)","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 F0CD327C\n\tfor <libcamera-devel@lists.libcamera.org>;\n\tFri,  5 Jun 2020 20:38:56 +0200 (CEST)"],"Authentication-Results":"lancelot.ideasonboard.com; dkim=pass (1024-bit key; \n\tunprotected) header.d=ideasonboard.com\n\theader.i=@ideasonboard.com\n\theader.b=\"mkhHnVsp\"; dkim-atps=neutral","DKIM-Signature":"v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com;\n\ts=mail; t=1591382337;\n\tbh=LJVTDcg38/ZisVMZ0KuBO7MMNE2/mHZWI72zsiVmkJs=;\n\th=From:To:Subject:Date:From;\n\tb=mkhHnVspHvrw5TosIpkYHAzUdwoBd9Jtv9PcyE0mtCtGtx5frFXyc+z/U+LKq+J16\n\tJXRsHui1NqeqQs9b18+NvgHKsLCY5OzurXyXWwciZ7KCdGH9JydDiouMd3IYFacMzL\n\tIK77ZyoQ/o1AtNWPRvFCwoudjpF6izUfWP4A8xgc=","From":"Laurent Pinchart <laurent.pinchart@ideasonboard.com>","To":"libcamera-devel@lists.libcamera.org","Date":"Fri,  5 Jun 2020 21:38:31 +0300","Message-Id":"<20200605183833.8125-1-laurent.pinchart@ideasonboard.com>","X-Mailer":"git-send-email 2.27.0","MIME-Version":"1.0","Content-Transfer-Encoding":"8bit","Subject":"[libcamera-devel] [PATCH 1/3] libcamera: Add missing SPDX headers\n\tto miscellaneous small files","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":"Fri, 05 Jun 2020 18:38:57 -0000"},"content":"Add missing SPDX headers to miscellaneous small files. Use CC0-1.0 for\nmeson.build, .gitignore and the small include/linux/README, and licenses\nmatching the corresponding component for other files.\n\nSigned-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>\n---\n .gitignore                                    | 2 ++\n include/linux/README                          | 2 ++\n src/ipa/raspberrypi/README.md                 | 2 ++\n src/ipa/raspberrypi/data/meson.build          | 2 ++\n src/ipa/vimc/data/vimc.conf                   | 2 ++\n src/qcam/assets/feathericons/feathericons.qrc | 1 +\n 6 files changed, 11 insertions(+)","diff":"diff --git a/.gitignore b/.gitignore\nindex f989dee3bcb0..d3d73615bac1 100644\n--- a/.gitignore\n+++ b/.gitignore\n@@ -1,3 +1,5 @@\n+# SPDX-License-Identifier: CC0-1.0\n+\n __pycache__/\n build/\n patches/\ndiff --git a/include/linux/README b/include/linux/README\nindex 2d5b2e0240fa..5e8614cb902c 100644\n--- a/include/linux/README\n+++ b/include/linux/README\n@@ -1,2 +1,4 @@\n+# SPDX-License-Identifier: CC0-1.0\n+\n Files in this directory are imported from v5.2 of the Linux kernel. Do not\n modify them manually.\ndiff --git a/src/ipa/raspberrypi/README.md b/src/ipa/raspberrypi/README.md\nindex 68bdff12fbeb..26534af0f708 100644\n--- a/src/ipa/raspberrypi/README.md\n+++ b/src/ipa/raspberrypi/README.md\n@@ -1,3 +1,5 @@\n+.. SPDX-License-Identifier: BSD-2-Clause\n+\n # _libcamera_ for the Raspberry Pi\n \n Raspberry Pi provides a fully featured pipeline handler and control algorithms\ndiff --git a/src/ipa/raspberrypi/data/meson.build b/src/ipa/raspberrypi/data/meson.build\nindex 6ff27745ff80..5236bf1ec949 100644\n--- a/src/ipa/raspberrypi/data/meson.build\n+++ b/src/ipa/raspberrypi/data/meson.build\n@@ -1,3 +1,5 @@\n+# SPDX-License-Identifier: CC0-1.0\n+\n conf_files = files([\n     'imx219.json',\n     'imx477.json',\ndiff --git a/src/ipa/vimc/data/vimc.conf b/src/ipa/vimc/data/vimc.conf\nindex b3cda75801e2..8e73b161abf3 100644\n--- a/src/ipa/vimc/data/vimc.conf\n+++ b/src/ipa/vimc/data/vimc.conf\n@@ -1 +1,3 @@\n+# SPDX-License-Identifier: LGPL-2.1-or-later\n+#\n # Dummy configuration file for the vimc IPA.\ndiff --git a/src/qcam/assets/feathericons/feathericons.qrc b/src/qcam/assets/feathericons/feathericons.qrc\nindex fc8213928ece..656f2b463511 100644\n--- a/src/qcam/assets/feathericons/feathericons.qrc\n+++ b/src/qcam/assets/feathericons/feathericons.qrc\n@@ -1,3 +1,4 @@\n+<!-- SPDX-License-Identifier: GPL-2.0-or-later -->\n <!DOCTYPE RCC><RCC version=\"1.0\">\n <qresource>\n <file>./aperture.svg</file>\n","prefixes":["libcamera-devel","1/3"]}