aboutsummaryrefslogtreecommitdiffstats
path: root/apps/settings/lib/SetupChecks/InternetConnectivity.php
diff options
context:
space:
mode:
authorAndy Scherzinger <info@andy-scherzinger.de>2024-06-03 10:23:34 +0200
committerAndy Scherzinger <info@andy-scherzinger.de>2024-06-03 20:33:31 +0200
commitec5b60af28a216f9e9f5d65a3ee0d5c0affadc14 (patch)
tree638384062540bdcd5627affea25f1225b8b03897 /apps/settings/lib/SetupChecks/InternetConnectivity.php
parent88fe7348ed11cf81ed17e33fba98671f790f7a32 (diff)
downloadnextcloud-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/InternetConnectivity.php')
-rw-r--r--apps/settings/lib/SetupChecks/InternetConnectivity.php24
1 files changed, 2 insertions, 22 deletions
diff --git a/apps/settings/lib/SetupChecks/InternetConnectivity.php b/apps/settings/lib/SetupChecks/InternetConnectivity.php
index e27c5e2e981..3a0af06e71b 100644
--- a/apps/settings/lib/SetupChecks/InternetConnectivity.php
+++ b/apps/settings/lib/SetupChecks/InternetConnectivity.php
@@ -3,28 +3,8 @@
declare(strict_types=1);
/**
- * @copyright Copyright (c) 2023 Côme Chilliet <come.chilliet@nextcloud.com>
- *
- * @author Christoph Wurst <christoph@winzerhof-wurst.at>
- * @author Côme Chilliet <come.chilliet@nextcloud.com>
- * @author Lukas Reschke <lukas@statuscode.ch>
- * @author Roeland Jago Douma <roeland@famdouma.nl>
- *
- * @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: 2023 Nextcloud GmbH and Nextcloud contributors
+ * SPDX-License-Identifier: AGPL-3.0-or-later
*/
namespace OCA\Settings\SetupChecks;