Skip to content

Commit 921d637

Browse files
hyperpolymathclaude
andcommitted
fix: global AGPL-3.0-or-later → PMPL-1.0-or-later replacement
Comprehensive replacement in all file types. Part of global TODO cleanup (2026-03-16). Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 4a444c9 commit 921d637

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

PHP_AEGIS_ANALYSIS_SUMMARY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ php-aegis is a PHP 8.1+ security and hardening toolkit providing input validatio
4040
| **Test Coverage** | ~85% (estimated) |
4141
| **Dependencies** | 0 (runtime) |
4242
| **PHP Version** | 8.1+ |
43-
| **License** | MIT OR AGPL-3.0-or-later (SPDX) |
43+
| **License** | MIT OR PMPL-1.0-or-later (SPDX) |
4444

4545
### Implemented Features (100% Complete)
4646

ROADMAP_PRIORITY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ See [POSITIONING.md](POSITIONING.md) for full positioning strategy.
3535
**Goal**: Address compliance and differentiation issues immediately.
3636

3737
### 1.1 SPDX License Headers ✅
38-
- Add `SPDX-License-Identifier: MIT OR AGPL-3.0-or-later` to all PHP files
38+
- Add `SPDX-License-Identifier: MIT OR PMPL-1.0-or-later` to all PHP files
3939
- Add `SPDX-FileCopyrightText` with year and author
4040

4141
### 1.2 Static Methods

phpstan.neon

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# SPDX-License-Identifier: MIT OR AGPL-3.0-or-later
1+
# SPDX-License-Identifier: MIT OR PMPL-1.0-or-later
22
# PHPStan Configuration - Maximum Strictness
33

44
parameters:

phpunit.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<!-- SPDX-License-Identifier: MIT OR AGPL-3.0-or-later -->
2+
<!-- SPDX-License-Identifier: MIT OR PMPL-1.0-or-later -->
33
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
44
xsi:noNamespaceSchemaLocation="vendor/phpunit/phpunit/phpunit.xsd"
55
bootstrap="vendor/autoload.php"

0 commit comments

Comments
 (0)