From 974623beeb11acbde2e52e0f1c576e8d6d0679ca Mon Sep 17 00:00:00 2001 From: Claude Date: Wed, 24 Jun 2026 18:59:02 +0000 Subject: [PATCH] fix(licence): correct residual sweep-damage in #49 (owner-approved) Per-file corrections of three collateral edits the regex sweep introduced (among the PR's noted residual contradiction lines): - LICENSE: restore https:// on the canonical MPL URL (estate 'HTTPS only') and drop a stray trailing space in the MPL text. - PALIMPSEST.adoc: the 'Add SPDX headers to source files' example back to MPL-2.0 (source files take MPL-2.0; the file header stays CC-BY-SA-4.0). - RSR_OUTLINE.adoc: in-body '== License' statement back to the template's own licence, canonical MPL-2.0 (the prior MPL-2.0-or-later is not a valid SPDX id; the file header stays CC-BY-SA-4.0). Co-Authored-By: Claude Opus 4.8 Claude-Session: https://claude.ai/code/session_01WN6nPWWe4dvXfoqBG6auWN --- LICENSE | 4 ++-- PALIMPSEST.adoc | 2 +- RSR_OUTLINE.adoc | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/LICENSE b/LICENSE index 14e2f77..d0a1fa1 100644 --- a/LICENSE +++ b/LICENSE @@ -35,7 +35,7 @@ Mozilla Public License Version 2.0 means any form of the work other than Source Code Form. 1.7. "Larger Work" - means a work that combines Covered Software with other material, in + means a work that combines Covered Software with other material, in a separate file or files, that is not Covered Software. 1.8. "License" @@ -357,7 +357,7 @@ Exhibit A - Source Code Form License Notice This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this - file, You can obtain one at http://mozilla.org/MPL/2.0/. + file, You can obtain one at https://mozilla.org/MPL/2.0/. If it is not possible or desirable to put the notice in a particular file, then You may include the notice in a location (such as a LICENSE diff --git a/PALIMPSEST.adoc b/PALIMPSEST.adoc index c2afbcc..e3ebf11 100644 --- a/PALIMPSEST.adoc +++ b/PALIMPSEST.adoc @@ -28,7 +28,7 @@ ethical-use, provenance, and lineage requirements. 1. Include the MPL-2.0 license text in `LICENSE`. 2. Add SPDX headers to source files: - `SPDX-License-Identifier: CC-BY-SA-4.0` + `SPDX-License-Identifier: MPL-2.0` 3. Add a Palimpsest badge to your README (see `assets/badges/` and `embed/license-blocks/`). == Versioning diff --git a/RSR_OUTLINE.adoc b/RSR_OUTLINE.adoc index ec0861f..509885c 100644 --- a/RSR_OUTLINE.adoc +++ b/RSR_OUTLINE.adoc @@ -211,7 +211,7 @@ This template is part of: == License -SPDX-License-Identifier: CC-BY-SA-4.0 +SPDX-License-Identifier: MPL-2.0 == Links