-
Notifications
You must be signed in to change notification settings - Fork 59
/
REUSE.toml
138 lines (123 loc) · 5.19 KB
/
REUSE.toml
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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
# Copyright 2022-2024 TII (SSRC) and the Ghaf contributors
# SPDX-License-Identifier: Apache-2.0
version = 1
SPDX-PackageName = "ghaf"
SPDX-PackageSupplier = "Technology Innovation Institute <https://tii.ae>"
SPDX-PackageDownloadLocation = "https://github.com/tiiuae/ghaf"
[[annotations]]
SPDX-License-Identifier = "Apache-2.0"
SPDX-FileCopyrightText = "2022-2024 TII (SSRC) and the Ghaf contributors"
precedence = "closest"
path = [
"flake.lock",
".version",
"assets/**/*.png",
"assets/**/*.svg",
"modules/common/development/audio_test/test_file1.mp3",
"modules/hardware/x86_64-generic/kernel/configs/ghaf_host_hardened_baseline-x86",
"modules/reference/hardware/jetpack/ghaf_host_hardened_baseline-jetson-orin",
"modules/lanzaboote/demo-secure-boot-keys/**/*",
"modules/microvm/virtualization/microvm/idsvm/mitmproxy/mitmproxy-ca/*"
]
[[annotations]]
SPDX-License-Identifier = "CC-BY-SA-4.0"
SPDX-FileCopyrightText = "2022-2024 TII (SSRC) and the Ghaf contributors"
precedence = "closest"
path = [
"docs/**/*.svg",
"docs/**/*.png"
]
[[annotations]]
# See https://github.com/qemu/qemu/blob/master/LICENSE
# Our changes affects the GPL-2.0+ parts only.
SPDX-License-Identifier = "GPL-2.0-or-later"
SPDX-FileCopyrightText = [
"Fabrice Bellard and the QEMU team",
"Copyright (c) 2021-2022 Canokeys.org <contact@canokeys.org>",
"Written by Hongren (Zenithal) Zheng <i@zenithal.me>",
"Copyright (c) 2019 Janus Technologies, Inc. (http://janustech.com)",
"Copyright (C) 2008-2010 Kevin O'Connor <kevin@koconnor.net>",
"Copyright (C) 2006 Fabrice Bellard",
"Copyright (C) 2013 Red Hat Inc"
]
path = [
"overlays/custom-packages/qemu/*.patch",
"modules/reference/hardware/jetpack/nvidia-jetson-orin/virtualization/host/bpmp-virt-host/overlays/qemu/patches/0001-qemu-v8.1.3_bpmp-virt.patch"
]
[[annotations]]
SPDX-License-Identifier = "GPL-2.0-only"
SPDX-FileCopyrightText = "labwc contributors"
path = "overlays/custom-packages/labwc/*.patch"
[[annotations]]
# gtklock doesn't specify if later versions is allowed
SPDX-License-Identifier = "GPL-3.0-only"
SPDX-FileCopyrightText = [
"Copyright (c) 2022 Kenny Levinsen, Jovan Lanik, Erik Reider, Melih Darcan, Bhaskar Khoraja",
"Copyright (c) 2022 Zephyr Lykos"
]
path = "overlays/custom-packages/gtklock/*.patch"
[[annotations]]
SPDX-License-Identifier = "LGPL-2.1-or-later"
SPDX-FileCopyrightText = "systemd contributors"
path = [
"modules/common/systemd/systemd-boot-double-dtb-buffer-size.patch",
"modules/common/systemd/systemd-localed-locale-archive.patch",
"modules/common/systemd/systemd-re-enable-locale-setting.patch",
]
[[annotations]]
SPDX-License-Identifier = "MIT"
SPDX-FileCopyrightText = "Copyright © 2019 Manuel Stoeckl"
path = "overlays/custom-packages/waypipe/waypipe-window-borders.patch"
[[annotations]]
SPDX-License-Identifier = "Apache-2.0"
SPDX-FileCopyrightText = "Copyright 2023 The Matrix.org Foundation C.I.C."
path = "packages/element-web/*.patch"
[[annotations]]
SPDX-License-Identifier = "Apache-2.0"
SPDX-FileCopyrightText = [
"Copyright 2016 Aviral Dasgupta",
"Copyright 2016 OpenMarket Ltd",
"Copyright 2017, 2019 Michael Telatynski <7t3chguy@gmail.com>",
"Copyright 2018 - 2021 New Vector Ltd"
]
path = "overlays/custom-packages/element-desktop/element-main.patch"
[[annotations]]
SPDX-License-Identifier = "GPL-2.0-only"
SPDX-FileCopyrightText = [
"Copyright (C) 2013 - Virtual Open Systems",
"Copyright (c) 2016, NVIDIA CORPORATION. All rights reserved.",
"Copyright (c) 2018, NVIDIA CORPORATION.",
"Copyright (C) 2006 Qumranet, Inc.",
"Copyright 2010 Red Hat, Inc. and/or its affiliates.",
"2022-2024 TII (SSRC) and the Ghaf contributors"
]
path = [
"modules/reference/hardware/jetpack/nvidia-jetson-orin/virtualization/common/bpmp-virt-common/patches/*.patch",
"modules/reference/hardware/jetpack/nvidia-jetson-orin/virtualization/host/bpmp-virt-host/patches/*.patch",
"modules/reference/hardware/jetpack-microvm/*.patch",
"modules/reference/hardware/jetpack/nvidia-jetson-orin/virtualization/passthrough/uarti-net-vm/patches/net_vm_dtb_with_uarti.patch",
"modules/common/virtualization/pkvm/0001-pkvm-enable-pkvm-on-intel-x86-6.1-lts.patch",
"modules/microvm/virtualization/microvm/0001-x86-gpu-Don-t-reserve-stolen-memory-for-GPU-passthro.patch"
]
[[annotations]]
SPDX-License-Identifier = "BSD-2-Clause-Patent"
SPDX-FileCopyrightText = "Copyright (c) 2021-2023, NVIDIA CORPORATION & AFFILIATES. All rights reserved."
path = "modules/reference/hardware/jetpack/nvidia-jetson-orin/edk2-nvidia-always-reset-display.patch"
[[annotations]]
SPDX-License-Identifier = "LicenseRef-NvidiaProprietary"
SPDX-FileCopyrightText = "Copyright (c) 2023-2024, NVIDIA CORPORATION & AFFILIATES. All rights reserved."
path = [
"modules/reference/hardware/jetpack/nvidia-jetson-orin/tegra2-mb2-bct-scr.patch"
]
[[annotations]]
SPDX-License-Identifier = "MIT"
SPDX-FileCopyrightText = "Copyright 2019-2021 Microchip Corporation."
path = [
"packages/hart-software-services/0001-Workaround-for-a-compilation-issue.patch"
]
[[annotations]]
SPDX-License-Identifier = "BSD-2-Clause"
SPDX-FileCopyrightText = "Copyright (c) 2017-2020, Linaro Limited"
path = [
"targets/nvidia-jetson-orin/0001-ta-pkcs11-Build-time-option-for-controlling-pin-lock.patch"
]