forked from KDAB/KDDockWidgets
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREUSE.toml
More file actions
170 lines (161 loc) · 5.3 KB
/
Copy pathREUSE.toml
File metadata and controls
170 lines (161 loc) · 5.3 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
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
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-Flutter.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",
"examples/flutter/assets/**.png",
"src/flutter/dart/assets/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"
# Flutter
[[annotations]]
path = [
"examples/flutter/assets/**",
"examples/flutter/macos/Runner/Configs/AppInfo.xcconfig",
"examples/flutter/.metadata",
"examples/flutter/macos/Runner/Assets.xcassets/**",
"examples/flutter/macos/Runner.xcodeproj/**",
"examples/flutter/macos/Flutter/**",
"examples/flutter/macos/Runner.xcworkspace/**",
"examples/flutter/macos/.gitignore",
"examples/flutter/macos/Runner/Configs/**.xcconfig",
"examples/flutter/macos/Runner/Base.lproj/MainMenu.xib",
"examples/flutter/macos/Runner/DebugProfile.entitlements",
"examples/flutter/macos/Runner/Info.plist",
"examples/flutter/macos/Runner/Release.entitlements",
"examples/flutter/windows/runner/resources/app_icon.ico",
"examples/flutter/windows/runner/runner.exe.manifest",
"tests/flutter/assets/**",
"tests/flutter/macos/Runner/Configs/AppInfo.xcconfig",
"tests/flutter/.metadata",
"tests/flutter/macos/Runner/Assets.xcassets/**",
"tests/flutter/macos/Runner.xcodeproj/**",
"tests/flutter/macos/Flutter/**",
"tests/flutter/macos/Runner.xcworkspace/**",
"tests/flutter/macos/.gitignore",
"tests/flutter/macos/Runner/Configs/**.xcconfig",
"tests/flutter/macos/Runner/Base.lproj/MainMenu.xib",
"tests/flutter/macos/Runner/DebugProfile.entitlements",
"tests/flutter/macos/Runner/Info.plist",
"tests/flutter/macos/Runner/Release.entitlements",
"tests/flutter/windows/runner/resources/app_icon.ico",
"tests/flutter/windows/runner/runner.exe.manifest",
]
precedence = "aggregate"
SPDX-FileCopyrightText = "Copyright 2013-2014 The Flutter Authors"
SPDX-License-Identifier = "LicenseRef-FlutterBSD"
# 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"