Skip to content

Commit b3c7991

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 8c240c8 commit b3c7991

35 files changed

Lines changed: 57 additions & 57 deletions

File tree

aggregate-library/CLAUDE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ When working with this repository:
234234
3. **Testing**: Validate before committing
235235
4. **Documentation**: Keep specs, code, and docs in sync
236236
5. **License**: All new files use PMPL-1.0-or-later
237-
6. **Author**: Jonathan D.A. Jewell <jonathan.jewell@open.ac.uk>
237+
6. **Author**: Jonathan D.A. Jewell <j.d.a.jewell@open.ac.uk>
238238

239239
## Related Projects
240240

aggregate-library/COMPOSITION-GUIDE.md

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

33
# Aggregate Library Composition 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-01
77

88
## The Formula

aggregate-library/tools/stdlib-merger/ARCHITECTURE.md

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

33
# stdlib-merger Architecture
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-01
77

88
## Overview

aggregate-library/tools/stdlib-merger/Project.toml

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

33
name = "StdlibMerger"
44
uuid = "a1b2c3d4-e5f6-7890-1234-56789abcdef0"
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
version = "0.1.0"
77

88
[deps]

deno-ecosystem/README.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
= deno-ecosystem
22
// SPDX-License-Identifier: PMPL-1.0-or-later
3-
:author: Jonathan D.A. Jewell <jonathan.jewell@open.ac.uk>
3+
:author: Jonathan D.A. Jewell <j.d.a.jewell@open.ac.uk>
44

55
Deno runtime interoperability bridges and tools.
66

deno-ecosystem/ROADMAP.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
= deno-ecosystem Roadmap
22
// SPDX-License-Identifier: PMPL-1.0-or-later
3-
:author: Jonathan D.A. Jewell <jonathan.jewell@open.ac.uk>
3+
:author: Jonathan D.A. Jewell <j.d.a.jewell@open.ac.uk>
44

55
== Goals
66

idris2-ecosystem/README.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
= idris2-ecosystem
22
// SPDX-License-Identifier: PMPL-1.0-or-later
3-
:author: Jonathan D.A. Jewell <jonathan.jewell@open.ac.uk>
3+
:author: Jonathan D.A. Jewell <j.d.a.jewell@open.ac.uk>
44

55
Idris2 libraries and tools.
66

idris2-ecosystem/SECURITY.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Replace all {{PLACEHOLDER}} values with your information:
88
language-bridges - Your project name
99
hyperpolymath - GitHub username or org (e.g., hyperpolymath)
1010
language-bridges - Repository name
11-
jonathan.jewell@open.ac.uk - Security contact email
11+
j.d.a.jewell@open.ac.uk - Security contact email
1212
TBD - Your PGP key fingerprint (40 chars, no spaces)
1313
https://hyperpolymath.github.io/pgp.asc - URL to your public PGP key
1414
https://hyperpolymath.github.io - Your website/domain
@@ -58,7 +58,7 @@ If you cannot use GitHub Security Advisories, you may email us directly:
5858

5959
| | |
6060
|---|---|
61-
| **Email** | jonathan.jewell@open.ac.uk |
61+
| **Email** | j.d.a.jewell@open.ac.uk |
6262
| **PGP Key** | [Download Public Key](https://hyperpolymath.github.io/pgp.asc) |
6363
| **Fingerprint** | `TBD` |
6464

@@ -67,10 +67,10 @@ If you cannot use GitHub Security Advisories, you may email us directly:
6767
curl -sSL https://hyperpolymath.github.io/pgp.asc | gpg --import
6868

6969
# Verify fingerprint
70-
gpg --fingerprint jonathan.jewell@open.ac.uk
70+
gpg --fingerprint j.d.a.jewell@open.ac.uk
7171

7272
# Encrypt your report
73-
gpg --armor --encrypt --recipient jonathan.jewell@open.ac.uk report.txt
73+
gpg --armor --encrypt --recipient j.d.a.jewell@open.ac.uk report.txt
7474
```
7575

7676
> **⚠️ Important:** Do not report security vulnerabilities through public GitHub issues, pull requests, discussions, or social media.
@@ -383,7 +383,7 @@ When using language-bridges, we recommend:
383383

384384
| Purpose | Contact |
385385
|---------|---------|
386-
| **Security issues** | [Report via GitHub](https://github.com/hyperpolymath/language-bridges/security/advisories/new) or jonathan.jewell@open.ac.uk |
386+
| **Security issues** | [Report via GitHub](https://github.com/hyperpolymath/language-bridges/security/advisories/new) or j.d.a.jewell@open.ac.uk |
387387
| **General questions** | [GitHub Discussions](https://github.com/hyperpolymath/language-bridges/discussions) |
388388
| **Other enquiries** | See [README](README.md) for contact information |
389389

opm-canonicalizer/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

opm-canonicalizer/SECURITY.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Replace all {{PLACEHOLDER}} values with your information:
88
language-bridges - Your project name
99
hyperpolymath - GitHub username or org (e.g., hyperpolymath)
1010
language-bridges - Repository name
11-
jonathan.jewell@open.ac.uk - Security contact email
11+
j.d.a.jewell@open.ac.uk - Security contact email
1212
TBD - Your PGP key fingerprint (40 chars, no spaces)
1313
https://hyperpolymath.github.io/pgp.asc - URL to your public PGP key
1414
https://hyperpolymath.github.io - Your website/domain
@@ -58,7 +58,7 @@ If you cannot use GitHub Security Advisories, you may email us directly:
5858

5959
| | |
6060
|---|---|
61-
| **Email** | jonathan.jewell@open.ac.uk |
61+
| **Email** | j.d.a.jewell@open.ac.uk |
6262
| **PGP Key** | [Download Public Key](https://hyperpolymath.github.io/pgp.asc) |
6363
| **Fingerprint** | `TBD` |
6464

@@ -67,10 +67,10 @@ If you cannot use GitHub Security Advisories, you may email us directly:
6767
curl -sSL https://hyperpolymath.github.io/pgp.asc | gpg --import
6868

6969
# Verify fingerprint
70-
gpg --fingerprint jonathan.jewell@open.ac.uk
70+
gpg --fingerprint j.d.a.jewell@open.ac.uk
7171

7272
# Encrypt your report
73-
gpg --armor --encrypt --recipient jonathan.jewell@open.ac.uk report.txt
73+
gpg --armor --encrypt --recipient j.d.a.jewell@open.ac.uk report.txt
7474
```
7575

7676
> **⚠️ Important:** Do not report security vulnerabilities through public GitHub issues, pull requests, discussions, or social media.
@@ -383,7 +383,7 @@ When using language-bridges, we recommend:
383383

384384
| Purpose | Contact |
385385
|---------|---------|
386-
| **Security issues** | [Report via GitHub](https://github.com/hyperpolymath/language-bridges/security/advisories/new) or jonathan.jewell@open.ac.uk |
386+
| **Security issues** | [Report via GitHub](https://github.com/hyperpolymath/language-bridges/security/advisories/new) or j.d.a.jewell@open.ac.uk |
387387
| **General questions** | [GitHub Discussions](https://github.com/hyperpolymath/language-bridges/discussions) |
388388
| **Other enquiries** | See [README](README.md) for contact information |
389389

0 commit comments

Comments
 (0)