Skip to content

Commit

Permalink
build: use reuse spec 3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sithlord48 committed Oct 14, 2024
1 parent 562bc35 commit 5d75111
Show file tree
Hide file tree
Showing 3 changed files with 105 additions and 75 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
fi
echo "version=$VER" >> $GITHUB_OUTPUT
- name: REUSE Compliance Check
uses: fsfe/reuse-action@v2
uses: fsfe/reuse-action@v4
with:
args: spdx

Expand Down
74 changes: 0 additions & 74 deletions .reuse/dep5

This file was deleted.

104 changes: 104 additions & 0 deletions REUSE.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,104 @@

# SPDX-FileCopyrightText: 2024 Chris Rizzitello <[email protected]>
# SPDX-License-Identifier: CC0-1.0

version = 1
SPDX-PackageName = "ff7tk"
SPDX-PackageSupplier = "Chris Rizzitello <[email protected]>"
SPDX-PackageDownloadLocation = "https://github.com/sithlord48/ff7tk"

[[annotations]]
path = ".github/**"
precedence = "override"
SPDX-FileCopyrightText = "ff7tk Authors"
SPDX-License-Identifier = "MIT"

[[annotations]]
path = "demos/ff7tkWidgetGallery/mainwindow.ui"
precedence = "override"
SPDX-FileCopyrightText = "2017 - 2023 Chris Rizzitello <[email protected]>"
SPDX-License-Identifier = "LGPL-3.0-or-later"

[[annotations]]
path = "translations/**.ts"
precedence = "override"
SPDX-FileCopyrightText = "ff7tk Translators"
SPDX-License-Identifier = "CC0-1.0"

[[annotations]]
path = "src/icons/achievements/**"
precedence = "override"
SPDX-FileCopyrightText = "2019, 2022 Chris Rizzitello <[email protected]>"
SPDX-License-Identifier = "CC-BY-4.0"

[[annotations]]
path = "src/icons/chocobo/**"
precedence = "override"
SPDX-FileCopyrightText = "2022 Chris Rizzitello <[email protected]>"
SPDX-License-Identifier = "CC-BY-4.0"

[[annotations]]
path = "src/icons/characters/**"
precedence = "override"
SPDX-FileCopyrightText = "Aavock"
SPDX-License-Identifier = "LGPL-3.0-or-later"

[[annotations]]
path = "src/icons/common/**"
precedence = "override"
SPDX-FileCopyrightText = "Tangoish"
SPDX-License-Identifier = "CC-BY-4.0"

[[annotations]]
path = "src/icons/items/**.png"
precedence = "override"
SPDX-FileCopyrightText = "Team Avalanche"
SPDX-License-Identifier = "CC-BY-4.0"

[[annotations]]
path = "src/icons/items/**.svg"
precedence = "override"
SPDX-FileCopyrightText = "2022 Chris Rizzitello <[email protected]>"
SPDX-License-Identifier = "CC-BY-4.0"

[[annotations]]
path = "src/icons/locations/**"
precedence = "override"
SPDX-FileCopyrightText = "2019 - 2020 Chris Rizzitello <[email protected]>"
SPDX-License-Identifier = "CC-BY-4.0"

[[annotations]]
path = "src/icons/materia/**"
precedence = "override"
SPDX-FileCopyrightText = "2022 Chris Rizzitello <[email protected]>"
SPDX-License-Identifier = "CC-BY-4.0"

[[annotations]]
path = "src/icons/psxButtons/**"
precedence = "override"
SPDX-FileCopyrightText = "2022 Chris Rizzitello <[email protected]>"
SPDX-License-Identifier = "CC-BY-4.0"

[[annotations]]
path = "cmake/_template/demoTemplate.icns"
precedence = "override"
SPDX-FileCopyrightText = "Chris Rizzitello <[email protected]>"
SPDX-License-Identifier = "CC-BY-4.0"

[[annotations]]
path = "cmake/_template/demoTemplate.ico"
precedence = "override"
SPDX-FileCopyrightText = "Chris Rizzitello <[email protected]>"
SPDX-License-Identifier = "CC-BY-4.0"

[[annotations]]
path = "cmake/_template/demoTemplate.png"
precedence = "override"
SPDX-FileCopyrightText = "Chris Rizzitello <[email protected]>"
SPDX-License-Identifier = "CC-BY-4.0"

[[annotations]]
path = "cmake/_template/sbom-document.in"
precedence = "override"
SPDX-FileCopyrightText = "Chris Rizzitello <[email protected]>"
SPDX-License-Identifier = "MIT"

0 comments on commit 5d75111

Please sign in to comment.