Skip to content

Commit 9e7755f

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 5668860 commit 9e7755f

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

absolute-zero/fuzz/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
[package]
33
name = "absolute_zero-fuzz"
44
version = "0.0.0"
5-
authors = ["hyperpolymath"]
5+
authors = ["Jonathan D.A. Jewell <j.d.a.jewell@open.ac.uk>"]
66
publish = false
77
edition = "2021"
88

absolute-zero/src/brainfuck/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version = "0.1.0"
44
edition = "2021"
55
authors = ["Jonathan D.A. Jewell <jonathan@hyperpolymath.org>"]
66
description = "Brainfuck interpreter with CNO (Certified Null Operation) detection"
7-
license = "AGPL-3.0-or-later"
7+
license = "PMPL-1.0-or-later"
88
repository = "https://github.com/hyperpolymath/absolute-zero"
99

1010
[lib]

absolute-zero/src/whitespace/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version = "0.1.0"
44
edition = "2021"
55
authors = ["Jonathan D.A. Jewell <jonathan@hyperpolymath.org>"]
66
description = "Whitespace interpreter with CNO (Certified Null Operation) detection"
7-
license = "AGPL-3.0-or-later"
7+
license = "PMPL-1.0-or-later"
88
repository = "https://github.com/hyperpolymath/absolute-zero"
99

1010
[lib]

aletheia/fuzz/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
[package]
33
name = "aletheia-fuzz"
44
version = "0.0.0"
5-
authors = ["hyperpolymath"]
5+
authors = ["Jonathan D.A. Jewell <j.d.a.jewell@open.ac.uk>"]
66
publish = false
77
edition = "2021"
88

0 commit comments

Comments
 (0)