Skip to content

Commit 56d80a4

Browse files
hyperpolymathclaude
andcommitted
licence(A5/#7): normalise malformed PMPL SPDX values -> PMPL-1.0-or-later (owner carve-out, SPDX-only)
placeholder (PLMP/PMLP-1.0[-or-later]), doubled (PMPL-1.0-or-later-or-later), and bare (PMPL-1.0) SPDX-License-Identifier values normalised to canonical PMPL-1.0-or-later. This is NOT a relicence: only malformed SPDX-License-Identifier values are corrected. Owner-sanctioned per standards LICENCE-POLICY A8(1)+A5. Refs LICENCE-DEBT-LEDGER-2026-05-18. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 9d2ba96 commit 56d80a4

116 files changed

Lines changed: 122 additions & 122 deletions

File tree

Some content is hidden

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

.github/workflows/codeql.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
1+
# SPDX-License-Identifier: PMPL-1.0-or-later
22
name: CodeQL Security Analysis
33

44
on:

.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
1+
# SPDX-License-Identifier: PMPL-1.0-or-later
22
name: OSSF Scorecard
33
on:
44
push:

.github/workflows/secret-scanner.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
1+
# SPDX-License-Identifier: PMPL-1.0-or-later
22
# Prevention workflow - scans for hardcoded secrets before they reach main
33
name: Secret Scanner
44

ada-ecosystem/ada-loom-registry/.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
1+
# SPDX-License-Identifier: PMPL-1.0-or-later
22
# RSR-compliant .gitattributes
33

44
* text=auto eol=lf

ada-ecosystem/ada-loom-registry/.gitignore

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
1+
# SPDX-License-Identifier: PMPL-1.0-or-later
22
# RSR-compliant .gitignore
33

44
# OS & Editor

ada-ecosystem/ada-loom-registry/CODE_OF_CONDUCT.md

Lines changed: 1 addition & 1 deletion

ada-ecosystem/ada-loom-registry/Mustfile

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
1+
# SPDX-License-Identifier: PMPL-1.0-or-later
22
# Mustfile - hyperpolymath mandatory checks
33
# See: https://github.com/hyperpolymath/mustfile
44

ada-ecosystem/ada-loom-registry/app/Main.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{-# LANGUAGE OverloadedStrings #-}
22
{-# LANGUAGE DeriveGeneric #-}
33
{-# LANGUAGE DeriveAnyClass #-}
4-
-- SPDX-License-Identifier: PMPL-1.0
4+
-- SPDX-License-Identifier: PMPL-1.0-or-later
55

66
module Main where
77

ada-ecosystem/ada-loom-registry/src/Spindle.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{-# LANGUAGE OverloadedStrings #-}
2-
-- SPDX-License-Identifier: PMPL-1.0
2+
-- SPDX-License-Identifier: PMPL-1.0-or-later
33

44
-- | Spindle - Parse Nickel configurations into Haskell types.
55
--

ada-ecosystem/ada-loom-registry/src/Spindle/Registry.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{-# LANGUAGE OverloadedStrings #-}
22
{-# LANGUAGE DeriveGeneric #-}
33
{-# LANGUAGE DeriveAnyClass #-}
4-
-- SPDX-License-Identifier: PMPL-1.0
4+
-- SPDX-License-Identifier: PMPL-1.0-or-later
55

66
-- | Spindle.Registry - Persistent configuration management for the Hyperpolymath ecosystem.
77
--

0 commit comments

Comments
 (0)