Skip to content

Commit b4f2a71

Browse files
committed
chore: Fix reuse licence after #60840
Signed-off-by: Louis Chmn <louis@chmn.me>
1 parent 728644d commit b4f2a71

3 files changed

Lines changed: 15 additions & 0 deletions

File tree

tests/Core/Command/Db/DbIndexUsageTest.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: 2026 Nextcloud GmbH and Nextcloud contributors
7+
* SPDX-License-Identifier: AGPL-3.0-or-later
8+
*/
9+
510
namespace Tests\Core\Command\Db;
611

712
use Doctrine\DBAL\Platforms\MySQLPlatform;

tests/Core/Command/Db/DbLocksTest.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: 2026 Nextcloud GmbH and Nextcloud contributors
7+
* SPDX-License-Identifier: AGPL-3.0-or-later
8+
*/
9+
510
namespace Tests\Core\Command\Db;
611

712
use Doctrine\DBAL\Platforms\MySQLPlatform;

tests/Core/Command/Db/DbSizeTest.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: 2026 Nextcloud GmbH and Nextcloud contributors
7+
* SPDX-License-Identifier: AGPL-3.0-or-later
8+
*/
9+
510
namespace Tests\Core\Command\Db;
611

712
use Doctrine\DBAL\Platforms\MySQLPlatform;

0 commit comments

Comments
 (0)