Skip to content

Commit 88ccc0c

Browse files
hyperpolymathclaude
andcommitted
chore: RSR compliance — AGPL->PMPL SPDX, fix SCM license headers, author/email, CITATIONS placeholders
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 4066506 commit 88ccc0c

26 files changed

Lines changed: 39 additions & 39 deletions

.editorconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# RSR-template-repo - Editor Configuration
1+
# cloud-sync-tuner - Editor Configuration
22
# https://editorconfig.org
33

44
root = true

.github/workflows/workflow-linter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
fi
3737
done
3838
if [ $failed -eq 1 ]; then
39-
echo "Add '# SPDX-License-Identifier: AGPL-3.0-or-later' as first line"
39+
echo "Add '# SPDX-License-Identifier: PMPL-1.0-or-later' as first line"
4040
exit 1
4141
fi
4242
echo "All workflows have SPDX headers"

.machine_readable/ECOSYSTEM.scm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
;; SPDX-License-Identifier: MPL-2.0-or-later
1+
;; SPDX-License-Identifier: PMPL-1.0-or-later
22
;; ECOSYSTEM.scm - Ecosystem position for cloud-sync-tuner
33
;; Media-Type: application/vnd.ecosystem+scm
44

.machine_readable/META.scm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
;; SPDX-License-Identifier: MPL-2.0-or-later
1+
;; SPDX-License-Identifier: PMPL-1.0-or-later
22
;; META.scm - Meta-level information for cloud-sync-tuner
33
;; Media-Type: application/meta+scheme
44

.machine_readable/STATE.scm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
;; SPDX-License-Identifier: MPL-2.0-or-later
1+
;; SPDX-License-Identifier: PMPL-1.0-or-later
22
;; STATE.scm - Project state for cloud-sync-tuner
33
;; Media-Type: application/vnd.state+scm
44

RSR_OUTLINE.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ just validate-rsr
6969
|Task runner with 50+ recipes
7070

7171
|`LICENSE.txt`
72-
|AGPL + Palimpsest dual license
72+
|PMPL-1.0-or-later
7373

7474
|`README.adoc`
7575
|This file
@@ -157,7 +157,7 @@ project/
157157
* `justfile`
158158
* `README.adoc`
159159
* `RSR_COMPLIANCE.adoc`
160-
* `LICENSE.txt` (AGPL + Palimpsest)
160+
* `LICENSE` (PMPL-1.0-or-later)
161161
* `.well-known/security.txt`
162162
* `.well-known/ai.txt`
163163
* `.well-known/humans.txt`

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

config/schema.ncl

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
# Cloud Sync Tuner - Nickel Configuration Schema
33
# Validates and generates TOML configuration
44

contractiles/k9/examples/ci-config.k9.ncl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ K9!
1919
name = "ci-config",
2020
version = "1.0.0",
2121
description = "CI/CD configuration with runtime validation",
22-
author = "Jonathan D.A. Jewell <jonathan.jewell@open.ac.uk>",
22+
author = "Jonathan D.A. Jewell <j.d.a.jewell@open.ac.uk>",
2323
},
2424
},
2525

contractiles/k9/examples/project-metadata.k9.ncl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ K9!
1919
name = "project-metadata",
2020
version = "1.0.0",
2121
description = "Pure data configuration for project metadata",
22-
author = "Jonathan D.A. Jewell <jonathan.jewell@open.ac.uk>",
22+
author = "Jonathan D.A. Jewell <j.d.a.jewell@open.ac.uk>",
2323
},
2424
},
2525

@@ -36,7 +36,7 @@ K9!
3636

3737
author = {
3838
name = "Jonathan D.A. Jewell",
39-
email = "jonathan.jewell@open.ac.uk",
39+
email = "j.d.a.jewell@open.ac.uk",
4040
organization = "The Open University",
4141
},
4242

0 commit comments

Comments
 (0)