Skip to content

Commit

Permalink
Merge pull request #100 from KDAB/work/winterz/reuse_convert
Browse files Browse the repository at this point in the history
reuse - convert to REUSE.toml
  • Loading branch information
iamsergio authored Nov 24, 2024
2 parents 02a987c + fbc130e commit 1000b51
Show file tree
Hide file tree
Showing 2 changed files with 52 additions and 38 deletions.
38 changes: 0 additions & 38 deletions .reuse/dep5

This file was deleted.

52 changes: 52 additions & 0 deletions REUSE.toml
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"

0 comments on commit 1000b51

Please sign in to comment.