Skip to content

Commit c6547f2

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 7418d6f commit c6547f2

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

ipv6-only/Containerfile

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
# IPv6-Only Tools Container
33
# Based on Chainguard Wolfi for minimal attack surface
44

@@ -22,7 +22,7 @@ LABEL maintainer="IPv6-Only Project <ipv6@hyperpolymath.org>"
2222
LABEL description="IPv6-only networking tools written in Rust"
2323
LABEL org.opencontainers.image.source="https://github.com/hyperpolymath/ipv6-only"
2424
LABEL org.opencontainers.image.description="Comprehensive IPv6-only networking toolkit"
25-
LABEL org.opencontainers.image.licenses="AGPL-3.0-or-later"
25+
LABEL org.opencontainers.image.licenses="PMPL-1.0-or-later"
2626
LABEL version="0.1.0"
2727

2828
# Install runtime dependencies

ipv6-only/Mustfile.epx

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
# Mustfile.epx - IPv6-Only Deployment Manifest
33
# Authority-first deployment specification following must-spec
44
#
@@ -16,7 +16,7 @@
1616
name = "ipv6-only"
1717
version = "0.1.0"
1818
tier = 2
19-
license = "AGPL-3.0-or-later"
19+
license = "PMPL-1.0-or-later"
2020
repository = "https://github.com/hyperpolymath/ipv6-only"
2121

2222
# =============================================================================

0 commit comments

Comments
 (0)