Skip to content

Commit f2e4876

Browse files
hyperpolymathclaude
andcommitted
chore: RSR compliance — AGPL→PMPL SPDX headers, LICENSE to PMPL-1.0-or-later, fix author in CITATIONS.adoc
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent b29630b commit f2e4876

14 files changed

Lines changed: 162 additions & 372 deletions

.gitattributes

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
# RSR-compliant .gitattributes
33

44
* text=auto eol=lf

.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"

.gitignore

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
# RSR-compliant .gitignore
33

44
# OS & Editor

LICENSE

Lines changed: 141 additions & 352 deletions
Large diffs are not rendered by default.

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

ROADMAP.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ Initial project setup, documentation, and community infrastructure.
129129
|Done
130130

131131
|Licensing
132-
|Dual MIT/AGPL-3.0-or-later licensing with Palimpsest overlay
132+
|Dual MIT/PMPL-1.0-or-later licensing with Palimpsest overlay
133133
|Done
134134

135135
|Community Files

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 (Palimpsest License)
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`

docs/CITATIONS.adoc

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// SPDX-License-Identifier: PMPL-1.0-or-later
12
= checky-monkey - Citation Guide
23
:toc:
34

@@ -6,29 +7,29 @@
67
[source,bibtex]
78
----
89
@software{checky-monkey_2025,
9-
author = {Polymath, Hyper},
10+
author = {Jewell, Jonathan D.A.},
1011
title = {checky-monkey},
1112
year = {2025},
1213
url = {https://github.com/hyperpolymath/checky-monkey},
13-
license = {AGPL-3.0-or-later}
14+
license = {PMPL-1.0-or-later}
1415
}
1516
----
1617

1718
== Harvard Style
1819

19-
Polymath, H. (2025) _checky-monkey_ [Computer software]. Available at: https://github.com/hyperpolymath/checky-monkey
20+
Jewell, J.D.A. (2025) _checky-monkey_ [Computer software]. Available at: https://github.com/hyperpolymath/checky-monkey
2021

2122
== OSCOLA
2223

23-
Hyper Polymath, 'checky-monkey' (2025) <https://github.com/hyperpolymath/checky-monkey>
24+
Jonathan D.A. Jewell, 'checky-monkey' (2025) <https://github.com/hyperpolymath/checky-monkey>
2425

2526
== MLA
2627

27-
Polymath, Hyper. "checky-monkey." 2025, github.com/hyperpolymath/checky-monkey.
28+
Jewell, Jonathan D.A. "checky-monkey." 2025, github.com/hyperpolymath/checky-monkey.
2829

2930
== APA 7
3031

31-
Polymath, H. (2025). _checky-monkey_ [Computer software]. GitHub. https://github.com/hyperpolymath/checky-monkey
32+
Jewell, J.D.A. (2025). _checky-monkey_ [Computer software]. GitHub. https://github.com/hyperpolymath/checky-monkey
3233

3334
== See Also
3435

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

0 commit comments

Comments
 (0)