lpac/REUSE.toml
septs 5e25d551a2
refactor(ci): lightweight clang-format lint (#369)
Co-authored-by: Coelacanthus <uwu@coelacanthus.name>
2025-09-26 00:04:57 +08:00

51 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",
".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"