From patchwork Sun Apr 5 19:14:36 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Laurent Pinchart X-Patchwork-Id: 26420 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 9FEF6BEFBE for ; Sun, 5 Apr 2026 19:14:55 +0000 (UTC) Received: from lancelot.ideasonboard.com (localhost [IPv6:::1]) by lancelot.ideasonboard.com (Postfix) with ESMTP id 4F04362D7E; Sun, 5 Apr 2026 21:14:55 +0200 (CEST) Authentication-Results: lancelot.ideasonboard.com; dkim=pass (1024-bit key; unprotected) header.d=ideasonboard.com header.i=@ideasonboard.com header.b="jnetrahA"; dkim-atps=neutral Received: from perceval.ideasonboard.com (perceval.ideasonboard.com [213.167.242.64]) by lancelot.ideasonboard.com (Postfix) with ESMTPS id 3BF3862D6F for ; Sun, 5 Apr 2026 21:14:51 +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 CAFC1144E for ; Sun, 5 Apr 2026 21:13:24 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com; s=mail; t=1775416405; bh=qtmDRGq6XU51OL3tvlDriAZj7Yn7kx74OEeAmsfToG8=; h=From:To:Subject:Date:In-Reply-To:References:From; b=jnetrahAwg+nZVV7FyKq2JAd3Op5zqr24DmxNOzqPdFpJhoWITpF/00H+tCiKAZcJ xj6Nocr/XV3Qu5CA9JGIIegZYy3b3TV5BRBvu6+AOrbNMF/WSl/bMTKkK6FtGoQCob xNpUE9JsUpq0YqjRXM9TOQVHZSQ3iUV1WtlBU8X0= From: Laurent Pinchart To: libcamera-devel@lists.libcamera.org Subject: [PATCH 04/11] reuse: Convert to REUSE.toml Date: Sun, 5 Apr 2026 22:14:36 +0300 Message-ID: <20260405191443.1209948-5-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" Reuse dep5 support is deprecated. Convert to the recommended REUSE.toml. The change was generated by `reuse convert-dep5`. Signed-off-by: Laurent Pinchart --- .reuse/dep5 | 28 ---------------------------- REUSE.toml | 29 +++++++++++++++++++++++++++++ 2 files changed, 29 insertions(+), 28 deletions(-) delete mode 100644 .reuse/dep5 create mode 100644 REUSE.toml diff --git a/.reuse/dep5 b/.reuse/dep5 deleted file mode 100644 index 9cdb56e81ae3..000000000000 --- a/.reuse/dep5 +++ /dev/null @@ -1,28 +0,0 @@ -Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ -Upstream-Name: libcamera -Upstream-Contact: Laurent Pinchart -Source: https://git.libcamera.org/libcamera/libcamera.git/ - -Files: Documentation/binning.svg - Documentation/camera-sensor-model.rst - Documentation/sensor_model.svg - Documentation/theme/static/libcamera-logo-text.svg -Copyright: Copyright 2023 Ideas On Board Oy -License: CC-BY-SA-4.0 - -Files: src/ipa/rpi/vc4/data/*.json - utils/raspberrypi/ctt/ctt_config_example.json - utils/raspberrypi/ctt/ctt_ref.pgm -Copyright: 2019-2020 Raspberry Pi Ltd -License: BSD-2-Clause - -Files: src/qcam/assets/feathericons/*.svg -Copyright: 2019 Cole Bemis (and other Feather icons contributors) -License: MIT -Comment: https://feathericons.com/ - -Files: utils/ipc/mojo - utils/ipc/tools -Copyright: Copyright 2013-2020 The Chromium Authors. All rights reserved. -License: BSD-3-Clause -Source: https://chromium.googlesource.com/chromium/src.git/ diff --git a/REUSE.toml b/REUSE.toml new file mode 100644 index 000000000000..046ae4df22ce --- /dev/null +++ b/REUSE.toml @@ -0,0 +1,29 @@ +version = 1 +SPDX-PackageName = "libcamera" +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"] +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"] +precedence = "aggregate" +SPDX-FileCopyrightText = "2019-2020 Raspberry Pi Ltd" +SPDX-License-Identifier = "BSD-2-Clause" + +[[annotations]] +path = "src/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"] +precedence = "aggregate" +SPDX-FileCopyrightText = "Copyright 2013-2020 The Chromium Authors. All rights reserved." +SPDX-License-Identifier = "BSD-3-Clause"