From 5f80f26799967920b5a0527a302c4ac4439c530c Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Mon, 16 Mar 2026 08:38:16 +0100 Subject: [PATCH] chore: Fix SPDX header Signed-off-by: Joas Schilling --- apps/files_external/tests/Config/ConfigAdapterTest.php | 3 +-- apps/files_sharing/lib/External/ExternalShare.php | 3 +-- apps/files_sharing/lib/External/ExternalShareMapper.php | 3 +-- core/BackgroundJobs/PreviewMigrationJob.php | 3 +-- .../Http/Attributes/TwoFactorSetUpDoneRequired.php | 3 +-- lib/private/AppFramework/Middleware/MiddlewareUtils.php | 3 +-- lib/private/Preview/PreviewMigrationService.php | 3 +-- lib/private/Preview/PreviewService.php | 3 +-- lib/private/Preview/Storage/IPreviewStorage.php | 3 +-- lib/private/Preview/Storage/StorageFactory.php | 3 +-- .../AppFramework/Http/Attribute/NoSameSiteCookieRequired.php | 3 +-- lib/public/AppFramework/Http/Attribute/NoTwoFactorRequired.php | 3 +-- tests/lib/Preview/PreviewMapperTest.php | 3 +-- tests/lib/Preview/PreviewMigrationJobTest.php | 3 +-- 14 files changed, 14 insertions(+), 28 deletions(-) diff --git a/apps/files_external/tests/Config/ConfigAdapterTest.php b/apps/files_external/tests/Config/ConfigAdapterTest.php index 7a63c55875979..fe7aa7d30e37e 100644 --- a/apps/files_external/tests/Config/ConfigAdapterTest.php +++ b/apps/files_external/tests/Config/ConfigAdapterTest.php @@ -3,8 +3,7 @@ declare(strict_types=1); /** - * SPDX-FileCopyrightText: 2025 Nextcloud GmbH - * SPDX-FileContributor: Carl Schwan + * SPDX-FileCopyrightText: 2025 Nextcloud GmbH and Nextcloud contributors * SPDX-License-Identifier: AGPL-3.0-or-later */ diff --git a/apps/files_sharing/lib/External/ExternalShare.php b/apps/files_sharing/lib/External/ExternalShare.php index 72e1e4d698255..07a9a119fa051 100644 --- a/apps/files_sharing/lib/External/ExternalShare.php +++ b/apps/files_sharing/lib/External/ExternalShare.php @@ -3,8 +3,7 @@ declare(strict_types=1); /** - * SPDX-FileCopyrightText: 2025 Nextcloud GmbH - * SPDX-FileContributor: Carl Schwan + * SPDX-FileCopyrightText: 2025 Nextcloud GmbH and Nextcloud contributors * SPDX-License-Identifier: AGPL-3.0-or-later */ diff --git a/apps/files_sharing/lib/External/ExternalShareMapper.php b/apps/files_sharing/lib/External/ExternalShareMapper.php index 3349981e84d2c..994c839decc81 100644 --- a/apps/files_sharing/lib/External/ExternalShareMapper.php +++ b/apps/files_sharing/lib/External/ExternalShareMapper.php @@ -3,8 +3,7 @@ declare(strict_types=1); /** - * SPDX-FileCopyrightText: 2025 Nextcloud GmbH - * SPDX-FileContributor: Carl Schwan + * SPDX-FileCopyrightText: 2025 Nextcloud GmbH and Nextcloud contributors * SPDX-License-Identifier: AGPL-3.0-or-later */ diff --git a/core/BackgroundJobs/PreviewMigrationJob.php b/core/BackgroundJobs/PreviewMigrationJob.php index dc79db3b30987..a9a5c9f773c29 100644 --- a/core/BackgroundJobs/PreviewMigrationJob.php +++ b/core/BackgroundJobs/PreviewMigrationJob.php @@ -3,8 +3,7 @@ declare(strict_types=1); /* - * SPDX-FileCopyrightText: 2025 Nextcloud GmbH - * SPDX-FileContributor: Carl Schwan + * SPDX-FileCopyrightText: 2025 Nextcloud GmbH and Nextcloud contributors * SPDX-License-Identifier: AGPL-3.0-or-later */ diff --git a/lib/private/AppFramework/Http/Attributes/TwoFactorSetUpDoneRequired.php b/lib/private/AppFramework/Http/Attributes/TwoFactorSetUpDoneRequired.php index 377d4b959ab60..5450770f65862 100644 --- a/lib/private/AppFramework/Http/Attributes/TwoFactorSetUpDoneRequired.php +++ b/lib/private/AppFramework/Http/Attributes/TwoFactorSetUpDoneRequired.php @@ -3,8 +3,7 @@ declare(strict_types=1); /** - * SPDX-FileCopyrightText: 2025 Nextcloud GmbH - * SPDX-FileContributor: Carl Schwan + * SPDX-FileCopyrightText: 2025 Nextcloud GmbH and Nextcloud contributors * SPDX-License-Identifier: AGPL-3.0-or-later */ diff --git a/lib/private/AppFramework/Middleware/MiddlewareUtils.php b/lib/private/AppFramework/Middleware/MiddlewareUtils.php index 94ac2d1f44c91..80e42bfde8c5a 100644 --- a/lib/private/AppFramework/Middleware/MiddlewareUtils.php +++ b/lib/private/AppFramework/Middleware/MiddlewareUtils.php @@ -3,8 +3,7 @@ declare(strict_types=1); /** - * SPDX-FileCopyrightText: 2025 Nextcloud GmbH - * SPDX-FileContributor: Carl Schwan + * SPDX-FileCopyrightText: 2025 Nextcloud GmbH and Nextcloud contributors * SPDX-License-Identifier: AGPL-3.0-or-later */ diff --git a/lib/private/Preview/PreviewMigrationService.php b/lib/private/Preview/PreviewMigrationService.php index 7c7581c631884..90cb917c8ce94 100644 --- a/lib/private/Preview/PreviewMigrationService.php +++ b/lib/private/Preview/PreviewMigrationService.php @@ -3,8 +3,7 @@ declare(strict_types=1); /** - * SPDX-FileCopyrightText: 2025 Nextcloud GmbH - * SPDX-FileContributor: Carl Schwan + * SPDX-FileCopyrightText: 2025 Nextcloud GmbH and Nextcloud contributors * SPDX-License-Identifier: AGPL-3.0-or-later */ diff --git a/lib/private/Preview/PreviewService.php b/lib/private/Preview/PreviewService.php index 487362409fbb5..ac06c1b1a651c 100644 --- a/lib/private/Preview/PreviewService.php +++ b/lib/private/Preview/PreviewService.php @@ -3,8 +3,7 @@ declare(strict_types=1); /* - * SPDX-FileCopyrightText: 2025 Nextcloud GmbH - * SPDX-FileContributor: Carl Schwan + * SPDX-FileCopyrightText: 2025 Nextcloud GmbH and Nextcloud contributors * SPDX-License-Identifier: AGPL-3.0-or-later */ diff --git a/lib/private/Preview/Storage/IPreviewStorage.php b/lib/private/Preview/Storage/IPreviewStorage.php index 1d6b128f8f022..f7b60b9cc9be3 100644 --- a/lib/private/Preview/Storage/IPreviewStorage.php +++ b/lib/private/Preview/Storage/IPreviewStorage.php @@ -3,8 +3,7 @@ declare(strict_types=1); /* - * SPDX-FileCopyrightText: 2025 Nextcloud GmbH - * SPDX-FileContributor: Carl Schwan + * SPDX-FileCopyrightText: 2025 Nextcloud GmbH and Nextcloud contributors * SPDX-License-Identifier: AGPL-3.0-or-later */ diff --git a/lib/private/Preview/Storage/StorageFactory.php b/lib/private/Preview/Storage/StorageFactory.php index b15031c6a12ed..69c7776c42e51 100644 --- a/lib/private/Preview/Storage/StorageFactory.php +++ b/lib/private/Preview/Storage/StorageFactory.php @@ -3,8 +3,7 @@ declare(strict_types=1); /* - * SPDX-FileCopyrightText: 2025 Nextcloud GmbH - * SPDX-FileContributor: Carl Schwan + * SPDX-FileCopyrightText: 2025 Nextcloud GmbH and Nextcloud contributors * SPDX-License-Identifier: AGPL-3.0-or-later */ diff --git a/lib/public/AppFramework/Http/Attribute/NoSameSiteCookieRequired.php b/lib/public/AppFramework/Http/Attribute/NoSameSiteCookieRequired.php index 5bfa3b54242ec..9f6dd6f8d5431 100644 --- a/lib/public/AppFramework/Http/Attribute/NoSameSiteCookieRequired.php +++ b/lib/public/AppFramework/Http/Attribute/NoSameSiteCookieRequired.php @@ -3,8 +3,7 @@ declare(strict_types=1); /** - * SPDX-FileCopyrightText: 2025 Nextcloud GmbH - * SPDX-FileContributor: Carl Schwan + * SPDX-FileCopyrightText: 2025 Nextcloud GmbH and Nextcloud contributors * SPDX-License-Identifier: AGPL-3.0-or-later */ diff --git a/lib/public/AppFramework/Http/Attribute/NoTwoFactorRequired.php b/lib/public/AppFramework/Http/Attribute/NoTwoFactorRequired.php index ad14f7261854e..7aee606d046ca 100644 --- a/lib/public/AppFramework/Http/Attribute/NoTwoFactorRequired.php +++ b/lib/public/AppFramework/Http/Attribute/NoTwoFactorRequired.php @@ -3,8 +3,7 @@ declare(strict_types=1); /** - * SPDX-FileCopyrightText: 2025 Nextcloud GmbH - * SPDX-FileContributor: Carl Schwan + * SPDX-FileCopyrightText: 2025 Nextcloud GmbH and Nextcloud contributors * SPDX-License-Identifier: AGPL-3.0-or-later */ diff --git a/tests/lib/Preview/PreviewMapperTest.php b/tests/lib/Preview/PreviewMapperTest.php index 44c8e57ae0edf..b4a392b78f9f5 100644 --- a/tests/lib/Preview/PreviewMapperTest.php +++ b/tests/lib/Preview/PreviewMapperTest.php @@ -3,8 +3,7 @@ declare(strict_types=1); /** - * SPDX-FileCopyrightText: 2025 Nextcloud GmbH - * SPDX-FileContributor: Carl Schwan + * SPDX-FileCopyrightText: 2025 Nextcloud GmbH and Nextcloud contributors * SPDX-License-Identifier: AGPL-3.0-or-later */ diff --git a/tests/lib/Preview/PreviewMigrationJobTest.php b/tests/lib/Preview/PreviewMigrationJobTest.php index d8c4658803238..2fd4fc1c511db 100644 --- a/tests/lib/Preview/PreviewMigrationJobTest.php +++ b/tests/lib/Preview/PreviewMigrationJobTest.php @@ -3,8 +3,7 @@ declare(strict_types=1); /* - * SPDX-FileCopyrightText: 2025 Nextcloud GmbH - * SPDX-FileContributor: Carl Schwan + * SPDX-FileCopyrightText: 2025 Nextcloud GmbH and Nextcloud contributors * SPDX-License-Identifier: AGPL-3.0-or-later */