-
Notifications
You must be signed in to change notification settings - Fork 32
/
Copy pathREUSE.toml
58 lines (49 loc) · 2.65 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
53
54
55
56
57
58
version = 1
SPDX-PackageName = "KDStateMachineEditor"
SPDX-PackageSupplier = "<[email protected]>"
SPDX-PackageDownloadLocation = "https://www.github.com/KDAB/KDStateMachineEditor"
[[annotations]]
path = ["**.ui", "**.qrc", "**.scxml", "docs/api/Doxyfile.cmake", "src/view/qml/util/qmldir", "CMakePresets.json"]
precedence = "aggregate"
SPDX-FileCopyrightText = "Klarälvdalens Datakonsult AB, a KDAB Group company <[email protected]>"
SPDX-License-Identifier = "LGPL-2.1-only OR LicenseRef-KDAB-KDStateMachineEditor"
[[annotations]]
path = ["CHANGES", "INSTALL.txt", "README.md", "conan/README.txt", "data/scxml/README.txt", "docs/api/footer.html", "docs/KDStateMachineEditor-CopyrightAssignmentForm.pdf"]
precedence = "aggregate"
SPDX-FileCopyrightText = "Klarälvdalens Datakonsult AB, a KDAB Group company <[email protected]>"
SPDX-License-Identifier = "LGPL-2.1-only OR LicenseRef-KDAB-KDStateMachineEditor"
[[annotations]]
path = [".pre-commit-config.yaml", ".codespellrc", ".krazy", ".clang-tidy", ".gitignore", ".gitmodules", "appveyor.yml", "distro/**", ".clang-format", ".cmake-format.py", ".mdlrc", ".mdlrc.rb", "REUSE.toml"]
precedence = "aggregate"
SPDX-FileCopyrightText = "Klarälvdalens Datakonsult AB, a KDAB Group company <[email protected]>"
SPDX-License-Identifier = "BSD-3-Clause"
[[annotations]]
path = ["screenshots/**.png", "src/view/icons/**.png", "examples/qscxmldebugger/**.png", "docs/api/**.png"]
precedence = "aggregate"
SPDX-FileCopyrightText = "Klarälvdalens Datakonsult AB, a KDAB Group company <[email protected]>"
SPDX-License-Identifier = "LGPL-2.1-only OR LicenseRef-KDAB-KDStateMachineEditor"
[[annotations]]
path = "cmake/ECM/modules/**"
precedence = "aggregate"
SPDX-FileCopyrightText = "The KDE Project"
SPDX-License-Identifier = "BSD-3-Clause"
[[annotations]]
path = ["examples/qscxmldebugger/trafficlight.**", "examples/qsmdebugger/trafficlight.**"]
precedence = "aggregate"
SPDX-FileCopyrightText = "2016 The Qt Company Ltd"
SPDX-License-Identifier = "BSD-3-Clause OR LicenseRef-Qt-Commercial"
[[annotations]]
path = ["src/view/quick/qopengl2pexvertexarray.cpp", "src/view/quick/qopengl2pexvertexarray_p.h"]
precedence = "aggregate"
SPDX-FileCopyrightText = "2013 Digia Plc and/or its subsidiary(-ies)."
SPDX-License-Identifier = "LGPL-2.1-only OR GPL-3.0-only OR LicenseRef-Qt-Commercial"
[[annotations]]
path = ["src/view/widgets/codeeditor.cpp", "src/view/widgets/codeeditor_p.h"]
precedence = "aggregate"
SPDX-FileCopyrightText = "2013 Digia Plc and/or its subsidiary(-ies)."
SPDX-License-Identifier = "BSD-3-Clause"
[[annotations]]
path = "docs/api/doxygen-awesome.css"
precedence = "aggregate"
SPDX-FileCopyrightText = "2021 - 2023 jothepro"
SPDX-License-Identifier = "MIT"