Skip to content

Commit 5093661

Browse files
hyperpolymathclaude
andcommitted
fix: global AGPL-3.0-or-later → PMPL-1.0-or-later replacement
Comprehensive replacement in all file types (SPDX headers, dual-license, workflow checks, package metadata). Part of global TODO cleanup (2026-03-16). Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent f794ace commit 5093661

28 files changed

Lines changed: 38 additions & 38 deletions

Containerfile

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
# Cloud Sync Tuner - Wolfi-based container image
33

44
FROM cgr.dev/chainguard/wolfi-base:latest AS builder

Containerfile.alpine-fallback

Lines changed: 2 additions & 2 deletions
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
# Cloud Sync Tuner - Alpine fallback (if Wolfi lacks GNAT)
33
# Build with: nerdctl build -f Containerfile.alpine-fallback -t cloud-sync-tuner .
44

@@ -42,4 +42,4 @@ ENTRYPOINT ["/usr/local/bin/cloud_sync_tuner"]
4242

4343
LABEL org.opencontainers.image.title="Cloud Sync Tuner" \
4444
org.opencontainers.image.source="https://github.com/hyperpolymath/cloud-sync-tuner" \
45-
org.opencontainers.image.licenses="AGPL-3.0-or-later"
45+
org.opencontainers.image.licenses="PMPL-1.0-or-later"

audit/cloud-sync-tuner.rules

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
# auditd rules for cloud-sync-tuner
33
# Enterprise compliance logging for cloud file access
44

aur/PKGBUILD

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# Maintainer: hyperpolymath <hyperpolymath@users.noreply.github.com>
2-
# SPDX-License-Identifier: AGPL-3.0-or-later
2+
# SPDX-License-Identifier: PMPL-1.0-or-later
33
pkgname=cloud-sync-tuner
44
pkgver=1.0.0
55
pkgrel=1
66
pkgdesc='Ada TUI for managing rclone cloud mount configurations with rate limiting and SELinux support'
77
arch=('x86_64' 'i686' 'aarch64')
88
url='https://github.com/hyperpolymath/cloud-sync-tuner'
9-
license=('AGPL-3.0-or-later')
9+
license=('PMPL-1.0-or-later')
1010
depends=('rclone' 'fuse3' 'glibc')
1111
makedepends=('gnat' 'gprbuild' 'rust' 'cargo')
1212
optdepends=(

cloud_sync_tuner.gpr

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
-- Cloud Sync Tuner - GNAT Project File
33

44
project Cloud_Sync_Tuner is

config/config.toml.example

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
# Cloud Sync Tuner Configuration
33
# Copy to ~/.config/cloud-sync-tuner/config.toml
44

dolphin-extension/cloud_sync_overlay.desktop

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
# Dolphin overlay icon service file
33
# Install to: ~/.local/share/kservices5/ServiceMenus/
44
[Desktop Entry]

man/cloud-sync-tuner.1

Lines changed: 2 additions & 2 deletions
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
.TH CLOUD-SYNC-TUNER 1 "December 2025" "cloud-sync-tuner 1.0.0" "User Commands"
33
.SH NAME
44
cloud-sync-tuner \- configure rclone cloud mounts with rate limiting
@@ -130,4 +130,4 @@ Report bugs at https://github.com/hyperpolymath/cloud-sync-tuner/issues
130130
hyperpolymath
131131
.SH COPYRIGHT
132132
Copyright \(co 2025 hyperpolymath.
133-
License: AGPL-3.0-or-later.
133+
License: PMPL-1.0-or-later.

overlay-daemon/cloud-sync-overlay.service

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
[Unit]
33
Description=Cloud Sync Overlay Icon Daemon
44
Documentation=https://github.com/hyperpolymath/cloud-sync-tuner

packaging/chocolatey/cloud-sync-tuner.nuspec

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
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
44
<metadata>
55
<id>cloud-sync-tuner</id>

0 commit comments

Comments
 (0)