From ec5b60af28a216f9e9f5d65a3ee0d5c0affadc14 Mon Sep 17 00:00:00 2001 From: Andy Scherzinger Date: Mon, 3 Jun 2024 10:23:34 +0200 Subject: chore: Add SPDX header Signed-off-by: Andy Scherzinger --- .../settings/lib/Middleware/SubadminMiddleware.php | 25 +++------------------- 1 file changed, 3 insertions(+), 22 deletions(-) (limited to 'apps/settings/lib/Middleware') diff --git a/apps/settings/lib/Middleware/SubadminMiddleware.php b/apps/settings/lib/Middleware/SubadminMiddleware.php index d29d46ea62e..f985cdf278c 100644 --- a/apps/settings/lib/Middleware/SubadminMiddleware.php +++ b/apps/settings/lib/Middleware/SubadminMiddleware.php @@ -1,27 +1,8 @@ - * @author Joas Schilling - * @author Lukas Reschke - * @author Morris Jobke - * @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\Settings\Middleware; -- cgit v1.2.3