-
Notifications
You must be signed in to change notification settings - Fork 30
/
Copy pathREUSE.toml
52 lines (45 loc) · 1.79 KB
/
REUSE.toml
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
version = 1
SPDX-PackageName = "KDBindings"
SPDX-PackageSupplier = "<info@kdab.com>"
SPDX-PackageDownloadLocation = "https://www.github.com/KDAB/KDBindings"
#documentation
[[annotations]]
path = ["README.md", "ChangeLog", "docs/api/**"]
precedence = "aggregate"
SPDX-FileCopyrightText = "Klarälvdalens Datakonsult AB, a KDAB Group company <info@kdab.com>"
SPDX-License-Identifier = "MIT"
#artwork
[[annotations]]
path = ["docs/api/**.png", "docs/api/mkdocs/docs/assets/**.svg"]
precedence = "aggregate"
SPDX-FileCopyrightText = "Klarälvdalens Datakonsult AB, a KDAB Group company <info@kdab.com>"
SPDX-License-Identifier = "MIT"
#3rdparty cmake
[[annotations]]
path = "cmake/ECM/modules/**"
precedence = "aggregate"
SPDX-FileCopyrightText = "The KDE Project"
SPDX-License-Identifier = "BSD-3-Clause"
#misc config files
[[annotations]]
path = [".pre-commit-config.yaml", ".codespellrc", ".krazy", ".cmake-format.py", ".clang-format", ".clazy", ".gitignore", ".markdownlint.json", ".pep8", ".pylintrc", "CMakePresets.json", "CMakeSettings.json", "CMakeUserPresets-example.json", "docs/api/Doxyfile.cmake", "distro/**", "REUSE.toml"]
precedence = "aggregate"
SPDX-FileCopyrightText = "Klarälvdalens Datakonsult AB, a KDAB Group company <info@kdab.com>"
SPDX-License-Identifier = "BSD-3-Clause"
#3rdparty C++
[[annotations]]
path = "src/kdbindings/genindex_array.h"
precedence = "aggregate"
SPDX-FileCopyrightText = "2021 Jeremy Burns"
SPDX-License-Identifier = "MIT"
[[annotations]]
path = "tests/doctest/doctest.h"
precedence = "aggregate"
SPDX-FileCopyrightText = "2016-2021 Viktor Kirilov <vik.kirilov@gmail.com>"
SPDX-License-Identifier = "MIT"
# doxygen awesome
[[annotations]]
path = "docs/api/doxygen-awesome.css"
precedence = "aggregate"
SPDX-FileCopyrightText = "2021 - 2023 jothepro"
SPDX-License-Identifier = "MIT"