Skip to content

Commit 9565aaf

Browse files
committed
docs: standardize contact/attribution email to j.d.a.jewell@open.ac.uk
https://claude.ai/code/session_017TXizM5c1Yd9HWf7Y15YH2
1 parent eca0946 commit 9565aaf

13 files changed

Lines changed: 24 additions & 24 deletions

File tree

CODE_OF_CONDUCT.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ If you experience or witness unacceptable behaviour, or have any other concerns,
116116

117117
| Method | Details | Best For |
118118
|--------|---------|----------|
119-
| **Email** | 6759885+hyperpolymath@users.noreply.github.com | Detailed reports, sensitive matters |
119+
| **Email** | j.d.a.jewell@open.ac.uk | Detailed reports, sensitive matters |
120120
| **Private Message** | Contact any maintainer directly | Quick questions, minor issues |
121121
| **Anonymous Form** | [Link to form if available] | When you need anonymity |
122122

@@ -211,7 +211,7 @@ For contributors with elevated access (Perimeter 2 or 1):
211211
If you believe an enforcement decision was made in error:
212212

213213
1. **Wait 7 days** after the decision (cooling-off period)
214-
2. **Email** 6759885+hyperpolymath@users.noreply.github.com with subject line "Appeal: [Original Report ID]"
214+
2. **Email** j.d.a.jewell@open.ac.uk with subject line "Appeal: [Original Report ID]"
215215
3. **Explain** why you believe the decision should be reconsidered
216216
4. **Provide** any new information not previously available
217217

@@ -291,7 +291,7 @@ We thank these communities for their leadership in creating welcoming spaces.
291291
If you have questions about this Code of Conduct:
292292

293293
- Open a [Discussion](https://github.com/hyperpolymath/nextgen-databases/discussions) (for general questions)
294-
- Email 6759885+hyperpolymath@users.noreply.github.com (for private questions)
294+
- Email j.d.a.jewell@open.ac.uk (for private questions)
295295
- Contact any maintainer directly
296296

297297
---

SECURITY.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ If you cannot use GitHub Security Advisories, you may email us directly:
4040

4141
| | |
4242
|---|---|
43-
| **Email** | 6759885+hyperpolymath@users.noreply.github.com |
43+
| **Email** | j.d.a.jewell@open.ac.uk |
4444

4545
> **⚠️ Important:** Do not report security vulnerabilities through public GitHub issues, pull requests, discussions, or social media.
4646
@@ -351,7 +351,7 @@ When using Nextgen Databases, we recommend:
351351

352352
| Purpose | Contact |
353353
|---------|---------|
354-
| **Security issues** | [Report via GitHub](https://github.com/hyperpolymath/nextgen-databases/security/advisories/new) or 6759885+hyperpolymath@users.noreply.github.com |
354+
| **Security issues** | [Report via GitHub](https://github.com/hyperpolymath/nextgen-databases/security/advisories/new) or j.d.a.jewell@open.ac.uk |
355355
| **General questions** | [GitHub Discussions](https://github.com/hyperpolymath/nextgen-databases/discussions) |
356356
| **Other enquiries** | See [README](README.adoc) for contact information |
357357

lithoglyph/.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
#

lithoglyph/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
//

lithoglyph/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

lithoglyph/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

verisimdb/.well-known/void.ttl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
# Creator information
4848
<https://verisimdb.dev#creator> a foaf:Person ;
4949
foaf:name "Jonathan D.A. Jewell" ;
50-
foaf:mbox <mailto:jonathan.jewell@open.ac.uk> ;
50+
foaf:mbox <mailto:j.d.a.jewell@open.ac.uk> ;
5151
foaf:homepage <https://jonathanjewell.dev> ;
5252
foaf:account <https://github.com/hyperpolymath> ;
5353
.

verisimdb/benches/throughput_benchmarks.rs

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-
// Author: Jonathan D.A. Jewell <6759885+hyperpolymath@users.noreply.github.com>
2+
// Author: Jonathan D.A. Jewell <j.d.a.jewell@open.ac.uk>
33
//! Write throughput, read latency, and VCL complexity benchmarks for VeriSimDB.
44
//!
55
//! This file augments `modality_benchmarks.rs` with system-level throughput

verisimdb/docs/.well-known/void.ttl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
# Creator information
4848
<https://verisimdb.dev#creator> a foaf:Person ;
4949
foaf:name "Jonathan D.A. Jewell" ;
50-
foaf:mbox <mailto:jonathan.jewell@open.ac.uk> ;
50+
foaf:mbox <mailto:j.d.a.jewell@open.ac.uk> ;
5151
foaf:homepage <https://jonathanjewell.dev> ;
5252
foaf:account <https://github.com/hyperpolymath> ;
5353
.

verisimdb/elixir-orchestration/test/verisim/aspect/concurrency_test.exs

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-
# Author: Jonathan D.A. Jewell <6759885+hyperpolymath@users.noreply.github.com>
2+
# Author: Jonathan D.A. Jewell <j.d.a.jewell@open.ac.uk>
33
#
44
# Concurrency aspect tests for VeriSimDB.
55
#

0 commit comments

Comments
 (0)