-
Notifications
You must be signed in to change notification settings - Fork 46
/
REUSE.toml
46 lines (40 loc) · 1.71 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
version = 1
SPDX-PackageName = "KDToolBox"
SPDX-PackageSupplier = "<[email protected]>"
SPDX-PackageDownloadLocation = "http://github.com/KDABLabs/KDToolBox"
#misc source code
[[annotations]]
path = ["qt/stringtokenizer/include/QStringTokenizer", "qt/stringtokenizer/include/QtCore/QStringTokenizer", "**.qrc", "**.json", "**.ui"]
precedence = "aggregate"
SPDX-FileCopyrightText = "Klarälvdalens Datakonsult AB, a KDAB Group company <[email protected]>"
SPDX-License-Identifier = "MIT"
#misc documentation
[[annotations]]
path = "**.md"
precedence = "aggregate"
SPDX-FileCopyrightText = "Klarälvdalens Datakonsult AB, a KDAB Group company <[email protected]>"
SPDX-License-Identifier = "MIT"
#misc config files
[[annotations]]
path = [".clang-format", ".clazy", ".cmake-format.py", ".codespellrc", ".gitignore", ".gitmodules", ".gitreview", ".krazy", ".pep8", ".pre-commit-config.yaml", ".pylintrc", ".qmake.conf", ".mdlrc", ".mdlrc.rb", "REUSE.toml"]
precedence = "aggregate"
SPDX-FileCopyrightText = "Klarälvdalens Datakonsult AB, a KDAB Group company <[email protected]>"
SPDX-License-Identifier = "MIT"
#artwork
[[annotations]]
path = "**.png"
precedence = "aggregate"
SPDX-FileCopyrightText = "Klarälvdalens Datakonsult AB, a KDAB Group company <[email protected]>"
SPDX-License-Identifier = "MIT"
#3rdparty fmt
[[annotations]]
path = "qt/qt_fmt/fmt"
precedence = "aggregate"
SPDX-FileCopyrightText = "Copyright (c) 2012 - present, Victor Zverovich and {fmt} contributors"
SPDX-License-Identifier = "MIT"
#3rdparty from Qt
[[annotations]]
path = "qt/qt6_natvis/qt6.natvis"
precedence = "aggregate"
SPDX-FileCopyrightText = "Copyright (C) 2022 The Qt Company Ltd."
SPDX-License-Identifier = "LicenseRef-Qt-GPL-3.0-EXCEPTION OR LicenseRef-Qt-Commercial"