[{"id":25178,"web_url":"https://patchwork.libcamera.org/comment/25178/","msgid":"<166453362174.3760285.1463925793616635848@Monstersaurus>","date":"2022-09-30T10:27:01","subject":"Re: [libcamera-devel] [PATCH 5/5] libcamera: Add missing SPDX\n\theaders for miscellaneous CC0-1.0 contents","submitter":{"id":4,"url":"https://patchwork.libcamera.org/api/people/4/","name":"Kieran Bingham","email":"kieran.bingham@ideasonboard.com"},"content":"Quoting Laurent Pinchart via libcamera-devel (2022-09-28 13:09:37)\n> Miscellaneous files that are not considered copyrightable are missing an\n> SPDX-License-Identifier header. Fix this by adding a header listing the\n> CC0-1.0 license.\n> \n\n\nReviewed-by: Kieran Bingham <kieran.bingham@ideasonboard.com>\n\n> Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>\n> ---\n>  .clang-tidy                               | 2 ++\n>  src/android/data/nautilus/camera_hal.yaml | 2 ++\n>  src/android/data/soraka/camera_hal.yaml   | 2 ++\n>  src/py/meson.build                        | 2 ++\n>  subprojects/.gitignore                    | 2 ++\n>  subprojects/gtest.wrap                    | 2 ++\n>  subprojects/libyaml.wrap                  | 2 ++\n>  subprojects/libyuv.wrap                   | 2 ++\n>  subprojects/pybind11.wrap                 | 2 ++\n>  9 files changed, 18 insertions(+)\n> \n> diff --git a/.clang-tidy b/.clang-tidy\n> index b40e588a1a81..8056d7a88d2f 100644\n> --- a/.clang-tidy\n> +++ b/.clang-tidy\n> @@ -1,2 +1,4 @@\n> +# SPDX-License-Identifier: CC0-1.0\n> +\n>  Checks:                -clang-diagnostic-c99-designator\n>  FormatStyle:   file\n> diff --git a/src/android/data/nautilus/camera_hal.yaml b/src/android/data/nautilus/camera_hal.yaml\n> index faddd29eded7..2105fcca8ffc 100644\n> --- a/src/android/data/nautilus/camera_hal.yaml\n> +++ b/src/android/data/nautilus/camera_hal.yaml\n> @@ -1,3 +1,5 @@\n> +# SPDX-License-Identifier: CC0-1.0\n> +\n>  cameras:\n>    \"\\\\_SB_.PCI0.I2C2.CAM0\":\n>      location: back\n> diff --git a/src/android/data/soraka/camera_hal.yaml b/src/android/data/soraka/camera_hal.yaml\n> index 2e9964035098..d886af06ce10 100644\n> --- a/src/android/data/soraka/camera_hal.yaml\n> +++ b/src/android/data/soraka/camera_hal.yaml\n> @@ -1,3 +1,5 @@\n> +# SPDX-License-Identifier: CC0-1.0\n> +\n>  cameras:\n>    \"\\\\_SB_.PCI0.I2C4.CAM1\":\n>      location: front\n> diff --git a/src/py/meson.build b/src/py/meson.build\n> index 4ce9668caa7b..a4586b4aee0a 100644\n> --- a/src/py/meson.build\n> +++ b/src/py/meson.build\n> @@ -1 +1,3 @@\n> +# SPDX-License-Identifier: CC0-1.0\n> +\n>  subdir('libcamera')\n> diff --git a/subprojects/.gitignore b/subprojects/.gitignore\n> index fd3f4a5bfe09..0a8fd3a67d33 100644\n> --- a/subprojects/.gitignore\n> +++ b/subprojects/.gitignore\n> @@ -1,3 +1,5 @@\n> +# SPDX-License-Identifier: CC0-1.0\n> +\n>  /googletest-release*\n>  /libyaml\n>  /libyuv\n> diff --git a/subprojects/gtest.wrap b/subprojects/gtest.wrap\n> index 40128b35d6dc..8892e1842aae 100644\n> --- a/subprojects/gtest.wrap\n> +++ b/subprojects/gtest.wrap\n> @@ -1,3 +1,5 @@\n> +# SPDX-License-Identifier: CC0-1.0\n> +\n>  [wrap-file]\n>  directory = googletest-release-1.11.0\n>  source_url = https://github.com/google/googletest/archive/release-1.11.0.zip\n> diff --git a/subprojects/libyaml.wrap b/subprojects/libyaml.wrap\n> index 3d7d0a328be4..392416c61486 100644\n> --- a/subprojects/libyaml.wrap\n> +++ b/subprojects/libyaml.wrap\n> @@ -1,3 +1,5 @@\n> +# SPDX-License-Identifier: CC0-1.0\n> +\n>  [wrap-git]\n>  directory = libyaml\n>  url = https://github.com/yaml/libyaml\n> diff --git a/subprojects/libyuv.wrap b/subprojects/libyuv.wrap\n> index 8ba51fa009c5..3417e73f376c 100644\n> --- a/subprojects/libyuv.wrap\n> +++ b/subprojects/libyuv.wrap\n> @@ -1,3 +1,5 @@\n> +# SPDX-License-Identifier: CC0-1.0\n> +\n>  [wrap-git]\n>  directory = libyuv\n>  url = https://chromium.googlesource.com/libyuv/libyuv.git\n> diff --git a/subprojects/pybind11.wrap b/subprojects/pybind11.wrap\n> index e8037a5dfb48..dd02687b58a8 100644\n> --- a/subprojects/pybind11.wrap\n> +++ b/subprojects/pybind11.wrap\n> @@ -1,3 +1,5 @@\n> +# SPDX-License-Identifier: CC0-1.0\n> +\n>  [wrap-git]\n>  url = https://github.com/pybind/pybind11.git\n>  # This is the head of 'smart_holder' branch\n> -- \n> Regards,\n> \n> Laurent Pinchart\n>","headers":{"Return-Path":"<libcamera-devel-bounces@lists.libcamera.org>","X-Original-To":"parsemail@patchwork.libcamera.org","Delivered-To":"parsemail@patchwork.libcamera.org","Received":["from lancelot.ideasonboard.com (lancelot.ideasonboard.com\n\t[92.243.16.209])\n\tby patchwork.libcamera.org (Postfix) with ESMTPS id 2403EBD16B\n\tfor <parsemail@patchwork.libcamera.org>;\n\tFri, 30 Sep 2022 10:27:07 +0000 (UTC)","from lancelot.ideasonboard.com (localhost [IPv6:::1])\n\tby lancelot.ideasonboard.com (Postfix) with ESMTP id D656C623A2;\n\tFri, 30 Sep 2022 12:27:06 +0200 (CEST)","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 3489C61F77\n\tfor <libcamera-devel@lists.libcamera.org>;\n\tFri, 30 Sep 2022 12:27:05 +0200 (CEST)","from pendragon.ideasonboard.com\n\t(cpc89244-aztw30-2-0-cust3082.18-1.cable.virginm.net [86.31.172.11])\n\tby perceval.ideasonboard.com (Postfix) with ESMTPSA id D379547C;\n\tFri, 30 Sep 2022 12:27:04 +0200 (CEST)"],"DKIM-Signature":["v=1; a=rsa-sha256; c=relaxed/simple; d=libcamera.org;\n\ts=mail; t=1664533626;\n\tbh=O48TM2yvOMg0ztHPeAtM/LYM3yhQxmr6+MIYwUWqpiw=;\n\th=In-Reply-To:References:To:Date:Subject:List-Id:List-Unsubscribe:\n\tList-Archive:List-Post:List-Help:List-Subscribe:From:Reply-To:\n\tFrom;\n\tb=QB8vq3zMWdPTBztXsWpLDrlMZbxd/esOy9GkD2vpzWzjhjnVrr8JQvjFKWeGFiJ8c\n\tD+HtmY/VCHR7BwMHJOyWPT0KQVQoMVfKClZ1la0T5PmlwjW8uAdJusY3wTTTZUAO0N\n\tQkLsI9StfAuRdXcTdVzHYaZNIMlzCQdXZlUjrQL5qU8Uw0g6tcWbwGEwmAil2tYWxr\n\tFRNRJ1i67OoBp4iYVNDwXKbm3ooJ3WMo/+2G2tfELyFit5WVB85KeXlxxcl9aetiH2\n\t10BQzZAJpE0e/KJwQcZVRhvWqm8dE8QsHhkcYSjlQUWYKdKlNL8LsfG5pGDSekeTBt\n\tnDm7O7CoLYRgw==","v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com;\n\ts=mail; t=1664533624;\n\tbh=O48TM2yvOMg0ztHPeAtM/LYM3yhQxmr6+MIYwUWqpiw=;\n\th=In-Reply-To:References:Subject:From:To:Date:From;\n\tb=uKEtojp4pwiRmHblwX4lO4OuXkxTQhYDju93jzauHHEPv4dSySOYwcMBoIv6Gb4BV\n\tY6HnngzhTCtEep6pkdo29cocm/mNxKEeD8yZlkv07IIogvzKBw26zCX+Ge88Hvj0eO\n\tX8o6o8ua684fVSifd0RyWzB7JWDy5rXv3nzH3UJg="],"Authentication-Results":"lancelot.ideasonboard.com; dkim=pass (1024-bit key; \n\tunprotected) header.d=ideasonboard.com\n\theader.i=@ideasonboard.com\n\theader.b=\"uKEtojp4\"; dkim-atps=neutral","Content-Type":"text/plain; charset=\"utf-8\"","MIME-Version":"1.0","Content-Transfer-Encoding":"quoted-printable","In-Reply-To":"<20220928120937.10031-6-laurent.pinchart@ideasonboard.com>","References":"<20220928120937.10031-1-laurent.pinchart@ideasonboard.com>\n\t<20220928120937.10031-6-laurent.pinchart@ideasonboard.com>","To":"Laurent Pinchart <laurent.pinchart@ideasonboard.com>,\n\tlibcamera-devel@lists.libcamera.org","Date":"Fri, 30 Sep 2022 11:27:01 +0100","Message-ID":"<166453362174.3760285.1463925793616635848@Monstersaurus>","User-Agent":"alot/0.10","Subject":"Re: [libcamera-devel] [PATCH 5/5] libcamera: Add missing SPDX\n\theaders for miscellaneous CC0-1.0 contents","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>","From":"Kieran Bingham via libcamera-devel\n\t<libcamera-devel@lists.libcamera.org>","Reply-To":"Kieran Bingham <kieran.bingham@ideasonboard.com>","Errors-To":"libcamera-devel-bounces@lists.libcamera.org","Sender":"\"libcamera-devel\" <libcamera-devel-bounces@lists.libcamera.org>"}}]