Skip to content

Commit db0bf2a

Browse files
committed
chore: migrate license from PMPL-1.0-or-later to MPL-2.0
1 parent db31221 commit db0bf2a

62 files changed

Lines changed: 77 additions & 77 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.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
[*]

.gitattributes

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
# RSR-compliant .gitattributes
33

44
* text=auto eol=lf

.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

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# RSR-compliant .gitignore
2-
# SPDX-License-Identifier: PMPL-1.0-or-later
2+
# SPDX-License-Identifier: MPL-2.0
33
# Build artifacts
44
target/
55
dist-newstyle/

.machine_readable/ADJUST.contractile

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
; ADJUST.contractile — Accessibility invariants for git-scripts
33
; "ADJUST" = Accessibility & Digital Justice for Universal Software & Technology
44
;

.machine_readable/INTENT.contractile

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
; INTENT.contractile — Purpose and scope for git-scripts
33
; Helps LLM/SLM agents understand what this repo IS and IS NOT.
44
;

.machine_readable/MUST.contractile

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
; MUST.contractile — Baseline invariants for git-scripts
33
; These constraints MUST NOT be violated. K9 validators enforce them.
44
;

.machine_readable/STATE.a2ml

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
; Copyright (c) 2026 Jonathan D.A. Jewell (hyperpolymath) <j.d.a.jewell@open.ac.uk>
33
;
44
; .machine_readable/STATE.a2ml

.machine_readable/TRUST.contractile

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
; TRUST.contractile — Trust boundaries for git-scripts
33
; Defines what LLM/SLM agents are trusted to do without asking.
44
;

0 commit comments

Comments
 (0)