Skip to content

Commit 7850020

Browse files
committed
chore: add SPDX copyright and license headers to all PHP files
Add per-file SPDX headers (Copyright Netresearch DTT GmbH, AGPL-3.0-only) to all PHP source files for OpenSSF Best Practices Gold badge compliance. Signed-off-by: Sebastian Mendel <info@sebastianmendel.de>
1 parent beb95c2 commit 7850020

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)