Skip to content

Commit 3a99caf

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 5f8cbe4 commit 3a99caf

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

README.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
= flatracoon
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
Flatracoon operating system and networking stack.
66

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

netstack/tui/alire.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name = "flatracoon_tui"
22
description = "FlatRacoon Network Stack TUI - Terminal user interface for orchestrator"
33
version = "0.1.0"
44
licenses = "MPL-2.0"
5-
authors = ["hyperpolymath"]
5+
authors = ["Jonathan D.A. Jewell <j.d.a.jewell@open.ac.uk>"]
66
maintainers = ["hyperpolymath@users.noreply.github.com"]
77
maintainers-logins = ["hyperpolymath"]
88
project-files = ["flatracoon_tui.gpr"]

0 commit comments

Comments
 (0)