|
1 | 1 | version = 1 |
2 | | -SPDX-PackageName = "linglong-box" |
| 2 | +SPDX-PackageName = "linyaps-box" |
3 | 3 | SPDX-PackageSupplier = "UnionTech Software Technology Co., Ltd. <>" |
4 | | -SPDX-PackageDownloadLocation = "https://github.com/linuxdeepin/linglong-box" |
| 4 | +SPDX-PackageDownloadLocation = "https://github.com/OpenAtom-Linyaps/linyaps-box" |
5 | 5 |
|
6 | 6 | [[annotations]] |
7 | 7 | path = [ |
8 | | - ".github/**", |
9 | | - ".gitlab-ci.yml", |
10 | | - "tests/ll-box-st/**.json", |
11 | | - "tests/ll-box-st/*.txt", |
12 | | - "tests/ll-box-ut/data/**", |
13 | | - ".obs/workflows.yml", |
| 8 | + "**/CMakeLists.txt", |
| 9 | + "**/CMakePresets.json", |
| 10 | + "**/.gitignore", |
| 11 | + ".clang-format", |
| 12 | + ".cmake-format.py", |
| 13 | + "cmake.external/**", |
| 14 | + "external/*/CMakeLists.txt", |
14 | 15 | ] |
15 | 16 | precedence = "aggregate" |
16 | 17 | SPDX-FileCopyrightText = "UnionTech Software Technology Co., Ltd." |
17 | 18 | SPDX-License-Identifier = "CC0-1.0" |
18 | 19 |
|
19 | 20 | [[annotations]] |
20 | 21 | path = [ |
21 | | - "README.md", |
22 | | - "README.zh_CN.md", |
| 22 | + ".github/**", |
| 23 | + ".gitlab-ci.yml", |
| 24 | + ".obs/workflows.yml", |
| 25 | + "tests/ll-box-st/**.json", |
| 26 | + "tests/ll-box-st/*.txt", |
| 27 | + "tests/ll-box-ut/data/**", |
23 | 28 | ] |
24 | | -precedence = "aggregate" |
25 | | -SPDX-FileCopyrightText = "UnionTech Software Technology Co., Ltd." |
26 | | -SPDX-License-Identifier = "CC-BY-4.0" |
27 | 29 |
|
28 | | -[[annotations]] |
29 | | -path = [ |
30 | | - "CMakePresets.json", |
31 | | - "CMakeLists.txt", |
32 | | - ".gitignore", |
33 | | - "tests/ll-box-ut/.gitignore", |
34 | | -] |
| 30 | +exclude = ["**/cmake_test_discovery_*.json"] |
35 | 31 | precedence = "aggregate" |
36 | 32 | SPDX-FileCopyrightText = "UnionTech Software Technology Co., Ltd." |
37 | 33 | SPDX-License-Identifier = "CC0-1.0" |
38 | 34 |
|
39 | 35 | [[annotations]] |
40 | | -path = [".clang-format", ".cmake-format.py"] |
| 36 | +path = ["README.md", "README.zh_CN.md"] |
41 | 37 | precedence = "aggregate" |
42 | 38 | SPDX-FileCopyrightText = "UnionTech Software Technology Co., Ltd." |
43 | | -SPDX-License-Identifier = "CC0-1.0" |
| 39 | +SPDX-License-Identifier = "CC-BY-4.0" |
44 | 40 |
|
45 | 41 | [[annotations]] |
46 | 42 | path = ["cmake/CPM.cmake"] |
47 | 43 | precedence = "aggregate" |
48 | 44 | SPDX-FileCopyrightText = "2019-2023 Lars Melchior and contributors" |
49 | 45 | SPDX-License-Identifier = "MIT" |
50 | 46 |
|
51 | | -[[annotations]] |
52 | | -path = ["cmake.external/**"] |
53 | | -precedence = "aggregate" |
54 | | -SPDX-FileCopyrightText = "UnionTech Software Technology Co., Ltd." |
55 | | -SPDX-License-Identifier = "CC0-1.0" |
56 | | - |
57 | 47 | [[annotations]] |
58 | 48 | path = ["external/nlohmann_json/include/**"] |
59 | 49 | precedence = "aggregate" |
60 | | -SPDX-FileCopyrightText = "2013-2023 Niels Lohmann <https://nlohmann.me>" |
| 50 | +SPDX-FileCopyrightText = "2013-2025 Niels Lohmann <https://nlohmann.me>" |
61 | 51 | SPDX-License-Identifier = "MIT" |
62 | 52 |
|
63 | 53 | [[annotations]] |
64 | 54 | path = ["external/CLI11/include/**"] |
65 | 55 | precedence = "aggregate" |
66 | 56 | SPDX-FileCopyrightText = "2017-2025 University of Cincinnati, developed by Henry Schreiner under NSF AWARD 1414736." |
67 | 57 | SPDX-License-Identifier = "BSD-3-Clause" |
68 | | - |
69 | | -[[annotations]] |
70 | | -path = ["external/*/CMakeLists.txt"] |
71 | | -precedence = "aggregate" |
72 | | -SPDX-FileCopyrightText = "UnionTech Software Technology Co., Ltd." |
73 | | -SPDX-License-Identifier = "CC0-1.0" |
0 commit comments