-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathREUSE.toml
More file actions
66 lines (57 loc) · 2.41 KB
/
REUSE.toml
File metadata and controls
66 lines (57 loc) · 2.41 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
version = 1
SPDX-PackageName = "KDUtils"
SPDX-PackageSupplier = "Paul Lemire <paul.lemire@kdab.com>"
SPDX-PackageDownloadLocation = "https://github.com/KDAB/KDUtils"
#misc source code
[[annotations]]
path = ["CMakePresets.json", "CMakeUserPresets-example.json"]
precedence = "aggregate"
SPDX-FileCopyrightText = "Klarälvdalens Datakonsult AB, a KDAB Group company <info@kdab.com>"
SPDX-License-Identifier = "MIT"
#misc documentation
[[annotations]]
path = ["ChangeLog", "**README.md"]
precedence = "aggregate"
SPDX-FileCopyrightText = "Klarälvdalens Datakonsult AB, a KDAB Group company <info@kdab.com>"
SPDX-License-Identifier = "MIT"
#misc config files
[[annotations]]
path = [".pre-commit-config.yaml", ".codespellrc", ".krazy", ".cmake-format.py", "**.clang-format", ".clang-tidy", "**.gitignore", ".gitmodules", ".gitreview", ".markdownlint.jsonc", "appveyor.yml", "REUSE.toml", "vcpkg.json", "vcpkg-configuration.json"]
precedence = "aggregate"
SPDX-FileCopyrightText = "Klarälvdalens Datakonsult AB, a KDAB Group company <info@kdab.com>"
SPDX-License-Identifier = "BSD-3-Clause"
#android build system files
[[annotations]]
path = ["**gradle-wrapper.jar", "**gradle-wrapper.properties", "**gradlew*"]
precedence = "aggregate"
SPDX-FileCopyrightText = "Gradle, Inc."
SPDX-License-Identifier = "Apache-2.0"
#artwork
[[annotations]]
path = ["**.webp", "**.png", "**ic_launcher*.xml"]
precedence = "aggregate"
SPDX-FileCopyrightText = "2025 Klarälvdalens Datakonsult AB, a KDAB Group company <info@kdab.com>"
SPDX-License-Identifier = "MIT"
#example assets
[[annotations]]
path = ["examples/filesystem/assets/text**"]
precedence = "aggregate"
SPDX-FileCopyrightText = "2025 Klarälvdalens Datakonsult AB, a KDAB Group company <info@kdab.com>"
SPDX-License-Identifier = "MIT"
#3rdparty
[[annotations]]
path = "cmake/CodeCoverage.cmake"
precedence = "aggregate"
SPDX-FileCopyrightText = "Copyright (c) 2012 - 2017, Lars Bilke"
SPDX-License-Identifier = "BSD-3-Clause"
[[annotations]]
path = ["cmake/ECM/modules/**", "cmake/ECM/find-modules/**"]
precedence = "aggregate"
SPDX-FileCopyrightText = "The KDE Project"
SPDX-License-Identifier = "BSD-3-Clause"
[[annotations]]
path = ["3rdparty/fakeit/fakeit.hpp"]
precedence = "aggregate"
SPDX-FileCopyrightText = "Copyright (c) 2013 Eran Pe'er"
SPDX-License-Identifier = "MIT"
SPDX-PackageDownloadLocation = "https://raw.githubusercontent.com/eranpeer/FakeIt/refs/tags/2.4.1/single_header/doctest/fakeit.hpp"