Skip to content

Commit 173f400

Browse files
committed
chore: update reuse.toml
Signed-off-by: ComixHe <ComixHe1895@outlook.com>
1 parent 0ec0aa8 commit 173f400

1 file changed

Lines changed: 19 additions & 35 deletions

File tree

REUSE.toml

Lines changed: 19 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -1,73 +1,57 @@
11
version = 1
2-
SPDX-PackageName = "linglong-box"
2+
SPDX-PackageName = "linyaps-box"
33
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"
55

66
[[annotations]]
77
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",
1415
]
1516
precedence = "aggregate"
1617
SPDX-FileCopyrightText = "UnionTech Software Technology Co., Ltd."
1718
SPDX-License-Identifier = "CC0-1.0"
1819

1920
[[annotations]]
2021
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/**",
2328
]
24-
precedence = "aggregate"
25-
SPDX-FileCopyrightText = "UnionTech Software Technology Co., Ltd."
26-
SPDX-License-Identifier = "CC-BY-4.0"
2729

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"]
3531
precedence = "aggregate"
3632
SPDX-FileCopyrightText = "UnionTech Software Technology Co., Ltd."
3733
SPDX-License-Identifier = "CC0-1.0"
3834

3935
[[annotations]]
40-
path = [".clang-format", ".cmake-format.py"]
36+
path = ["README.md", "README.zh_CN.md"]
4137
precedence = "aggregate"
4238
SPDX-FileCopyrightText = "UnionTech Software Technology Co., Ltd."
43-
SPDX-License-Identifier = "CC0-1.0"
39+
SPDX-License-Identifier = "CC-BY-4.0"
4440

4541
[[annotations]]
4642
path = ["cmake/CPM.cmake"]
4743
precedence = "aggregate"
4844
SPDX-FileCopyrightText = "2019-2023 Lars Melchior and contributors"
4945
SPDX-License-Identifier = "MIT"
5046

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-
5747
[[annotations]]
5848
path = ["external/nlohmann_json/include/**"]
5949
precedence = "aggregate"
60-
SPDX-FileCopyrightText = "2013-2023 Niels Lohmann <https://nlohmann.me>"
50+
SPDX-FileCopyrightText = "2013-2025 Niels Lohmann <https://nlohmann.me>"
6151
SPDX-License-Identifier = "MIT"
6252

6353
[[annotations]]
6454
path = ["external/CLI11/include/**"]
6555
precedence = "aggregate"
6656
SPDX-FileCopyrightText = "2017-2025 University of Cincinnati, developed by Henry Schreiner under NSF AWARD 1414736."
6757
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

Comments
 (0)