From e0f35e4a29f64cc30292c46e662859fc19f1991e Mon Sep 17 00:00:00 2001 From: hyperpolymath <6759885+hyperpolymath@users.noreply.github.com> Date: Tue, 2 Jun 2026 20:52:13 +0100 Subject: [PATCH] =?UTF-8?q?chore(license):=20align=20Cargo.toml=20license?= =?UTF-8?q?=20field=20to=20LICENSE=20(MIT=20OR=20MPL-2.0=20=E2=86=92=20MPL?= =?UTF-8?q?-2.0)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Closes #51. Co-Authored-By: Claude Opus 4.7 (1M context) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index af3e99d..ddc86bf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ resolver = "2" [workspace.package] edition = "2021" -license = "MIT OR MPL-2.0" +license = "MPL-2.0" repository = "https://github.com/hyperpolymath/januskey" authors = ["Jonathan D.A. Jewell "]