diff options
author | John Molakvoæ <skjnldsv@users.noreply.github.com> | 2024-05-30 14:24:22 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-30 14:24:22 +0200 |
commit | 258bb03cf59558351bcf47f089fd560de2d82399 (patch) | |
tree | aa59ba898bf410cf8a30e8a8418926536a4537a6 /tests/lib/Collaboration/Resources/ManagerTest.php | |
parent | 1395a5360274a6c6c0b4084d22da53466998c954 (diff) | |
parent | 31b0a44cf65b6625636ea0fa15fb1a1122b525e1 (diff) | |
download | nextcloud-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.php | 19 |
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; |