Skip to content

Commit 0ad001a

Browse files
Your Nameclaude
andcommitted
chore: fix license headers to PMPL-1.0-or-later
- Update SPDX identifiers from AGPL to PMPL - Ensure LICENSE file uses PMPL-1.0-or-later - Maintain consistency with palimpsest-license repo Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
1 parent 321ca04 commit 0ad001a

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

scripts/mass-apply-templates.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22
# Mass Apply RSR Templates to All Repositories
3-
# SPDX-License-Identifier: AGPL-3.0-or-later OR LicenseRef-Palimpsest-0.5
3+
# SPDX-License-Identifier: PMPL-1.0-or-later OR LicenseRef-Palimpsest-0.5
44
#
55
# Usage:
66
# ./mass-apply-templates.sh [--dry-run] [--repos-dir /path/to/repos]
@@ -245,7 +245,7 @@ apply_state_scm() {
245245
if ! $DRY_RUN; then
246246
cat > "$repo_dir/STATE.scm" << EOF
247247
;;; STATE.scm - Project State Checkpoint for $project_name
248-
;;; SPDX-License-Identifier: AGPL-3.0-or-later OR LicenseRef-Palimpsest-0.5
248+
;;; SPDX-License-Identifier: PMPL-1.0-or-later OR LicenseRef-Palimpsest-0.5
249249
;;; Generated: $(date -Iseconds)
250250
251251
(define-module ($project_slug state)
@@ -370,7 +370,7 @@ apply_justfile_hooks() {
370370
if ! $DRY_RUN && [[ -f "$TEMPLATE_DIR/justfile-hooks.template" ]]; then
371371
cat > "$repo_dir/justfile" << 'EOF'
372372
# RSR Project Justfile
373-
# SPDX-License-Identifier: AGPL-3.0-or-later
373+
# SPDX-License-Identifier: PMPL-1.0-or-later
374374
375375
default: check
376376

scripts/reconcile-wharf-repos.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22
# reconcile-wharf-repos.sh - Consolidate wharf repositories
3-
# SPDX-License-Identifier: AGPL-3.0-or-later OR LicenseRef-Palimpsest-0.5
3+
# SPDX-License-Identifier: PMPL-1.0-or-later OR LicenseRef-Palimpsest-0.5
44
#
55
# This script reconciles the wharf repository situation:
66
# - wharf (GitHub) = Rust infrastructure (KEEP SEPARATE)

0 commit comments

Comments
 (0)