Skip to content

Commit f794ace

Browse files
hyperpolymathclaude
andcommitted
Fix SPDX headers: AGPL-3.0-or-later → PMPL-1.0-or-later
Replace legacy AGPL-3.0-or-later SPDX identifiers with the correct PMPL-1.0-or-later (Palimpsest License) across justfiles, Mustfiles, shell scripts, config files, dotfiles, and source code. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent bb40e43 commit f794ace

6 files changed

Lines changed: 6 additions & 6 deletions

File tree

Mustfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# SPDX-License-Identifier: AGPL-3.0-or-later
1+
# SPDX-License-Identifier: PMPL-1.0-or-later
22
# Mustfile - hyperpolymath mandatory checks
33
# See: https://github.com/hyperpolymath/mustfile
44

nautilus-extension/cloud_sync_overlay.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# SPDX-License-Identifier: AGPL-3.0-or-later
1+
# SPDX-License-Identifier: PMPL-1.0-or-later
22
"""
33
Nautilus extension for cloud-sync-tuner overlay icons.
44

packaging/flatpak/com.hyperpolymath.CloudSyncTuner.metainfo.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<!-- SPDX-License-Identifier: AGPL-3.0-or-later -->
2+
<!-- SPDX-License-Identifier: PMPL-1.0-or-later -->
33
<component type="console-application">
44
<id>com.hyperpolymath.CloudSyncTuner</id>
55
<name>Cloud Sync Tuner</name>

packaging/homebrew/cloud-sync-tuner.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# SPDX-License-Identifier: AGPL-3.0-or-later
1+
# SPDX-License-Identifier: PMPL-1.0-or-later
22
class CloudSyncTuner < Formula
33
desc "Ada TUI for managing rclone cloud mounts with rate limiting"
44
homepage "https://github.com/hyperpolymath/cloud-sync-tuner"

packaging/nix/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# SPDX-License-Identifier: AGPL-3.0-or-later
1+
# SPDX-License-Identifier: PMPL-1.0-or-later
22
{ lib
33
, stdenv
44
, fetchFromGitHub

packaging/nix/flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# SPDX-License-Identifier: AGPL-3.0-or-later
1+
# SPDX-License-Identifier: PMPL-1.0-or-later
22
{
33
description = "Ada TUI for managing rclone cloud mounts with rate limiting";
44

0 commit comments

Comments
 (0)