Files
external_libcamera/REUSE.toml
T
Laurent Pinchart 05a4b531c2 reuse: Add missing files to REUSE.toml
The skipping.svg image and the Raspberry Pi 5 tuning files are missing.
Add them.

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>
2026-04-20 01:27:16 +03:00

42 lines
1.2 KiB
TOML

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/images/rotation/*.svg",
"Documentation/sensor_model.svg",
"Documentation/skipping.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/pisp/data/*.json",
"src/ipa/rpi/vc4/data/*.json",
]
precedence = "aggregate"
SPDX-FileCopyrightText = "2019-2020 Raspberry Pi Ltd"
SPDX-License-Identifier = "BSD-2-Clause"
[[annotations]]
path = "src/apps/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/codegen/ipc/mojo/**",
"utils/codegen/ipc/tools/**",
]
precedence = "aggregate"
SPDX-FileCopyrightText = "Copyright 2013-2020 The Chromium Authors. All rights reserved."
SPDX-License-Identifier = "BSD-3-Clause"