Skip to content

Commit 5496eb8

Browse files
authored
Merge pull request #1257 from PHPCSStandards/phpcs-4.0/feature/update-all-copyright-links
File docblocks: update `@copyright` tags
2 parents 809668e + 1867fd2 commit 5496eb8

File tree

548 files changed

+996
-506
lines changed

Some content is hidden

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

548 files changed

+996
-506
lines changed

autoload.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@
1010
* when it only knows the filename, without having to parse the file to find it.
1111
*
1212
* @author Greg Sherwood <[email protected]>
13-
* @copyright 2006-2015 Squiz Pty Ltd (ABN 77 084 670 600)
13+
* @copyright 2006-2023 Squiz Pty Ltd (ABN 77 084 670 600)
14+
* @copyright 2023 PHPCSStandards and contributors
1415
* @license https://github.com/PHPCSStandards/PHP_CodeSniffer/blob/HEAD/licence.txt BSD Licence
1516
*/
1617

bin/phpcbf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
*
1616
* @author Greg Sherwood <[email protected]>
1717
* @author Juliette Reinders Folmer <[email protected]>
18-
* @copyright 2006-2015 Squiz Pty Ltd (ABN 77 084 670 600)
19-
* @copyright 2024 PHPCSStandards and contributors
18+
* @copyright 2006-2023 Squiz Pty Ltd (ABN 77 084 670 600)
19+
* @copyright 2023 PHPCSStandards and contributors
2020
* @license https://github.com/PHPCSStandards/PHP_CodeSniffer/blob/HEAD/licence.txt BSD Licence
2121
*/
2222

bin/phpcbf.bat

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
REM PHP Code Beautifier and Fixer fixes violations of a defined coding standard.
33
REM
44
REM @author Greg Sherwood <[email protected]>
5-
REM @copyright 2006-2015 Squiz Pty Ltd (ABN 77 084 670 600)
5+
REM @copyright 2006-2023 Squiz Pty Ltd (ABN 77 084 670 600)
6+
REM @copyright 2023 PHPCSStandards and contributors
67
REM @license https://github.com/PHPCSStandards/PHP_CodeSniffer/blob/HEAD/licence.txt BSD Licence
78

89
set PHPBIN=php

bin/phpcs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
*
1616
* @author Greg Sherwood <[email protected]>
1717
* @author Juliette Reinders Folmer <[email protected]>
18-
* @copyright 2006-2015 Squiz Pty Ltd (ABN 77 084 670 600)
19-
* @copyright 2024 PHPCSStandards and contributors
18+
* @copyright 2006-2023 Squiz Pty Ltd (ABN 77 084 670 600)
19+
* @copyright 2023 PHPCSStandards and contributors
2020
* @license https://github.com/PHPCSStandards/PHP_CodeSniffer/blob/HEAD/licence.txt BSD Licence
2121
*/
2222

bin/phpcs.bat

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
REM PHP_CodeSniffer detects violations of a defined coding standard.
33
REM
44
REM @author Greg Sherwood <[email protected]>
5-
REM @copyright 2006-2015 Squiz Pty Ltd (ABN 77 084 670 600)
5+
REM @copyright 2006-2023 Squiz Pty Ltd (ABN 77 084 670 600)
6+
REM @copyright 2023 PHPCSStandards and contributors
67
REM @license https://github.com/PHPCSStandards/PHP_CodeSniffer/blob/HEAD/licence.txt BSD Licence
78

89
set PHPBIN=php

requirements.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
*
1515
* @author Greg Sherwood <[email protected]>
1616
* @author Juliette Reinders Folmer <[email protected]>
17-
* @copyright 2006-2015 Squiz Pty Ltd (ABN 77 084 670 600)
18-
* @copyright 2024 PHPCSStandards and contributors
17+
* @copyright 2006-2023 Squiz Pty Ltd (ABN 77 084 670 600)
18+
* @copyright 2023 PHPCSStandards and contributors
1919
* @license https://github.com/PHPCSStandards/PHP_CodeSniffer/blob/HEAD/licence.txt BSD Licence
2020
*/
2121

scripts/BuildRequirementsCheckMatrix.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
* This matrix is used in two different GH Actions jobs and would be excruciating
66
* (and pretty error-prone) to manually maintain, so better to generate it dynamically.
77
*
8-
* @author Juliette Reinders Folmer <[email protected]>
98
* @copyright 2024 PHPCSStandards and contributors
109
* @license https://github.com/PHPCSStandards/PHP_CodeSniffer/blob/HEAD/licence.txt BSD Licence
1110
*/

scripts/build-phar.php

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,10 @@
33
/**
44
* Build a PHPCS phar.
55
*
6-
* PHP version 5
7-
*
8-
* @category PHP
9-
* @package PHP_CodeSniffer
106
* @author Benjamin Pearson <[email protected]>
117
* @author Greg Sherwood <[email protected]>
12-
* @copyright 2006-2014 Squiz Pty Ltd (ABN 77 084 670 600)
8+
* @copyright 2006-2023 Squiz Pty Ltd (ABN 77 084 670 600)
9+
* @copyright 2023 PHPCSStandards and contributors
1310
* @license https://github.com/PHPCSStandards/PHP_CodeSniffer/blob/HEAD/licence.txt BSD Licence
1411
*/
1512

scripts/get-requirements-check-matrix.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
* This matrix is used in two different GH Actions jobs and would be excruciating
77
* (and pretty error-prone) to manually maintain, so better to generate it dynamically.
88
*
9-
* @author Juliette Reinders Folmer <[email protected]>
109
* @copyright 2024 PHPCSStandards and contributors
1110
* @license https://github.com/PHPCSStandards/PHP_CodeSniffer/blob/HEAD/licence.txt BSD Licence
1211
*/

src/Config.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
* and provides functions to access data stored in config files.
77
*
88
* @author Greg Sherwood <[email protected]>
9-
* @copyright 2006-2015 Squiz Pty Ltd (ABN 77 084 670 600)
9+
* @copyright 2006-2023 Squiz Pty Ltd (ABN 77 084 670 600)
10+
* @copyright 2023 PHPCSStandards and contributors
1011
* @license https://github.com/PHPCSStandards/PHP_CodeSniffer/blob/HEAD/licence.txt BSD Licence
1112
*/
1213

0 commit comments

Comments
 (0)