From 05a4b531c2e197e7283ecec20f0bae544def3c0b Mon Sep 17 00:00:00 2001 From: Laurent Pinchart Date: Sat, 4 Apr 2026 01:30:50 +0300 Subject: [PATCH] reuse: Add missing files to REUSE.toml MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The skipping.svg image and the Raspberry Pi 5 tuning files are missing. Add them. Signed-off-by: Laurent Pinchart Reviewed-by: Jacopo Mondi Reviewed-by: Barnabás Pőcze --- REUSE.toml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/REUSE.toml b/REUSE.toml index 46467af1..4c1ce58f 100644 --- a/REUSE.toml +++ b/REUSE.toml @@ -6,7 +6,9 @@ SPDX-PackageDownloadLocation = "https://git.libcamera.org/libcamera/libcamera.gi [[annotations]] path = [ "Documentation/binning.svg", + "Documentation/images/rotation/*.svg", "Documentation/sensor_model.svg", + "Documentation/skipping.svg", "Documentation/theme/static/libcamera-logo-text.svg", ] precedence = "aggregate" @@ -14,7 +16,10 @@ SPDX-FileCopyrightText = "Copyright 2023 Ideas On Board Oy" SPDX-License-Identifier = "CC-BY-SA-4.0" [[annotations]] -path = ["src/ipa/rpi/vc4/data/*.json"] +path = [ + "src/ipa/rpi/pisp/data/*.json", + "src/ipa/rpi/vc4/data/*.json", +] precedence = "aggregate" SPDX-FileCopyrightText = "2019-2020 Raspberry Pi Ltd" SPDX-License-Identifier = "BSD-2-Clause"