Skip to content

Commit acc5b5b

Browse files
committed
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.
1 parent e00bbb4 commit acc5b5b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Reports/Performance.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
*
55
* @author Juliette Reinders Folmer <[email protected]>
66
* @copyright 2023 Juliette Reinders Folmer. All rights reserved.
7-
* @license https://github.com/squizlabs/PHP_CodeSniffer/blob/master/licence.txt BSD Licence
7+
* @license https://github.com/PHPCSStandards/PHP_CodeSniffer/blob/master/licence.txt BSD Licence
88
*/
99

1010
namespace PHP_CodeSniffer\Reports;

tests/Core/Ruleset/ExplainTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
*
55
* @author Juliette Reinders Folmer <[email protected]>
66
* @copyright 2023 Juliette Reinders Folmer. All rights reserved.
7-
* @license https://github.com/squizlabs/PHP_CodeSniffer/blob/master/licence.txt BSD Licence
7+
* @license https://github.com/PHPCSStandards/PHP_CodeSniffer/blob/master/licence.txt BSD Licence
88
*/
99

1010
namespace PHP_CodeSniffer\Tests\Core\Ruleset;

0 commit comments

Comments
 (0)