diff options
author | Andy Scherzinger <info@andy-scherzinger.de> | 2024-05-09 20:20:32 +0200 |
---|---|---|
committer | Andy Scherzinger <info@andy-scherzinger.de> | 2024-05-10 11:07:50 +0200 |
commit | 1df96b041735d105f3e0043fd0868e159ddaff10 (patch) | |
tree | d252071219a43086c13bb6200791781ed95c3425 /build/psalm/OcpSinceChecker.php | |
parent | 3669608b23a5a2dc4a70007a3a015f38d12743eb (diff) | |
download | nextcloud-server-1df96b041735d105f3e0043fd0868e159ddaff10.tar.gz nextcloud-server-1df96b041735d105f3e0043fd0868e159ddaff10.zip |
chore: Add SPDX header
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
Diffstat (limited to 'build/psalm/OcpSinceChecker.php')
-rw-r--r-- | build/psalm/OcpSinceChecker.php | 20 |
1 files changed, 2 insertions, 18 deletions
diff --git a/build/psalm/OcpSinceChecker.php b/build/psalm/OcpSinceChecker.php index 92437a8f3ab..c030678aee1 100644 --- a/build/psalm/OcpSinceChecker.php +++ b/build/psalm/OcpSinceChecker.php @@ -1,26 +1,10 @@ <?php declare(strict_types=1); - /** - * @copyright 2023 Daniel Kesselberg <mail@danielkesselberg.de> - * - * @author 2023 Daniel Kesselberg <mail@danielkesselberg.de> - * - * 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: 2023 Nextcloud GmbH and Nextcloud contributors + * SPDX-License-Identifier: AGPL-3.0-only */ - use PhpParser\Node\Stmt; use PhpParser\Node\Stmt\ClassLike; use Psalm\CodeLocation; |