Skip to content

Commit 7316635

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 be7ccd8 commit 7316635

54 files changed

Lines changed: 248 additions & 69 deletions

Some content is hidden

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

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

BOT-ENHANCEMENTS-2026-02-06.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.49s
109109
name = "sustainabot-fleet"
110110
version = "0.1.0"
111111
edition = "2021"
112-
authors = ["Jonathan D.A. Jewell <jonathan.jewell@open.ac.uk>"]
112+
authors = ["Jonathan D.A. Jewell <j.d.a.jewell@open.ac.uk>"]
113113
license = "PMPL-1.0-or-later"
114114

115115
[dependencies]

BOT-OPERATIONS.md

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

33
# Gitbot Fleet: Bot Operations Guide
44

5-
**Author**: Jonathan D.A. Jewell <jonathan.jewell@open.ac.uk>
5+
**Author**: Jonathan D.A. Jewell <j.d.a.jewell@open.ac.uk>
66
**Date**: 2026-02-05
77
**Version**: 0.2.0
88

bots/accessibilitybot/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ name = "accessibilitybot"
44
version = "0.1.0"
55
edition = "2021"
66
license = "PMPL-1.0-or-later"
7-
authors = ["Jonathan D.A. Jewell <jonathan.jewell@open.ac.uk>"]
7+
authors = ["Jonathan D.A. Jewell <j.d.a.jewell@open.ac.uk>"]
88
description = "WCAG 2.3 AAA Accessibility Compliance Bot for gitbot-fleet"
99
repository = "https://github.com/hyperpolymath/accessibilitybot"
1010
keywords = ["accessibility", "wcag", "aria", "gitbot-fleet"]

bots/accessibilitybot/README.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
// SPDX-License-Identifier: PMPL-1.0-or-later
2-
// Copyright (c) 2026 Jonathan D.A. Jewell <jonathan.jewell@open.ac.uk>
2+
// Copyright (c) 2026 Jonathan D.A. Jewell <j.d.a.jewell@open.ac.uk>
33
= Accessibilitybot
44
:author: Jonathan D.A. Jewell
5-
:email: jonathan.jewell@open.ac.uk
5+
:email: j.d.a.jewell@open.ac.uk
66
:revnumber: 0.1.0
77
:revdate: 2026-02-08
88
:toc: macro

bots/accessibilitybot/ROADMAP.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
// SPDX-License-Identifier: PMPL-1.0-or-later
2-
// Copyright (c) 2026 Jonathan D.A. Jewell <jonathan.jewell@open.ac.uk>
2+
// Copyright (c) 2026 Jonathan D.A. Jewell <j.d.a.jewell@open.ac.uk>
33
= Accessibilitybot Roadmap
44
:author: Jonathan D.A. Jewell
5-
:email: jonathan.jewell@open.ac.uk
5+
:email: j.d.a.jewell@open.ac.uk
66
:revdate: 2026-02-08
77
:toc:
88

bots/accessibilitybot/SONNET-TASKS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ name = "accessibilitybot"
3232
version = "0.1.0"
3333
edition = "2021"
3434
license = "PMPL-1.0-or-later"
35-
authors = ["Jonathan D.A. Jewell <jonathan.jewell@open.ac.uk>"]
35+
authors = ["Jonathan D.A. Jewell <j.d.a.jewell@open.ac.uk>"]
3636
description = "WCAG 2.3 AAA Accessibility Compliance Bot for gitbot-fleet"
3737

3838
[dependencies]

bots/cipherbot/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ name = "cipherbot"
44
version = "0.1.0"
55
edition = "2021"
66
license = "PMPL-1.0-or-later"
7-
authors = ["Jonathan D.A. Jewell <jonathan.jewell@open.ac.uk>"]
7+
authors = ["Jonathan D.A. Jewell <j.d.a.jewell@open.ac.uk>"]
88
description = "Cryptographic Hygiene & Post-Quantum Readiness Bot for gitbot-fleet"
99
repository = "https://github.com/hyperpolymath/cipherbot"
1010
keywords = ["cryptography", "post-quantum", "security", "gitbot-fleet"]

bots/cipherbot/README.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
// SPDX-License-Identifier: PMPL-1.0-or-later
2-
// Copyright (c) 2026 Jonathan D.A. Jewell <jonathan.jewell@open.ac.uk>
2+
// Copyright (c) 2026 Jonathan D.A. Jewell <j.d.a.jewell@open.ac.uk>
33
= Cipherbot
44
:author: Jonathan D.A. Jewell
5-
:email: jonathan.jewell@open.ac.uk
5+
:email: j.d.a.jewell@open.ac.uk
66
:revnumber: 0.1.0
77
:revdate: 2026-02-08
88
:toc: macro
@@ -287,4 +287,4 @@ PMPL-1.0-or-later (Palimpsest License)
287287

288288
== Author
289289

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

bots/cipherbot/ROADMAP.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
// SPDX-License-Identifier: PMPL-1.0-or-later
2-
// Copyright (c) 2026 Jonathan D.A. Jewell <jonathan.jewell@open.ac.uk>
2+
// Copyright (c) 2026 Jonathan D.A. Jewell <j.d.a.jewell@open.ac.uk>
33
= Cipherbot Roadmap
44
:author: Jonathan D.A. Jewell
5-
:email: jonathan.jewell@open.ac.uk
5+
:email: j.d.a.jewell@open.ac.uk
66
:revdate: 2026-02-08
77
:toc:
88

0 commit comments

Comments
 (0)