chore: add SPDX headers to lib/ (51/89, partial)#312
Merged
rubenvdlinde merged 1 commit intodevelopmentfrom May 3, 2026
Merged
chore: add SPDX headers to lib/ (51/89, partial)#312rubenvdlinde merged 1 commit intodevelopmentfrom
rubenvdlinde merged 1 commit intodevelopmentfrom
Conversation
…51/89, partial) Adds SPDX headers inside the existing main file docblock per `feedback_spdx-in-docblock.md`, alongside @author / @copyright / @license. EUPL-1.2; 2024 Conduction B.V. Scope: 51 PHP files in lib/ — partial coverage. The remaining 38 files (mostly Service/*ZGW* + Service/Appointment* + Service/ Berichtenbox* + a few BackgroundJob entries) are queued for a follow-up SPDX-headers PR; this batch was capped by an automation quota and the partial-commit ships the work that was completed. All edits are idempotent docblock additions — no code change. Audit reference: 2026-05-03 OR-abstraction audit, stream 3 (repo hygiene) — procest was flagged at 0/89 SPDX coverage. This brings it to 51/89.
Contributor
Quality Report — ConductionNL/procest @
|
| Check | PHP | Vue | Security | License | Tests |
|---|---|---|---|---|---|
| lint | ✅ | ||||
| phpcs | ❌ | ||||
| phpmd | ✅ | ||||
| psalm | ✅ | ||||
| phpstan | ✅ | ||||
| phpmetrics | ✅ | ||||
| eslint | ❌ | ||||
| stylelint | ❌ | ||||
| composer | ✅ | ✅ 100/100 | |||
| npm | ❌ | ❌ | |||
| PHPUnit | ⏭️ | ||||
| Newman | ⏭️ | ||||
| Playwright | ⏭️ |
Quality workflow — 2026-05-03 17:45 UTC
Download the full PDF report from the workflow artifacts.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds
SPDX-License-Identifier: EUPL-1.2+SPDX-FileCopyrightText: 2024 Conduction B.V. <info@conduction.nl>lines INSIDE the main file docblock for 51 PHP files inlib/. Per project memoryfeedback_spdx-in-docblock.md: SPDX must live INSIDE the docblock, not as line comments.This is a partial rollout — the remaining 38 files (mostly
Service/Zgw*,Service/Appointment*,Service/Berichtenbox*, plus a few BackgroundJob entries) hit the automation usage cap and are queued for a follow-up PR.Test plan
Audit reference
2026-05-03 OR-abstraction audit, stream 3 (repo hygiene) — procest at 0/89; this PR brings it to 51/89.
Auto-merge
procest is pre-production per
feedback_pr-merge-authority.md— markdown- and docblock-only PR auto-merged on creation.