Skip to content

Commit 22c28a2

Browse files
author
Kostiantyn Poida
committed
Merge remote-tracking branch 'remotes/main/develop' into develop
- fix Copyright string
1 parent aa5a743 commit 22c28a2

File tree

11 files changed

+22
-30
lines changed

11 files changed

+22
-30
lines changed

app/code/Magento/Sales/sql/sales_setup/update-2.0.1.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<?php
22
/**
3-
* @copyright Copyright (c) 2014 X.commerce, Inc. (http://www.magentocommerce.com)
3+
* Copyright © 2015 Magento. All rights reserved.
4+
* See COPYING.txt for license details.
45
*/
56

67
/** @var $this \Magento\Sales\Model\Resource\Setup */

dev/tests/unit/testsuite/Magento/Sales/Model/Service/QuoteTest.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<?php
22
/**
3-
* @copyright Copyright (c) 2014 X.commerce, Inc. (http://www.magentocommerce.com)
3+
* Copyright © 2015 Magento. All rights reserved.
4+
* See COPYING.txt for license details.
45
*/
56
namespace Magento\Sales\Model\Service;
67

dev/tests/unit/testsuite/Magento/Tools/Di/App/Task/AreaTest.php

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
<?php
22
/**
3-
*
4-
* @copyright Copyright (c) 2014 X.commerce, Inc. (http://www.magentocommerce.com)
3+
* Copyright © 2015 Magento. All rights reserved.
4+
* See COPYING.txt for license details.
55
*/
6-
76
namespace Magento\Tools\Di\App\Task;
87

98
use Magento\Framework\App;

dev/tests/unit/testsuite/Magento/Tools/Di/App/Task/OperationFactoryTest.php

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
11
<?php
22
/**
3-
*
4-
* @copyright Copyright (c) 2014 X.commerce, Inc. (http://www.magentocommerce.com)
3+
* Copyright © 2015 Magento. All rights reserved.
4+
* See COPYING.txt for license details.
55
*/
6-
76
namespace Magento\Tools\Di\App\Task;
87

9-
108
class OperationFactoryTest extends \PHPUnit_Framework_TestCase
119
{
1210
/**

dev/tools/Magento/Tools/Di/App/Task/Manager.php

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
<?php
22
/**
3-
*
4-
* @copyright Copyright (c) 2014 X.commerce, Inc. (http://www.magentocommerce.com)
3+
* Copyright © 2015 Magento. All rights reserved.
4+
* See COPYING.txt for license details.
55
*/
6-
76
namespace Magento\Tools\Di\App\Task;
87

98
class Manager

dev/tools/Magento/Tools/Di/App/Task/Operation/Area.php

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
<?php
22
/**
3-
*
4-
* @copyright Copyright (c) 2014 X.commerce, Inc. (http://www.magentocommerce.com)
3+
* Copyright © 2015 Magento. All rights reserved.
4+
* See COPYING.txt for license details.
55
*/
6-
76
namespace Magento\Tools\Di\App\Task\Operation;
87

98
use Magento\Tools\Di\App\Task\OperationInterface;

dev/tools/Magento/Tools/Di/App/Task/Operation/Interception.php

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
<?php
22
/**
3-
*
4-
* @copyright Copyright (c) 2014 X.commerce, Inc. (http://www.magentocommerce.com)
3+
* Copyright © 2015 Magento. All rights reserved.
4+
* See COPYING.txt for license details.
55
*/
6-
76
namespace Magento\Tools\Di\App\Task\Operation;
87

98
use Magento\Tools\Di\App\Task\OperationInterface;

dev/tools/Magento/Tools/Di/App/Task/Operation/InterceptionCache.php

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
<?php
22
/**
3-
*
4-
* @copyright Copyright (c) 2014 X.commerce, Inc. (http://www.magentocommerce.com)
3+
* Copyright © 2015 Magento. All rights reserved.
4+
* See COPYING.txt for license details.
55
*/
6-
76
namespace Magento\Tools\Di\App\Task\Operation;
87

98
use Magento\Tools\Di\App\Task\OperationInterface;

dev/tools/Magento/Tools/Di/App/Task/OperationException.php

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
<?php
22
/**
3-
*
4-
* @copyright Copyright (c) 2014 X.commerce, Inc. (http://www.magentocommerce.com)
3+
* Copyright © 2015 Magento. All rights reserved.
4+
* See COPYING.txt for license details.
55
*/
6-
76
namespace Magento\Tools\Di\App\Task;
87

98
class OperationException extends \Exception

dev/tools/Magento/Tools/Di/App/Task/OperationFactory.php

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
<?php
22
/**
3-
*
4-
* @copyright Copyright (c) 2014 X.commerce, Inc. (http://www.magentocommerce.com)
3+
* Copyright © 2015 Magento. All rights reserved.
4+
* See COPYING.txt for license details.
55
*/
6-
76
namespace Magento\Tools\Di\App\Task;
87

98
class OperationFactory

0 commit comments

Comments
 (0)