summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaksim Sukharev <antreesy.web@gmail.com>2024-04-26 18:04:44 +0200
committerMaksim Sukharev <antreesy.web@gmail.com>2024-04-26 18:09:27 +0200
commitb2d9bf1fa9c11fd57da9ea874f2653085862f948 (patch)
treec76ab95e07dbdcbffca30720a2ba2902f2b92bfa
parentbebc2f9cddd398f3b989d3a3bd2760eb313c95fe (diff)
chore: keep the earliest creation year in SPDX Copyright
Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com>
-rw-r--r--lib/AppInfo/Application.php1
-rw-r--r--lib/Chat/Parser/ReactionParser.php1
-rw-r--r--lib/Controller/FederationController.php1
-rw-r--r--lib/Federation/FederationManager.php1
-rw-r--r--lib/Model/Invitation.php1
-rw-r--r--lib/Recording/BackendNotifier.php1
-rw-r--r--lib/Service/RecordingService.php1
-rw-r--r--lib/Status/Listener.php1
-rw-r--r--tests/php/Recording/BackendNotifierTest.php1
-rw-r--r--tests/php/Service/RecordingServiceTest.php1
10 files changed, 0 insertions, 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
*/