-
Notifications
You must be signed in to change notification settings - Fork 187
Expand file tree
/
Copy pathREUSE.toml
More file actions
94 lines (79 loc) · 3.24 KB
/
Copy pathREUSE.toml
File metadata and controls
94 lines (79 loc) · 3.24 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
version = 1
SPDX-PackageName = "dde-file-manager"
SPDX-PackageSupplier = "UnionTech Software Technology Co., Ltd. <>"
SPDX-PackageDownloadLocation = "https://github.com/linuxdeepin/dde-file-manager"
[[annotations]]
path = [".gitlab-ci.yml", ".obs/workflows.yml"]
precedence = "aggregate"
SPDX-FileCopyrightText = "None"
SPDX-License-Identifier = "CC0-1.0"
[[annotations]]
path = ".github/**"
precedence = "aggregate"
SPDX-FileCopyrightText = "None"
SPDX-License-Identifier = "CC0-1.0"
[[annotations]]
path = [".gitignore", ".clang-format", ".clog.toml", ".project.json", ".qmake.conf"]
precedence = "aggregate"
SPDX-FileCopyrightText = "None"
SPDX-License-Identifier = "CC0-1.0"
[[annotations]]
path = "debian/**"
precedence = "aggregate"
SPDX-FileCopyrightText = "None"
SPDX-License-Identifier = "CC0-1.0"
[[annotations]]
path = ["**.qrc", ".tx/**", "**CMakeLists.txt", "**.cmake", "**.cmake.in", "**.pc.in"]
precedence = "aggregate"
SPDX-FileCopyrightText = "None"
SPDX-License-Identifier = "CC0-1.0"
[[annotations]]
path = ["src/**.json", "src/**.xml", "src/**.policy", "src/**/pinyin.dict", "src/**.js", "src/**.ini", "src/**.qss", "src/**.theme", "src/**/templates/**", "src/**.psd", "src/**/com.deepin.filemanager.daemon.conf", "src/dfm-base/qrc/configure/**.cpp", "examples/**", "src/services/**.conf", "src/services/**.pkla"]
precedence = "aggregate"
SPDX-FileCopyrightText = "None"
SPDX-License-Identifier = "CC0-1.0"
[[annotations]]
path = ["README.md", "README.zh_CN.md", "docs/**", "**/README.md"]
precedence = "aggregate"
SPDX-FileCopyrightText = "2026 UnionTech Software Technology Co., Ltd."
SPDX-License-Identifier = "CC-BY-4.0"
[[annotations]]
path = "translations/**.ts"
precedence = "aggregate"
SPDX-FileCopyrightText = "2026 UnionTech Software Technology Co., Ltd."
SPDX-License-Identifier = "GPL-3.0-or-later"
[[annotations]]
path = ["**/assets/**"]
precedence = "aggregate"
SPDX-FileCopyrightText = "2026 UnionTech Software Technology Co., Ltd."
SPDX-License-Identifier = "GPL-3.0-or-later"
[[annotations]]
path = ["src/**.png", "src/**.svg", "src/**.jpg", "src/**.dci"]
precedence = "aggregate"
SPDX-FileCopyrightText = "2026 UnionTech Software Technology Co., Ltd."
SPDX-License-Identifier = "GPL-3.0-or-later"
[[annotations]]
path = "src/**.desktop"
precedence = "aggregate"
SPDX-FileCopyrightText = "2026 UnionTech Software Technology Co., Ltd."
SPDX-License-Identifier = "GPL-3.0-or-later"
[[annotations]]
path = "src/**.service"
precedence = "aggregate"
SPDX-FileCopyrightText = "2026 UnionTech Software Technology Co., Ltd."
SPDX-License-Identifier = "GPL-3.0-or-later"
[[annotations]]
path = "3rdparty/testutils/cpp-stub/**"
precedence = "aggregate"
SPDX-FileCopyrightText = "2019 coolxv"
SPDX-License-Identifier = "MIT"
[[annotations]]
path = "3rdparty/testutils/stub-ext/**"
precedence = "aggregate"
SPDX-FileCopyrightText = "2026 UnionTech Software Technology Co., Ltd."
SPDX-License-Identifier = "MIT"
[[annotations]]
path = ["src/**/**dbus_interface.**", "src/**/**dbus_adaptor.**", "src/**/dbus**/**", "src/plugins/daemon/daemonplugin-mountcontrol/private/mountcontrol_adapter.**", "src/plugins/desktop/ddplugin-background/appearance_interface.**"]
precedence = "aggregate"
SPDX-FileCopyrightText = "2016 The Qt Company Ltd."
SPDX-License-Identifier = "CC0-1.0"