[04/11] reuse: Convert to REUSE.toml
diff mbox series

Message ID 20260405191443.1209948-5-laurent.pinchart@ideasonboard.com
State New
Headers show
Series
  • libcamera: Fix missing license information
Related show

Commit Message

Laurent Pinchart April 5, 2026, 7:14 p.m. UTC
Reuse dep5 support is deprecated. Convert to the recommended REUSE.toml.
The change was generated by `reuse convert-dep5`.

Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
---
 .reuse/dep5 | 28 ----------------------------
 REUSE.toml  | 29 +++++++++++++++++++++++++++++
 2 files changed, 29 insertions(+), 28 deletions(-)
 delete mode 100644 .reuse/dep5
 create mode 100644 REUSE.toml

Patch
diff mbox series

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 <laurent.pinchart@ideasonboard.com>
-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 <laurent.pinchart@ideasonboard.com>"
+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"