Skip to content

Commit 8744e25

Browse files
committed
chore: convert .reuse/dep5 to REUSE.toml
Log:
1 parent 21aa18c commit 8744e25

File tree

2 files changed

+58
-48
lines changed

2 files changed

+58
-48
lines changed

.reuse/dep5

Lines changed: 0 additions & 48 deletions
This file was deleted.

REUSE.toml

Lines changed: 58 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,58 @@
1+
version = 1
2+
SPDX-PackageName = "dde-session"
3+
SPDX-PackageSupplier = "UnionTech Software Technology Co., Ltd. <>"
4+
SPDX-PackageDownloadLocation = "https://github.com/linuxdeepin/dde-session"
5+
6+
[[annotations]]
7+
path = ["README.md", "README.zh_CN.md", "CHANGELOG.md", "docs/**"]
8+
precedence = "aggregate"
9+
SPDX-FileCopyrightText = "UnionTech Software Technology Co., Ltd."
10+
SPDX-License-Identifier = "CC-BY-4.0"
11+
12+
[[annotations]]
13+
path = ["**.pro", "**.prf", "**.pri", "**CMakeLists.txt"]
14+
precedence = "aggregate"
15+
SPDX-FileCopyrightText = "None"
16+
SPDX-License-Identifier = "CC0-1.0"
17+
18+
[[annotations]]
19+
path = "dbus/**.xml"
20+
precedence = "aggregate"
21+
SPDX-FileCopyrightText = "UnionTech Software Technology Co., Ltd."
22+
SPDX-License-Identifier = "LGPL-3.0-or-later"
23+
24+
[[annotations]]
25+
path = ["dbus/**.service", "systemd/**", "tools/**.service", "tools/dde-login-reminder/translations/**.ts"]
26+
precedence = "aggregate"
27+
SPDX-FileCopyrightText = "UnionTech Software Technology Co., Ltd."
28+
SPDX-License-Identifier = "LGPL-3.0-or-later"
29+
30+
[[annotations]]
31+
path = [".github/**", ".gitlab-ci.yml", ".obs/workflows.yml"]
32+
precedence = "aggregate"
33+
SPDX-FileCopyrightText = "None"
34+
SPDX-License-Identifier = "CC0-1.0"
35+
36+
[[annotations]]
37+
path = ".gitignore"
38+
precedence = "aggregate"
39+
SPDX-FileCopyrightText = "None"
40+
SPDX-License-Identifier = "CC0-1.0"
41+
42+
[[annotations]]
43+
path = ["src/**.xml", ".clog.toml", "configs/**.json", "src/**conf", "**.sh", "src/**.yaml", ".tx/config", ".tx/transifex.yaml", "tools/dde-login-reminder/dde-login-reminder.desktop"]
44+
precedence = "aggregate"
45+
SPDX-FileCopyrightText = "None"
46+
SPDX-License-Identifier = "CC0-1.0"
47+
48+
[[annotations]]
49+
path = ["rpm/**", "debian/**", "archlinux/**", "misc/**"]
50+
precedence = "aggregate"
51+
SPDX-FileCopyrightText = "None"
52+
SPDX-License-Identifier = "CC0-1.0"
53+
54+
[[annotations]]
55+
path = "toolGenerate/**/**"
56+
precedence = "aggregate"
57+
SPDX-FileCopyrightText = "None"
58+
SPDX-License-Identifier = "CC0-1.0"

0 commit comments

Comments
 (0)