From b4c31f91ea7fd12e402ddb539454e2d653e7e461 Mon Sep 17 00:00:00 2001 From: audit-bot Date: Tue, 19 May 2026 06:28:32 +0900 Subject: [PATCH] license: Apache-2.0 -> MIT (user-directed relicense) [audit-2026-05-19] --- README.md | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 32fc2a1..438cf5a 100644 --- a/README.md +++ b/README.md @@ -99,4 +99,4 @@ The package name nods to Mikhail Bakhtin's *polyphony* — a literary-critical o ## License -Apache-2.0. See `LICENSE`. +MIT. See `LICENSE`. diff --git a/pyproject.toml b/pyproject.toml index 1c1a9dd..7b8dd67 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ version = "0.1.2" description = "Multi-judge LLM evaluation that returns typed disagreement structure instead of collapsing it to a scalar." readme = "README.md" requires-python = ">=3.10" -license = { text = "Apache-2.0" } +license = { text = "MIT" } authors = [{ name = "polyphonic-eval contributors" }] keywords = [ "llm",