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/Auth/NullMechanism.php | 22 +++------------------- 1 file changed, 3 insertions(+), 19 deletions(-) (limited to 'apps/files_external/lib/Lib/Auth/NullMechanism.php') diff --git a/apps/files_external/lib/Lib/Auth/NullMechanism.php b/apps/files_external/lib/Lib/Auth/NullMechanism.php index 05b73b92fc1..7847c111415 100644 --- a/apps/files_external/lib/Lib/Auth/NullMechanism.php +++ b/apps/files_external/lib/Lib/Auth/NullMechanism.php @@ -1,24 +1,8 @@ - * @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: 2019-2024 Nextcloud GmbH and Nextcloud contributors + * SPDX-FileCopyrightText: 2016 ownCloud, Inc. + * SPDX-License-Identifier: AGPL-3.0-only */ namespace OCA\Files_External\Lib\Auth; -- cgit v1.2.3