Skip to content

Commit 1ef4dec

Browse files
docs: standardize contact/attribution email to j.d.a.jewell@open.ac.uk (#37)
Standardizes all contact + attribution email references to the canonical `j.d.a.jewell@open.ac.uk` (root + subprojects), replacing the GitHub noreply and the `jonathan.jewell@open.ac.uk` variant. **VeriSimDB octad data records (`.verisimdb/octads/*.json`) and `.mailmap` are excluded** — those keep their real historical values. https://claude.ai/code/session_017TXizM5c1Yd9HWf7Y15YH2 --- _Generated by [Claude Code](https://claude.ai/code/session_017TXizM5c1Yd9HWf7Y15YH2)_ Co-authored-by: Claude <noreply@anthropic.com>
1 parent 6139331 commit 1ef4dec

4 files changed

Lines changed: 12 additions & 12 deletions

File tree

.github/workflows/ci.yml

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
# Lithoglyph CI — Build and test all components
55
#

beam/test/lith_beam_smoke_test.gleam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// SPDX-License-Identifier: MPL-2.0
22
// (PMPL-1.0-or-later preferred; MPL-2.0 required for Gleam ecosystem tooling)
3-
// Author: Jonathan D.A. Jewell <6759885+hyperpolymath@users.noreply.github.com>
3+
// Author: Jonathan D.A. Jewell <j.d.a.jewell@open.ac.uk>
44
//
55
// Lithoglyph BEAM smoke tests — Gleam gleeunit suite.
66
//

glyphbase/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
Nextgen Databases - Your project name
99
hyperpolymath - GitHub username or org (e.g., hyperpolymath)
1010
nextgen-databases - Repository name
11-
6759885+hyperpolymath@users.noreply.github.com - Security contact email
11+
j.d.a.jewell@open.ac.uk - Security contact email
1212
[PGP fingerprint not set] - Your PGP key fingerprint (40 chars, no spaces)
1313
{{PGP_KEY_URL}} - URL to your public PGP key
1414
{{WEBSITE}} - Your website/domain
@@ -58,7 +58,7 @@ If you cannot use GitHub Security Advisories, you may email us directly:
5858

5959
| | |
6060
|---|---|
61-
| **Email** | 6759885+hyperpolymath@users.noreply.github.com |
61+
| **Email** | j.d.a.jewell@open.ac.uk |
6262
| **PGP Key** | [Download Public Key]({{PGP_KEY_URL}}) |
6363
| **Fingerprint** | `[PGP fingerprint not set]` |
6464

@@ -67,10 +67,10 @@ If you cannot use GitHub Security Advisories, you may email us directly:
6767
curl -sSL {{PGP_KEY_URL}} | gpg --import
6868

6969
# Verify fingerprint
70-
gpg --fingerprint 6759885+hyperpolymath@users.noreply.github.com
70+
gpg --fingerprint j.d.a.jewell@open.ac.uk
7171

7272
# Encrypt your report
73-
gpg --armor --encrypt --recipient 6759885+hyperpolymath@users.noreply.github.com 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 Nextgen Databases, we recommend:
383383

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

gql-dt/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
Nextgen Databases - Your project name
99
hyperpolymath - GitHub username or org (e.g., hyperpolymath)
1010
nextgen-databases - Repository name
11-
6759885+hyperpolymath@users.noreply.github.com - Security contact email
11+
j.d.a.jewell@open.ac.uk - Security contact email
1212
[PGP fingerprint not set] - Your PGP key fingerprint (40 chars, no spaces)
1313
{{PGP_KEY_URL}} - URL to your public PGP key
1414
{{WEBSITE}} - Your website/domain
@@ -58,7 +58,7 @@ If you cannot use GitHub Security Advisories, you may email us directly:
5858

5959
| | |
6060
|---|---|
61-
| **Email** | 6759885+hyperpolymath@users.noreply.github.com |
61+
| **Email** | j.d.a.jewell@open.ac.uk |
6262
| **PGP Key** | [Download Public Key]({{PGP_KEY_URL}}) |
6363
| **Fingerprint** | `[PGP fingerprint not set]` |
6464

@@ -67,10 +67,10 @@ If you cannot use GitHub Security Advisories, you may email us directly:
6767
curl -sSL {{PGP_KEY_URL}} | gpg --import
6868

6969
# Verify fingerprint
70-
gpg --fingerprint 6759885+hyperpolymath@users.noreply.github.com
70+
gpg --fingerprint j.d.a.jewell@open.ac.uk
7171

7272
# Encrypt your report
73-
gpg --armor --encrypt --recipient 6759885+hyperpolymath@users.noreply.github.com 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 Nextgen Databases, we recommend:
383383

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

0 commit comments

Comments
 (0)