Skip to content

Commit

Permalink
reuse - convert to REUSE.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
Allen Winter committed Nov 22, 2024
1 parent a0ed4d6 commit 403eccc
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 28 deletions.
28 changes: 0 additions & 28 deletions .reuse/dep5

This file was deleted.

38 changes: 38 additions & 0 deletions REUSE.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
version = 1
SPDX-PackageName = "KDUtils"
SPDX-PackageSupplier = "Paul Lemire <[email protected]>"
SPDX-PackageDownloadLocation = "https://github.com/KDAB/KDUtils"

#misc source code
[[annotations]]
path = ["CMakePresets.json", "CMakeUserPresets-example.json"]
precedence = "aggregate"
SPDX-FileCopyrightText = "Klarälvdalens Datakonsult AB, a KDAB Group company <[email protected]>"
SPDX-License-Identifier = "MIT"

#misc documentation
[[annotations]]
path = ["ChangeLog", "README.md"]
precedence = "aggregate"
SPDX-FileCopyrightText = "Klarälvdalens Datakonsult AB, a KDAB Group company <[email protected]>"
SPDX-License-Identifier = "MIT"

#misc config files
[[annotations]]
path = [".pre-commit-config.yaml", ".codespellrc", ".krazy", ".cmake-format.py", ".clang-format", ".clang-tidy", ".gitignore", ".gitreview", ".markdownlint.jsonc", "appveyor.yml", "REUSE.toml"]
precedence = "aggregate"
SPDX-FileCopyrightText = "Klarälvdalens Datakonsult AB, a KDAB Group company <[email protected]>"
SPDX-License-Identifier = "BSD-3-Clause"

#3rdparty
[[annotations]]
path = "cmake/CodeCoverage.cmake"
precedence = "aggregate"
SPDX-FileCopyrightText = "Copyright (c) 2012 - 2017, Lars Bilke"
SPDX-License-Identifier = "BSD-3-Clause"

[[annotations]]
path = ["cmake/ECM/modules/**", "cmake/ECM/find-modules/**"]
precedence = "aggregate"
SPDX-FileCopyrightText = "The KDE Project"
SPDX-License-Identifier = "BSD-3-Clause"

0 comments on commit 403eccc

Please sign in to comment.