Skip to content

Commit

Permalink
Merge branch 'main' into multi-file-transfer
Browse files Browse the repository at this point in the history
  • Loading branch information
ferdnyc authored Oct 9, 2024
2 parents 2d3a848 + 0a59c4d commit 8929d87
Show file tree
Hide file tree
Showing 11 changed files with 424 additions and 411 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"
Loading

0 comments on commit 8929d87

Please sign in to comment.