From 1df96b041735d105f3e0043fd0868e159ddaff10 Mon Sep 17 00:00:00 2001 From: Andy Scherzinger Date: Thu, 9 May 2024 20:20:32 +0200 Subject: chore: Add SPDX header Signed-off-by: Andy Scherzinger --- version.php | 29 ++++------------------------- 1 file changed, 4 insertions(+), 25 deletions(-) (limited to 'version.php') diff --git a/version.php b/version.php index a0b6fe052cb..97b78783d16 100644 --- a/version.php +++ b/version.php @@ -1,30 +1,9 @@ - * @author Christoph Wurst - * @author Frank Karlitschek - * @author Joas Schilling - * @author Julius Härtl - * @author Lukas Reschke - * @author Morris Jobke - * @author Vincent Petry - * - * @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 */ // We only can count up. The 4. digit is only for the internal patch level to trigger DB upgrades // between betas, final and RCs. This is _not_ the public version number. Reset minor/patch level -- cgit v1.2.3