From 49f8603cebe5e41bfbe4476afb27e8a254fe1453 Mon Sep 17 00:00:00 2001 From: Sebastian Mendel Date: Tue, 24 Feb 2026 12:24:26 +0100 Subject: [PATCH] chore: replace generic email addresses with GitHub references Replace generic @netresearch.de email addresses with GitHub-native mechanisms (Issues, Security Advisories, repository URLs). - Remove email from package metadata (composer.json, ext_emconf.php) - Add support/issues URLs to package metadata - Replace security contact with GitHub Security Advisories - Replace support/contact emails with GitHub Issues links - Remove email from PHP docblock @author tags - Use OCI labels in Dockerfiles --- src/Model/JsonResponse.php | 4 ++-- src/Model/Response.php | 4 ++-- src/Util/PhpSpreadsheet/LOReadFilter.php | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/Model/JsonResponse.php b/src/Model/JsonResponse.php index 4485b25c3..665029f8b 100644 --- a/src/Model/JsonResponse.php +++ b/src/Model/JsonResponse.php @@ -13,7 +13,7 @@ * * @category Netresearch * - * @author Various Artists + * @author Various Artists * @license http://www.gnu.org/licenses/agpl-3.0.html GNU AGPl 3 * * @see http://www.netresearch.de @@ -30,7 +30,7 @@ * * @category Netresearch * - * @author Various Artists + * @author Various Artists * @license http://www.gnu.org/licenses/agpl-3.0.html GNU AGPl 3 * * @see http://www.netresearch.de diff --git a/src/Model/Response.php b/src/Model/Response.php index b171c2829..7ec546cd0 100644 --- a/src/Model/Response.php +++ b/src/Model/Response.php @@ -13,7 +13,7 @@ * * @category Netresearch * - * @author Various Artists + * @author Various Artists * @license http://www.gnu.org/licenses/agpl-3.0.html GNU AGPl 3 * * @see http://www.netresearch.de @@ -28,7 +28,7 @@ * * @category Netresearch * - * @author Various Artists + * @author Various Artists * @license http://www.gnu.org/licenses/agpl-3.0.html GNU AGPl 3 * * @see http://www.netresearch.de diff --git a/src/Util/PhpSpreadsheet/LOReadFilter.php b/src/Util/PhpSpreadsheet/LOReadFilter.php index 1f2822680..4701bd2b2 100644 --- a/src/Util/PhpSpreadsheet/LOReadFilter.php +++ b/src/Util/PhpSpreadsheet/LOReadFilter.php @@ -9,7 +9,7 @@ * * @category Netresearch * - * @author Various Artists + * @author Various Artists * @license http://www.gnu.org/licenses/agpl-3.0.html GNU AGPl 3 * * @see http://www.netresearch.de