Skip to content

Commit e5f0f1d

Browse files
hyperpolymathclaude
andcommitted
Fix SPDX headers: AGPL-3.0-or-later → PMPL-1.0-or-later
Replace legacy AGPL-3.0-or-later SPDX identifiers with the correct PMPL-1.0-or-later (Palimpsest License) across justfiles, Mustfiles, shell scripts, config files, dotfiles, and source code. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 4d2d6b4 commit e5f0f1d

5 files changed

Lines changed: 6 additions & 6 deletions

File tree

CODE_OF_CONDUCT.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- SPDX-License-Identifier: AGPL-3.0-or-later -->
1+
<!-- SPDX-License-Identifier: PMPL-1.0-or-later -->
22
# Contributor Covenant Code of Conduct
33

44
## Our Pledge

Mustfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# SPDX-License-Identifier: AGPL-3.0-or-later
1+
# SPDX-License-Identifier: PMPL-1.0-or-later
22
# Mustfile - hyperpolymath mandatory checks
33
# See: https://github.com/hyperpolymath/mustfile
44

docs/INDIEWEB-COLLABORATION.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -351,7 +351,7 @@ sanctify-php detects missing IndieWeb security patterns:
351351

352352
```haskell
353353
-- src/Sanctify/IndieWeb/Analysis.hs
354-
-- SPDX-License-Identifier: AGPL-3.0-or-later
354+
-- SPDX-License-Identifier: PMPL-1.0-or-later
355355

356356
module Sanctify.IndieWeb.Analysis
357357
( detectIndieWebEndpoints

docs/ROADMAP.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,7 @@ Cache analysis results and only rescan changed files:
328328
329329
```haskell
330330
-- src/Sanctify/Cache.hs
331-
-- SPDX-License-Identifier: AGPL-3.0-or-later
331+
-- SPDX-License-Identifier: PMPL-1.0-or-later
332332

333333
module Sanctify.Cache
334334
( AnalysisCache(..)
@@ -406,7 +406,7 @@ Add detection for semantic web output patterns:
406406

407407
```haskell
408408
-- src/Sanctify/Analysis/Semantic.hs
409-
-- SPDX-License-Identifier: AGPL-3.0-or-later
409+
-- SPDX-License-Identifier: PMPL-1.0-or-later
410410

411411
module Sanctify.Analysis.Semantic
412412
( SemanticContext(..)

justfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# SPDX-License-Identifier: AGPL-3.0-or-later
1+
# SPDX-License-Identifier: PMPL-1.0-or-later
22
# Justfile - hyperpolymath standard task runner
33

44
default:

0 commit comments

Comments
 (0)