From patchwork Sun Apr 5 19:14:38 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Laurent Pinchart X-Patchwork-Id: 26422 Return-Path: X-Original-To: parsemail@patchwork.libcamera.org Delivered-To: parsemail@patchwork.libcamera.org Received: from lancelot.ideasonboard.com (lancelot.ideasonboard.com [92.243.16.209]) by patchwork.libcamera.org (Postfix) with ESMTPS id D928ABEFBE for ; Sun, 5 Apr 2026 19:14:57 +0000 (UTC) Received: from lancelot.ideasonboard.com (localhost [IPv6:::1]) by lancelot.ideasonboard.com (Postfix) with ESMTP id 6FC2762D7B; Sun, 5 Apr 2026 21:14:57 +0200 (CEST) Authentication-Results: lancelot.ideasonboard.com; dkim=pass (1024-bit key; unprotected) header.d=ideasonboard.com header.i=@ideasonboard.com header.b="d0rCKNvF"; dkim-atps=neutral Received: from perceval.ideasonboard.com (perceval.ideasonboard.com [IPv6:2001:4b98:dc2:55:216:3eff:fef7:d647]) by lancelot.ideasonboard.com (Postfix) with ESMTPS id DFEC162D76 for ; Sun, 5 Apr 2026 21:14:53 +0200 (CEST) Received: from killaraus.ideasonboard.com (2001-14ba-703d-e500--2a1.rev.dnainternet.fi [IPv6:2001:14ba:703d:e500::2a1]) by perceval.ideasonboard.com (Postfix) with UTF8SMTPSA id BADE619C6 for ; Sun, 5 Apr 2026 21:13:27 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com; s=mail; t=1775416407; bh=ZDTXEk/UGlhvlaWWxnBd6F68+6Sy4CBGd6YQTIyxi30=; h=From:To:Subject:Date:In-Reply-To:References:From; b=d0rCKNvFwsHXVxbnss/woXT0x8RBMioCVoGOmd0q8Tii19kPhRmeO2DqUZ4dcXhvf ybYKDOjs9kRzai8Lt2gg8jfvzpHzJZW9cO7Xk5i+ZpOnRIa2+Yex3LzMtVGUZEH4Cp X9vQaZ3pph9cvOgzsSdj0mN5jpuYH61Cm6lipiuI= From: Laurent Pinchart To: libcamera-devel@lists.libcamera.org Subject: [PATCH 06/11] reuse: Drop unnecessary entry from REUSE.toml Date: Sun, 5 Apr 2026 22:14:38 +0300 Message-ID: <20260405191443.1209948-7-laurent.pinchart@ideasonboard.com> X-Mailer: git-send-email 2.52.0 In-Reply-To: <20260405191443.1209948-1-laurent.pinchart@ideasonboard.com> References: <20260405191443.1209948-1-laurent.pinchart@ideasonboard.com> MIME-Version: 1.0 X-BeenThere: libcamera-devel@lists.libcamera.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: libcamera-devel-bounces@lists.libcamera.org Sender: "libcamera-devel" The Documentation/camera-sensor-model.rst flie contains an SPDX license identifier. There's no need to list it in REUSE.toml. Drop it. Signed-off-by: Laurent Pinchart --- REUSE.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/REUSE.toml b/REUSE.toml index 36bfe506aa2c..b6edab1b1cfc 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/images/rotation/**.svg", "Documentation/sensor_model.svg", "Documentation/theme/static/libcamera-logo-text.svg",