From d6c25ce9fb5bedac10d292e2588a6d5c46c7554a Mon Sep 17 00:00:00 2001 From: Richard Steinmetz Date: Sun, 1 Feb 2026 12:19:46 +0100 Subject: [PATCH 1/2] 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 */ From 0e90b4cc78027d20469366c8f21de07e86cd9303 Mon Sep 17 00:00:00 2001 From: Richard Steinmetz Date: Sun, 1 Feb 2026 12:22:43 +0100 Subject: [PATCH 2/2] 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/Migration/Version051200Date20251109132659.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Migration/Version051200Date20251109132659.php b/lib/Migration/Version051200Date20251109132659.php index 4b97422..0c223e8 100644 --- a/lib/Migration/Version051200Date20251109132659.php +++ b/lib/Migration/Version051200Date20251109132659.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 */