@@ -18,7 +18,7 @@ validates the result, and runs k9-svc checks if available.
1818# If you prefer manual replacement (run from repo root)
1919
2020sed -i ' s/Jonathan D.A. Jewell/Jane Doe/g' $( grep -rl ' Jonathan D.A. Jewell' .)
21- sed -i ' s/jonathan. jewell@open.ac.uk/jane@example.org/g' $( grep -rl ' jonathan .jewell@open.ac.uk' .)
21+ sed -i ' s/j.d.a. jewell@open.ac.uk/jane@example.org/g' $( grep -rl ' j.d.a .jewell@open.ac.uk' .)
2222sed -i ' s/hyperpolymath/my-org/g' $( grep -rl ' hyperpolymath' .)
2323sed -i ' s/I, Human/my-project/g' $( grep -rl ' I, Human' .)
2424sed -i ' s/I_HUMAN/MY_PROJECT/g' $( grep -rl ' I_HUMAN' .)
@@ -36,7 +36,7 @@ sed -i "s/2026-02-20/$(date +%Y-%m-%d)/g" $(grep -rl '2026-02-20' .)
3636| Placeholder | Description | Example | Files |
3737| ---| ---| ---| ---|
3838| ` Jonathan D.A. Jewell ` | Full legal name | ` Jane Doe ` | SPDX headers (all files), MAINTAINERS.md, .mailmap, .reuse/dep5, docs/AI-CONVENTIONS.md |
39- | ` jonathan .jewell@open.ac.uk` | Primary contact email | ` jane@example.org ` | SPDX headers (all files), .mailmap, .reuse/dep5, .well-known/humans.txt |
39+ | ` j.d.a .jewell@open.ac.uk` | Primary contact email | ` jane@example.org ` | SPDX headers (all files), .mailmap, .reuse/dep5, .well-known/humans.txt |
4040| ` jonathan.jewell@gmail.com ` | Previous/secondary email (for .mailmap) | ` old@example.com ` | .mailmap |
4141| ` The Open University ` | Author's organization/affiliation | ` Acme University ` | project-metadata.k9.ncl |
4242| ` Jewell ` | Author surname (for citations) | ` Doe ` | docs/CITATIONS.adoc |
@@ -67,11 +67,11 @@ sed -i "s/2026-02-20/$(date +%Y-%m-%d)/g" $(grep -rl '2026-02-20' .)
6767
6868| Placeholder | Description | Example | Files |
6969| ---| ---| ---| ---|
70- | ` jonathan .jewell@open.ac.uk` | Security contact email | ` security@example.org ` | SECURITY.md |
70+ | ` j.d.a .jewell@open.ac.uk` | Security contact email | ` security@example.org ` | SECURITY.md |
7171| ` [PGP fingerprint not set] ` | 40-char PGP fingerprint | ` ABCD 1234 ... ` | SECURITY.md |
7272| ` {{PGP_KEY_URL}} ` | URL to public PGP key | ` https://keys.openpgp.org/... ` | SECURITY.md |
7373| ` https://github.com/hyperpolymath/i-human ` | Project website | ` https://example.org ` | SECURITY.md |
74- | ` jonathan .jewell@open.ac.uk` | Conduct reports email | ` conduct@example.org ` | CODE_OF_CONDUCT.md |
74+ | ` j.d.a .jewell@open.ac.uk` | Conduct reports email | ` conduct@example.org ` | CODE_OF_CONDUCT.md |
7575| ` Code of Conduct Committee ` | Conduct committee name | ` Code of Conduct Committee ` | CODE_OF_CONDUCT.md |
7676| ` 48 hours ` | SLA for initial response | ` 48 hours ` | CODE_OF_CONDUCT.md |
7777
0 commit comments