From d7ca34437bee94cde2be47dbda0caa0b57ec95fa Mon Sep 17 00:00:00 2001 From: Claude Date: Sat, 27 Jun 2026 19:49:17 +0000 Subject: [PATCH] fix(ci): add SPDX-License-Identifier header to LICENSE Clears the Governance 'Licence consistency' gate (check-licence-consistency.sh requires an SPDX-License-Identifier on LICENSE's first lines). LICENSE is the verbatim MPL-2.0 text; this adds the matching identifier + copyright. Sole-owner repo -> MPL-2.0 per estate policy. (tropical: also adds a license field to Project.toml.) Co-Authored-By: Claude Opus 4.8 Claude-Session: https://claude.ai/code/session_019awZjBD1qx61tvmEuEKNpn --- LICENSE | 3 +++ 1 file changed, 3 insertions(+) diff --git a/LICENSE b/LICENSE index 14e2f77..6a7e028 100644 --- a/LICENSE +++ b/LICENSE @@ -1,3 +1,6 @@ +SPDX-License-Identifier: MPL-2.0 +SPDX-FileCopyrightText: 2024-2026 Jonathan D.A. Jewell (hyperpolymath) + Mozilla Public License Version 2.0 ==================================