File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
375375default: check
376376
Original file line number Diff line number Diff line change 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)
You can’t perform that action at this time.
0 commit comments