Skip to content

Commit 1cac63f

Browse files
committed
Swap all mt references to tec
1 parent 5f1f034 commit 1cac63f

9 files changed

+25
-25
lines changed

TribalScents/Sniffs/Arrays/ArrayBracketSpacingSniff.php

+5-5
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,16 @@
1010
*
1111
* This is a shameless copy of the work done by Squizlabs, specifically
1212
* Greg Sherwood <gsherwood@squiz.net> and Marc McIntyre <mmcintyre@squiz.net>,
13-
* but modified to match ModernTribe standards.
13+
* but modified to match The Events Calendar standards.
1414
*
1515
* PHP version 5
1616
*
1717
* @category PHP
1818
* @package PHP_CodeSniffer
1919
* @author Matthew Batchelder <borkweb@gmail.com>
2020
* @author Zachary Tirrell <zbtirrell@gmail.com>
21-
* @copyright 2012 ModernTribe
22-
* @license https://github.com/moderntribe/TribalScents/blob/master/licence.txt BSD Licence
21+
* @copyright 2012 The Events Calendar
22+
* @license https://github.com/the-events-calendar/TribalScents/blob/master/licence.txt BSD Licence
2323
* @link http://pear.php.net/package/PHP_CodeSniffer
2424
*/
2525

@@ -32,8 +32,8 @@
3232
* @package PHP_CodeSniffer
3333
* @author Matthew Batchelder <borkweb@gmail.com>
3434
* @author Zachary Tirrell <zbtirrell@gmail.com>
35-
* @copyright 2012 ModernTribe
36-
* @license https://github.com/moderntribe/TribalScents/blob/master/licence.txt BSD Licence
35+
* @copyright 2012 The Events Calendar
36+
* @license https://github.com/the-events-calendar/TribalScents/blob/master/licence.txt BSD Licence
3737
* @version Release: 1.4.0
3838
* @link http://pear.php.net/package/PHP_CodeSniffer
3939
*/

TribalScents/Sniffs/CodeAnalysis/RedirectAndDieSniff.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
* @category PHP
1313
* @package PHP_CodeSniffer
1414
* @author Matthew Batchelder <borkweb@gmail.com>
15-
* @copyright 2014 ModernTribe
16-
* @license https://github.com/moderntribe/TribalScents/blob/master/licence.txt BSD Licence
15+
* @copyright 2014 The Events Calendar
16+
* @license https://github.com/the-events-calendar/TribalScents/blob/master/licence.txt BSD Licence
1717
* @version Release: 1.4.0
1818
* @link http://pear.php.net/package/PHP_CodeSniffer
1919
*/

TribalScents/Sniffs/PHP/DeprecatedFunctionsSniff.php

+5-5
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,16 @@
99
*
1010
* This is a shameless copy of the work done by Squizlabs, specifically
1111
* Greg Sherwood <gsherwood@squiz.net> and Marc McIntyre <mmcintyre@squiz.net>,
12-
* but modified to match ModernTribe standards.
12+
* but modified to match The Events Calendar standards.
1313
*
1414
* PHP version 5
1515
*
1616
* @category PHP
1717
* @package PHP_CodeSniffer
1818
* @author Matthew Batchelder <borkweb@gmail.com>
1919
* @author Zachary Tirrell <zbtirrell@gmail.com>
20-
* @copyright 2012 ModernTribe
21-
* @license https://github.com/moderntribe/TribalScents/blob/master/licence.txt BSD Licence
20+
* @copyright 2012 The Events Calendar
21+
* @license https://github.com/the-events-calendar/TribalScents/blob/master/licence.txt BSD Licence
2222
* @link http://pear.php.net/package/PHP_CodeSniffer
2323
*/
2424

@@ -32,8 +32,8 @@
3232
* @package PHP_CodeSniffer
3333
* @author Matthew Batchelder <borkweb@gmail.com>
3434
* @author Zachary Tirrell <zbtirrell@gmail.com>
35-
* @copyright 2012 ModernTribe
36-
* @license https://github.com/moderntribe/TribalScents/blob/master/licence.txt BSD Licence
35+
* @copyright 2012 The Events Calendar
36+
* @license https://github.com/the-events-calendar/TribalScents/blob/master/licence.txt BSD Licence
3737
* @version Release: 1.4.0
3838
* @link http://pear.php.net/package/PHP_CodeSniffer
3939
*/

TribalScents/Sniffs/PHP/ErrorLoggingSniff.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
* @category PHP
1313
* @package PHP_CodeSniffer
1414
* @author Matthew Batchelder <borkweb@gmail.com>
15-
* @copyright 2014 ModernTribe
16-
* @license https://github.com/moderntribe/TribalScents/blob/master/licence.txt BSD Licence
15+
* @copyright 2014 The Events Calendar
16+
* @license https://github.com/the-events-calendar/TribalScents/blob/master/licence.txt BSD Licence
1717
* @version Release: 1.4.0
1818
* @link http://pear.php.net/package/PHP_CodeSniffer
1919
*/

TribalScents/Sniffs/PHP/EscjsFunctionSniff.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
* @author Matthew Batchelder <borkweb@gmail.com>
1515
* @author Zachary Tirrell <zbtirrell@gmail.com>
1616
* @author Stephen Page <stephenjpage@gmail.com>
17-
* @copyright 2012 ModernTribe
18-
* @license https://github.com/moderntribe/TribalScents/blob/master/licence.txt BSD Licence
17+
* @copyright 2012 The Events Calendar
18+
* @license https://github.com/the-events-calendar/TribalScents/blob/master/licence.txt BSD Licence
1919
* @version Release: 1.4.0
2020
* @link http://pear.php.net/package/PHP_CodeSniffer
2121
*/

TribalScents/Sniffs/PHP/ExtractFunctionSniff.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
* @package PHP_CodeSniffer
1414
* @author Matthew Batchelder <borkweb@gmail.com>
1515
* @author Zachary Tirrell <zbtirrell@gmail.com>
16-
* @copyright 2012 ModernTribe
17-
* @license https://github.com/moderntribe/TribalScents/blob/master/licence.txt BSD Licence
16+
* @copyright 2012 The Events Calendar
17+
* @license https://github.com/the-events-calendar/TribalScents/blob/master/licence.txt BSD Licence
1818
* @version Release: 1.4.0
1919
* @link http://pear.php.net/package/PHP_CodeSniffer
2020
*/

TribalScents/Sniffs/PHP/IsAFunctionSniff.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
* @package PHP_CodeSniffer
1414
* @author Matthew Batchelder <borkweb@gmail.com>
1515
* @author Zachary Tirrell <zbtirrell@gmail.com>
16-
* @copyright 2012 ModernTribe
17-
* @license https://github.com/moderntribe/TribalScents/blob/master/licence.txt BSD Licence
16+
* @copyright 2012 The Events Calendar
17+
* @license https://github.com/the-events-calendar/TribalScents/blob/master/licence.txt BSD Licence
1818
* @version Release: 1.4.0
1919
* @link http://pear.php.net/package/PHP_CodeSniffer
2020
*/

TribalScents/ruleset.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
<?xml version="1.0"?>
22
<ruleset name="TribalScents">
3-
<description>Modern Tribe coding standards.</description>
4-
3+
<description>The Events Calendar coding standards.</description>
4+
55
<!-- Warns about missing short descriptions in docblocks. -->
66
<rule ref="Generic.Commenting.DocComment">
77
<exclude name="Generic.Commenting.DocComment.MissingShort" />
88
<exclude-pattern>*/tests/*</exclude-pattern>
99
</rule>
10-
10+
1111
<!-- Warns about FIXME comments. -->
1212
<rule ref="Generic.Commenting.Fixme"/>
1313

license.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2015, Modern Tribe
1+
Copyright (c) 2015, The Events Calendar
22
All rights reserved.
33

44
Redistribution and use in source and binary forms, with or without
@@ -8,7 +8,7 @@ modification, are permitted provided that the following conditions are met:
88
* Redistributions in binary form must reproduce the above copyright
99
notice, this list of conditions and the following disclaimer in the
1010
documentation and/or other materials provided with the distribution.
11-
* Neither the name of Modern Tribe nor the
11+
* Neither the name of The Events Calendar nor the
1212
names of its contributors may be used to endorse or promote products
1313
derived from this software without specific prior written permission.
1414

0 commit comments

Comments
 (0)