aboutsummaryrefslogtreecommitdiffstats
path: root/tests/lib/Collaboration/Resources/ManagerTest.php
diff options
context:
space:
mode:
authorJohn Molakvoæ <skjnldsv@users.noreply.github.com>2024-05-30 14:24:22 +0200
committerGitHub <noreply@github.com>2024-05-30 14:24:22 +0200
commit258bb03cf59558351bcf47f089fd560de2d82399 (patch)
treeaa59ba898bf410cf8a30e8a8418926536a4537a6 /tests/lib/Collaboration/Resources/ManagerTest.php
parent1395a5360274a6c6c0b4084d22da53466998c954 (diff)
parent31b0a44cf65b6625636ea0fa15fb1a1122b525e1 (diff)
downloadnextcloud-server-258bb03cf59558351bcf47f089fd560de2d82399.tar.gz
nextcloud-server-258bb03cf59558351bcf47f089fd560de2d82399.zip
Merge branch 'master' into refactor/OC-Server-getSecureRandom
Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com>
Diffstat (limited to 'tests/lib/Collaboration/Resources/ManagerTest.php')
-rw-r--r--tests/lib/Collaboration/Resources/ManagerTest.php19
1 files changed, 2 insertions, 17 deletions
diff --git a/tests/lib/Collaboration/Resources/ManagerTest.php b/tests/lib/Collaboration/Resources/ManagerTest.php
index 80b1ac464a6..4ca88da8678 100644
--- a/tests/lib/Collaboration/Resources/ManagerTest.php
+++ b/tests/lib/Collaboration/Resources/ManagerTest.php
@@ -2,23 +2,8 @@
declare(strict_types=1);
/**
- * @copyright Copyright (c) 2019 Daniel Kesselberg <mail@danielkesselberg.de>
- *
- * @license GNU AGPL version 3 or any later version
- *
- * This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License as
- * published by the Free Software Foundation, either version 3 of the
- * License, or (at your option) any later version.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU Affero General Public License for more details.
- *
- * You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see <http://www.gnu.org/licenses/>.
- *
+ * SPDX-FileCopyrightText: 2019 Nextcloud GmbH and Nextcloud contributors
+ * SPDX-License-Identifier: AGPL-3.0-or-later
*/
namespace Test\Collaboration\Resources;