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 18, 2024
1 parent a178cda commit 40b6e61
Show file tree
Hide file tree
Showing 3 changed files with 141 additions and 99 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: REUSE Compliance Check
uses: fsfe/reuse-action@v3
uses: fsfe/reuse-action@v4

precheck:
name: Job Info
Expand Down
98 changes: 0 additions & 98 deletions .reuse/dep5

This file was deleted.

140 changes: 140 additions & 0 deletions REUSE.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,140 @@
# SPDX-FileCopyrightText: 2024 Chris Rizzitello <[email protected]>
# SPDX-License-Identifier: CC0-1.0


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

[[annotations]]
path = ".github/**"
precedence = "override"
SPDX-FileCopyrightText = "Chris Rizzitello <[email protected]>"
SPDX-License-Identifier = "MIT"

[[annotations]]
path = "translations/**.ts"
precedence = "override"
SPDX-FileCopyrightText = "Chris Rizzitello <[email protected]>"
SPDX-License-Identifier = "CC0-1.0"

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

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

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

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

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

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

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

[[annotations]]
path = "icons/common/dialog-**.svg"
precedence = "override"
SPDX-FileCopyrightText = "Kde Breeze Icons"
SPDX-License-Identifier = "LGPL-2.1-only"

[[annotations]]
path = "icons/common/window-close.svg"
precedence = "override"
SPDX-FileCopyrightText = "Kde Breeze Icons"
SPDX-License-Identifier = "LGPL-2.1-only"

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

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

[[annotations]]
path = "icons/bc-**/**/**/**.svg"
precedence = "override"
SPDX-FileCopyrightText = "Kde Breeze Icons"
SPDX-License-Identifier = "LGPL-2.1-only"

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

[[annotations]]
path = "icons/bc-**/index.theme"
precedence = "override"
SPDX-FileCopyrightText = "Chris Rizzitello <[email protected]>"
SPDX-License-Identifier = "LGPL-2.1-only"

[[annotations]]
path = "qhexedit/license.txt"
precedence = "override"
SPDX-FileCopyrightText = "FSF"
SPDX-License-Identifier = "LGPL-2.1-only"

[[annotations]]
path = "src/blackchocobo.ui"
precedence = "override"
SPDX-FileCopyrightText = "2010 - 2024 Chris Rizzitello <[email protected]>"
SPDX-License-Identifier = "GPL-3.0-or-later"

[[annotations]]
path = "src/dialogs/about.ui"
precedence = "override"
SPDX-FileCopyrightText = "2010 - 2020 Chris Rizzitello <[email protected]>"
SPDX-License-Identifier = "GPL-3.0-or-later"

[[annotations]]
path = "src/dialogs/options.ui"
precedence = "override"
SPDX-FileCopyrightText = "2010 - 2020 Chris Rizzitello <[email protected]>"
SPDX-License-Identifier = "GPL-3.0-or-later"

[[annotations]]
path = "deploy/io.github.sithlord48.blackchocobo.metainfo.xml"
precedence = "override"
SPDX-FileCopyrightText = "2020 Chris Rizzitello <[email protected]>"
SPDX-License-Identifier = "CC0-1.0"

[[annotations]]
path = "deploy/io.github.sithlord48.blackchocobo.xml"
precedence = "override"
SPDX-FileCopyrightText = "2020 Chris Rizzitello <[email protected]>"
SPDX-License-Identifier = "CC0-1.0"

0 comments on commit 40b6e61

Please sign in to comment.