diff options
author | Andy Scherzinger <info@andy-scherzinger.de> | 2024-06-03 10:23:34 +0200 |
---|---|---|
committer | Andy Scherzinger <info@andy-scherzinger.de> | 2024-06-03 20:33:31 +0200 |
commit | ec5b60af28a216f9e9f5d65a3ee0d5c0affadc14 (patch) | |
tree | 638384062540bdcd5627affea25f1225b8b03897 /apps/settings/lib/Middleware | |
parent | 88fe7348ed11cf81ed17e33fba98671f790f7a32 (diff) | |
download | nextcloud-server-ec5b60af28a216f9e9f5d65a3ee0d5c0affadc14.tar.gz nextcloud-server-ec5b60af28a216f9e9f5d65a3ee0d5c0affadc14.zip |
chore: Add SPDX header
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
Diffstat (limited to 'apps/settings/lib/Middleware')
-rw-r--r-- | apps/settings/lib/Middleware/SubadminMiddleware.php | 25 |
1 files changed, 3 insertions, 22 deletions
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 @@ <?php /** - * @copyright Copyright (c) 2016, ownCloud, Inc. - * - * @author Christoph Wurst <christoph@winzerhof-wurst.at> - * @author Joas Schilling <coding@schilljs.com> - * @author Lukas Reschke <lukas@statuscode.ch> - * @author Morris Jobke <hey@morrisjobke.de> - * @author Roeland Jago Douma <roeland@famdouma.nl> - * - * @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 <http://www.gnu.org/licenses/> - * + * 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; |