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/App/Install.php | 26 ++------------------------ 1 file changed, 2 insertions(+), 24 deletions(-) (limited to 'core/Command/App/Install.php') diff --git a/core/Command/App/Install.php b/core/Command/App/Install.php index a5657e8397d..aa263a8f3bf 100644 --- a/core/Command/App/Install.php +++ b/core/Command/App/Install.php @@ -3,30 +3,8 @@ declare(strict_types=1); /** - * @copyright Copyright (c) 2016, ownCloud, Inc. - * - * @author Christoph Wurst - * @author Joas Schilling - * @author John Molakvoæ - * @author Maxopoly - * @author Morris Jobke - * @author Roeland Jago Douma - * @author sualko - * - * @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 ownCloud, Inc. + * SPDX-License-Identifier: AGPL-3.0-only */ namespace OC\Core\Command\App; -- cgit v1.2.3