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/SetupChecks/PhpOutdated.php | |
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/SetupChecks/PhpOutdated.php')
-rw-r--r-- | apps/settings/lib/SetupChecks/PhpOutdated.php | 22 |
1 files changed, 2 insertions, 20 deletions
diff --git a/apps/settings/lib/SetupChecks/PhpOutdated.php b/apps/settings/lib/SetupChecks/PhpOutdated.php index 79e3abdd7ea..4c7ed5096c0 100644 --- a/apps/settings/lib/SetupChecks/PhpOutdated.php +++ b/apps/settings/lib/SetupChecks/PhpOutdated.php @@ -3,26 +3,8 @@ declare(strict_types=1); /** - * @copyright Copyright (c) 2022 Carl Schwan <carl@carlschwan.eu> - * - * @author Carl Schwan <carl@carlschwan.eu> - * @author Côme Chilliet <come.chilliet@nextcloud.com> - * - * @license GNU AGPL version 3 or any later version - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as - * published by the Free Software Foundation, either version 3 of the - * License, or (at your option) any later version. - * - * 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 - * along with this program. If not, see <http://www.gnu.org/licenses/>. - * + * SPDX-FileCopyrightText: 2022 Nextcloud GmbH and Nextcloud contributors + * SPDX-License-Identifier: AGPL-3.0-or-later */ namespace OCA\Settings\SetupChecks; |