Skip to content

Commit 49357a8

Browse files
hyperpolymathclaude
andcommitted
fix: SPDX headers (AGPL→PMPL), email, author name
- AGPL-3.0-or-later → PMPL-1.0-or-later in SPDX-License-Identifier lines - jonathan.jewell@open.ac.uk → j.d.a.jewell@open.ac.uk - "hyperpolymath" → "Jonathan D.A. Jewell" in author fields Part of global TODO cleanup (2026-03-16). Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 9445041 commit 49357a8

20 files changed

Lines changed: 20 additions & 20 deletions

File tree

0-AI-MANIFEST.a2ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Bot-specific instructions for:
4444
2. **Single source of truth** - `.machine_readable/` is authoritative
4545
3. **No stale metadata** - If root SCMs exist, they are OUT OF DATE
4646
4. **License consistency** - All code PMPL-1.0-or-later unless platform requires MPL-2.0
47-
5. **Author attribution** - Always "Jonathan D.A. Jewell <jonathan.jewell@open.ac.uk>"
47+
5. **Author attribution** - Always "Jonathan D.A. Jewell <j.d.a.jewell@open.ac.uk>"
4848

4949
## REPOSITORY STRUCTURE
5050

deploy/selur-compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# SPDX-License-Identifier: PMPL-1.0-or-later
2-
# Copyright (c) 2026 Jonathan D.A. Jewell (hyperpolymath) <jonathan.jewell@open.ac.uk>
2+
# Copyright (c) 2026 Jonathan D.A. Jewell (hyperpolymath) <j.d.a.jewell@open.ac.uk>
33
#
44
# selur-compose configuration for OPSM full stack.
55
# Usage: selur-compose up -f deploy/selur-compose.yaml

opsm-ui/0-AI-MANIFEST.a2ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Bot-specific instructions for:
4444
2. **Single source of truth** - `.machine_readable/` is authoritative
4545
3. **No stale metadata** - If root SCMs exist, they are OUT OF DATE
4646
4. **License consistency** - All code PMPL-1.0-or-later unless platform requires MPL-2.0
47-
5. **Author attribution** - Always "Jonathan D.A. Jewell <jonathan.jewell@open.ac.uk>"
47+
5. **Author attribution** - Always "Jonathan D.A. Jewell <j.d.a.jewell@open.ac.uk>"
4848

4949
## REPOSITORY STRUCTURE
5050

opsm_ex/native/opsm_pq_nif/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
[package]
44
name = "opsm_pq_nif"
55
version = "0.1.0"
6-
authors = ["Jonathan D.A. Jewell <jonathan.jewell@open.ac.uk>"]
6+
authors = ["Jonathan D.A. Jewell <j.d.a.jewell@open.ac.uk>"]
77
edition = "2021"
88
description = "Post-quantum cryptographic NIFs for OPSM (Dilithium5, Kyber-1024, SPHINCS+)"
99
license = "PMPL-1.0-or-later"

opsm_ex/native/pq_crypto/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
[package]
44
name = "pq_crypto"
55
version = "0.1.0"
6-
authors = ["Jonathan D.A. Jewell <jonathan.jewell@open.ac.uk>"]
6+
authors = ["Jonathan D.A. Jewell <j.d.a.jewell@open.ac.uk>"]
77
edition = "2021"
88
description = "Post-quantum cryptographic NIFs for OPSM (Dilithium5, Kyber-1024, SPHINCS+)"
99
license = "PMPL-1.0-or-later"

opsm_ex/native/quic_transport/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "quic_transport"
33
version = "0.1.0"
4-
authors = ["Jonathan D.A. Jewell <jonathan.jewell@open.ac.uk>"]
4+
authors = ["Jonathan D.A. Jewell <j.d.a.jewell@open.ac.uk>"]
55
edition = "2021"
66
license = "PMPL-1.0-or-later"
77
description = "QUIC/HTTP3 transport NIF for OPSM"

opsm_mobile/src-tauri/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "opsm-mobile"
33
version = "1.0.0"
44
description = "OPSM Mobile - Native iOS/Android wrapper for Odds and Sods Package Manager"
5-
authors = ["Jonathan D.A. Jewell <jonathan.jewell@open.ac.uk>"]
5+
authors = ["Jonathan D.A. Jewell <j.d.a.jewell@open.ac.uk>"]
66
license = "PMPL-1.0-or-later"
77
repository = "https://github.com/hyperpolymath/odds-and-sods-package-manager"
88
edition = "2021"

services/cerro-torre/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
name = "cerro-torre"
44
version = "1.0.0"
55
edition = "2021"
6-
authors = ["Jonathan D.A. Jewell <jonathan.jewell@open.ac.uk>"]
6+
authors = ["Jonathan D.A. Jewell <j.d.a.jewell@open.ac.uk>"]
77
license = "PMPL-1.0-or-later"
88
description = "Security monitoring and threat detection service using eBPF and Falco for OPSM"
99

services/cerro-torre/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -354,4 +354,4 @@ PMPL-1.0-or-later
354354

355355
## Author
356356

357-
Jonathan D.A. Jewell <jonathan.jewell@open.ac.uk>
357+
Jonathan D.A. Jewell <j.d.a.jewell@open.ac.uk>

services/checky-monkey/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
name = "checky-monkey"
44
version = "1.0.0"
55
edition = "2021"
6-
authors = ["Jonathan D.A. Jewell <jonathan.jewell@open.ac.uk>"]
6+
authors = ["Jonathan D.A. Jewell <j.d.a.jewell@open.ac.uk>"]
77
license = "PMPL-1.0-or-later"
88
description = "Code verification service: fuzzing, property tests, formal verification"
99

0 commit comments

Comments
 (0)