Skip to content

Commit 1d6d537

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 b5334d9 commit 1d6d537

32 files changed

Lines changed: 367 additions & 33 deletions

File tree

.machine_readable/6scm/CICD-PATTERNS.scm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686
(severity "low")
8787
(pattern "^name:")
8888
(description "Workflow file missing SPDX license header")
89-
(fix "Add '# SPDX-License-Identifier: AGPL-3.0-or-later' as first line")
89+
(fix "Add '# SPDX-License-Identifier: PMPL-1.0-or-later' as first line")
9090
(auto-fixable #t))
9191

9292
(workflow-linter-self-detection
@@ -238,7 +238,7 @@
238238
(sha-pin-format
239239
"Format: uses: action/name@SHA # version")
240240
(spdx-header
241-
"First line: # SPDX-License-Identifier: AGPL-3.0-or-later")
241+
"First line: # SPDX-License-Identifier: PMPL-1.0-or-later")
242242
(rust-toolchain-fix
243243
"uses: dtolnay/rust-toolchain@SHA\\n with:\\n toolchain: stable"))
244244

bots/echidnabot/examples/SafeDOMExample.res

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
// Example: Using SafeDOM for formally verified DOM mounting
33

44
open SafeDOM

bots/finishingbot/fuzz/Cargo.toml

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
[package]
33
name = "finishingbot-fuzz"
44
version = "0.0.0"

bots/gsbot/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

bots/sustainabot/DEPLOY.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
// SPDX-FileCopyrightText: 2024-2025 hyperpolymath
33

44
# Oikos Bot Deployment Guide

bots/sustainabot/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

bots/sustainabot/ROADMAP.adoc

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
= Oikos Roadmap
33

44
== Current Status

bots/sustainabot/bot-integration/scripts/smee-client.js

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
// SPDX-FileCopyrightText: 2025 Jonathan D.A. Jewell
33
//
44
// Smee.io client for local webhook testing

bots/sustainabot/config/oikos.yaml

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
# SPDX-FileCopyrightText: 2024-2025 hyperpolymath
33
#
44
# Oikos Bot Configuration

bots/sustainabot/containers/compose.yaml

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
# Oikos Bot Compose Configuration
33
#
44
# Usage with Vörðr/Podman:

0 commit comments

Comments
 (0)