Skip to content

Commit f8f1d0b

Browse files
committed
Docs/Imported sniffs: add @license tag for the GPL v2 license
These sniffs already contained the standardized file docblock, but with a `@license` tag for the MIT license as these sniffs were originally created in the WordPressCS project, which is licensed under MIT. This commit adds an extra `@license` tag for the GPL v2 license under which VIPCS is licensed.
1 parent 16f2828 commit f8f1d0b

File tree

6 files changed

+6
-0
lines changed

6 files changed

+6
-0
lines changed

WordPressVIPMinimum/Sniffs/AbstractVariableRestrictionsSniff.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
*
55
* @package VIPCS\WordPressVIPMinimum
66
* @link https://github.com/Automattic/VIP-Coding-Standards
7+
* @license https://opensource.org/license/gpl-2-0 GPL-2.0
78
* @license https://opensource.org/licenses/MIT MIT
89
*/
910

WordPressVIPMinimum/Sniffs/Performance/NoPagingSniff.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
*
55
* @package VIPCS\WordPressVIPMinimum
66
* @link https://github.com/Automattic/VIP-Coding-Standards
7+
* @license https://opensource.org/license/gpl-2-0 GPL-2.0
78
* @license https://opensource.org/licenses/MIT MIT
89
*/
910

WordPressVIPMinimum/Sniffs/Performance/OrderByRandSniff.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
*
55
* @package VIPCS\WordPressVIPMinimum
66
* @link https://github.com/Automattic/VIP-Coding-Standards
7+
* @license https://opensource.org/license/gpl-2-0 GPL-2.0
78
* @license https://opensource.org/licenses/MIT MIT
89
*/
910

WordPressVIPMinimum/Sniffs/Sniff.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
*
55
* @package VIPCS\WordPressVIPMinimum
66
* @link https://github.com/Automattic/VIP-Coding-Standards
7+
* @license https://opensource.org/license/gpl-2-0 GPL-2.0
78
* @license https://opensource.org/licenses/MIT MIT
89
*/
910

WordPressVIPMinimum/Sniffs/UserExperience/AdminBarRemovalSniff.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
*
55
* @package VIPCS\WordPressVIPMinimum
66
* @link https://github.com/Automattic/VIP-Coding-Standards
7+
* @license https://opensource.org/license/gpl-2-0 GPL-2.0
78
* @license https://opensource.org/licenses/MIT MIT
89
*/
910

WordPressVIPMinimum/Sniffs/Variables/RestrictedVariablesSniff.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
*
55
* @package VIPCS\WordPressVIPMinimum
66
* @link https://github.com/Automattic/VIP-Coding-Standards
7+
* @license https://opensource.org/license/gpl-2-0 GPL-2.0
78
* @license https://opensource.org/licenses/MIT MIT
89
*/
910

0 commit comments

Comments
 (0)