From 09886912f822869d1b40961d664c409aa12836de Mon Sep 17 00:00:00 2001 From: Laurent Pinchart Date: Sat, 4 Apr 2026 00:45:32 +0300 Subject: [PATCH] reuse: Update file paths in REUSE.toml MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Multiple files listed in REUSE.toml have moved within the repository without any update to the REUSE.toml file. Fix it. Signed-off-by: Laurent Pinchart Reviewed-by: Jacopo Mondi Reviewed-by: Barnabás Pőcze --- REUSE.toml | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/REUSE.toml b/REUSE.toml index 6a60b018..194d7d99 100644 --- a/REUSE.toml +++ b/REUSE.toml @@ -4,26 +4,34 @@ SPDX-PackageSupplier = "Laurent Pinchart " SPDX-PackageDownloadLocation = "https://git.libcamera.org/libcamera/libcamera.git/" [[annotations]] -path = ["Documentation/binning.svg", "Documentation/camera-sensor-model.rst", "Documentation/sensor_model.svg", "Documentation/theme/static/libcamera-logo-text.svg"] +path = [ + "Documentation/binning.svg", + "Documentation/camera-sensor-model.rst", + "Documentation/sensor_model.svg", + "Documentation/theme/static/libcamera-logo-text.svg", +] precedence = "aggregate" SPDX-FileCopyrightText = "Copyright 2023 Ideas On Board Oy" SPDX-License-Identifier = "CC-BY-SA-4.0" [[annotations]] -path = ["src/ipa/rpi/vc4/data/*.json", "utils/raspberrypi/ctt/ctt_config_example.json", "utils/raspberrypi/ctt/ctt_ref.pgm"] +path = ["src/ipa/rpi/vc4/data/*.json"] precedence = "aggregate" SPDX-FileCopyrightText = "2019-2020 Raspberry Pi Ltd" SPDX-License-Identifier = "BSD-2-Clause" [[annotations]] -path = "src/qcam/assets/feathericons/*.svg" +path = "src/apps/qcam/assets/feathericons/*.svg" precedence = "aggregate" SPDX-FileCopyrightText = "2019 Cole Bemis (and other Feather icons contributors)" SPDX-License-Identifier = "MIT" SPDX-FileComment = "https://feathericons.com/" [[annotations]] -path = ["utils/ipc/mojo", "utils/ipc/tools"] +path = [ + "utils/codegen/ipc/mojo/**", + "utils/codegen/ipc/tools/**", +] precedence = "aggregate" SPDX-FileCopyrightText = "Copyright 2013-2020 The Chromium Authors. All rights reserved." SPDX-License-Identifier = "BSD-3-Clause"