From 6f4a06ab9dd229bc3495c309aaf1b82d26c6a82b Mon Sep 17 00:00:00 2001 From: hyperpolymath <6759885+hyperpolymath@users.noreply.github.com> Date: Tue, 2 Jun 2026 20:50:47 +0100 Subject: [PATCH] =?UTF-8?q?chore(license):=20align=20Cargo.toml=20license?= =?UTF-8?q?=20field=20to=20LICENSE=20(MIT=20OR=20Apache-2.0=20=E2=86=92=20?= =?UTF-8?q?MPL-2.0)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Closes #34. 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 5dc16c0..f92f42f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ name = "conflow" version = "0.1.0" edition = "2021" authors = ["Jonathan D.A. Jewell"] -license = "MIT OR Apache-2.0" +license = "MPL-2.0" description = "Configuration flow orchestrator for CUE, Nickel, and config validation workflows" repository = "https://gitlab.com/rhodium-standard/conflow" readme = "README.md"