Skip to content

Commit 72284c1

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 8838fc3 commit 72284c1

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+2833
-2080
lines changed

0-AI-MANIFEST.a2ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Bot-specific instructions for:
4444
2. **Single source of truth** - `.machine_readable/` is authoritative
4545
3. **No stale metadata** - If root SCMs exist, they are OUT OF DATE
4646
4. **License consistency** - All code PMPL-1.0-or-later unless platform requires MPL-2.0
47-
5. **Author attribution** - Always "Jonathan D.A. Jewell <jonathan.jewell@open.ac.uk>"
47+
5. **Author attribution** - Always "Jonathan D.A. Jewell <j.d.a.jewell@open.ac.uk>"
4848

4949
## REPOSITORY STRUCTURE
5050

README.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
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
= Next-Gen Databases
55
:author: Jonathan D.A. Jewell
6-
:email: jonathan.jewell@open.ac.uk
6+
:email: j.d.a.jewell@open.ac.uk
77
:revdate: 2026-02-13
88
:toc:
99
:icons: font

ROADMAP.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
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
= Next-Gen Databases Roadmap
55
:author: Jonathan D.A. Jewell
6-
:email: jonathan.jewell@open.ac.uk
6+
:email: j.d.a.jewell@open.ac.uk
77
:revdate: 2026-02-13
88

99
== Current Status

lithoglyph/RENAME-SUMMARY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,5 +129,5 @@ ReScript Bindings (Type-Safe Web API)
129129

130130
---
131131

132-
**Author:** Jonathan D.A. Jewell <jonathan.jewell@open.ac.uk>
132+
**Author:** Jonathan D.A. Jewell <j.d.a.jewell@open.ac.uk>
133133
**License:** PMPL-1.0-or-later

lithoglyph/beam/LITH-BEAM-INTEGRATION.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -364,7 +364,7 @@ pub fn save_row(conn: lith.Connection, row: Row) -> Result(RowId, Error) {
364364
- **Zig:** 0.15.2
365365
- **Gleam:** 1.x
366366
- **License:** PMPL-1.0-or-later (Palimpsest)
367-
- **Author:** Jonathan D.A. Jewell <jonathan.jewell@open.ac.uk>
367+
- **Author:** Jonathan D.A. Jewell <j.d.a.jewell@open.ac.uk>
368368

369369
---
370370

lithoglyph/beam/native_rust/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
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
[package]
44
name = "lith_nif"
55
version = "1.0.0"
66
edition = "2021"
7-
authors = ["Jonathan D.A. Jewell <jonathan.jewell@open.ac.uk>"]
7+
authors = ["Jonathan D.A. Jewell <j.d.a.jewell@open.ac.uk>"]
88
description = "Lithoglyph BEAM NIF - Rust/Rustler bridge to the Lith C ABI"
99

1010
[lib]

lithoglyph/clients/rescript/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,4 +276,4 @@ for backwards compatibility but should be considered deprecated.
276276

277277
PMPL-1.0-or-later (Palimpsest License)
278278

279-
Copyright (c) 2026 Jonathan D.A. Jewell <jonathan.jewell@open.ac.uk>
279+
Copyright (c) 2026 Jonathan D.A. Jewell <j.d.a.jewell@open.ac.uk>

lithoglyph/geo/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
name = "lithoglyph-geo"
44
version = "0.1.0"
55
edition = "2021"
6-
authors = ["hyperpolymath"]
6+
authors = ["Jonathan D.A. Jewell <j.d.a.jewell@open.ac.uk>"]
77
description = "Geospatial extension for Lith - spatial indexing without compromising auditability"
88
license = "PMPL-1.0-or-later"
99
repository = "https://github.com/hyperpolymath/lithoglyph-geo"

lithoglyph/glyphbase/server/native_rust/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
name = "lith_nif"
44
version = "1.0.0"
55
edition = "2021"
6-
authors = ["Jonathan D.A. Jewell <jonathan.jewell@open.ac.uk>"]
6+
authors = ["Jonathan D.A. Jewell <j.d.a.jewell@open.ac.uk>"]
77

88
[lib]
99
name = "lith_nif"

lithoglyph/glyphbase/ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@glyphbase/ui",
33
"version": "0.1.0",
44
"private": true,
5-
"license": "AGPL-3.0-or-later",
5+
"license": "PMPL-1.0-or-later",
66
"type": "module",
77
"scripts": {
88
"res:build": "rescript build",

0 commit comments

Comments
 (0)