From ce84d2dfa5b1f072a2bab27280b4dbc75c414d62 Mon Sep 17 00:00:00 2001 From: hyperpolymath <6759885+hyperpolymath@users.noreply.github.com> Date: Tue, 2 Jun 2026 11:40:40 +0100 Subject: [PATCH] docs(citation): harmonise CITATION.cff to MPL-2.0 (match codemeta.json) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Per owner directive 2026-06-02: echidnabot is sole work → MPL-2.0. CITATION.cff still declared PMPL-1.0 in both SPDX header and license: field, contradicting codemeta.json (MPL-2.0) and 0-AI-MANIFEST.a2ml (MPL-2.0). Doc-maxout #49 missed this. LICENSE.txt body (PALIMPSEST-MPL VERSION 1.0) is part of the owner-managed dual state — not touched here. Manual edit per owner directive — single-file, per-file approved. Co-Authored-By: Claude Opus 4.7 (1M context) --- CITATION.cff | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CITATION.cff b/CITATION.cff index 0182ce6..c66f547 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -1,6 +1,6 @@ # CITATION.cff - Citation File Format for echidnabot # https://citation-file-format.github.io/ -# SPDX-License-Identifier: PMPL-1.0 OR LicenseRef-Palimpsest-0.5 +# SPDX-License-Identifier: MPL-2.0 cff-version: 1.2.0 title: "echidnabot: Proof-Aware CI Bot" @@ -38,7 +38,7 @@ keywords: - github-app - rhodium-standard - RSR -license: PMPL-1.0 +license: MPL-2.0 license-url: "https://github.com/hyperpolymath/echidnabot/blob/main/LICENSE.txt" version: "0.1.0" date-released: "2025-12-10"