Skip to content

Commit d7bad8b

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 a2c87b9 commit d7bad8b

12 files changed

Lines changed: 13 additions & 13 deletions

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

SECURITY.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
# Security Policy
33

44
## Supported Versions

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

ffi/zig/build.zig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// {{PROJECT}} FFI Build Configuration
2-
// SPDX-License-Identifier: AGPL-3.0-or-later
2+
// SPDX-License-Identifier: PMPL-1.0-or-later
33

44
const std = @import("std");
55

ffi/zig/src/main.zig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// This module implements the C-compatible FFI declared in src/abi/Foreign.idr
44
// All types and layouts must match the Idris2 ABI definitions.
55
//
6-
// SPDX-License-Identifier: AGPL-3.0-or-later
6+
// SPDX-License-Identifier: PMPL-1.0-or-later
77

88
const std = @import("std");
99

ffi/zig/test/integration_test.zig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// {{PROJECT}} Integration Tests
2-
// SPDX-License-Identifier: AGPL-3.0-or-later
2+
// SPDX-License-Identifier: PMPL-1.0-or-later
33
//
44
// These tests verify that the Zig FFI correctly implements the Idris2 ABI
55

hooks/validate-codeql.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/env bash
2-
# SPDX-License-Identifier: AGPL-3.0-or-later
2+
# SPDX-License-Identifier: PMPL-1.0-or-later
33
# Pre-commit hook: Validate CodeQL language matrix matches repo
44
set -euo pipefail
55

hooks/validate-permissions.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/env bash
2-
# SPDX-License-Identifier: AGPL-3.0-or-later
2+
# SPDX-License-Identifier: PMPL-1.0-or-later
33
# Pre-commit hook: Validate workflow permissions declarations
44
set -euo pipefail
55
ERRORS=0

hooks/validate-sha-pins.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/env bash
2-
# SPDX-License-Identifier: AGPL-3.0-or-later
2+
# SPDX-License-Identifier: PMPL-1.0-or-later
33
# Pre-commit hook: Validate GitHub Actions are SHA-pinned
44

55
set -euo pipefail

0 commit comments

Comments
 (0)