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 --- cron.php | 40 +++------------------------------------- 1 file changed, 3 insertions(+), 37 deletions(-) (limited to 'cron.php') diff --git a/cron.php b/cron.php index be743664db2..8c0311b53a7 100644 --- a/cron.php +++ b/cron.php @@ -3,43 +3,9 @@ declare(strict_types=1); /** - * @copyright Copyright (c) 2016, ownCloud, Inc. - * - * @author Artem Sidorenko - * @author Christopher Schäpers - * @author Christoph Wurst - * @author Côme Chilliet - * @author Daniel Kesselberg - * @author hoellen - * @author J0WI - * @author Jakob Sack - * @author Joas Schilling - * @author Jörn Friedrich Dreyer - * @author Ko- - * @author Michael Kuhn - * @author Morris Jobke - * @author Oliver Kohl D.Sc. - * @author Robin Appelman - * @author Roeland Jago Douma - * @author Steffen Lindner - * @author Thomas Müller - * @author Vincent Petry - * @author Stephen Michel - * - * @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-2024 Nextcloud GmbH and Nextcloud contributors + * SPDX-FileCopyrightText: 2016 ownCloud, Inc. + * SPDX-License-Identifier: AGPL-3.0-only */ require_once __DIR__ . '/lib/versioncheck.php'; -- cgit v1.2.3