diff --git a/.github/workflows/reuse.yml b/.github/workflows/reuse.yml index a87e958b..69877440 100644 --- a/.github/workflows/reuse.yml +++ b/.github/workflows/reuse.yml @@ -11,4 +11,4 @@ jobs: steps: - 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 160c36f3..00000000 --- a/.reuse/dep5 +++ /dev/null @@ -1,12 +0,0 @@ -Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ -Upstream-Name: Transitous -Source: https://github.com/public-transport/transitous/ - -Files: feeds/*.json -Copyright: none -License: CC0-1.0 - -Files: website/data/license.json -Copyright: none -License: CC0-1.0 - diff --git a/REUSE.toml b/REUSE.toml new file mode 100644 index 00000000..cf15d0d4 --- /dev/null +++ b/REUSE.toml @@ -0,0 +1,20 @@ +version = 1 +SPDX-PackageName = "Transitous" +SPDX-PackageDownloadLocation = "https://github.com/public-transport/transitous/" + +[[annotations]] +path = "feeds/**.json" +precedence = "aggregate" +SPDX-FileCopyrightText = "none" +SPDX-License-Identifier = "CC0-1.0" + +[[annotations]] +path = "website/data/license.json" +precedence = "aggregate" +SPDX-FileCopyrightText = "none" +SPDX-License-Identifier = "CC0-1.0" + +[[annotations]] +path = "ansible/roles/nginx/files/robots.txt" +SPDX-FileCopyrightText = "none" +SPDX-License-Identifier = "CC0-1.0"