reuse: Convert to REUSE.toml

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>
Reviewed-by: Jacopo Mondi <jacopo.mondi@ideasonboard.com>
Reviewed-by: Barnabás Pőcze <barnabas.pocze@ideasonboard.com>
This commit is contained in:
Laurent Pinchart
2026-04-04 00:25:09 +03:00
parent 53b0f26599
commit 3c445256bf
2 changed files with 29 additions and 28 deletions

View File

@@ -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/

29
REUSE.toml Normal file
View File

@@ -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"