Missing SPDX license identifiers on all PHP files #40
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Problem
CLAUDE.md and MokoStandards require
SPDX-License-Identifier: GPL-3.0-or-laterheaders on all PHP files. Currently all 20 PHP source files use only free-form@licensetags:Acceptance Criteria
// SPDX-License-Identifier: GPL-3.0-or-laterheader line@licensedocblock tags retained for compatibilityScope
All 20 PHP source files across all 4 extensions.
Branch created:
feature/40-missing-spdx-license-identifiers-on-all-