Skip to content

Commit d609387

Browse files
chore(license): migrate to AGPL-3.0-or-later (#207)
## Summary Migrates this repo's license declaration from `MPL-2.0` to `AGPL-3.0-or-later`. **Rationale:** Joshua co-dev. ## Changes - LICENSE file replaced with canonical `AGPL-3.0-or-later` text (including SPDX header). - Package metadata updated where present (Cargo.toml, package.json, deno.json, mix.exs, pyproject.toml). Part of estate-wide metadata cleanup 2026-05-26.
1 parent a67dd82 commit d609387

12 files changed

Lines changed: 674 additions & 419 deletions

File tree

.verisimdb/ecosystem-ingest/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ name = "ecosystem-ingest"
44
version = "0.1.0"
55
edition = "2021"
66
description = "Derive ecosystem-link octads from dependency manifests, emit A2ML"
7-
license = "PMPL-1.0-or-later"
7+
license = "AGPL-3.0-or-later"
88
authors = ["Jonathan D.A. Jewell <j.d.a.jewell@open.ac.uk>"]
99

1010
[[bin]]

0-ai-gatekeeper-protocol/repo-guardian-fs/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version = "0.1.0"
44
edition = "2021"
55
authors = ["Jonathan D.A. Jewell <j.d.a.jewell@open.ac.uk>"]
66
description = "FUSE filesystem wrapper enforcing AI.a2ml manifest acknowledgment before repo access"
7-
license = "PMPL-1.0-or-later"
7+
license = "AGPL-3.0-or-later"
88
repository = "https://github.com/hyperpolymath/repo-guardian-fs"
99
readme = "README.md"
1010
keywords = ["fuse", "filesystem", "ai", "gatekeeper", "manifest"]

LICENSE

Lines changed: 663 additions & 408 deletions
Large diffs are not rendered by default.

a2ml/lsp/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ name = "a2ml-lsp"
88
version = "0.1.0"
99
edition = "2021"
1010
authors = ["Jonathan D.A. Jewell <j.d.a.jewell@open.ac.uk>"]
11-
license = "PMPL-1.0-or-later"
11+
license = "AGPL-3.0-or-later"
1212
description = "Language Server Protocol implementation for A2ML"
1313
repository = "https://github.com/hyperpolymath/standards"
1414
homepage = "https://github.com/hyperpolymath/standards/tree/main/a2ml/lsp"

avow-protocol/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "1.0.0",
44
"description": "AVOW Protocol - Authenticated Verifiable Open Web Communication",
55
"author": "Jonathan D.A. Jewell <j.d.a.jewell@open.ac.uk>",
6-
"license": "PMPL-1.0-or-later",
6+
"license": "AGPL-3.0-or-later",
77
"type": "module",
88
"scripts": {
99
"build": "deno task build",

groove-protocol/cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ version = "0.1.0"
77
edition = "2024"
88
authors = ["Jonathan D.A. Jewell <j.d.a.jewell@open.ac.uk>"]
99
description = "CLI tool for the Groove service discovery protocol — init, validate, probe, mesh"
10-
license = "PMPL-1.0-or-later"
10+
license = "AGPL-3.0-or-later"
1111
repository = "https://github.com/hyperpolymath/standards"
1212

1313
[dependencies]

hooks/playbook-to-recipe/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ name = "playbook-to-recipe"
44
version = "0.1.0"
55
edition = "2021"
66
description = "Convert PLAYBOOK.a2ml procedures into Hypatia-compatible A2ML recipes"
7-
license = "PMPL-1.0-or-later"
7+
license = "AGPL-3.0-or-later"
88
authors = ["Jonathan D.A. Jewell <j.d.a.jewell@open.ac.uk>"]
99

1010
[[bin]]

inline-annotations/extractor/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ name = "inline-annotations"
44
version = "0.1.0"
55
edition = "2021"
66
description = "Extracts @trust/@contract/@grade annotations from source comments, emits A2ML"
7-
license = "PMPL-1.0-or-later"
7+
license = "AGPL-3.0-or-later"
88
authors = ["Jonathan D.A. Jewell <j.d.a.jewell@open.ac.uk>"]
99
repository = "https://github.com/hyperpolymath/standards"
1010

k9-svc/k9-sign/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "k9-sign"
33
version = "1.0.0"
44
edition = "2021"
55
authors = ["Jonathan D.A. Jewell <j.d.a.jewell@open.ac.uk>"]
6-
license = "PMPL-1.0-or-later"
6+
license = "AGPL-3.0-or-later"
77
description = "Ed25519 signing and verification for K9 Hunt-level components"
88
repository = "https://github.com/hyperpolymath/standards/tree/main/k9-svc"
99

k9-svc/lsp/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ name = "k9-lsp"
1010
version = "0.1.0"
1111
edition = "2021"
1212
authors = ["Jonathan D.A. Jewell <j.d.a.jewell@open.ac.uk>"]
13-
license = "PMPL-1.0-or-later"
13+
license = "AGPL-3.0-or-later"
1414
description = "Language Server Protocol server for K9 Self-Validating Components"
1515
repository = "https://github.com/hyperpolymath/standards"
1616
homepage = "https://github.com/hyperpolymath/standards/tree/main/k9-svc/lsp"

0 commit comments

Comments
 (0)