Skip to content

Commit 3790198

Browse files
committed
chore: add REUSE 3.3 compliance
1 parent b1d6a1b commit 3790198

208 files changed

Lines changed: 1330 additions & 1 deletion

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/build-android.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# SPDX-FileCopyrightText: 2026 Arcangelo Massari <info@arcangelomassari.com>
2+
#
3+
# SPDX-License-Identifier: AGPL-3.0-or-later
4+
15
name: Build Android
26

37
on:

.github/workflows/build-flatpak.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# SPDX-FileCopyrightText: 2026 Arcangelo Massari <info@arcangelomassari.com>
2+
#
3+
# SPDX-License-Identifier: AGPL-3.0-or-later
4+
15
name: Build Flatpak
26

37
on:

.github/workflows/build-snap.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# SPDX-FileCopyrightText: 2026 Arcangelo Massari <info@arcangelomassari.com>
2+
#
3+
# SPDX-License-Identifier: AGPL-3.0-or-later
4+
15
name: Build Snap
26

37
on:

.github/workflows/build-windows.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# SPDX-FileCopyrightText: 2026 Arcangelo Massari <info@arcangelomassari.com>
2+
#
3+
# SPDX-License-Identifier: AGPL-3.0-or-later
4+
15
name: Build Windows
26

37
on:

.github/workflows/publish-android.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# SPDX-FileCopyrightText: 2026 Arcangelo Massari <info@arcangelomassari.com>
2+
#
3+
# SPDX-License-Identifier: AGPL-3.0-or-later
4+
15
name: Publish Android
26

37
on:

.github/workflows/publish-snap.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# SPDX-FileCopyrightText: 2026 Arcangelo Massari <info@arcangelomassari.com>
2+
#
3+
# SPDX-License-Identifier: AGPL-3.0-or-later
4+
15
name: Publish Snap
26

37
on:

.github/workflows/publish-windows.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# SPDX-FileCopyrightText: 2026 Arcangelo Massari <info@arcangelomassari.com>
2+
#
3+
# SPDX-License-Identifier: AGPL-3.0-or-later
4+
15
name: Publish Windows
26

37
on:

.github/workflows/reuse.yml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# SPDX-FileCopyrightText: 2026 Arcangelo Massari <info@arcangelomassari.com>
2+
#
3+
# SPDX-License-Identifier: AGPL-3.0-or-later
4+
5+
name: REUSE compliance
6+
7+
on:
8+
push:
9+
branches:
10+
- "**"
11+
pull_request:
12+
branches: [main]
13+
14+
jobs:
15+
reuse:
16+
runs-on: ubuntu-latest
17+
steps:
18+
- uses: actions/checkout@v6
19+
- uses: fsfe/reuse-action@v6

.github/workflows/update-flathub.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# SPDX-FileCopyrightText: 2026 Arcangelo Massari <info@arcangelomassari.com>
2+
#
3+
# SPDX-License-Identifier: AGPL-3.0-or-later
4+
15
name: Update Flathub
26

37
on:

.github/workflows/verify-android.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# SPDX-FileCopyrightText: 2026 Arcangelo Massari <info@arcangelomassari.com>
2+
#
3+
# SPDX-License-Identifier: AGPL-3.0-or-later
4+
15
name: Verify Android
26

37
on:

0 commit comments

Comments
 (0)