Skip to content

Commit e2b8244

Browse files
committed
Import Magento Release 1.9.1.1
1 parent 68ce5a3 commit e2b8244

File tree

7,485 files changed

+10955
-10538
lines changed

Some content is hidden

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

7,485 files changed

+10955
-10538
lines changed

api.php

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,18 +10,18 @@
1010
* http://opensource.org/licenses/osl-3.0.php
1111
* If you did not receive a copy of the license and are unable to
1212
* obtain it through the world-wide-web, please send an email
13-
* to license@magentocommerce.com so we can send you a copy immediately.
13+
* to license@magento.com so we can send you a copy immediately.
1414
*
1515
* DISCLAIMER
1616
*
1717
* Do not edit or add to this file if you wish to upgrade Magento to newer
1818
* versions in the future. If you wish to customize Magento for your
19-
* needs please refer to http://www.magentocommerce.com for more information.
19+
* needs please refer to http://www.magento.com for more information.
2020
*
2121
* @category Mage
22-
* @package Mage_Api2
23-
* @copyright Copyright (c) 2011 Magento Inc. (http://www.magentocommerce.com)
24-
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
22+
* @package Mage
23+
* @copyright Copyright (c) 2006-2015 X.commerce, Inc. (http://www.magento.com)
24+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
2525
*/
2626

2727
if (version_compare(phpversion(), '5.2.0', '<')) {

app/Mage.php

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,17 +10,17 @@
1010
* http://opensource.org/licenses/osl-3.0.php
1111
* If you did not receive a copy of the license and are unable to
1212
* obtain it through the world-wide-web, please send an email
13-
* to license@magentocommerce.com so we can send you a copy immediately.
13+
* to license@magento.com so we can send you a copy immediately.
1414
*
1515
* DISCLAIMER
1616
*
1717
* Do not edit or add to this file if you wish to upgrade Magento to newer
1818
* versions in the future. If you wish to customize Magento for your
19-
* needs please refer to http://www.magentocommerce.com for more information.
19+
* needs please refer to http://www.magento.com for more information.
2020
*
21-
* @category Mage
22-
* @package Mage_Core
23-
* @copyright Copyright (c) 2008 Irubin Consulting Inc. DBA Varien (http://www.varien.com)
21+
* @category Mage
22+
* @package Mage
23+
* @copyright Copyright (c) 2006-2015 X.commerce, Inc. (http://www.magento.com)
2424
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
2525
*/
2626

@@ -171,7 +171,7 @@ public static function getVersionInfo()
171171
'major' => '1',
172172
'minor' => '9',
173173
'revision' => '1',
174-
'patch' => '0',
174+
'patch' => '1',
175175
'stability' => '',
176176
'number' => '',
177177
);

app/code/core/Mage/Admin/Helper/Data.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
*
2121
* @category Mage
2222
* @package Mage_Admin
23-
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
23+
* @copyright Copyright (c) 2006-2015 X.commerce, Inc. (http://www.magento.com)
2424
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
2525
*/
2626

app/code/core/Mage/Admin/Model/Acl.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
*
2121
* @category Mage
2222
* @package Mage_Admin
23-
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
23+
* @copyright Copyright (c) 2006-2015 X.commerce, Inc. (http://www.magento.com)
2424
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
2525
*/
2626

app/code/core/Mage/Admin/Model/Acl/Assert/Ip.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
*
2121
* @category Mage
2222
* @package Mage_Admin
23-
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
23+
* @copyright Copyright (c) 2006-2015 X.commerce, Inc. (http://www.magento.com)
2424
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
2525
*/
2626

app/code/core/Mage/Admin/Model/Acl/Assert/Time.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
*
2121
* @category Mage
2222
* @package Mage_Admin
23-
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
23+
* @copyright Copyright (c) 2006-2015 X.commerce, Inc. (http://www.magento.com)
2424
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
2525
*/
2626

app/code/core/Mage/Admin/Model/Acl/Resource.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
*
2121
* @category Mage
2222
* @package Mage_Admin
23-
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
23+
* @copyright Copyright (c) 2006-2015 X.commerce, Inc. (http://www.magento.com)
2424
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
2525
*/
2626

app/code/core/Mage/Admin/Model/Acl/Role.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
*
2121
* @category Mage
2222
* @package Mage_Admin
23-
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
23+
* @copyright Copyright (c) 2006-2015 X.commerce, Inc. (http://www.magento.com)
2424
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
2525
*/
2626

app/code/core/Mage/Admin/Model/Acl/Role/Generic.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
*
2121
* @category Mage
2222
* @package Mage_Admin
23-
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
23+
* @copyright Copyright (c) 2006-2015 X.commerce, Inc. (http://www.magento.com)
2424
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
2525
*/
2626

app/code/core/Mage/Admin/Model/Acl/Role/Group.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
*
2121
* @category Mage
2222
* @package Mage_Admin
23-
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
23+
* @copyright Copyright (c) 2006-2015 X.commerce, Inc. (http://www.magento.com)
2424
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
2525
*/
2626

app/code/core/Mage/Admin/Model/Acl/Role/Registry.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
*
2121
* @category Mage
2222
* @package Mage_Admin
23-
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
23+
* @copyright Copyright (c) 2006-2015 X.commerce, Inc. (http://www.magento.com)
2424
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
2525
*/
2626

app/code/core/Mage/Admin/Model/Acl/Role/User.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
*
2121
* @category Mage
2222
* @package Mage_Admin
23-
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
23+
* @copyright Copyright (c) 2006-2015 X.commerce, Inc. (http://www.magento.com)
2424
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
2525
*/
2626

app/code/core/Mage/Admin/Model/Config.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
*
2121
* @category Mage
2222
* @package Mage_Admin
23-
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
23+
* @copyright Copyright (c) 2006-2015 X.commerce, Inc. (http://www.magento.com)
2424
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
2525
*/
2626

app/code/core/Mage/Admin/Model/Mysql4/Acl.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
*
2121
* @category Mage
2222
* @package Mage_Admin
23-
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
23+
* @copyright Copyright (c) 2006-2015 X.commerce, Inc. (http://www.magento.com)
2424
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
2525
*/
2626

app/code/core/Mage/Admin/Model/Mysql4/Acl/Role.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
*
2121
* @category Mage
2222
* @package Mage_Admin
23-
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
23+
* @copyright Copyright (c) 2006-2015 X.commerce, Inc. (http://www.magento.com)
2424
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
2525
*/
2626

app/code/core/Mage/Admin/Model/Mysql4/Acl/Role/Collection.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
*
2121
* @category Mage
2222
* @package Mage_Admin
23-
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
23+
* @copyright Copyright (c) 2006-2015 X.commerce, Inc. (http://www.magento.com)
2424
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
2525
*/
2626

app/code/core/Mage/Admin/Model/Mysql4/Permissions/Collection.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
*
2121
* @category Mage
2222
* @package Mage_Admin
23-
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
23+
* @copyright Copyright (c) 2006-2015 X.commerce, Inc. (http://www.magento.com)
2424
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
2525
*/
2626

app/code/core/Mage/Admin/Model/Mysql4/Role.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
*
2121
* @category Mage
2222
* @package Mage_Admin
23-
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
23+
* @copyright Copyright (c) 2006-2015 X.commerce, Inc. (http://www.magento.com)
2424
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
2525
*/
2626

app/code/core/Mage/Admin/Model/Mysql4/Role/Collection.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
*
2121
* @category Mage
2222
* @package Mage_Admin
23-
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
23+
* @copyright Copyright (c) 2006-2015 X.commerce, Inc. (http://www.magento.com)
2424
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
2525
*/
2626

app/code/core/Mage/Admin/Model/Mysql4/Roles.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
*
2121
* @category Mage
2222
* @package Mage_Admin
23-
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
23+
* @copyright Copyright (c) 2006-2015 X.commerce, Inc. (http://www.magento.com)
2424
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
2525
*/
2626

app/code/core/Mage/Admin/Model/Mysql4/Roles/Collection.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
*
2121
* @category Mage
2222
* @package Mage_Admin
23-
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
23+
* @copyright Copyright (c) 2006-2015 X.commerce, Inc. (http://www.magento.com)
2424
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
2525
*/
2626

app/code/core/Mage/Admin/Model/Mysql4/Roles/User/Collection.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
*
2121
* @category Mage
2222
* @package Mage_Admin
23-
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
23+
* @copyright Copyright (c) 2006-2015 X.commerce, Inc. (http://www.magento.com)
2424
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
2525
*/
2626

app/code/core/Mage/Admin/Model/Mysql4/Rules.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
*
2121
* @category Mage
2222
* @package Mage_Admin
23-
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
23+
* @copyright Copyright (c) 2006-2015 X.commerce, Inc. (http://www.magento.com)
2424
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
2525
*/
2626

app/code/core/Mage/Admin/Model/Mysql4/Rules/Collection.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
*
2121
* @category Mage
2222
* @package Mage_Admin
23-
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
23+
* @copyright Copyright (c) 2006-2015 X.commerce, Inc. (http://www.magento.com)
2424
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
2525
*/
2626

app/code/core/Mage/Admin/Model/Mysql4/User.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
*
2121
* @category Mage
2222
* @package Mage_Admin
23-
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
23+
* @copyright Copyright (c) 2006-2015 X.commerce, Inc. (http://www.magento.com)
2424
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
2525
*/
2626

app/code/core/Mage/Admin/Model/Mysql4/User/Collection.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
*
2121
* @category Mage
2222
* @package Mage_Admin
23-
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
23+
* @copyright Copyright (c) 2006-2015 X.commerce, Inc. (http://www.magento.com)
2424
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
2525
*/
2626

app/code/core/Mage/Admin/Model/Observer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
*
2121
* @category Mage
2222
* @package Mage_Admin
23-
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
23+
* @copyright Copyright (c) 2006-2015 X.commerce, Inc. (http://www.magento.com)
2424
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
2525
*/
2626

app/code/core/Mage/Admin/Model/Redirectpolicy.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
*
2121
* @category Mage
2222
* @package Mage_Admin
23-
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
23+
* @copyright Copyright (c) 2006-2015 X.commerce, Inc. (http://www.magento.com)
2424
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
2525
*/
2626

app/code/core/Mage/Admin/Model/Resource/Acl.php

100755100644
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
*
2121
* @category Mage
2222
* @package Mage_Admin
23-
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
23+
* @copyright Copyright (c) 2006-2015 X.commerce, Inc. (http://www.magento.com)
2424
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
2525
*/
2626

app/code/core/Mage/Admin/Model/Resource/Acl/Role.php

100755100644
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
*
2121
* @category Mage
2222
* @package Mage_Admin
23-
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
23+
* @copyright Copyright (c) 2006-2015 X.commerce, Inc. (http://www.magento.com)
2424
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
2525
*/
2626

app/code/core/Mage/Admin/Model/Resource/Acl/Role/Collection.php

100755100644
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
*
2121
* @category Mage
2222
* @package Mage_Admin
23-
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
23+
* @copyright Copyright (c) 2006-2015 X.commerce, Inc. (http://www.magento.com)
2424
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
2525
*/
2626

app/code/core/Mage/Admin/Model/Resource/Permissions/Collection.php

100755100644
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
*
2121
* @category Mage
2222
* @package Mage_Admin
23-
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
23+
* @copyright Copyright (c) 2006-2015 X.commerce, Inc. (http://www.magento.com)
2424
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
2525
*/
2626

app/code/core/Mage/Admin/Model/Resource/Role.php

100755100644
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
*
2121
* @category Mage
2222
* @package Mage_Admin
23-
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
23+
* @copyright Copyright (c) 2006-2015 X.commerce, Inc. (http://www.magento.com)
2424
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
2525
*/
2626

app/code/core/Mage/Admin/Model/Resource/Role/Collection.php

100755100644
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
*
2121
* @category Mage
2222
* @package Mage_Admin
23-
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
23+
* @copyright Copyright (c) 2006-2015 X.commerce, Inc. (http://www.magento.com)
2424
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
2525
*/
2626

app/code/core/Mage/Admin/Model/Resource/Roles.php

100755100644
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
*
2121
* @category Mage
2222
* @package Mage_Admin
23-
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
23+
* @copyright Copyright (c) 2006-2015 X.commerce, Inc. (http://www.magento.com)
2424
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
2525
*/
2626

app/code/core/Mage/Admin/Model/Resource/Roles/Collection.php

100755100644
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
*
2121
* @category Mage
2222
* @package Mage_Admin
23-
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
23+
* @copyright Copyright (c) 2006-2015 X.commerce, Inc. (http://www.magento.com)
2424
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
2525
*/
2626

app/code/core/Mage/Admin/Model/Resource/Roles/User/Collection.php

100755100644
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
*
2121
* @category Mage
2222
* @package Mage_Admin
23-
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
23+
* @copyright Copyright (c) 2006-2015 X.commerce, Inc. (http://www.magento.com)
2424
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
2525
*/
2626

app/code/core/Mage/Admin/Model/Resource/Rules.php

100755100644
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
*
2121
* @category Mage
2222
* @package Mage_Admin
23-
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
23+
* @copyright Copyright (c) 2006-2015 X.commerce, Inc. (http://www.magento.com)
2424
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
2525
*/
2626

app/code/core/Mage/Admin/Model/Resource/Rules/Collection.php

100755100644
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
*
2121
* @category Mage
2222
* @package Mage_Admin
23-
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
23+
* @copyright Copyright (c) 2006-2015 X.commerce, Inc. (http://www.magento.com)
2424
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
2525
*/
2626

app/code/core/Mage/Admin/Model/Resource/User.php

100755100644
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
*
2121
* @category Mage
2222
* @package Mage_Admin
23-
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
23+
* @copyright Copyright (c) 2006-2015 X.commerce, Inc. (http://www.magento.com)
2424
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
2525
*/
2626

0 commit comments

Comments
 (0)