diff --git a/.github/workflows/reuse.yml b/.github/workflows/reuse.yml index d5250c1..d183603 100644 --- a/.github/workflows/reuse.yml +++ b/.github/workflows/reuse.yml @@ -17,4 +17,4 @@ jobs: - name: Checkout Code uses: actions/checkout@v4 - name: REUSE Compliance Check - uses: fsfe/reuse-action@v2 + uses: fsfe/reuse-action@v5 diff --git a/.reuse/dep5 b/.reuse/dep5 deleted file mode 100644 index d5f09b3..0000000 --- a/.reuse/dep5 +++ /dev/null @@ -1,8 +0,0 @@ -Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ -Upstream-Name: tracetronic test.guide JSON Generator for Python -Upstream-Contact: tracetronic GmbH -Source: https://github.com/tracetronic/testguide_report-generator - -Files: **/*.json Pipfile* .gitignore **/artifact* **/*.png -Copyright: 2023-2024 tracetronic GmbH -License: MIT diff --git a/REUSE.toml b/REUSE.toml new file mode 100644 index 0000000..fccd7a4 --- /dev/null +++ b/REUSE.toml @@ -0,0 +1,10 @@ +version = 1 +SPDX-PackageName = "tracetronic test.guide JSON Generator for Python" +SPDX-PackageSupplier = "tracetronic GmbH " +SPDX-PackageDownloadLocation = "https://github.com/tracetronic/testguide_report-generator" + +[[annotations]] +path = ["**/**.json", "Pipfile**", ".gitignore", "**/artifact**", "**/**.png"] +precedence = "aggregate" +SPDX-FileCopyrightText = "2023-2025 tracetronic GmbH " +SPDX-License-Identifier = "MIT"