From c1555fc33e8d85cc17e13e1356218be6c298ee3b Mon Sep 17 00:00:00 2001 From: Andy Scherzinger Date: Thu, 6 Jun 2024 09:55:47 +0200 Subject: chore: Add SPDX header Signed-off-by: Andy Scherzinger --- apps/files_external/lib/Lib/PersonalMount.php | 24 +++--------------------- 1 file changed, 3 insertions(+), 21 deletions(-) (limited to 'apps/files_external/lib/Lib/PersonalMount.php') diff --git a/apps/files_external/lib/Lib/PersonalMount.php b/apps/files_external/lib/Lib/PersonalMount.php index b0487494635..64e8fdcea69 100644 --- a/apps/files_external/lib/Lib/PersonalMount.php +++ b/apps/files_external/lib/Lib/PersonalMount.php @@ -1,26 +1,8 @@ - * @author Robin Appelman - * @author Robin McCorkell - * @author Roeland Jago Douma - * - * @license AGPL-3.0 - * - * This code is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License, version 3, - * as published by the Free Software Foundation. - * - * 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, version 3, - * along with this program. If not, see - * + * SPDX-FileCopyrightText: 2018-2024 Nextcloud GmbH and Nextcloud contributors + * SPDX-FileCopyrightText: 2016 ownCloud, Inc. + * SPDX-License-Identifier: AGPL-3.0-only */ namespace OCA\Files_External\Lib; -- cgit v1.2.3