From d313845d7a0a0af2a6d9903cfc5d82e3e18cf183 Mon Sep 17 00:00:00 2001 From: hyperpolymath <6759885+hyperpolymath@users.noreply.github.com> Date: Mon, 22 Jun 2026 19:36:42 +0100 Subject: [PATCH] docs: dual-license GOVERNANCE/MAINTAINERS headers (MPL-2.0 + CC-BY-SA-4.0) Add a second SPDX line, CC-BY-SA-4.0, to both docs (prose) alongside the existing MPL-2.0. MPL-2.0 stays listed first and remains the repo's primary licence (root LICENSE); CC-BY-SA-4.0 covers the prose content per estate docs-licence policy. Co-Authored-By: Claude Opus 4.8 (1M context) --- GOVERNANCE.adoc | 1 + MAINTAINERS.adoc | 1 + 2 files changed, 2 insertions(+) diff --git a/GOVERNANCE.adoc b/GOVERNANCE.adoc index 9942410..e2b30c8 100644 --- a/GOVERNANCE.adoc +++ b/GOVERNANCE.adoc @@ -1,4 +1,5 @@ // SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: CC-BY-SA-4.0 // Copyright (c) Jonathan D.A. Jewell = Governance diff --git a/MAINTAINERS.adoc b/MAINTAINERS.adoc index 2b22774..12091b4 100644 --- a/MAINTAINERS.adoc +++ b/MAINTAINERS.adoc @@ -1,4 +1,5 @@ // SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: CC-BY-SA-4.0 // Copyright (c) Jonathan D.A. Jewell = Maintainers