diff --git a/src/Reports/Performance.php b/src/Reports/Performance.php index 78f0f6ae23..ea90d0a84c 100644 --- a/src/Reports/Performance.php +++ b/src/Reports/Performance.php @@ -4,7 +4,7 @@ * * @author Juliette Reinders Folmer * @copyright 2023 Juliette Reinders Folmer. All rights reserved. - * @license https://github.com/squizlabs/PHP_CodeSniffer/blob/master/licence.txt BSD Licence + * @license https://github.com/PHPCSStandards/PHP_CodeSniffer/blob/master/licence.txt BSD Licence */ namespace PHP_CodeSniffer\Reports; diff --git a/tests/Core/Ruleset/ExplainTest.php b/tests/Core/Ruleset/ExplainTest.php index 934801b674..065a73cfba 100644 --- a/tests/Core/Ruleset/ExplainTest.php +++ b/tests/Core/Ruleset/ExplainTest.php @@ -4,7 +4,7 @@ * * @author Juliette Reinders Folmer * @copyright 2023 Juliette Reinders Folmer. All rights reserved. - * @license https://github.com/squizlabs/PHP_CodeSniffer/blob/master/licence.txt BSD Licence + * @license https://github.com/PHPCSStandards/PHP_CodeSniffer/blob/master/licence.txt BSD Licence */ namespace PHP_CodeSniffer\Tests\Core\Ruleset;