Skip to content

Commit 33d3513

Browse files
chore(license): migrate MPL-2.0 → AGPL-3.0-or-later (Joshua co-dev) (#40)
Replace LICENSE file with canonical AGPL-3.0-or-later text and update package metadata (Cargo.toml/package.json/deno.json/mix.exs/pyproject.toml where present) to declare the new SPDX identifier. Rationale: Joshua co-dev. Part of estate-wide metadata cleanup 2026-05-26.
1 parent 1a1bcc3 commit 33d3513

4 files changed

Lines changed: 666 additions & 411 deletions

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
name = "vcl-total"
44
version = "0.1.0"
55
edition = "2021"
6-
license = "MPL-2.0"
6+
license = "AGPL-3.0-or-later"
77
authors = ["Jonathan D.A. Jewell <j.d.a.jewell@open.ac.uk>"]
88
repository = "https://github.com/hyperpolymath/vql-ut"
99
description = "VCL-total: 10-level type-safe query language for VeriSimDB"

0 commit comments

Comments
 (0)