-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathREUSE.toml
More file actions
35 lines (33 loc) · 1.09 KB
/
REUSE.toml
File metadata and controls
35 lines (33 loc) · 1.09 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
version = 1
[[annotations]]
path = [
"REUSE.toml",
"CMakePresets.json",
".gitignore",
".gitmodules",
"README.md",
"CMakeLists.txt",
"CMakeUserPresets.json",
"clientsample/CMakeLists.txt",
"clientsample/CMakeSettings.json",
"clientsample/samples/block-add.bat",
"clientsample/samples/block-remove.bat",
"clientsample/samples/friend-add.bat",
"clientsample/samples/friend-remove.bat",
"clientsample/samples/login.bat",
"clientsample/samples/register.bat",
"clientsample/samples/score-board.bat",
"clientsample/samples/score-get-npid.bat",
"clientsample/samples/score-range.bat",
"clientsample/samples/score-record.bat",
"clientsample/samples/setup-test-accounts.bat",
"clientsample/samples/walkthrough-block.bat",
"clientsample/samples/walkthrough-friends.bat",
"clientsample/samples/walkthrough-scores.bat",
"documentation/database.md",
"documentation/protocol.md",
"externals/CMakeLists.txt",
]
precedence = "aggregate"
SPDX-FileCopyrightText = "shadNet Project"
SPDX-License-Identifier = "GPL-2.0-or-later"