Skip to content

Commit 4690e10

Browse files
hyperpolymathclaude
andcommitted
chore: RSR compliance — fix AGPL→PMPL SPDX headers in tests, workflows, and config
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 4e08bf8 commit 4690e10

8 files changed

Lines changed: 8 additions & 8 deletions

File tree

.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/STATE.scm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"RateLimit needs Redis backend for production use"
5151
"IndieWeb helpers need full protocol flow testing"))
5252
(low ("Composer license field says MIT — should be PMPL-1.0-or-later or MPL-2.0 fallback"
53-
"Autoload SPDX header says AGPL-3.0 — stale, needs update")))
53+
"Autoload SPDX headers updated to PMPL-1.0-or-later")))
5454

5555
(critical-next-actions
5656
(immediate ("Finish WordPress Adapter remaining hooks"

.php-cs-fixer.dist.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
declare(strict_types=1);
44

5-
// SPDX-License-Identifier: MIT OR AGPL-3.0-or-later
5+
// SPDX-License-Identifier: MIT OR PMPL-1.0-or-later
66
// SPDX-FileCopyrightText: 2024 Jonathan D.A. Jewell
77

88
/**

docs/wordpress/aegis-mu-plugin.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
* Requires PHP: 8.1
99
* Author: Hyperpolymath
1010
* Author URI: https://github.com/hyperpolymath
11-
* License: MIT OR AGPL-3.0-or-later
11+
* License: MIT OR PMPL-1.0-or-later
1212
* SPDX-License-Identifier: PMPL-1.0-or-later
1313
* SPDX-FileCopyrightText: 2024-2026 Hyperpolymath
1414
*/

tests/HeadersTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22

33
/**
4-
* SPDX-License-Identifier: MIT OR AGPL-3.0-or-later
4+
* SPDX-License-Identifier: MIT OR PMPL-1.0-or-later
55
* SPDX-FileCopyrightText: 2024-2025 Hyperpolymath
66
*/
77

tests/SanitizerTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22

33
/**
4-
* SPDX-License-Identifier: MIT OR AGPL-3.0-or-later
4+
* SPDX-License-Identifier: MIT OR PMPL-1.0-or-later
55
* SPDX-FileCopyrightText: 2024-2025 Hyperpolymath
66
*/
77

tests/TurtleEscaperTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22

33
/**
4-
* SPDX-License-Identifier: MIT OR AGPL-3.0-or-later
4+
* SPDX-License-Identifier: MIT OR PMPL-1.0-or-later
55
* SPDX-FileCopyrightText: 2024-2025 Hyperpolymath
66
*/
77

tests/ValidatorTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22

33
/**
4-
* SPDX-License-Identifier: MIT OR AGPL-3.0-or-later
4+
* SPDX-License-Identifier: MIT OR PMPL-1.0-or-later
55
* SPDX-FileCopyrightText: 2024-2025 Hyperpolymath
66
*/
77

0 commit comments

Comments
 (0)