From 698a7aa0649d8ee3937c9d974d6b0c3a10c43d55 Mon Sep 17 00:00:00 2001 From: Ruben van der Linde Date: Sun, 3 May 2026 19:44:07 +0200 Subject: [PATCH] chore: add SPDX-License-Identifier + SPDX-FileCopyrightText to lib/ (51/89, partial) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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. --- lib/AppInfo/Application.php | 3 +++ lib/BackgroundJob/ShareMaintenanceJob.php | 3 +++ lib/Controller/AcController.php | 3 +++ lib/Controller/AiController.php | 3 +++ lib/Controller/BrcController.php | 3 +++ lib/Controller/CaseDefinitionController.php | 3 +++ lib/Controller/CaseSharingController.php | 3 +++ lib/Controller/ConsultationController.php | 3 +++ lib/Controller/DashboardController.php | 3 +++ lib/Controller/DrcController.php | 3 +++ lib/Controller/EmailController.php | 3 +++ lib/Controller/GisProxyController.php | 3 +++ lib/Controller/HealthController.php | 3 +++ lib/Controller/InspectionController.php | 3 +++ lib/Controller/LegesController.php | 3 +++ lib/Controller/MetricsController.php | 3 +++ lib/Controller/MilestoneController.php | 3 +++ lib/Controller/NrcController.php | 3 +++ lib/Controller/ParaferingController.php | 3 +++ lib/Controller/PublicShareController.php | 3 +++ lib/Controller/SettingsController.php | 3 +++ lib/Controller/StufController.php | 3 +++ lib/Controller/TemplateController.php | 3 +++ lib/Controller/TenantController.php | 3 +++ lib/Controller/ZgwMappingController.php | 3 +++ lib/Controller/ZrcController.php | 3 +++ lib/Controller/ZtcController.php | 3 +++ lib/Dashboard/CasesOverviewWidget.php | 3 +++ lib/Dashboard/DeadlineAlertsWidget.php | 3 +++ lib/Dashboard/MyTasksWidget.php | 3 +++ lib/Dashboard/OverdueCasesWidget.php | 3 +++ lib/Dashboard/StalledCasesWidget.php | 3 +++ lib/Dashboard/StartCaseWidget.php | 3 +++ lib/Dashboard/TaskRemindersWidget.php | 3 +++ lib/Listener/DeepLinkRegistrationListener.php | 3 +++ lib/Middleware/TenantMiddleware.php | 3 +++ lib/Middleware/ZgwAuthException.php | 3 +++ lib/Middleware/ZgwAuthMiddleware.php | 3 +++ lib/Repair/InitializeSettings.php | 3 +++ lib/Repair/LoadDefaultZgwMappings.php | 3 +++ lib/Repair/SeedBezwaarBeroepData.php | 3 +++ lib/Sections/SettingsSection.php | 3 +++ lib/Service/AiService.php | 3 +++ lib/Service/CaseDefinitionExportService.php | 3 +++ lib/Service/CaseDefinitionImportService.php | 3 +++ lib/Service/CaseEmailService.php | 3 +++ lib/Service/CaseSharingService.php | 3 +++ lib/Service/CaseTransferService.php | 3 +++ lib/Service/ChecklistService.php | 3 +++ lib/Service/ConsultationService.php | 3 +++ lib/Settings/AdminSettings.php | 3 +++ 51 files changed, 153 insertions(+) diff --git a/lib/AppInfo/Application.php b/lib/AppInfo/Application.php index 114f2cf6..30c8d8ca 100644 --- a/lib/AppInfo/Application.php +++ b/lib/AppInfo/Application.php @@ -12,6 +12,9 @@ * @copyright 2024 Conduction B.V. * @license EUPL-1.2 https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12 * + * SPDX-License-Identifier: EUPL-1.2 + * SPDX-FileCopyrightText: 2024 Conduction B.V. + * * @version GIT: * * @link https://procest.nl diff --git a/lib/BackgroundJob/ShareMaintenanceJob.php b/lib/BackgroundJob/ShareMaintenanceJob.php index 0b0b70d2..d25916ac 100644 --- a/lib/BackgroundJob/ShareMaintenanceJob.php +++ b/lib/BackgroundJob/ShareMaintenanceJob.php @@ -12,6 +12,9 @@ * @copyright 2024 Conduction B.V. * @license EUPL-1.2 https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12 * + * SPDX-License-Identifier: EUPL-1.2 + * SPDX-FileCopyrightText: 2024 Conduction B.V. + * * @version GIT: * * @link https://procest.nl diff --git a/lib/Controller/AcController.php b/lib/Controller/AcController.php index 6e91e9c0..8b4a9065 100644 --- a/lib/Controller/AcController.php +++ b/lib/Controller/AcController.php @@ -14,6 +14,9 @@ * @copyright 2024 Conduction B.V. * @license EUPL-1.2 https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12 * + * SPDX-License-Identifier: EUPL-1.2 + * SPDX-FileCopyrightText: 2024 Conduction B.V. + * * @version GIT: * * @link https://procest.nl diff --git a/lib/Controller/AiController.php b/lib/Controller/AiController.php index 06326fcf..e77b8a38 100644 --- a/lib/Controller/AiController.php +++ b/lib/Controller/AiController.php @@ -14,6 +14,9 @@ * @copyright 2024 Conduction B.V. * @license EUPL-1.2 https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12 * + * SPDX-License-Identifier: EUPL-1.2 + * SPDX-FileCopyrightText: 2024 Conduction B.V. + * * @version GIT: * * @link https://procest.nl diff --git a/lib/Controller/BrcController.php b/lib/Controller/BrcController.php index 706699db..de129433 100644 --- a/lib/Controller/BrcController.php +++ b/lib/Controller/BrcController.php @@ -14,6 +14,9 @@ * @copyright 2024 Conduction B.V. * @license EUPL-1.2 https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12 * + * SPDX-License-Identifier: EUPL-1.2 + * SPDX-FileCopyrightText: 2024 Conduction B.V. + * * @version GIT: * * @link https://procest.nl diff --git a/lib/Controller/CaseDefinitionController.php b/lib/Controller/CaseDefinitionController.php index 02450591..dd9f487a 100644 --- a/lib/Controller/CaseDefinitionController.php +++ b/lib/Controller/CaseDefinitionController.php @@ -13,6 +13,9 @@ * @copyright 2024 Conduction B.V. * @license EUPL-1.2 https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12 * + * SPDX-License-Identifier: EUPL-1.2 + * SPDX-FileCopyrightText: 2024 Conduction B.V. + * * @version GIT: * * @link https://procest.nl diff --git a/lib/Controller/CaseSharingController.php b/lib/Controller/CaseSharingController.php index d43f2d2f..23c8554a 100644 --- a/lib/Controller/CaseSharingController.php +++ b/lib/Controller/CaseSharingController.php @@ -12,6 +12,9 @@ * @copyright 2024 Conduction B.V. * @license EUPL-1.2 https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12 * + * SPDX-License-Identifier: EUPL-1.2 + * SPDX-FileCopyrightText: 2024 Conduction B.V. + * * @version GIT: * * @link https://procest.nl diff --git a/lib/Controller/ConsultationController.php b/lib/Controller/ConsultationController.php index 9799c072..f3cbf9cd 100644 --- a/lib/Controller/ConsultationController.php +++ b/lib/Controller/ConsultationController.php @@ -12,6 +12,9 @@ * @copyright 2024 Conduction B.V. * @license EUPL-1.2 https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12 * + * SPDX-License-Identifier: EUPL-1.2 + * SPDX-FileCopyrightText: 2024 Conduction B.V. + * * @version GIT: * * @link https://procest.nl diff --git a/lib/Controller/DashboardController.php b/lib/Controller/DashboardController.php index 0b6664ca..3972b150 100644 --- a/lib/Controller/DashboardController.php +++ b/lib/Controller/DashboardController.php @@ -12,6 +12,9 @@ * @copyright 2024 Conduction B.V. * @license EUPL-1.2 https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12 * + * SPDX-License-Identifier: EUPL-1.2 + * SPDX-FileCopyrightText: 2024 Conduction B.V. + * * @version GIT: * * @link https://procest.nl diff --git a/lib/Controller/DrcController.php b/lib/Controller/DrcController.php index 64e7954c..8e7f0d1f 100644 --- a/lib/Controller/DrcController.php +++ b/lib/Controller/DrcController.php @@ -14,6 +14,9 @@ * @copyright 2024 Conduction B.V. * @license EUPL-1.2 https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12 * + * SPDX-License-Identifier: EUPL-1.2 + * SPDX-FileCopyrightText: 2024 Conduction B.V. + * * @version GIT: * * @link https://procest.nl diff --git a/lib/Controller/EmailController.php b/lib/Controller/EmailController.php index 59ff5128..0c079f00 100644 --- a/lib/Controller/EmailController.php +++ b/lib/Controller/EmailController.php @@ -12,6 +12,9 @@ * @copyright 2024 Conduction B.V. * @license EUPL-1.2 https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12 * + * SPDX-License-Identifier: EUPL-1.2 + * SPDX-FileCopyrightText: 2024 Conduction B.V. + * * @version GIT: * * @link https://procest.nl diff --git a/lib/Controller/GisProxyController.php b/lib/Controller/GisProxyController.php index 0da26c64..67e0e101 100644 --- a/lib/Controller/GisProxyController.php +++ b/lib/Controller/GisProxyController.php @@ -13,6 +13,9 @@ * @copyright 2024 Conduction B.V. * @license EUPL-1.2 https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12 * + * SPDX-License-Identifier: EUPL-1.2 + * SPDX-FileCopyrightText: 2024 Conduction B.V. + * * @version GIT: * * @link https://procest.nl diff --git a/lib/Controller/HealthController.php b/lib/Controller/HealthController.php index 42ebb8b2..5e7cf1d0 100644 --- a/lib/Controller/HealthController.php +++ b/lib/Controller/HealthController.php @@ -12,6 +12,9 @@ * @copyright 2024 Conduction B.V. * @license EUPL-1.2 https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12 * + * SPDX-License-Identifier: EUPL-1.2 + * SPDX-FileCopyrightText: 2024 Conduction B.V. + * * @version GIT: * * @link https://procest.nl diff --git a/lib/Controller/InspectionController.php b/lib/Controller/InspectionController.php index cf41baec..8bcad5cb 100644 --- a/lib/Controller/InspectionController.php +++ b/lib/Controller/InspectionController.php @@ -13,6 +13,9 @@ * @copyright 2024 Conduction B.V. * @license EUPL-1.2 https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12 * + * SPDX-License-Identifier: EUPL-1.2 + * SPDX-FileCopyrightText: 2024 Conduction B.V. + * * @version GIT: * * @link https://procest.nl diff --git a/lib/Controller/LegesController.php b/lib/Controller/LegesController.php index 755f9596..c63fbaa9 100644 --- a/lib/Controller/LegesController.php +++ b/lib/Controller/LegesController.php @@ -13,6 +13,9 @@ * @copyright 2024 Conduction B.V. * @license EUPL-1.2 https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12 * + * SPDX-License-Identifier: EUPL-1.2 + * SPDX-FileCopyrightText: 2024 Conduction B.V. + * * @version GIT: * * @link https://procest.nl diff --git a/lib/Controller/MetricsController.php b/lib/Controller/MetricsController.php index 56ecbb54..2b2c17c9 100644 --- a/lib/Controller/MetricsController.php +++ b/lib/Controller/MetricsController.php @@ -12,6 +12,9 @@ * @copyright 2024 Conduction B.V. * @license EUPL-1.2 https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12 * + * SPDX-License-Identifier: EUPL-1.2 + * SPDX-FileCopyrightText: 2024 Conduction B.V. + * * @version GIT: * * @link https://procest.nl diff --git a/lib/Controller/MilestoneController.php b/lib/Controller/MilestoneController.php index d68b19e1..857d72b1 100644 --- a/lib/Controller/MilestoneController.php +++ b/lib/Controller/MilestoneController.php @@ -12,6 +12,9 @@ * @copyright 2024 Conduction B.V. * @license EUPL-1.2 https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12 * + * SPDX-License-Identifier: EUPL-1.2 + * SPDX-FileCopyrightText: 2024 Conduction B.V. + * * @version GIT: * * @link https://procest.nl diff --git a/lib/Controller/NrcController.php b/lib/Controller/NrcController.php index 025275a7..25348b1a 100644 --- a/lib/Controller/NrcController.php +++ b/lib/Controller/NrcController.php @@ -14,6 +14,9 @@ * @copyright 2024 Conduction B.V. * @license EUPL-1.2 https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12 * + * SPDX-License-Identifier: EUPL-1.2 + * SPDX-FileCopyrightText: 2024 Conduction B.V. + * * @version GIT: * * @link https://procest.nl diff --git a/lib/Controller/ParaferingController.php b/lib/Controller/ParaferingController.php index 58034d98..68431502 100644 --- a/lib/Controller/ParaferingController.php +++ b/lib/Controller/ParaferingController.php @@ -13,6 +13,9 @@ * @copyright 2024 Conduction B.V. * @license EUPL-1.2 https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12 * + * SPDX-License-Identifier: EUPL-1.2 + * SPDX-FileCopyrightText: 2024 Conduction B.V. + * * @version GIT: * * @link https://procest.nl diff --git a/lib/Controller/PublicShareController.php b/lib/Controller/PublicShareController.php index 67c8f8db..39e15a21 100644 --- a/lib/Controller/PublicShareController.php +++ b/lib/Controller/PublicShareController.php @@ -12,6 +12,9 @@ * @copyright 2024 Conduction B.V. * @license EUPL-1.2 https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12 * + * SPDX-License-Identifier: EUPL-1.2 + * SPDX-FileCopyrightText: 2024 Conduction B.V. + * * @version GIT: * * @link https://procest.nl diff --git a/lib/Controller/SettingsController.php b/lib/Controller/SettingsController.php index 389fe742..855a0ae9 100644 --- a/lib/Controller/SettingsController.php +++ b/lib/Controller/SettingsController.php @@ -12,6 +12,9 @@ * @copyright 2024 Conduction B.V. * @license EUPL-1.2 https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12 * + * SPDX-License-Identifier: EUPL-1.2 + * SPDX-FileCopyrightText: 2024 Conduction B.V. + * * @version GIT: * * @link https://procest.nl diff --git a/lib/Controller/StufController.php b/lib/Controller/StufController.php index 037c1009..fd9c3ba1 100644 --- a/lib/Controller/StufController.php +++ b/lib/Controller/StufController.php @@ -14,6 +14,9 @@ * @copyright 2024 Conduction B.V. * @license EUPL-1.2 https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12 * + * SPDX-License-Identifier: EUPL-1.2 + * SPDX-FileCopyrightText: 2024 Conduction B.V. + * * @version GIT: * * @link https://procest.nl diff --git a/lib/Controller/TemplateController.php b/lib/Controller/TemplateController.php index 1fea2adf..a658ab09 100644 --- a/lib/Controller/TemplateController.php +++ b/lib/Controller/TemplateController.php @@ -12,6 +12,9 @@ * @copyright 2024 Conduction B.V. * @license EUPL-1.2 https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12 * + * SPDX-License-Identifier: EUPL-1.2 + * SPDX-FileCopyrightText: 2024 Conduction B.V. + * * @version GIT: * * @link https://procest.nl diff --git a/lib/Controller/TenantController.php b/lib/Controller/TenantController.php index 67e12cec..d42c7e2b 100644 --- a/lib/Controller/TenantController.php +++ b/lib/Controller/TenantController.php @@ -12,6 +12,9 @@ * @copyright 2024 Conduction B.V. * @license EUPL-1.2 https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12 * + * SPDX-License-Identifier: EUPL-1.2 + * SPDX-FileCopyrightText: 2024 Conduction B.V. + * * @version GIT: * * @link https://procest.nl diff --git a/lib/Controller/ZgwMappingController.php b/lib/Controller/ZgwMappingController.php index 7517066b..94cc7762 100644 --- a/lib/Controller/ZgwMappingController.php +++ b/lib/Controller/ZgwMappingController.php @@ -12,6 +12,9 @@ * @copyright 2024 Conduction B.V. * @license EUPL-1.2 https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12 * + * SPDX-License-Identifier: EUPL-1.2 + * SPDX-FileCopyrightText: 2024 Conduction B.V. + * * @version GIT: * * @link https://procest.nl diff --git a/lib/Controller/ZrcController.php b/lib/Controller/ZrcController.php index b9675a27..d4e92753 100644 --- a/lib/Controller/ZrcController.php +++ b/lib/Controller/ZrcController.php @@ -17,6 +17,9 @@ * @copyright 2024 Conduction B.V. * @license EUPL-1.2 https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12 * + * SPDX-License-Identifier: EUPL-1.2 + * SPDX-FileCopyrightText: 2024 Conduction B.V. + * * @version GIT: * * @link https://procest.nl diff --git a/lib/Controller/ZtcController.php b/lib/Controller/ZtcController.php index 41b6097a..4ce8013e 100644 --- a/lib/Controller/ZtcController.php +++ b/lib/Controller/ZtcController.php @@ -15,6 +15,9 @@ * @copyright 2024 Conduction B.V. * @license EUPL-1.2 https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12 * + * SPDX-License-Identifier: EUPL-1.2 + * SPDX-FileCopyrightText: 2024 Conduction B.V. + * * @version GIT: * * @link https://procest.nl diff --git a/lib/Dashboard/CasesOverviewWidget.php b/lib/Dashboard/CasesOverviewWidget.php index 159424a1..ad4ef471 100644 --- a/lib/Dashboard/CasesOverviewWidget.php +++ b/lib/Dashboard/CasesOverviewWidget.php @@ -12,6 +12,9 @@ * @copyright 2024 Conduction B.V. * @license EUPL-1.2 https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12 * + * SPDX-License-Identifier: EUPL-1.2 + * SPDX-FileCopyrightText: 2024 Conduction B.V. + * * @version GIT: * * @link https://procest.nl diff --git a/lib/Dashboard/DeadlineAlertsWidget.php b/lib/Dashboard/DeadlineAlertsWidget.php index d95cc5b9..c2486074 100644 --- a/lib/Dashboard/DeadlineAlertsWidget.php +++ b/lib/Dashboard/DeadlineAlertsWidget.php @@ -13,6 +13,9 @@ * @copyright 2024 Conduction B.V. * @license EUPL-1.2 https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12 * + * SPDX-License-Identifier: EUPL-1.2 + * SPDX-FileCopyrightText: 2024 Conduction B.V. + * * @version GIT: * * @link https://procest.nl diff --git a/lib/Dashboard/MyTasksWidget.php b/lib/Dashboard/MyTasksWidget.php index 32970788..31025e66 100644 --- a/lib/Dashboard/MyTasksWidget.php +++ b/lib/Dashboard/MyTasksWidget.php @@ -12,6 +12,9 @@ * @copyright 2024 Conduction B.V. * @license EUPL-1.2 https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12 * + * SPDX-License-Identifier: EUPL-1.2 + * SPDX-FileCopyrightText: 2024 Conduction B.V. + * * @version GIT: * * @link https://procest.nl diff --git a/lib/Dashboard/OverdueCasesWidget.php b/lib/Dashboard/OverdueCasesWidget.php index b38c7f43..2b88efa1 100644 --- a/lib/Dashboard/OverdueCasesWidget.php +++ b/lib/Dashboard/OverdueCasesWidget.php @@ -12,6 +12,9 @@ * @copyright 2024 Conduction B.V. * @license EUPL-1.2 https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12 * + * SPDX-License-Identifier: EUPL-1.2 + * SPDX-FileCopyrightText: 2024 Conduction B.V. + * * @version GIT: * * @link https://procest.nl diff --git a/lib/Dashboard/StalledCasesWidget.php b/lib/Dashboard/StalledCasesWidget.php index 4c17a8dd..70280b57 100644 --- a/lib/Dashboard/StalledCasesWidget.php +++ b/lib/Dashboard/StalledCasesWidget.php @@ -13,6 +13,9 @@ * @copyright 2024 Conduction B.V. * @license EUPL-1.2 https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12 * + * SPDX-License-Identifier: EUPL-1.2 + * SPDX-FileCopyrightText: 2024 Conduction B.V. + * * @version GIT: * * @link https://procest.nl diff --git a/lib/Dashboard/StartCaseWidget.php b/lib/Dashboard/StartCaseWidget.php index e24b5136..836abfbc 100644 --- a/lib/Dashboard/StartCaseWidget.php +++ b/lib/Dashboard/StartCaseWidget.php @@ -12,6 +12,9 @@ * @copyright 2024 Conduction B.V. * @license EUPL-1.2 https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12 * + * SPDX-License-Identifier: EUPL-1.2 + * SPDX-FileCopyrightText: 2024 Conduction B.V. + * * @version GIT: * * @link https://procest.nl diff --git a/lib/Dashboard/TaskRemindersWidget.php b/lib/Dashboard/TaskRemindersWidget.php index 74442ff6..ef852eb9 100644 --- a/lib/Dashboard/TaskRemindersWidget.php +++ b/lib/Dashboard/TaskRemindersWidget.php @@ -13,6 +13,9 @@ * @copyright 2024 Conduction B.V. * @license EUPL-1.2 https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12 * + * SPDX-License-Identifier: EUPL-1.2 + * SPDX-FileCopyrightText: 2024 Conduction B.V. + * * @version GIT: * * @link https://procest.nl diff --git a/lib/Listener/DeepLinkRegistrationListener.php b/lib/Listener/DeepLinkRegistrationListener.php index 3ec932c8..764cb17a 100644 --- a/lib/Listener/DeepLinkRegistrationListener.php +++ b/lib/Listener/DeepLinkRegistrationListener.php @@ -12,6 +12,9 @@ * @copyright 2024 Conduction B.V. * @license EUPL-1.2 https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12 * + * SPDX-License-Identifier: EUPL-1.2 + * SPDX-FileCopyrightText: 2024 Conduction B.V. + * * @version GIT: * * @link https://procest.nl diff --git a/lib/Middleware/TenantMiddleware.php b/lib/Middleware/TenantMiddleware.php index 5a603dee..78d7f804 100644 --- a/lib/Middleware/TenantMiddleware.php +++ b/lib/Middleware/TenantMiddleware.php @@ -12,6 +12,9 @@ * @copyright 2024 Conduction B.V. * @license EUPL-1.2 https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12 * + * SPDX-License-Identifier: EUPL-1.2 + * SPDX-FileCopyrightText: 2024 Conduction B.V. + * * @version GIT: * * @link https://procest.nl diff --git a/lib/Middleware/ZgwAuthException.php b/lib/Middleware/ZgwAuthException.php index fa3e5bdf..c9af2e72 100644 --- a/lib/Middleware/ZgwAuthException.php +++ b/lib/Middleware/ZgwAuthException.php @@ -12,6 +12,9 @@ * @copyright 2024 Conduction B.V. * @license EUPL-1.2 https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12 * + * SPDX-License-Identifier: EUPL-1.2 + * SPDX-FileCopyrightText: 2024 Conduction B.V. + * * @version GIT: * * @link https://procest.nl diff --git a/lib/Middleware/ZgwAuthMiddleware.php b/lib/Middleware/ZgwAuthMiddleware.php index d10c3919..8f2c299a 100644 --- a/lib/Middleware/ZgwAuthMiddleware.php +++ b/lib/Middleware/ZgwAuthMiddleware.php @@ -12,6 +12,9 @@ * @copyright 2024 Conduction B.V. * @license EUPL-1.2 https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12 * + * SPDX-License-Identifier: EUPL-1.2 + * SPDX-FileCopyrightText: 2024 Conduction B.V. + * * @version GIT: * * @link https://procest.nl diff --git a/lib/Repair/InitializeSettings.php b/lib/Repair/InitializeSettings.php index b8a9c9c8..cb4916ee 100644 --- a/lib/Repair/InitializeSettings.php +++ b/lib/Repair/InitializeSettings.php @@ -12,6 +12,9 @@ * @copyright 2024 Conduction B.V. * @license EUPL-1.2 https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12 * + * SPDX-License-Identifier: EUPL-1.2 + * SPDX-FileCopyrightText: 2024 Conduction B.V. + * * @version GIT: * * @link https://procest.nl diff --git a/lib/Repair/LoadDefaultZgwMappings.php b/lib/Repair/LoadDefaultZgwMappings.php index 599b56af..bc3cb7e9 100644 --- a/lib/Repair/LoadDefaultZgwMappings.php +++ b/lib/Repair/LoadDefaultZgwMappings.php @@ -14,6 +14,9 @@ * @copyright 2024 Conduction B.V. * @license EUPL-1.2 https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12 * + * SPDX-License-Identifier: EUPL-1.2 + * SPDX-FileCopyrightText: 2024 Conduction B.V. + * * @version GIT: * * @link https://procest.nl diff --git a/lib/Repair/SeedBezwaarBeroepData.php b/lib/Repair/SeedBezwaarBeroepData.php index ba11c174..99c47127 100644 --- a/lib/Repair/SeedBezwaarBeroepData.php +++ b/lib/Repair/SeedBezwaarBeroepData.php @@ -13,6 +13,9 @@ * @copyright 2024 Conduction B.V. * @license EUPL-1.2 https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12 * + * SPDX-License-Identifier: EUPL-1.2 + * SPDX-FileCopyrightText: 2024 Conduction B.V. + * * @version GIT: * * @link https://procest.nl diff --git a/lib/Sections/SettingsSection.php b/lib/Sections/SettingsSection.php index bb5d3ebd..9203dbd3 100644 --- a/lib/Sections/SettingsSection.php +++ b/lib/Sections/SettingsSection.php @@ -12,6 +12,9 @@ * @copyright 2024 Conduction B.V. * @license EUPL-1.2 https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12 * + * SPDX-License-Identifier: EUPL-1.2 + * SPDX-FileCopyrightText: 2024 Conduction B.V. + * * @version GIT: * * @link https://procest.nl diff --git a/lib/Service/AiService.php b/lib/Service/AiService.php index d8d5ae4e..c21e9652 100644 --- a/lib/Service/AiService.php +++ b/lib/Service/AiService.php @@ -14,6 +14,9 @@ * @copyright 2024 Conduction B.V. * @license EUPL-1.2 https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12 * + * SPDX-License-Identifier: EUPL-1.2 + * SPDX-FileCopyrightText: 2024 Conduction B.V. + * * @version GIT: * * @link https://procest.nl diff --git a/lib/Service/CaseDefinitionExportService.php b/lib/Service/CaseDefinitionExportService.php index 7265945b..3c1713b3 100644 --- a/lib/Service/CaseDefinitionExportService.php +++ b/lib/Service/CaseDefinitionExportService.php @@ -13,6 +13,9 @@ * @copyright 2024 Conduction B.V. * @license EUPL-1.2 https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12 * + * SPDX-License-Identifier: EUPL-1.2 + * SPDX-FileCopyrightText: 2024 Conduction B.V. + * * @version GIT: * * @link https://procest.nl diff --git a/lib/Service/CaseDefinitionImportService.php b/lib/Service/CaseDefinitionImportService.php index d0d02e7e..89be7162 100644 --- a/lib/Service/CaseDefinitionImportService.php +++ b/lib/Service/CaseDefinitionImportService.php @@ -13,6 +13,9 @@ * @copyright 2024 Conduction B.V. * @license EUPL-1.2 https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12 * + * SPDX-License-Identifier: EUPL-1.2 + * SPDX-FileCopyrightText: 2024 Conduction B.V. + * * @version GIT: * * @link https://procest.nl diff --git a/lib/Service/CaseEmailService.php b/lib/Service/CaseEmailService.php index 0adaa0ec..e9e8c92f 100644 --- a/lib/Service/CaseEmailService.php +++ b/lib/Service/CaseEmailService.php @@ -14,6 +14,9 @@ * @copyright 2024 Conduction B.V. * @license EUPL-1.2 https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12 * + * SPDX-License-Identifier: EUPL-1.2 + * SPDX-FileCopyrightText: 2024 Conduction B.V. + * * @version GIT: * * @link https://procest.nl diff --git a/lib/Service/CaseSharingService.php b/lib/Service/CaseSharingService.php index e5e4b17c..eb17f1c8 100644 --- a/lib/Service/CaseSharingService.php +++ b/lib/Service/CaseSharingService.php @@ -12,6 +12,9 @@ * @copyright 2024 Conduction B.V. * @license EUPL-1.2 https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12 * + * SPDX-License-Identifier: EUPL-1.2 + * SPDX-FileCopyrightText: 2024 Conduction B.V. + * * @version GIT: * * @link https://procest.nl diff --git a/lib/Service/CaseTransferService.php b/lib/Service/CaseTransferService.php index 3fc3b1af..73b32c2b 100644 --- a/lib/Service/CaseTransferService.php +++ b/lib/Service/CaseTransferService.php @@ -12,6 +12,9 @@ * @copyright 2024 Conduction B.V. * @license EUPL-1.2 https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12 * + * SPDX-License-Identifier: EUPL-1.2 + * SPDX-FileCopyrightText: 2024 Conduction B.V. + * * @version GIT: * * @link https://procest.nl diff --git a/lib/Service/ChecklistService.php b/lib/Service/ChecklistService.php index 5bc3eab8..446dcb50 100644 --- a/lib/Service/ChecklistService.php +++ b/lib/Service/ChecklistService.php @@ -13,6 +13,9 @@ * @copyright 2024 Conduction B.V. * @license EUPL-1.2 https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12 * + * SPDX-License-Identifier: EUPL-1.2 + * SPDX-FileCopyrightText: 2024 Conduction B.V. + * * @version GIT: * * @link https://procest.nl diff --git a/lib/Service/ConsultationService.php b/lib/Service/ConsultationService.php index 55bc0de8..6496daf1 100644 --- a/lib/Service/ConsultationService.php +++ b/lib/Service/ConsultationService.php @@ -14,6 +14,9 @@ * @copyright 2024 Conduction B.V. * @license EUPL-1.2 https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12 * + * SPDX-License-Identifier: EUPL-1.2 + * SPDX-FileCopyrightText: 2024 Conduction B.V. + * * @version GIT: * * @link https://procest.nl diff --git a/lib/Settings/AdminSettings.php b/lib/Settings/AdminSettings.php index d4b70b06..e14adbd4 100644 --- a/lib/Settings/AdminSettings.php +++ b/lib/Settings/AdminSettings.php @@ -12,6 +12,9 @@ * @copyright 2024 Conduction B.V. * @license EUPL-1.2 https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12 * + * SPDX-License-Identifier: EUPL-1.2 + * SPDX-FileCopyrightText: 2024 Conduction B.V. + * * @version GIT: * * @link https://procest.nl