Skip to content

Commit bc01fd4

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

54 files changed

Lines changed: 57 additions & 57 deletions

Some content is hidden

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

.github/workflows/deploy-pages.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: Deploy STAMP Protocol
33

44
on:

.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/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/svc/k9/README.adoc

Lines changed: 1 addition & 1 deletion

.machine_readable/svc/k9/examples/ci-config.k9.ncl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
K9!
2-
# SPDX-License-Identifier: PMPL-1.0-or-later
2+
# SPDX-License-Identifier: MPL-2.0
33
# Example Yard-level K9 component: CI/CD configuration with validation
44
# Security Level: Yard (Nickel evaluation, contract validation)
55
# Signature recommended but not required

.machine_readable/svc/k9/examples/project-metadata.k9.ncl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
K9!
2-
# SPDX-License-Identifier: PMPL-1.0-or-later
2+
# SPDX-License-Identifier: MPL-2.0
33
# Example Kennel-level K9 component: Project metadata
44
# Security Level: Kennel (pure data, no execution)
55
# No signature required
@@ -40,7 +40,7 @@ K9!
4040
organization = "The Open University",
4141
},
4242

43-
license = "PMPL-1.0-or-later",
43+
license = "MPL-2.0",
4444

4545
keywords = [
4646
"rhodium-standard",

.machine_readable/svc/k9/examples/setup-repo.k9.ncl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
K9!
2-
# SPDX-License-Identifier: PMPL-1.0-or-later
2+
# SPDX-License-Identifier: MPL-2.0
33
# Example Hunt-level K9 component: Repository setup automation
44
# Security Level: Hunt (full execution with Just recipes)
55
# ⚠️ SIGNATURE REQUIRED - DO NOT RUN WITHOUT VERIFICATION

.machine_readable/svc/k9/template-hunt.k9.ncl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
K9!
2-
# SPDX-License-Identifier: PMPL-1.0-or-later
2+
# SPDX-License-Identifier: MPL-2.0
33
# K9 Hunt-level template: Full execution with Just recipes
44
# Security Level: Hunt (full system access)
55
# ⚠️ SIGNATURE REQUIRED - Review carefully before use

.machine_readable/svc/k9/template-kennel.k9.ncl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
K9!
2-
# SPDX-License-Identifier: PMPL-1.0-or-later
2+
# SPDX-License-Identifier: MPL-2.0
33
# K9 Kennel-level template: Pure data configuration
44
# Security Level: Kennel (data-only, no execution)
55
# No signature required - safe for any use

0 commit comments

Comments
 (0)