Skip to content

Commit 3bef89c

Browse files
authored
chore: add SPDX copyright and license headers (#262)
## Summary - Add SPDX copyright (`Copyright (c) 2025-2026 Netresearch DTT GmbH`) and license (`AGPL-3.0-only`) headers to all 239 PHP source files - Supports OpenSSF Best Practices Gold badge criteria (`copyright_per_file`, `license_per_file`) ## Test plan - [x] Verify SPDX headers present in all PHP files - [ ] CI passes (no functional changes, headers only)
2 parents beb95c2 + 7850020 commit 3bef89c

File tree

239 files changed

+1195
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

239 files changed

+1195
-0
lines changed

bin/test-xdebug.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
/*
2+
* Copyright (c) 2025-2026 Netresearch DTT GmbH
3+
* SPDX-License-Identifier: AGPL-3.0-only
4+
*/
5+
16
#!/usr/bin/env php
27
<?php
38

config/bundles.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
<?php
22

3+
/*
4+
* Copyright (c) 2025-2026 Netresearch DTT GmbH
5+
* SPDX-License-Identifier: AGPL-3.0-only
6+
*/
7+
38
declare(strict_types=1);
49

510
return [

config/preload.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
<?php
22

3+
/*
4+
* Copyright (c) 2025-2026 Netresearch DTT GmbH
5+
* SPDX-License-Identifier: AGPL-3.0-only
6+
*/
7+
38
declare(strict_types=1);
49

510
if (file_exists(dirname(__DIR__) . '/var/cache/prod/srcApp_KernelProdContainer.preload.php')) {

config/quality/phpat.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
<?php
22

3+
/*
4+
* Copyright (c) 2025-2026 Netresearch DTT GmbH
5+
* SPDX-License-Identifier: AGPL-3.0-only
6+
*/
7+
38
declare(strict_types=1);
49

510
use PHPat\Selector\Selector;

config/quality/rector.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
<?php
22

3+
/*
4+
* Copyright (c) 2025-2026 Netresearch DTT GmbH
5+
* SPDX-License-Identifier: AGPL-3.0-only
6+
*/
7+
38
declare(strict_types=1);
49

510
use Rector\Config\RectorConfig;

migrations/Version20250901_AddPerformanceIndexes.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
<?php
22

3+
/*
4+
* Copyright (c) 2025-2026 Netresearch DTT GmbH
5+
* SPDX-License-Identifier: AGPL-3.0-only
6+
*/
7+
38
declare(strict_types=1);
49

510
namespace DoctrineMigrations;

migrations/Version20250901_EncryptTokenFields.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
<?php
22

3+
/*
4+
* Copyright (c) 2025-2026 Netresearch DTT GmbH
5+
* SPDX-License-Identifier: AGPL-3.0-only
6+
*/
7+
38
declare(strict_types=1);
49

510
namespace DoctrineMigrations;

rector.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
<?php
22

3+
/*
4+
* Copyright (c) 2025-2026 Netresearch DTT GmbH
5+
* SPDX-License-Identifier: AGPL-3.0-only
6+
*/
7+
38
declare(strict_types=1);
49

510
use Rector\Config\RectorConfig;

src/Command/TtSyncSubticketsCommand.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
<?php
22

3+
/*
4+
* Copyright (c) 2025-2026 Netresearch DTT GmbH
5+
* SPDX-License-Identifier: AGPL-3.0-only
6+
*/
7+
38
declare(strict_types=1);
49

510
namespace App\Command;

src/Controller/Admin/DeleteActivityAction.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
<?php
22

3+
/*
4+
* Copyright (c) 2025-2026 Netresearch DTT GmbH
5+
* SPDX-License-Identifier: AGPL-3.0-only
6+
*/
7+
38
declare(strict_types=1);
49

510
namespace App\Controller\Admin;

0 commit comments

Comments
 (0)