Skip to content

Commit 4c78ead

Browse files
committed
#14 All ${YEAR} and ${PROJECT} replaces
1 parent 863cd03 commit 4c78ead

File tree

11 files changed

+56
-56
lines changed

11 files changed

+56
-56
lines changed

app/code/community/LeMike/DevMode/Block/Catalog/Products.php

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,22 +2,22 @@
22
/**
33
* Class LeMike_DevMode_Block_Catalog_Products.
44
*
5-
* @category ${PROJECT_NAME}
5+
* @category Magento-devMode
66
* @author Mike Pretzlaw <[email protected]>
7-
* @copyright ${YEAR} Mike Pretzlaw
8-
* @license http://github.com/sourcerer-mike/${PROJECT_NAME}/blob/master/License.md BSD 3-Clause ("BSD New")
9-
* @link http://github.com/sourcerer-mike/${PROJECT_NAME}
7+
* @copyright 2013 Mike Pretzlaw
8+
* @license http://github.com/sourcerer-mike/Magento-devMode/blob/master/License.md BSD 3-Clause ("BSD New")
9+
* @link http://github.com/sourcerer-mike/Magento-devMode
1010
* @since 0.1.0
1111
*/
1212

1313
/**
1414
* Class LeMike_DevMode_Block_Catalog_Products.
1515
*
16-
* @category ${PROJECT_NAME}
16+
* @category Magento-devMode
1717
* @author Mike Pretzlaw <[email protected]>
18-
* @copyright ${YEAR} Mike Pretzlaw
19-
* @license http://github.com/sourcerer-mike/${PROJECT_NAME}/blob/master/License.md BSD 3-Clause ("BSD New")
20-
* @link http://github.com/sourcerer-mike/${PROJECT_NAME}
18+
* @copyright 2013 Mike Pretzlaw
19+
* @license http://github.com/sourcerer-mike/Magento-devMode/blob/master/License.md BSD 3-Clause ("BSD New")
20+
* @link http://github.com/sourcerer-mike/Magento-devMode
2121
* @since 0.1.0
2222
*/
2323
class LeMike_DevMode_Block_Catalog_Products extends Mage_Adminhtml_Block_Template

app/code/community/LeMike/DevMode/Block/Catalog/Tabs.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
/**
33
* Contains class LeMike_DevMode_Block_Catalog_Tabs.
44
*
5-
* @category ${PROJECT_NAME}
5+
* @category Magento-devMode
66
* @author Mike Pretzlaw <[email protected]>
7-
* @copyright ${YEAR} Mike Pretzlaw
8-
* @license http://github.com/sourcerer-mike/${PROJECT_NAME}/blob/master/License.md BSD 3-Clause ("BSD New")
9-
* @link http://github.com/sourcerer-mike/${PROJECT_NAME}
7+
* @copyright 2013 Mike Pretzlaw
8+
* @license http://github.com/sourcerer-mike/Magento-devMode/blob/master/License.md BSD 3-Clause ("BSD New")
9+
* @link http://github.com/sourcerer-mike/Magento-devMode
1010
* @since 0.1.0
1111
*/
1212

app/code/community/LeMike/DevMode/Block/Core/Tabs.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
/**
33
* Contains class LeMike_DevMode_Block_Core_Tabs.
44
*
5-
* @category ${PROJECT_NAME}
5+
* @category Magento-devMode
66
* @author Mike Pretzlaw <[email protected]>
7-
* @copyright ${YEAR} Mike Pretzlaw
8-
* @license http://github.com/sourcerer-mike/${PROJECT_NAME}/blob/master/License.md BSD 3-Clause ("BSD New")
9-
* @link http://github.com/sourcerer-mike/${PROJECT_NAME}
7+
* @copyright 2013 Mike Pretzlaw
8+
* @license http://github.com/sourcerer-mike/Magento-devMode/blob/master/License.md BSD 3-Clause ("BSD New")
9+
* @link http://github.com/sourcerer-mike/Magento-devMode
1010
* @since 0.1.0
1111
*/
1212

app/code/community/LeMike/DevMode/Block/Customer/Tabs.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
/**
33
* Class LeMike_DevMode_Block_Customer_Tabs.
44
*
5-
* @category ${PROJECT_NAME}
5+
* @category Magento-devMode
66
* @author Mike Pretzlaw <[email protected]>
7-
* @copyright ${YEAR} Mike Pretzlaw
8-
* @license http://github.com/sourcerer-mike/${PROJECT_NAME}/blob/master/License.md BSD 3-Clause ("BSD New")
9-
* @link http://github.com/sourcerer-mike/${PROJECT_NAME}
7+
* @copyright 2013 Mike Pretzlaw
8+
* @license http://github.com/sourcerer-mike/Magento-devMode/blob/master/License.md BSD 3-Clause ("BSD New")
9+
* @link http://github.com/sourcerer-mike/Magento-devMode
1010
* @since 0.1.0
1111
*/
1212

app/code/community/LeMike/DevMode/Block/Sales/Tabs.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
/**
33
* Class LeMike_DevMode_Block_Sales_Tabs.
44
*
5-
* @category ${PROJECT_NAME}
5+
* @category Magento-devMode
66
* @author Mike Pretzlaw <[email protected]>
7-
* @copyright ${YEAR} Mike Pretzlaw
8-
* @license http://github.com/sourcerer-mike/${PROJECT_NAME}/blob/master/License.md BSD 3-Clause ("BSD New")
9-
* @link http://github.com/sourcerer-mike/${PROJECT_NAME}
7+
* @copyright 2013 Mike Pretzlaw
8+
* @license http://github.com/sourcerer-mike/Magento-devMode/blob/master/License.md BSD 3-Clause ("BSD New")
9+
* @link http://github.com/sourcerer-mike/Magento-devMode
1010
* @since 0.1.0
1111
*/
1212

app/code/community/LeMike/DevMode/Block/Template.php

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,22 +2,22 @@
22
/**
33
* Class LeMike_DevMode_Block_Template.
44
*
5-
* @category ${PROJECT_NAME}
5+
* @category Magento-devMode
66
* @author Mike Pretzlaw <[email protected]>
7-
* @copyright ${YEAR} Mike Pretzlaw
8-
* @license http://github.com/sourcerer-mike/${PROJECT_NAME}/blob/master/License.md BSD 3-Clause ("BSD New")
9-
* @link http://github.com/sourcerer-mike/${PROJECT_NAME}
7+
* @copyright 2013 Mike Pretzlaw
8+
* @license http://github.com/sourcerer-mike/Magento-devMode/blob/master/License.md BSD 3-Clause ("BSD New")
9+
* @link http://github.com/sourcerer-mike/Magento-devMode
1010
* @since 0.1.0
1111
*/
1212

1313
/**
1414
* Class LeMike_DevMode_Block_Template.
1515
*
16-
* @category ${PROJECT_NAME}
16+
* @category Magento-devMode
1717
* @author Mike Pretzlaw <[email protected]>
18-
* @copyright ${YEAR} Mike Pretzlaw
19-
* @license http://github.com/sourcerer-mike/${PROJECT_NAME}/blob/master/License.md BSD 3-Clause ("BSD New")
20-
* @link http://github.com/sourcerer-mike/${PROJECT_NAME}
18+
* @copyright 2013 Mike Pretzlaw
19+
* @license http://github.com/sourcerer-mike/Magento-devMode/blob/master/License.md BSD 3-Clause ("BSD New")
20+
* @link http://github.com/sourcerer-mike/Magento-devMode
2121
* @since 0.1.0
2222
*/
2323
class LeMike_DevMode_Block_Template extends Mage_Adminhtml_Block_Template

app/code/community/LeMike/DevMode/Test/Model/EmailTest.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@
1919
/**
2020
* Class LeMike_DevMode_Test_Model_EmailTest.
2121
*
22-
* @category ${PROJECT_NAME}
22+
* @category Magento-devMode
2323
* @author Mike Pretzlaw <[email protected]>
24-
* @copyright ${YEAR} Mike Pretzlaw
25-
* @license http://github.com/sourcerer-mike/${PROJECT_NAME}/blob/master/License.md BSD 3-Clause ("BSD New")
26-
* @link http://github.com/sourcerer-mike/${PROJECT_NAME}
24+
* @copyright 2013 Mike Pretzlaw
25+
* @license http://github.com/sourcerer-mike/Magento-devMode/blob/master/License.md BSD 3-Clause ("BSD New")
26+
* @link http://github.com/sourcerer-mike/Magento-devMode
2727
* @since 0.2.0
2828
*
2929
* @loadFixture default

app/code/community/LeMike/DevMode/Test/Model/ObserverTest.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@
1919
/**
2020
* Class LeMike_DevMode_Model_ObserverTest.
2121
*
22-
* @category ${PROJECT_NAME}
22+
* @category Magento-devMode
2323
* @author Mike Pretzlaw <[email protected]>
24-
* @copyright ${YEAR} Mike Pretzlaw
25-
* @license http://github.com/sourcerer-mike/${PROJECT_NAME}/blob/master/License.md BSD 3-Clause ("BSD New")
26-
* @link http://github.com/sourcerer-mike/${PROJECT_NAME}
24+
* @copyright 2013 Mike Pretzlaw
25+
* @license http://github.com/sourcerer-mike/Magento-devMode/blob/master/License.md BSD 3-Clause ("BSD New")
26+
* @link http://github.com/sourcerer-mike/Magento-devMode
2727
* @since 0.2.0
2828
*/
2929
class LeMike_DevMode_Model_ObserverTest extends EcomDev_PHPUnit_Test_Case_Controller

app/code/community/LeMike/DevMode/sql/devmode_setup/mysql4-install-0.1.0.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
/**
33
* Installation for LeMike_DevMode
44
*
5-
* @category ${PROJECT_NAME}
5+
* @category Magento-devMode
66
* @author Mike Pretzlaw <[email protected]>
7-
* @copyright ${YEAR} Mike Pretzlaw
8-
* @license http://github.com/sourcerer-mike/${PROJECT_NAME}/blob/master/License.md BSD 3-Clause ("BSD New")
9-
* @link http://github.com/sourcerer-mike/${PROJECT_NAME}
7+
* @copyright 2013 Mike Pretzlaw
8+
* @license http://github.com/sourcerer-mike/Magento-devMode/blob/master/License.md BSD 3-Clause ("BSD New")
9+
* @link http://github.com/sourcerer-mike/Magento-devMode
1010
* @since 0.1.0
1111
*/
1212

shell/dev/abstract.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
/**
33
* Abstract Shell Class
44
*
5-
* @category ${PROJECT_NAME}
5+
* @category Magento-devMode
66
* @author Mike Pretzlaw <[email protected]>
7-
* @copyright ${YEAR} Mike Pretzlaw
8-
* @license http://github.com/sourcerer-mike/${PROJECT_NAME}/blob/master/License.md BSD 3-Clause ("BSD New")
9-
* @link http://github.com/sourcerer-mike/${PROJECT_NAME}
7+
* @copyright 2013 Mike Pretzlaw
8+
* @license http://github.com/sourcerer-mike/Magento-devMode/blob/master/License.md BSD 3-Clause ("BSD New")
9+
* @link http://github.com/sourcerer-mike/Magento-devMode
1010
* @since 0.1.0
1111
*/
1212

shell/dev/adminPassword.php

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
/**
33
* Changing Admin password class LeMike_DevMode_Shell_AdminPassword.
44
*
5-
* @category ${PROJECT_NAME}
5+
* @category Magento-devMode
66
* @author Mike Pretzlaw <[email protected]>
7-
* @copyright ${YEAR} Mike Pretzlaw
8-
* @license http://github.com/sourcerer-mike/${PROJECT_NAME}/blob/master/License.md BSD 3-Clause ("BSD New")
9-
* @link http://github.com/sourcerer-mike/${PROJECT_NAME}
7+
* @copyright 2013 Mike Pretzlaw
8+
* @license http://github.com/sourcerer-mike/Magento-devMode/blob/master/License.md BSD 3-Clause ("BSD New")
9+
* @link http://github.com/sourcerer-mike/Magento-devMode
1010
* @since 0.1.0
1111
*/
1212

@@ -18,11 +18,11 @@
1818
*
1919
* Change password for admin.
2020
*
21-
* @category ${PROJECT_NAME}
21+
* @category Magento-devMode
2222
* @author Mike Pretzlaw <[email protected]>
23-
* @copyright ${YEAR} Mike Pretzlaw
24-
* @license http://github.com/sourcerer-mike/${PROJECT_NAME}/blob/master/License.md BSD 3-Clause ("BSD New")
25-
* @link http://github.com/sourcerer-mike/${PROJECT_NAME}
23+
* @copyright 2013 Mike Pretzlaw
24+
* @license http://github.com/sourcerer-mike/Magento-devMode/blob/master/License.md BSD 3-Clause ("BSD New")
25+
* @link http://github.com/sourcerer-mike/Magento-devMode
2626
* @since 0.1.0
2727
*/
2828
class LeMike_DevMode_Shell_AdminPassword extends Mage_Shell_Abstract

0 commit comments

Comments
 (0)