Skip to content

Commit d121b7b

Browse files
committed
fix(Reuse): add license info to rector.php
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
1 parent afdaf87 commit d121b7b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

rector.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
declare(strict_types=1);
44

5+
/**
6+
* SPDX-FileCopyrightText: 2025 Nextcloud GmbH and Nextcloud contributors
7+
* SPDX-License-Identifier: AGPL-3.0-or-later
8+
*/
9+
510
use Nextcloud\Rector\Set\NextcloudSets;
611
use Rector\Config\RectorConfig;
712

0 commit comments

Comments
 (0)