-
Notifications
You must be signed in to change notification settings - Fork 41
/
Copy pathREUSE.toml
43 lines (36 loc) · 1.17 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
# SPDX-FileCopyrightText: 2024 2024 Carnegie Mellon University
#
# SPDX-License-Identifier: Apache-2.0
version = 1
SPDX-PackageName = "Gabriel"
SPDX-PackageSupplier = "CMU Satyalab"
[[annotations]]
path = "server/**"
precedence = "aggregate"
SPDX-FileCopyrightText = "2024 Carnegie Mellon University"
SPDX-License-Identifier = "Apache-2.0"
[[annotations]]
path = "protocol/**"
precedence = "aggregate"
SPDX-FileCopyrightText = "2024 Carnegie Mellon University"
SPDX-License-Identifier = "Apache-2.0"
[[annotations]]
path = "android-client/**"
precedence = "aggregate"
SPDX-FileCopyrightText = "2024 Carnegie Mellon University"
SPDX-License-Identifier = "Apache-2.0"
[[annotations]]
path = "python-client/**"
precedence = "aggregate"
SPDX-FileCopyrightText = "2024 Carnegie Mellon University"
SPDX-License-Identifier = "Apache-2.0"
[[annotations]]
path = "examples/**"
precedence = "aggregate"
SPDX-FileCopyrightText = "2024 Carnegie Mellon University"
SPDX-License-Identifier = "Apache-2.0"
[[annotations]]
path = ["README.md", "design/README.md", "design/architecture.png"]
precedence = "aggregate"
SPDX-FileCopyrightText = "2024 Carnegie Mellon University"
SPDX-License-Identifier = "CC0-1.0"