-
Notifications
You must be signed in to change notification settings - Fork 196
Expand file tree
/
Copy pathREUSE.toml
More file actions
129 lines (121 loc) · 3.53 KB
/
Copy pathREUSE.toml
File metadata and controls
129 lines (121 loc) · 3.53 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
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
version = 1
SPDX-PackageName = "KDDockWidgets"
SPDX-PackageSupplier = "<info@kdab.com>"
SPDX-PackageDownloadLocation = "https://www.github.com/KDAB/KDDockWidgets"
#misc source code
[[annotations]]
path = ["**.qrc", "**.json", "**.xml", "**.ui"]
precedence = "aggregate"
SPDX-FileCopyrightText = "Klarälvdalens Datakonsult AB, a KDAB Group company <info@kdab.com>"
SPDX-License-Identifier = "GPL-2.0-only OR GPL-3.0-only"
#misc documentation
[[annotations]]
path = [
"CONTRIBUTORS.txt",
"Changelog",
"README.md",
"README-porting.md",
"README-QtQuick.md",
"README-WASM.md",
"README-Wayland.md",
"README-troubleshooting",
"3RDPARTY.md",
"version.txt",
"conan/README.txt",
"python/examples/README.txt",
"python/examples-qt6/README.txt",
"examples/qtquick/pure_qml/README.md",
"docs_devel/**.md",
"docs/KDDockWidgets-CopyrightAssignmentForm.pdf",
"**.html",
"src/3rdparty/qcoro/README",
"examples/qtquick/customseparator/README.md",
"docs/book/**",
"docs/developer/**.md",
"book.toml",
".github/ISSUE_TEMPLATE/bug_report.md",
".github/ISSUE_TEMPLATE/config.yml",
".github/copilot-instructions.md",
".qmllint.ini",
".zed/debug.json",
]
precedence = "aggregate"
SPDX-FileCopyrightText = "Klarälvdalens Datakonsult AB, a KDAB Group company <info@kdab.com>"
SPDX-License-Identifier = "GPL-2.0-only OR GPL-3.0-only"
#misc config files
[[annotations]]
path = [
".pre-commit-config.yaml",
".codespellrc",
".krazy",
".cmake-format.py",
".clang-format",
".clangd",
".clazy",
".clang-tidy",
".gitignore",
".gitmodules",
".markdownlint.json",
".pep8",
".pylintrc",
".editorconfig",
".shellcheckrc",
"mkdocs.yml",
".github/workflows/mdbook.yml",
"code.code-workspace",
"code.code-workspace.template",
"docs/api/Doxyfile.cmake",
"distro/**",
"**.yaml",
".github/workflows/pip-requirements.txt",
"valgrind.sup",
"REUSE.toml",
"src/3rdparty/kdbindings/sha1.txt",
"src/3rdparty/nlohmann/nlohmann/sha1.txt",
"examples/vcpkg/.gitignore",
"version.txt"
]
precedence = "aggregate"
SPDX-FileCopyrightText = "Klarälvdalens Datakonsult AB, a KDAB Group company <info@kdab.com>"
SPDX-License-Identifier = "BSD-3-Clause"
#artwork
[[annotations]]
path = [
"screencap.gif",
"images/**",
"src/img/**",
"docs/api/**.png",
"examples/dockwidgets/assets/**.png",
"src/img/classic_indicators/**.png",
]
precedence = "aggregate"
SPDX-FileCopyrightText = "Klarälvdalens Datakonsult AB, a KDAB Group company <info@kdab.com>"
SPDX-License-Identifier = "GPL-2.0-only OR GPL-3.0-only"
#3rdparty ECM (a few are missing reuse headers)
[[annotations]]
path = [
"cmake/ECM/modules/ECMVersionHeader.h.in",
"cmake/ECM/modules/ecm_uninstall.cmake.in",
"cmake/ECM/modules/BSD-3-Clause.txt",
]
precedence = "aggregate"
SPDX-FileCopyrightText = "The KDE Project"
SPDX-License-Identifier = "BSD-3-Clause"
#3rdparty C++
[[annotations]]
path = "src/3rdparty/kdbindings/genindex_array.h"
precedence = "aggregate"
SPDX-FileCopyrightText = "2021 Jeremy Burns"
SPDX-License-Identifier = "MIT"
# doxygen awesome
[[annotations]]
path = "docs/api/doxygen-awesome.css"
precedence = "aggregate"
SPDX-FileCopyrightText = "2021 - 2023 jothepro"
SPDX-License-Identifier = "MIT"
# Slint
[[annotations]]
path = "src/core/layouting/examples/slint/slint-logo-full-dark-large.png"
precedence = "aggregate"
SPDX-FileCopyrightText = "Copyright SixtyFPS GmbH <info@slint.dev>"
SPDX-License-Identifier = "GPL-3.0-only"