From 3647ac93eeded5490e2c336fbe2f7e7cabd96199 Mon Sep 17 00:00:00 2001 From: Laurent Pinchart Date: Sat, 4 Apr 2026 02:36:19 +0300 Subject: [PATCH] reuse: Drop unnecessary entry from REUSE.toml MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The Documentation/camera-sensor-model.rst file contains an SPDX license identifier. There's no need to list it in REUSE.toml. Drop it. Signed-off-by: Laurent Pinchart Reviewed-by: Jacopo Mondi Reviewed-by: Barnabás Pőcze --- REUSE.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/REUSE.toml b/REUSE.toml index 194d7d99..46467af1 100644 --- a/REUSE.toml +++ b/REUSE.toml @@ -6,7 +6,6 @@ SPDX-PackageDownloadLocation = "https://git.libcamera.org/libcamera/libcamera.gi [[annotations]] path = [ "Documentation/binning.svg", - "Documentation/camera-sensor-model.rst", "Documentation/sensor_model.svg", "Documentation/theme/static/libcamera-logo-text.svg", ]