Skip to content

Commit 40044ad

Browse files
hyperpolymathclaude
andcommitted
fix(licence): canonicalise to PMPL-1.0-or-later per authorship check (#133)
Refs hyperpolymath/standards#133 / standards#124. NOT Closes (proof-debt — main soundness/rescue-branch — is separate). Authorship check (git shortlog + per-file git log): every affected file is 100% owner-own (Jonathan D.A. Jewell); dependabot touched only CI; nothing vendored/third-party; no AGPL-by-intent. The "AGPL-3.0 / Palimpsest 0.5" strings are scaffold-placeholder drift (the ledger root cause), not a deliberate election. Owner-ruled. - 13 proof files: `License: AGPL-3.0 / Palimpsest 0.5` -> `License: PMPL-1.0-or-later` (matches the 2 already-correct files CNOCategory.v / LambdaCNO.v; ledger rule #5 + stale-Palimpsest->PMPL). - 4 missing-header files (owner-own): added the canonical header — StatMech_helpers.v in the repo proof-file doc-comment form (Author/Project/License), src/main.rs + src/brainfuck/src/main.rs + src/AuditTrail.res with the estate SPDX+Copyright form (CLAUDE.md requires SPDX headers on all files). - Deleted the 0-byte LICENSE-PALIMPS.txt stub: NOT referenced by root LICENSE (which references EXHIBIT-A/B), and the repo's own audit trail (LICENSE-AUDIT-2026-02-05.adoc, ROADMAP, SESSION-COMPLETE) already prescribes its removal. Canonical text remains in license/PMPL-1.0.txt and root LICENSE. Header-only; no proof semantics touched (build/soundness state is the separate standards#133 proof-debt item — the unmerged rescue branch). Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent fb7a201 commit 40044ad

18 files changed

Lines changed: 26 additions & 13 deletions

LICENSE-PALIMPS.txt

Whitespace-only changes.

proofs/coq/common/CNO.v

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
Author: Jonathan D. A. Jewell
77
Project: Absolute Zero
8-
License: AGPL-3.0 / Palimpsest 0.5
8+
License: PMPL-1.0-or-later
99
*)
1010

1111
Require Import Coq.Init.Nat.

proofs/coq/filesystem/FilesystemCNO.v

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
1616
Author: Jonathan D. A. Jewell
1717
Project: Absolute Zero (integrating Valence Shell)
18-
License: AGPL-3.0 / Palimpsest 0.5
18+
License: PMPL-1.0-or-later
1919
*)
2020

2121
Require Import Coq.Lists.List.

proofs/coq/malbolge/MalbolgeCore.v

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
88
Author: Jonathan D. A. Jewell
99
Project: Absolute Zero
10-
License: AGPL-3.0 / Palimpsest 0.5
10+
License: PMPL-1.0-or-later
1111
*)
1212

1313
Require Import CNO.CNO.

proofs/coq/physics/LandauerDerivation.v

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
88
Author: Jonathan D. A. Jewell
99
Project: Absolute Zero - Phase 1 Complete Derivation
10-
License: AGPL-3.0 / Palimpsest 0.5
10+
License: PMPL-1.0-or-later
1111
*)
1212

1313
Require Import Coq.Reals.Reals.

proofs/coq/physics/StatMech.v

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
77
Author: Jonathan D. A. Jewell
88
Project: Absolute Zero
9-
License: AGPL-3.0 / Palimpsest 0.5
9+
License: PMPL-1.0-or-later
1010
*)
1111

1212
Require Import Coq.Reals.Reals.

proofs/coq/physics/StatMech_helpers.v

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
33
Auxiliary lemmas needed for thermodynamic CNO proofs.
44
These should eventually be integrated into CNO.v.
5+
6+
Author: Jonathan D. A. Jewell
7+
Project: Absolute Zero
8+
License: PMPL-1.0-or-later
59
*)
610

711
Require Import CNO.

proofs/coq/quantum/QuantumCNO.v

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
1313
Author: Jonathan D. A. Jewell
1414
Project: Absolute Zero
15-
License: AGPL-3.0 / Palimpsest 0.5
15+
License: PMPL-1.0-or-later
1616
*)
1717

1818
Require Import Coq.Reals.Reals.

proofs/coq/quantum/QuantumMechanicsExact.v

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
99
Author: Jonathan D. A. Jewell
1010
Project: Absolute Zero - Exact Quantum Formulation
11-
License: AGPL-3.0 / Palimpsest 0.5
11+
License: PMPL-1.0-or-later
1212
*)
1313

1414
Require Import Coq.Reals.Reals.

proofs/lean4/CNO.lean

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
Author: Jonathan D. A. Jewell
77
Project: Absolute Zero
8-
License: AGPL-3.0 / Palimpsest 0.5
8+
License: PMPL-1.0-or-later
99
-/
1010

1111
-- Std.Data.{List,Nat}.Basic were vestigial: Std was renamed to Batteries

0 commit comments

Comments
 (0)