Skip to content

Commit 99851a6

Browse files
committed
fix: add header
Signed-off-by: Vitor Mattos <[email protected]>
1 parent c9904d0 commit 99851a6

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

lib/Db/CrlMapper.php

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

33
declare(strict_types=1);
44

5+
/**
6+
* SPDX-FileCopyrightText: 2025 LibreCode coop and contributors
7+
* SPDX-License-Identifier: AGPL-3.0-or-later
8+
*/
59

610
namespace OCA\Libresign\Db;
711

tests/php/Api/Controller/CrlControllerTest.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 LibreCode coop and contributors
7+
* SPDX-License-Identifier: AGPL-3.0-or-later
8+
*/
9+
510
namespace OCA\Libresign\Tests\Api\Controller;
611

712
use ByJG\ApiTools\OpenApi\OpenApiSchema;

0 commit comments

Comments
 (0)