From 5c49a54801b73afd4ed5ae688206637efd70ce2b Mon Sep 17 00:00:00 2001 From: Andy Scherzinger Date: Fri, 24 May 2024 19:43:47 +0200 Subject: chore: Add SPDX header Signed-off-by: Andy Scherzinger --- core/Command/Encryption/DecryptAll.php | 31 ++++--------------------------- 1 file changed, 4 insertions(+), 27 deletions(-) (limited to 'core/Command/Encryption/DecryptAll.php') diff --git a/core/Command/Encryption/DecryptAll.php b/core/Command/Encryption/DecryptAll.php index 137b12141f7..1de14debdec 100644 --- a/core/Command/Encryption/DecryptAll.php +++ b/core/Command/Encryption/DecryptAll.php @@ -1,32 +1,9 @@ - * @author Christoph Wurst - * @author davitol - * @author Evgeny Golyshev - * @author Joas Schilling - * @author Marius Blüm - * @author Morris Jobke - * @author Ruben Homs - * @author Sergio Bertolín - * @author Vincent Petry - * - * @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: 2016-2024 Nextcloud GmbH and Nextcloud contributors + * SPDX-FileCopyrightText: 2016 ownCloud, Inc. + * SPDX-License-Identifier: AGPL-3.0-only */ namespace OC\Core\Command\Encryption; -- cgit v1.2.3