-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathREUSE.toml
32 lines (27 loc) · 912 Bytes
/
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
# Copyright 2022-2024 TII (SSRC) and the Ghaf contributors
# SPDX-License-Identifier: Apache-2.0
version = 1
SPDX-PackageName = "ghafpkgs"
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-2025 TII (SSRC) and the Ghaf contributors"
precedence = "closest"
path = [
"flake.lock",
"packages/ghaf-mem-manager/Cargo.lock",
"packages/ghaf-artwork/**/*.png",
"packages/ghaf-artwork/**/*.jpg",
"packages/ghaf-artwork/**/*.svg",
"packages/ghaf-theme/**/*.svg",
"packages/ghaf-nw-packet-forwarder/Cargo.lock",
]
[[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",
]
# External code