diff --git a/.reuse/dep5 b/.reuse/dep5 deleted file mode 100644 index abce1ae6..00000000 --- a/.reuse/dep5 +++ /dev/null @@ -1,34 +0,0 @@ -Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ -Upstream-Name: KDReports -Upstream-Contact: -Source: https://www.github.com/KDAB/KDReports - -#misc source code -Files: *.qrc *.ui *.xml *.csv *.bat *.ts -Copyright: Klarälvdalens Datakonsult AB, a KDAB Group company -License: MIT - -#artwork -Files: images/*.png images/*.svg docs/api/*.png pics/*.png examples/*/*.png examples/*/*.jpg python/examples/*/*.jpg python/examples/*/*.png python/examples-qt6/*.jpg python/examples-qt6/*/*.png -Copyright: Klarälvdalens Datakonsult AB, a KDAB Group company -License: MIT - -#misc documentation -Files: *md *.txt *.html docs/manual/*.pdf -Copyright: Klarälvdalens Datakonsult AB, a KDAB Group company -License: MIT - -#misc config files -Files: .pre-commit-config.yaml .codespellrc .krazy .cmake-format.py .clang-format .clang-tidy .clazy .gitignore .markdownlint.json .pep8 .pylintrc .editorconfig .shellcheck docs/api/Doxyfile.cmake distro/* -Copyright: Klarälvdalens Datakonsult AB, a KDAB Group company -License: BSD-3-Clause - -#3rdparty -Files: cmake/ECM/modules/* -Copyright: The KDE Project -License: BSD-3-Clause - -# 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 00000000..7e8013e2 --- /dev/null +++ b/REUSE.toml @@ -0,0 +1,46 @@ +version = 1 +SPDX-PackageName = "KDReports" +SPDX-PackageSupplier = "" +SPDX-PackageDownloadLocation = "https://www.github.com/KDAB/KDReports" + +#misc source code +[[annotations]] +path = ["**.qrc", "**.ui", "**.xml", "**.csv", "**.bat", "**.ts"] +precedence = "aggregate" +SPDX-FileCopyrightText = "Klarälvdalens Datakonsult AB, a KDAB Group company " +SPDX-License-Identifier = "MIT" + +#artwork +[[annotations]] +path = ["images/**.png", "images/**.svg", "docs/api/**.png", "pics/**.png", "examples/**/**.png", "examples/**/**.jpg", "python/examples/**/**.jpg", "python/examples/**/**.png", "python/examples-qt6/**.jpg", "python/examples-qt6/**/**.png"] +precedence = "aggregate" +SPDX-FileCopyrightText = "Klarälvdalens Datakonsult AB, a KDAB Group company " +SPDX-License-Identifier = "MIT" + +#misc documentation +[[annotations]] +path = ["**md", "**.txt", "**.html", "docs/manual/**.pdf"] +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", ".clazy", ".gitignore", ".markdownlint.json", ".pep8", ".pylintrc", ".editorconfig", ".shellcheckrc", "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 +[[annotations]] +path = "cmake/ECM/modules/**" +precedence = "aggregate" +SPDX-FileCopyrightText = "The KDE Project" +SPDX-License-Identifier = "BSD-3-Clause" + +# doxygen awesome +[[annotations]] +path = "docs/api/doxygen-awesome.css" +precedence = "aggregate" +SPDX-FileCopyrightText = "2021 - 2023 jothepro" +SPDX-License-Identifier = "MIT"