diff --git a/.reuse/dep5 b/.reuse/dep5 deleted file mode 100644 index 6c37ea1..0000000 --- a/.reuse/dep5 +++ /dev/null @@ -1,38 +0,0 @@ -Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ -Upstream-Name: KDBindings -Upstream-Contact: -Source: https://www.github.com/KDAB/KDBindings - -#documentation -Files: README.md ChangeLog docs/api/* -Copyright: Klarälvdalens Datakonsult AB, a KDAB Group company -License: MIT - -#artwork -Files: docs/api/*.png docs/api/mkdocs/docs/assets/*.svg -Copyright: Klarälvdalens Datakonsult AB, a KDAB Group company -License: MIT - -#3rdparty cmake -Files: cmake/ECM/modules/* -Copyright: The KDE Project -License: BSD-3-Clause - -#misc config files -Files: .pre-commit-config.yaml .codespellrc .krazy .cmake-format.py .clang-format .clazy .gitignore .mdlrc .mdlrc.rb .pep8 .pylintrc CMakePresets.json CMakeSettings.json docs/api/Doxyfile.cmake distro/* -Copyright: Klarälvdalens Datakonsult AB, a KDAB Group company -License: BSD-3-Clause - -#3rdparty C++ -Files: src/kdbindings/genindex_array.h -Copyright: 2021 Jeremy Burns -License: MIT - -Files: tests/doctest/doctest.h -Copyright: 2016-2021 Viktor Kirilov -License: MIT - -# doxygen awesome -Files: docs/api/doxygen-awesome.css -Copyright: 2021 - 2023 jothepro -License: MIT diff --git a/REUSE.toml b/REUSE.toml new file mode 100644 index 0000000..98ada22 --- /dev/null +++ b/REUSE.toml @@ -0,0 +1,52 @@ +version = 1 +SPDX-PackageName = "KDBindings" +SPDX-PackageSupplier = "" +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 " +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 " +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 " +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 " +SPDX-License-Identifier = "MIT" + +# doxygen awesome +[[annotations]] +path = "docs/api/doxygen-awesome.css" +precedence = "aggregate" +SPDX-FileCopyrightText = "2021 - 2023 jothepro" +SPDX-License-Identifier = "MIT"