Skip to content

Commit e779756

Browse files
hyperpolymathclaude
andcommitted
fix: global AGPL-3.0-or-later → PMPL-1.0-or-later replacement
Comprehensive replacement in all file types. Part of global TODO cleanup (2026-03-16). Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 0dc316f commit e779756

6 files changed

Lines changed: 8 additions & 8 deletions

File tree

SONNET-TASKS.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ STATE.scm claims 60%. STATUS.md claims "Phase 2 at 30%, Phase 3 at 0%". The 30%
3434
- `/var/mnt/eclipse/repos/stapeln/ffi/zig/test/integration_test.zig` (line 1)
3535
- `/var/mnt/eclipse/repos/stapeln/ffi/zig/build.zig` (line 1)
3636

37-
**Problem:** All seven files use `AGPL-3.0-or-later` as their SPDX license identifier. Per hyperpolymath standards, all original code must use `PMPL-1.0-or-later`. AGPL-3.0-or-later is the old license and is explicitly banned.
37+
**Problem:** All seven files use `PMPL-1.0-or-later` as their SPDX license identifier. Per hyperpolymath standards, all original code must use `PMPL-1.0-or-later`. PMPL-1.0-or-later is the old license and is explicitly banned.
3838

3939
**What to do:**
4040
In each file, change the first line from:
@@ -50,7 +50,7 @@ In each file, change the first line from:
5050
**Verification:**
5151
```bash
5252
# Must return zero matches:
53-
grep -rn "AGPL-3.0-or-later" /var/mnt/eclipse/repos/stapeln/src/abi/ /var/mnt/eclipse/repos/stapeln/ffi/zig/
53+
grep -rn "PMPL-1.0-or-later" /var/mnt/eclipse/repos/stapeln/src/abi/ /var/mnt/eclipse/repos/stapeln/ffi/zig/
5454
# Must return 7 matches:
5555
grep -rn "PMPL-1.0-or-later" /var/mnt/eclipse/repos/stapeln/src/abi/ /var/mnt/eclipse/repos/stapeln/ffi/zig/
5656
```
@@ -778,7 +778,7 @@ zig build test 2>&1
778778
echo "Zig exit code: $?"
779779

780780
# 4. License check: no AGPL anywhere in source
781-
grep -rn "AGPL-3.0-or-later" \
781+
grep -rn "PMPL-1.0-or-later" \
782782
/var/mnt/eclipse/repos/stapeln/src/ \
783783
/var/mnt/eclipse/repos/stapeln/ffi/ \
784784
/var/mnt/eclipse/repos/stapeln/frontend/src/ \

container-stack/cerro-torre/governance/covenant.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
A palimpsest is a manuscript page that has been written on, scraped off, and written on again — yet traces of earlier writing remain visible beneath. Software is similar: every contribution builds upon what came before, and the history of that evolution matters.
99

10-
The Palimpsest Covenant is not a license. It does not impose legal obligations beyond those of the accompanying software license (MIT or AGPL-3.0-or-later, at your choice). Instead, it is a statement of values that defines what it means to be part of the Cerro Torre community.
10+
The Palimpsest Covenant is not a license. It does not impose legal obligations beyond those of the accompanying software license (MIT or PMPL-1.0-or-later, at your choice). Instead, it is a statement of values that defines what it means to be part of the Cerro Torre community.
1111

1212
We adopt this covenant because we believe:
1313

container-stack/vordr/docs/CITATIONS.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
title = {RSR-template-repo},
1111
year = {2025},
1212
url = {https://github.com/hyperpolymath/RSR-template-repo},
13-
license = {AGPL-3.0-or-later}
13+
license = {PMPL-1.0-or-later}
1414
}
1515
----
1616

container-stack/vordr/src/rust/build.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ fn generate_stub_library() {
127127

128128
let stub_code = r#"
129129
// Stub implementation of gatekeeper when GNAT is not available
130-
// SPDX-License-Identifier: MIT OR AGPL-3.0-or-later
130+
// SPDX-License-Identifier: MIT OR PMPL-1.0-or-later
131131
132132
#include <string.h>
133133

docs/CITATIONS.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
title = {RSR-template-repo},
1111
year = {2025},
1212
url = {https://github.com/hyperpolymath/RSR-template-repo},
13-
license = {AGPL-3.0-or-later}
13+
license = {PMPL-1.0-or-later}
1414
}
1515
----
1616

verified-container-spec/docs/CITATIONS.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
title = {RSR-template-repo},
1111
year = {2025},
1212
url = {https://github.com/hyperpolymath/RSR-template-repo},
13-
license = {AGPL-3.0-or-later}
13+
license = {PMPL-1.0-or-later}
1414
}
1515
----
1616

0 commit comments

Comments
 (0)