forked from estkme-group/lpac
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREUSE.toml
More file actions
51 lines (46 loc) · 1.19 KB
/
REUSE.toml
File metadata and controls
51 lines (46 loc) · 1.19 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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
version = 1
[[annotations]]
path = [
"src/**",
"driver/**",
"utils/**",
]
SPDX-FileCopyrightText = "2023-2025 ESTKME TECHNOLOGY LIMITED, Hong Kong"
SPDX-License-Identifier = "AGPL-3.0-only"
[[annotations]]
path = ["euicc/**"]
SPDX-FileCopyrightText = "2023-2025 ESTKME TECHNOLOGY LIMITED, Hong Kong"
SPDX-License-Identifier = "LGPL-2.1-only OR LicenseRef-ESTKME-Commercial"
[[annotations]]
path = [
# Auxiliary files
".github/**",
# Build system files
"cmake/**",
"CMakeLists.txt",
# Documents
"docs/**",
"README.md",
# Config for other tools
".editorconfig",
".clang-format",
".clang-format-ignore",
".git-blame-ignore-revs",
".gitignore"
]
SPDX-FileCopyrightText = "2023-2025 ESTKME TECHNOLOGY LIMITED, Hong Kong"
SPDX-License-Identifier = "MIT"
[[annotations]]
path = ["cjson-ext/**"]
SPDX-FileCopyrightText = "2023-2025 ESTKME TECHNOLOGY LIMITED, Hong Kong"
SPDX-License-Identifier = "MIT"
[[annotations]]
path = ["dlfcn-win32/**"]
SPDX-FileCopyrightText = "2007 Ramiro Polla"
SPDX-FileContributor = [
"ESTKME TECHNOLOGY LIMITED, Hong Kong",
"Celeste Liu",
"IcedTangerine",
"Yegor Yefremov"
]
SPDX-License-Identifier = "MIT"