Skip to content

Commit 92e82ab

Browse files
chore(license): replace 2 subdir LICENSEs + flip 69 SPDX (Phase 2 — verisim-core + verisim-modular-experiment) (#30)
See PR description for verification. Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 9620cf3 commit 92e82ab

71 files changed

Lines changed: 813 additions & 92 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

verisim-core/.machine_readable/6a2/ECOSYSTEM.a2ml

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: MPL-2.0
22
# Copyright (c) 2026 Jonathan D.A. Jewell (hyperpolymath) <j.d.a.jewell@open.ac.uk>
33
#
44
# ECOSYSTEM.a2ml — Verisim Core ecosystem position

verisim-core/.machine_readable/6a2/STATE.a2ml

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: MPL-2.0
22
# Copyright (c) 2026 Jonathan D.A. Jewell (hyperpolymath) <j.d.a.jewell@open.ac.uk>
33
#
44
# STATE.a2ml — Verisim Core project state

verisim-core/0-AI-MANIFEST.a2ml

Lines changed: 2 additions & 2 deletions
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: MPL-2.0
22
# STOP - CRITICAL READING REQUIRED
33

44
**THIS FILE MUST BE READ FIRST BY ALL AI AGENTS**
@@ -38,7 +38,7 @@ For comprehensive 8-shape multimodal use, use main `verisimdb/` instead.
3838
2. `enrich!` writes to both Temporal AND Provenance atomically
3939
(def:enrichment from verisimdb's TeX data model).
4040
3. All signatures are real Ed25519 via libsodium. No placeholder crypto.
41-
4. All source files carry `SPDX-License-Identifier: PMPL-1.0-or-later`.
41+
4. All source files carry `SPDX-License-Identifier: MPL-2.0`.
4242

4343
## HOW TO RUN TESTS
4444

verisim-core/EXPLAINME.adoc

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: MPL-2.0
22
= EXPLAINME — VerisimCore.jl
33
Jonathan D.A. Jewell <j.d.a.jewell@open.ac.uk>
44
:toc: left

verisim-core/LICENSE

Lines changed: 371 additions & 10 deletions
Large diffs are not rendered by default.

verisim-core/README.adoc

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: MPL-2.0
22
= VerisimCore.jl
33
Jonathan D.A. Jewell <j.d.a.jewell@open.ac.uk>
44
:toc: left

verisim-core/opsm.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: MPL-2.0
22
# Copyright (c) 2026 Jonathan D.A. Jewell (hyperpolymath) <j.d.a.jewell@open.ac.uk>
33
#
44
# verisim-core package manifest — OPSM native.

verisim-core/src/Core.jl

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: MPL-2.0
22
#
33
# VerisimCore.jl — Julia implementation of the identity-core ABI.
44
#

verisim-core/src/Crypto.jl

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: MPL-2.0
22
#
33
# Crypto.jl — Ed25519 signing for VeriSimCore / federation peers.
44
#

verisim-core/src/Federation.jl

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: MPL-2.0
22
#
33
# FederationManager.jl — Clauses 1 & 3 (shape-orthogonal) + peer
44
# registration + aggregate-drift orchestration.

0 commit comments

Comments
 (0)