Skip to content

Commit b865115

Browse files
Merge pull request #58966 from nextcloud/bugfix/noid/fix-SPDX-header
chore: Fix SPDX header
2 parents e486856 + 5f80f26 commit b865115

14 files changed

Lines changed: 14 additions & 28 deletions

File tree

apps/files_external/tests/Config/ConfigAdapterTest.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@
33
declare(strict_types=1);
44

55
/**
6-
* SPDX-FileCopyrightText: 2025 Nextcloud GmbH
7-
* SPDX-FileContributor: Carl Schwan
6+
* SPDX-FileCopyrightText: 2025 Nextcloud GmbH and Nextcloud contributors
87
* SPDX-License-Identifier: AGPL-3.0-or-later
98
*/
109

apps/files_sharing/lib/External/ExternalShare.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@
33
declare(strict_types=1);
44

55
/**
6-
* SPDX-FileCopyrightText: 2025 Nextcloud GmbH
7-
* SPDX-FileContributor: Carl Schwan
6+
* SPDX-FileCopyrightText: 2025 Nextcloud GmbH and Nextcloud contributors
87
* SPDX-License-Identifier: AGPL-3.0-or-later
98
*/
109

apps/files_sharing/lib/External/ExternalShareMapper.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@
33
declare(strict_types=1);
44

55
/**
6-
* SPDX-FileCopyrightText: 2025 Nextcloud GmbH
7-
* SPDX-FileContributor: Carl Schwan
6+
* SPDX-FileCopyrightText: 2025 Nextcloud GmbH and Nextcloud contributors
87
* SPDX-License-Identifier: AGPL-3.0-or-later
98
*/
109

core/BackgroundJobs/PreviewMigrationJob.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@
33
declare(strict_types=1);
44

55
/*
6-
* SPDX-FileCopyrightText: 2025 Nextcloud GmbH
7-
* SPDX-FileContributor: Carl Schwan
6+
* SPDX-FileCopyrightText: 2025 Nextcloud GmbH and Nextcloud contributors
87
* SPDX-License-Identifier: AGPL-3.0-or-later
98
*/
109

lib/private/AppFramework/Http/Attributes/TwoFactorSetUpDoneRequired.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@
33
declare(strict_types=1);
44

55
/**
6-
* SPDX-FileCopyrightText: 2025 Nextcloud GmbH
7-
* SPDX-FileContributor: Carl Schwan
6+
* SPDX-FileCopyrightText: 2025 Nextcloud GmbH and Nextcloud contributors
87
* SPDX-License-Identifier: AGPL-3.0-or-later
98
*/
109

lib/private/AppFramework/Middleware/MiddlewareUtils.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@
33
declare(strict_types=1);
44

55
/**
6-
* SPDX-FileCopyrightText: 2025 Nextcloud GmbH
7-
* SPDX-FileContributor: Carl Schwan
6+
* SPDX-FileCopyrightText: 2025 Nextcloud GmbH and Nextcloud contributors
87
* SPDX-License-Identifier: AGPL-3.0-or-later
98
*/
109

lib/private/Preview/PreviewMigrationService.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@
33
declare(strict_types=1);
44

55
/**
6-
* SPDX-FileCopyrightText: 2025 Nextcloud GmbH
7-
* SPDX-FileContributor: Carl Schwan
6+
* SPDX-FileCopyrightText: 2025 Nextcloud GmbH and Nextcloud contributors
87
* SPDX-License-Identifier: AGPL-3.0-or-later
98
*/
109

lib/private/Preview/PreviewService.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@
33
declare(strict_types=1);
44

55
/*
6-
* SPDX-FileCopyrightText: 2025 Nextcloud GmbH
7-
* SPDX-FileContributor: Carl Schwan
6+
* SPDX-FileCopyrightText: 2025 Nextcloud GmbH and Nextcloud contributors
87
* SPDX-License-Identifier: AGPL-3.0-or-later
98
*/
109

lib/private/Preview/Storage/IPreviewStorage.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@
33
declare(strict_types=1);
44

55
/*
6-
* SPDX-FileCopyrightText: 2025 Nextcloud GmbH
7-
* SPDX-FileContributor: Carl Schwan
6+
* SPDX-FileCopyrightText: 2025 Nextcloud GmbH and Nextcloud contributors
87
* SPDX-License-Identifier: AGPL-3.0-or-later
98
*/
109

lib/private/Preview/Storage/StorageFactory.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@
33
declare(strict_types=1);
44

55
/*
6-
* SPDX-FileCopyrightText: 2025 Nextcloud GmbH
7-
* SPDX-FileContributor: Carl Schwan
6+
* SPDX-FileCopyrightText: 2025 Nextcloud GmbH and Nextcloud contributors
87
* SPDX-License-Identifier: AGPL-3.0-or-later
98
*/
109

0 commit comments

Comments
 (0)