Skip to content

Commit

Permalink
REUSE: Convert to TOML config, update action
Browse files Browse the repository at this point in the history
  • Loading branch information
ferdnyc committed Jul 20, 2024
1 parent fc3030b commit 57c270c
Show file tree
Hide file tree
Showing 3 changed files with 45 additions and 39 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/reuse.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: REUSE Compliance Check
uses: fsfe/reuse-action@v3.0.0
uses: fsfe/reuse-action@v4.0.0
38 changes: 0 additions & 38 deletions .reuse/dep5

This file was deleted.

44 changes: 44 additions & 0 deletions REUSE.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
# SPDX-FileCopyrightText: GSConnect Developers https://github.com/GSConnect
#
# SPDX-License-Identifier: GPL-2.0-or-later

version = 1
SPDX-PackageName = "gnome-shell-extension-gsconnect"
SPDX-PackageSupplier = "GSConnect Developers <>"
SPDX-PackageDownloadLocation = "https://github.com/GSConnect/gnome-shell-extension-gsconnect"

[[annotations]]
path = ["data/icons/**", "data/images/enter-keyboard-shortcut.svg", "data/metainfo/**.png"]
precedence = "aggregate"
SPDX-FileCopyrightText = "GSConnect Developers <>"
SPDX-License-Identifier = "GPL-2.0-or-later"

[[annotations]]
path = "data/images/chrome-badge.png"
precedence = "aggregate"
SPDX-FileCopyrightText = "Google <https://developers.google.com/>"
SPDX-License-Identifier = "CC-BY-4.0"

[[annotations]]
path = "data/images/firefox-badge.png"
precedence = "aggregate"
SPDX-FileCopyrightText = "1998–2024 by individual mozilla.org contributors <>"
SPDX-License-Identifier = "CC-BY-SA-3.0"

[[annotations]]
path = ["po/**.po", "po/**.pot"]
precedence = "aggregate"
SPDX-FileCopyrightText = "GSConnect Community"
SPDX-License-Identifier = "GPL-2.0-or-later"

[[annotations]]
path = "installed-tests/data/**"
precedence = "aggregate"
SPDX-FileCopyrightText = "GSConnect Developers <>"
SPDX-License-Identifier = "GPL-2.0-or-later"

[[annotations]]
path = "webextension/images/**"
precedence = "aggregate"
SPDX-FileCopyrightText = "GSConnect Developers <>"
SPDX-License-Identifier = "GPL-2.0-or-later"

0 comments on commit 57c270c

Please sign in to comment.