diff --git a/.reuse/dep5 b/.reuse/dep5 deleted file mode 100644 index a15570b..0000000 --- a/.reuse/dep5 +++ /dev/null @@ -1,28 +0,0 @@ -Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ -Upstream-Name: KDUtils -Upstream-Contact: Paul Lemire -Source: https://github.com/KDAB/KDUtils - -#misc source code -Files: CMakePresets.json CMakeUserPresets-example.json -Copyright: Klarälvdalens Datakonsult AB, a KDAB Group company -License: MIT - -#misc documentation -Files: ChangeLog README.md -Copyright: Klarälvdalens Datakonsult AB, a KDAB Group company -License: MIT - -#misc config files -Files: .pre-commit-config.yaml .codespellrc .krazy .cmake-format .clang-format .clang-tidy .gitignore .gitreview .markdownlint.jsonc appveyor.yml -Copyright: Klarälvdalens Datakonsult AB, a KDAB Group company -License: BSD-3-Clause - -#3rdparty -Files: cmake/CodeCoverage.cmake -Copyright: Copyright (c) 2012 - 2017, Lars Bilke -License: BSD-3-Clause - -Files: cmake/ECM/modules/* cmake/ECM/find-modules/* -Copyright: The KDE Project -License: BSD-3-Clause diff --git a/REUSE.toml b/REUSE.toml new file mode 100644 index 0000000..e70d694 --- /dev/null +++ b/REUSE.toml @@ -0,0 +1,38 @@ +version = 1 +SPDX-PackageName = "KDUtils" +SPDX-PackageSupplier = "Paul Lemire " +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 " +SPDX-License-Identifier = "MIT" + +#misc documentation +[[annotations]] +path = ["ChangeLog", "README.md"] +precedence = "aggregate" +SPDX-FileCopyrightText = "Klarälvdalens Datakonsult AB, a KDAB Group company " +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 " +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"