74 lines
2.1 KiB
TOML
74 lines
2.1 KiB
TOML
version = 1
|
|
SPDX-PackageName = "linglong-box"
|
|
SPDX-PackageSupplier = "UnionTech Software Technology Co., Ltd. <>"
|
|
SPDX-PackageDownloadLocation = "https://github.com/linuxdeepin/linglong-box"
|
|
|
|
[[annotations]]
|
|
path = [
|
|
".github/**",
|
|
".gitlab-ci.yml",
|
|
"tests/ll-box-st/**.json",
|
|
"tests/ll-box-st/*.txt",
|
|
"tests/ll-box-ut/data/**",
|
|
".obs/workflows.yml",
|
|
]
|
|
precedence = "aggregate"
|
|
SPDX-FileCopyrightText = "UnionTech Software Technology Co., Ltd."
|
|
SPDX-License-Identifier = "CC0-1.0"
|
|
|
|
[[annotations]]
|
|
path = [
|
|
"README.md",
|
|
"README.zh_CN.md",
|
|
]
|
|
precedence = "aggregate"
|
|
SPDX-FileCopyrightText = "UnionTech Software Technology Co., Ltd."
|
|
SPDX-License-Identifier = "CC-BY-4.0"
|
|
|
|
[[annotations]]
|
|
path = [
|
|
"CMakePresets.json",
|
|
"CMakeLists.txt",
|
|
".gitignore",
|
|
"tests/ll-box-ut/.gitignore",
|
|
]
|
|
precedence = "aggregate"
|
|
SPDX-FileCopyrightText = "UnionTech Software Technology Co., Ltd."
|
|
SPDX-License-Identifier = "CC0-1.0"
|
|
|
|
[[annotations]]
|
|
path = [".clang-format", ".cmake-format.py"]
|
|
precedence = "aggregate"
|
|
SPDX-FileCopyrightText = "UnionTech Software Technology Co., Ltd."
|
|
SPDX-License-Identifier = "CC0-1.0"
|
|
|
|
[[annotations]]
|
|
path = ["cmake/CPM.cmake"]
|
|
precedence = "aggregate"
|
|
SPDX-FileCopyrightText = "2019-2023 Lars Melchior and contributors"
|
|
SPDX-License-Identifier = "MIT"
|
|
|
|
[[annotations]]
|
|
path = ["cmake.external/**"]
|
|
precedence = "aggregate"
|
|
SPDX-FileCopyrightText = "UnionTech Software Technology Co., Ltd."
|
|
SPDX-License-Identifier = "CC0-1.0"
|
|
|
|
[[annotations]]
|
|
path = ["external/nlohmann_json/include/**"]
|
|
precedence = "aggregate"
|
|
SPDX-FileCopyrightText = "2013-2023 Niels Lohmann <https://nlohmann.me>"
|
|
SPDX-License-Identifier = "MIT"
|
|
|
|
[[annotations]]
|
|
path = ["external/CLI11/include/**"]
|
|
precedence = "aggregate"
|
|
SPDX-FileCopyrightText = "2017-2025 University of Cincinnati, developed by Henry Schreiner under NSF AWARD 1414736."
|
|
SPDX-License-Identifier = "BSD-3-Clause"
|
|
|
|
[[annotations]]
|
|
path = ["external/*/CMakeLists.txt"]
|
|
precedence = "aggregate"
|
|
SPDX-FileCopyrightText = "UnionTech Software Technology Co., Ltd."
|
|
SPDX-License-Identifier = "CC0-1.0"
|