From 64a90e2fce71e11313d5d8a2f551454e31d00e37 Mon Sep 17 00:00:00 2001 From: jrfnl Date: Thu, 4 Jan 2024 09:58:19 +0100 Subject: [PATCH] QA: fix up license links in newly merged files Follow up on 1. Some PRs which were ported over from the Squizlabs repo introduced new files in which the old license link was still included. Fixed now. --- src/Reports/Performance.php | 2 +- tests/Core/Ruleset/ExplainTest.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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;