Skip to content

Commit 3458b9f

Browse files
committed
chore: migrate license from PMPL-1.0-or-later to MPL-2.0
1 parent 684c98e commit 3458b9f

33 files changed

Lines changed: 36 additions & 36 deletions

.editorconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# SPDX-License-Identifier: PMPL-1.0-or-later
1+
# SPDX-License-Identifier: MPL-2.0
22
root = true
33

44
[*]

.envrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
# SPDX-License-Identifier: PMPL-1.0-or-later
1+
# SPDX-License-Identifier: MPL-2.0
22
use flake

.github/workflows/agda.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# SPDX-License-Identifier: PMPL-1.0-or-later
1+
# SPDX-License-Identifier: MPL-2.0
22
# (MPL-2.0 is automatic legal fallback until PMPL is formally recognised)
33

44
name: Agda

.github/workflows/governance.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# SPDX-License-Identifier: PMPL-1.0-or-later
1+
# SPDX-License-Identifier: MPL-2.0
22
# governance.yml — single wrapper calling the shared estate governance bundle
33
# in hyperpolymath/standards instead of carrying per-repo copies.
44
#

.github/workflows/hypatia-scan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# SPDX-License-Identifier: PMPL-1.0-or-later
1+
# SPDX-License-Identifier: MPL-2.0
22
# Hypatia Neurosymbolic CI/CD Security Scan
33
name: Hypatia Security Scan
44

.github/workflows/mirror.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# SPDX-License-Identifier: PMPL-1.0-or-later
1+
# SPDX-License-Identifier: MPL-2.0
22
# SPDX-FileCopyrightText: 2025 Jonathan D.A. Jewell
33
name: Mirror to Git Forges
44

.github/workflows/scorecard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# SPDX-License-Identifier: PMPL-1.0-or-later
1+
# SPDX-License-Identifier: MPL-2.0
22
name: OSSF Scorecard
33
on:
44
push:

.machine_readable/6a2/AGENTIC.a2ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
;;; closed questions, redo superseded work, or violate forbidden
1515
;;; rebrandings.
1616
;;;
17-
;;; SPDX-License-Identifier: PMPL-1.0-or-later
17+
;;; SPDX-License-Identifier: MPL-2.0
1818
;;; SPDX-FileCopyrightText: 2026 Jonathan D.A. Jewell
1919

2020
(define-module (echo-types agentic)

.machine_readable/6a2/ECOSYSTEM.a2ml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
;;; session understands echo-types' position in the constellation
1414
;;; without re-deriving it.
1515
;;;
16-
;;; SPDX-License-Identifier: PMPL-1.0-or-later
16+
;;; SPDX-License-Identifier: MPL-2.0
1717
;;; SPDX-FileCopyrightText: 2026 Jonathan D.A. Jewell
1818

1919
(define-module (echo-types ecosystem)
@@ -101,7 +101,7 @@
101101
(source . "Standing decision sd-003 in STATE.scm")
102102
(artefacts . (".github/workflows/mirror.yml" "MIRROR_SETUP.adoc")))
103103

104-
((convention . "License: PMPL-1.0-or-later for code and docs")
104+
((convention . "License: MPL-2.0 for code and docs")
105105
(source . "META.scm SPDX header pattern; constellation default")
106106
(artefacts . ("LICENSE-PMPL-1.0.txt" ; if present
107107
"SPDX headers in all .scm files")))

.machine_readable/6a2/META.a2ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
;;; Schema reference:
77
;;; github.com/hyperpolymath/standards/blob/main/meta-a2ml/spec/abnf/meta.abnf
88
;;;
9-
;;; SPDX-License-Identifier: PMPL-1.0-or-later
9+
;;; SPDX-License-Identifier: MPL-2.0
1010
;;; SPDX-FileCopyrightText: 2026 Jonathan D.A. Jewell
1111

1212
(define-module (echo-types meta)

0 commit comments

Comments
 (0)