From b2d9bf1fa9c11fd57da9ea874f2653085862f948 Mon Sep 17 00:00:00 2001 From: Maksim Sukharev Date: Fri, 26 Apr 2024 18:04:44 +0200 Subject: chore: keep the earliest creation year in SPDX Copyright Signed-off-by: Maksim Sukharev --- lib/AppInfo/Application.php | 1 - lib/Chat/Parser/ReactionParser.php | 1 - lib/Controller/FederationController.php | 1 - lib/Federation/FederationManager.php | 1 - lib/Model/Invitation.php | 1 - lib/Recording/BackendNotifier.php | 1 - lib/Service/RecordingService.php | 1 - lib/Status/Listener.php | 1 - tests/php/Recording/BackendNotifierTest.php | 1 - tests/php/Service/RecordingServiceTest.php | 1 - 10 files changed, 10 deletions(-) diff --git a/lib/AppInfo/Application.php b/lib/AppInfo/Application.php index 1758960a8..9dc983047 100644 --- a/lib/AppInfo/Application.php +++ b/lib/AppInfo/Application.php @@ -2,7 +2,6 @@ declare(strict_types=1); /** - * SPDX-FileCopyrightText: 2023 Nextcloud GmbH and Nextcloud contributors * SPDX-FileCopyrightText: 2022 Nextcloud GmbH and Nextcloud contributors * SPDX-License-Identifier: AGPL-3.0-or-later */ diff --git a/lib/Chat/Parser/ReactionParser.php b/lib/Chat/Parser/ReactionParser.php index e385e0eb1..d322ff076 100644 --- a/lib/Chat/Parser/ReactionParser.php +++ b/lib/Chat/Parser/ReactionParser.php @@ -2,7 +2,6 @@ declare(strict_types=1); /** - * SPDX-FileCopyrightText: 2023 Nextcloud GmbH and Nextcloud contributors * SPDX-FileCopyrightText: 2021 Nextcloud GmbH and Nextcloud contributors * SPDX-License-Identifier: AGPL-3.0-or-later */ diff --git a/lib/Controller/FederationController.php b/lib/Controller/FederationController.php index c454aa2c8..ae5e46f90 100644 --- a/lib/Controller/FederationController.php +++ b/lib/Controller/FederationController.php @@ -2,7 +2,6 @@ declare(strict_types=1); /** - * SPDX-FileCopyrightText: 2024 Nextcloud GmbH and Nextcloud contributors * SPDX-FileCopyrightText: 2021 Nextcloud GmbH and Nextcloud contributors * SPDX-License-Identifier: AGPL-3.0-or-later */ diff --git a/lib/Federation/FederationManager.php b/lib/Federation/FederationManager.php index 60d453ab9..9e022a9a6 100644 --- a/lib/Federation/FederationManager.php +++ b/lib/Federation/FederationManager.php @@ -2,7 +2,6 @@ declare(strict_types=1); /** - * SPDX-FileCopyrightText: 2024 Nextcloud GmbH and Nextcloud contributors * SPDX-FileCopyrightText: 2021 Nextcloud GmbH and Nextcloud contributors * SPDX-License-Identifier: AGPL-3.0-or-later */ diff --git a/lib/Model/Invitation.php b/lib/Model/Invitation.php index 5f166fb51..77456b255 100644 --- a/lib/Model/Invitation.php +++ b/lib/Model/Invitation.php @@ -2,7 +2,6 @@ declare(strict_types=1); /** - * SPDX-FileCopyrightText: 2023 Nextcloud GmbH and Nextcloud contributors * SPDX-FileCopyrightText: 2021 Nextcloud GmbH and Nextcloud contributors * SPDX-License-Identifier: AGPL-3.0-or-later */ diff --git a/lib/Recording/BackendNotifier.php b/lib/Recording/BackendNotifier.php index 3ee252954..75c62cc04 100644 --- a/lib/Recording/BackendNotifier.php +++ b/lib/Recording/BackendNotifier.php @@ -3,7 +3,6 @@ declare(strict_types=1); /** * SPDX-FileCopyrightText: 2017 Nextcloud GmbH and Nextcloud contributors - * SPDX-FileCopyrightText: 2023 Nextcloud GmbH and Nextcloud contributors * SPDX-License-Identifier: AGPL-3.0-or-later */ diff --git a/lib/Service/RecordingService.php b/lib/Service/RecordingService.php index 3a283cf06..388407d92 100644 --- a/lib/Service/RecordingService.php +++ b/lib/Service/RecordingService.php @@ -3,7 +3,6 @@ declare(strict_types=1); /** * SPDX-FileCopyrightText: 2022 Nextcloud GmbH and Nextcloud contributors - * SPDX-FileCopyrightText: 2023 Nextcloud GmbH and Nextcloud contributors * SPDX-License-Identifier: AGPL-3.0-or-later */ diff --git a/lib/Status/Listener.php b/lib/Status/Listener.php index b4d702a10..a22cc8236 100644 --- a/lib/Status/Listener.php +++ b/lib/Status/Listener.php @@ -2,7 +2,6 @@ declare(strict_types=1); /** - * SPDX-FileCopyrightText: 2023 Nextcloud GmbH and Nextcloud contributors * SPDX-FileCopyrightText: 2021 Nextcloud GmbH and Nextcloud contributors * SPDX-License-Identifier: AGPL-3.0-or-later */ diff --git a/tests/php/Recording/BackendNotifierTest.php b/tests/php/Recording/BackendNotifierTest.php index 766964076..5dd320441 100644 --- a/tests/php/Recording/BackendNotifierTest.php +++ b/tests/php/Recording/BackendNotifierTest.php @@ -3,7 +3,6 @@ declare(strict_types=1); /** * SPDX-FileCopyrightText: 2018 Nextcloud GmbH and Nextcloud contributors - * SPDX-FileCopyrightText: 2023 Nextcloud GmbH and Nextcloud contributors * SPDX-License-Identifier: AGPL-3.0-or-later */ diff --git a/tests/php/Service/RecordingServiceTest.php b/tests/php/Service/RecordingServiceTest.php index a78668f9f..917e87284 100644 --- a/tests/php/Service/RecordingServiceTest.php +++ b/tests/php/Service/RecordingServiceTest.php @@ -3,7 +3,6 @@ declare(strict_types=1); /** * SPDX-FileCopyrightText: 2022 Nextcloud GmbH and Nextcloud contributors - * SPDX-FileCopyrightText: 2023 Nextcloud GmbH and Nextcloud contributors * SPDX-License-Identifier: AGPL-3.0-or-later */ -- cgit v1.2.3