Skip to content

Commit 2bc817d

Browse files
hyperpolymathclaude
andcommitted
chore: scrub personal gmail from docs/configs (estate-wide sweep)
Replaced jonathan.jewell@gmail.com with j.d.a.jewell@open.ac.uk per the hyperpolymath author-attribution rule (the gmail is banned; j.d.a.jewell@open.ac.uk is the canonical non-Git-context address). PLACEHOLDERS files got a generic user-old@example.com so they remain useful as templates. .mailmap files in this repo (if any) are intentionally left — they are the legitimate git mechanism for remapping historical commits authored under the old gmail to the correct open.ac.uk address. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 051f22e commit 2bc817d

6 files changed

Lines changed: 6 additions & 6 deletions

File tree

README.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ image:https://img.shields.io/badge/License-PMPL--1.0-blue.svg[License: PMPL-1.0,
44
image:https://img.shields.io/badge/Philosophy-Palimpsest-indigo.svg[Palimpsest,link="https://github.com/hyperpolymath/palimpsest-license"]
55

66

7-
Jonathan D.A. Jewell <jonathan.jewell@gmail.com>
7+
Jonathan D.A. Jewell <j.d.a.jewell@open.ac.uk>
88
:toc: macro
99
:icons: font
1010
:source-highlighter: rouge

contractiles/intend/Intentfile.a2ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Declared intent and purpose for Januskey.
88

99
## Purpose
1010

11-
Januskey — Jonathan D.A. Jewell <jonathan.jewell@gmail.com>
11+
Januskey — Jonathan D.A. Jewell <j.d.a.jewell@open.ac.uk>
1212

1313
## Anti-Purpose
1414

crates/januskey-cli/src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ use std::path::PathBuf;
2121
#[command(
2222
name = "jk",
2323
version = "1.0.0",
24-
author = "Jonathan D.A. Jewell <jonathan.jewell@gmail.com>",
24+
author = "Jonathan D.A. Jewell <j.d.a.jewell@open.ac.uk>",
2525
about = "JanusKey: Provably reversible file operations",
2626
long_about = "JanusKey makes every file operation reversible through Maximal Principle Reduction.\n\
2727
Delete files, modify content, move things around—and always be able to undo.\n\n\

docs/wiki/Home.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
= JanusKey Wiki
2-
Jonathan D.A. Jewell <jonathan.jewell@gmail.com>
2+
Jonathan D.A. Jewell <j.d.a.jewell@open.ac.uk>
33
:toc: left
44
:toclevels: 3
55
:icons: font

src/januskey/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
name = "januskey"
66
version = "1.0.0"
77
edition = "2021"
8-
authors = ["Jonathan D.A. Jewell <jonathan.jewell@gmail.com>"]
8+
authors = ["Jonathan D.A. Jewell <j.d.a.jewell@open.ac.uk>"]
99
description = "Provably reversible file operations through Maximal Principle Reduction"
1010
license = "MIT OR PMPL-1.0-or-later"
1111
repository = "https://github.com/hyperpolymath/januskey"

src/januskey/src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ use std::path::PathBuf;
2121
#[command(
2222
name = "jk",
2323
version = "1.0.0",
24-
author = "Jonathan D.A. Jewell <jonathan.jewell@gmail.com>",
24+
author = "Jonathan D.A. Jewell <j.d.a.jewell@open.ac.uk>",
2525
about = "JanusKey: Reversible file operations (formal proofs pending)",
2626
long_about = "JanusKey makes every file operation reversible through Maximal Principle Reduction.\n\
2727
Delete files, modify content, move things around—and always be able to undo.\n\n\

0 commit comments

Comments
 (0)