lpac/REUSE.toml
Coelacanthus 3f132284a8 chore: assign MIT to .clang-format and .git-blame-ignore-revs
Signed-off-by: Coelacanthus <uwu@coelacanthus.name>
2025-08-15 23:11:39 +08:00

54 lines
1.2 KiB
TOML

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",
".git-blame-ignore-revs",
".gitignore"
]
SPDX-FileCopyrightText = "2023-2025 ESTKME TECHNOLOGY LIMITED, Hong Kong"
SPDX-License-Identifier = "MIT"
[[annotations]]
path = ["cjson/**"]
SPDX-FileCopyrightText = "2009-2017 Dave Gamble and cJSON contributors"
SPDX-FileContributor = [
"ESTKME TECHNOLOGY LIMITED, Hong Kong",
"Celeste Liu"
]
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"