-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #100 from KDAB/work/winterz/reuse_convert
reuse - convert to REUSE.toml
- Loading branch information
Showing
2 changed files
with
52 additions
and
38 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,52 @@ | ||
version = 1 | ||
SPDX-PackageName = "KDBindings" | ||
SPDX-PackageSupplier = "<[email protected]>" | ||
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 <[email protected]>" | ||
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 <[email protected]>" | ||
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 <[email protected]>" | ||
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 <[email protected]>" | ||
SPDX-License-Identifier = "MIT" | ||
|
||
# doxygen awesome | ||
[[annotations]] | ||
path = "docs/api/doxygen-awesome.css" | ||
precedence = "aggregate" | ||
SPDX-FileCopyrightText = "2021 - 2023 jothepro" | ||
SPDX-License-Identifier = "MIT" |