From 1c1f1e0c3c93f42282b6d871da67f716d9130220 Mon Sep 17 00:00:00 2001 From: Richard Steinmetz Date: Sun, 1 Feb 2026 12:19:46 +0100 Subject: [PATCH] chore: fix my license headers Change "Richard Steinmetz" to "Nextcloud GmbH and Nextcloud contributors". I am the sole author of the changed files so it is not an issue to change the headers in retrospect Signed-off-by: Richard Steinmetz --- lib/Model/WorkerConfig.php | 2 +- lib/Service/ModuloService.php | 2 +- tests/Service/Test.php | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/Model/WorkerConfig.php b/lib/Model/WorkerConfig.php index 2307259..ceaf041 100644 --- a/lib/Model/WorkerConfig.php +++ b/lib/Model/WorkerConfig.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * SPDX-FileCopyrightText: 2025 Richard Steinmetz + * SPDX-FileCopyrightText: 2025 Nextcloud GmbH and Nextcloud contributors * SPDX-License-Identifier: AGPL-3.0-or-later */ diff --git a/lib/Service/ModuloService.php b/lib/Service/ModuloService.php index 7d5d4ff..8e095da 100644 --- a/lib/Service/ModuloService.php +++ b/lib/Service/ModuloService.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * SPDX-FileCopyrightText: 2025 Richard Steinmetz + * SPDX-FileCopyrightText: 2025 Nextcloud GmbH and Nextcloud contributors * SPDX-License-Identifier: AGPL-3.0-or-later */ diff --git a/tests/Service/Test.php b/tests/Service/Test.php index 13258ae..b8a90ab 100644 --- a/tests/Service/Test.php +++ b/tests/Service/Test.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * SPDX-FileCopyrightText: 2025 Richard Steinmetz + * SPDX-FileCopyrightText: 2025 Nextcloud GmbH and Nextcloud contributors * SPDX-License-Identifier: AGPL-3.0-or-later */