Skip to content

Commit e5a14be

Browse files
chore(license): flip 32 PMPL→AGPL-3.0-or-later SPDX stamps (per 2026-06-02 estate policy) (#46)
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent bb20b62 commit e5a14be

32 files changed

Lines changed: 32 additions & 32 deletions

.github/workflows/parse-gate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# SPDX-License-Identifier: PMPL-1.0-or-later
1+
# SPDX-License-Identifier: AGPL-3.0-or-later
22
# Copyright (c) 2026 Jonathan D.A. Jewell (hyperpolymath) <j.d.a.jewell@open.ac.uk>
33
#
44
# parse-gate.yml — Gates the trusted String->Statement parser

.github/workflows/proof-corpus.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# SPDX-License-Identifier: PMPL-1.0-or-later
1+
# SPDX-License-Identifier: AGPL-3.0-or-later
22
# Copyright (c) 2026 Jonathan D.A. Jewell (hyperpolymath) <j.d.a.jewell@open.ac.uk>
33
#
44
# proof-corpus.yml — Machine-checks the VclTotal Idris2 proof corpus.

docs/VERIFICATION-STANCE.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
:toc:
33
:sectnums:
44

5-
// SPDX-License-Identifier: PMPL-1.0-or-later
5+
// SPDX-License-Identifier: AGPL-3.0-or-later
66
// Copyright (c) 2026 Jonathan D.A. Jewell (hyperpolymath) <j.d.a.jewell@open.ac.uk>
77

88
WARNING: vcl-ut is the interface between *hypatia* and *verisim*. Both sides

docs/decisions/0002-ffi-attestation-trust-boundary.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
= Architecture Decision Record: 0002-ffi-attestation-trust-boundary
2-
<!-- SPDX-License-Identifier: PMPL-1.0-or-later -->
2+
<!-- SPDX-License-Identifier: AGPL-3.0-or-later -->
33
<!-- Copyright (c) 2026 Jonathan D.A. Jewell (hyperpolymath) <j.d.a.jewell@open.ac.uk> -->
44

55
# 2. FFI trust boundary: recompute-PCC over wasm32 (Tier-1), C-ABI attestation (Tier-2)

src/core/Decide.idr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
-- SPDX-License-Identifier: PMPL-1.0-or-later
1+
-- SPDX-License-Identifier: AGPL-3.0-or-later
22
-- Copyright (c) 2026 Jonathan D.A. Jewell <j.d.a.jewell@open.ac.uk>
33

44
||| VCL-total Core Decide — canonical safety deciders (single source of truth)

src/interface/WireConformance.idr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
-- SPDX-License-Identifier: PMPL-1.0-or-later
1+
-- SPDX-License-Identifier: AGPL-3.0-or-later
22
-- Copyright (c) 2026 Jonathan D.A. Jewell <j.d.a.jewell@open.ac.uk>
33

44
||| VCL-total Interface — Cross-language Wire + Decision Conformance

src/interface/WireDecode.idr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
-- SPDX-License-Identifier: PMPL-1.0-or-later
1+
-- SPDX-License-Identifier: AGPL-3.0-or-later
22
-- Copyright (c) 2026 Jonathan D.A. Jewell <j.d.a.jewell@open.ac.uk>
33

44
||| VCL-total Interface — Wire Decoder (P5b step 2, vcl-ut#25)

src/interface/abi/LayoutProofs.idr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
-- SPDX-License-Identifier: PMPL-1.0-or-later
1+
-- SPDX-License-Identifier: AGPL-3.0-or-later
22
-- Copyright (c) 2026 Jonathan D.A. Jewell (hyperpolymath) <j.d.a.jewell@open.ac.uk>
33

44
||| VCL-cap ABI Layout — genuine alignment / no-padding / bounds proofs

src/interface/attest/ATTESTATION-FORMAT.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
= VCL-total Tier-2 Attestation Format v1 (P5d, vcl-ut#25)
22
:toc:
33

4-
// SPDX-License-Identifier: PMPL-1.0-or-later
4+
// SPDX-License-Identifier: AGPL-3.0-or-later
55
// Copyright (c) 2026 Jonathan D.A. Jewell (hyperpolymath) <j.d.a.jewell@open.ac.uk>
66

77
Normative format for the **Tier-2 (C-ABI trusted-certifier

src/interface/attest/Cargo.toml

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

33
# Standalone workspace root (same rationale as ../parse, ../recompute-wasm):
44
# decoupled from the broken parent virtual workspace. This is the Tier-2

0 commit comments

Comments
 (0)