aboutsummaryrefslogtreecommitdiffstats
path: root/tests/lib/TaskProcessing
diff options
context:
space:
mode:
authorAndy Scherzinger <info@andy-scherzinger.de>2024-05-21 21:44:34 +0200
committerAndy Scherzinger <info@andy-scherzinger.de>2024-05-22 19:58:12 +0200
commit0b20dd6755c50bee3f4618282bb5e29cc442afcc (patch)
tree645f85d4fa96076207298e2b61c873cdd6aeb751 /tests/lib/TaskProcessing
parent2f8176f57b9f02153a9d9a9b9ef89115e7bea9bb (diff)
downloadnextcloud-server-0b20dd6755c50bee3f4618282bb5e29cc442afcc.tar.gz
nextcloud-server-0b20dd6755c50bee3f4618282bb5e29cc442afcc.zip
chore: Add SPDX header
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
Diffstat (limited to 'tests/lib/TaskProcessing')
-rw-r--r--tests/lib/TaskProcessing/TaskProcessingTest.php7
1 files changed, 2 insertions, 5 deletions
diff --git a/tests/lib/TaskProcessing/TaskProcessingTest.php b/tests/lib/TaskProcessing/TaskProcessingTest.php
index 08be8771130..fe679ebbd2d 100644
--- a/tests/lib/TaskProcessing/TaskProcessingTest.php
+++ b/tests/lib/TaskProcessing/TaskProcessingTest.php
@@ -1,11 +1,8 @@
<?php
/**
- * Copyright (c) 2024 Marcel Klehr <mklehr@gmx.net>
- * This file is licensed under the Affero General Public License version 3 or
- * later.
- * See the COPYING-README file.
+ * SPDX-FileCopyrightText: 2024 Nextcloud GmbH and Nextcloud contributors
+ * SPDX-License-Identifier: AGPL-3.0-or-later
*/
-
namespace Test\TextProcessing;
use OC\AppFramework\Bootstrap\Coordinator;