-
Notifications
You must be signed in to change notification settings - Fork 139
Expand file tree
/
Copy pathREUSE.toml
More file actions
43 lines (39 loc) · 983 Bytes
/
Copy pathREUSE.toml
File metadata and controls
43 lines (39 loc) · 983 Bytes
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
version = 1
SPDX-PackageName = "areg-sdk"
SPDX-PackageSupplier = "Aregtech (Artak Avetyan)"
SPDX-PackageDownloadLocation = "https://github.com/aregtech/areg-sdk"
[[annotations]]
path = [
".github/**",
".gitattributes",
".gitignore",
"CMakeLists.txt",
"CODE_OF_CONDUCT.md",
"CONTRIBUTING.md",
"README.md",
"Releases.md",
"areg.cmake",
"areg-sdk.sln",
"msvc_setup.props",
"nuget.config",
"conf/**",
"docs/**",
"examples/**",
"framework/**",
"tests/**",
"tools/**",
"thirdparty/**",
]
precedence = "aggregate"
SPDX-FileCopyrightText = "2017-2026 Aregtech (Artak Avetyan)"
SPDX-License-Identifier = "Apache-2.0"
[[annotations]]
path = [
"thirdparty/sqlite3/amalgamation/shell.c",
"thirdparty/sqlite3/amalgamation/sqlite3.c",
"thirdparty/sqlite3/amalgamation/sqlite3.h",
"thirdparty/sqlite3/amalgamation/sqlite3ext.h",
]
precedence = "aggregate"
SPDX-FileCopyrightText = "NONE"
SPDX-License-Identifier = "LicenseRef-SQLite-Public-Domain"