-
Notifications
You must be signed in to change notification settings - Fork 176
Expand file tree
/
Copy pathREUSE.toml
More file actions
49 lines (44 loc) · 1.42 KB
/
REUSE.toml
File metadata and controls
49 lines (44 loc) · 1.42 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
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"
[[annotations]]
path = [
"utils/tuning/libtuning/macbeth_ref.pgm",
]
precedence = "aggregate"
SPDX-FileCopyrightText = "2019-2020 Raspberry Pi Ltd"
SPDX-License-Identifier = "BSD-2-Clause"