Skip to content

Commit 5902cfa

Browse files
committed
Update authentication text.
1 parent 4ffcd9f commit 5902cfa

File tree

9 files changed

+37
-23
lines changed

9 files changed

+37
-23
lines changed

Controller/Adminhtml/Order/DeleteOrder.php

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
<?php
22
/**
3-
* Copyright © 2018 SolutionExcel. All rights reserved.
4-
* See COPYING.txt for license details.
3+
* @package Solutionexcel_SocialShare
4+
* @author SolutionExcel - https://www.solutionexcel.com/ - info@solutionexcel.com
5+
* @copyright Copyright © 2018 SolutionExcel. All rights reserved.
6+
* @license https://opensource.org/licenses/AFL-3.0 Academic Free License 3.0 | Open Source Initiative
57
**/
68

79
namespace Solutionexcel\DeleteOrders\Controller\Adminhtml\Order;

Controller/Adminhtml/Order/MassDelete.php

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
<?php
22
/**
3-
* Copyright © 2018 SolutionExcel. All rights reserved.
4-
* See COPYING.txt for license details.
3+
* @package Solutionexcel_SocialShare
4+
* @author SolutionExcel - https://www.solutionexcel.com/ - info@solutionexcel.com
5+
* @copyright Copyright © 2018 SolutionExcel. All rights reserved.
6+
* @license https://opensource.org/licenses/AFL-3.0 Academic Free License 3.0 | Open Source Initiative
57
**/
68

79
namespace Solutionexcel\DeleteOrders\Controller\Adminhtml\Order;

Plugin/Sales/Block/Adminhtml/Order/View.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
<?php
22
/**
3-
* @package Solutionexcel_DeleteOrders
3+
* @package Solutionexcel_SocialShare
44
* @author SolutionExcel - https://www.solutionexcel.com/ - info@solutionexcel.com
55
* @copyright Copyright © 2018 SolutionExcel. All rights reserved.
66
* @license https://opensource.org/licenses/AFL-3.0 Academic Free License 3.0 | Open Source Initiative
7-
*/
7+
**/
88

99
namespace Solutionexcel\DeleteOrders\Plugin\Sales\Block\Adminhtml\Order;
1010

Test/Integration/DeleteOrdersModuleConfigTest.php

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
<?php
22
/**
3-
* Copyright © 2018 SolutionExcel. All rights reserved.
4-
* See COPYING.txt for license details.
3+
* @package Solutionexcel_SocialShare
4+
* @author SolutionExcel - https://www.solutionexcel.com/ - info@solutionexcel.com
5+
* @copyright Copyright © 2018 SolutionExcel. All rights reserved.
6+
* @license https://opensource.org/licenses/AFL-3.0 Academic Free License 3.0 | Open Source Initiative
57
**/
68

79
namespace Solutionexcel\DeleteOrders\Test\Integration;

etc/adminhtml/di.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<?xml version="1.0"?>
22
<!--
3-
**
4-
* @package Solutionexcel_DeleteOrders
3+
/**
4+
* @package Solutionexcel_SocialShare
55
* @author SolutionExcel - https://www.solutionexcel.com/ - info@solutionexcel.com
66
* @copyright Copyright © 2018 SolutionExcel. All rights reserved.
77
* @license https://opensource.org/licenses/AFL-3.0 Academic Free License 3.0 | Open Source Initiative
8-
**
8+
**/
99
-->
1010
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:ObjectManager/etc/config.xsd">
1111
<type name="Magento\Sales\Block\Adminhtml\Order\View">

etc/adminhtml/routes.xml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
<?xml version="1.0"?>
22
<!--
33
/**
4-
* Copyright © 2018 SolutionExcel. All rights reserved.
5-
* See COPYING.txt for license details.
6-
*/
4+
* @package Solutionexcel_SocialShare
5+
* @author SolutionExcel - https://www.solutionexcel.com/ - info@solutionexcel.com
6+
* @copyright Copyright © 2018 SolutionExcel. All rights reserved.
7+
* @license https://opensource.org/licenses/AFL-3.0 Academic Free License 3.0 | Open Source Initiative
8+
**/
79
-->
810
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:App/etc/routes.xsd">
911
<router id="admin">

etc/module.xml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
<?xml version="1.0" ?>
22
<!--
33
/**
4-
* Copyright © 2018 SolutionExcel. All rights reserved.
5-
* See COPYING.txt for license details.
6-
*/
4+
* @package Solutionexcel_SocialShare
5+
* @author SolutionExcel - https://www.solutionexcel.com/ - info@solutionexcel.com
6+
* @copyright Copyright © 2018 SolutionExcel. All rights reserved.
7+
* @license https://opensource.org/licenses/AFL-3.0 Academic Free License 3.0 | Open Source Initiative
8+
**/
79
-->
810
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Module/etc/module.xsd">
911
<module name="Solutionexcel_DeleteOrders" setup_version="1.0.1">

registration.php

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
<?php
22
/**
3-
* Copyright © 2018 SolutionExcel. All rights reserved.
4-
* See COPYING.txt for license details.
5-
*/
3+
* @package Solutionexcel_SocialShare
4+
* @author SolutionExcel - https://www.solutionexcel.com/ - info@solutionexcel.com
5+
* @copyright Copyright © 2018 SolutionExcel. All rights reserved.
6+
* @license https://opensource.org/licenses/AFL-3.0 Academic Free License 3.0 | Open Source Initiative
7+
**/
68

79
\Magento\Framework\Component\ComponentRegistrar::register(
810
\Magento\Framework\Component\ComponentRegistrar::MODULE,

view/adminhtml/ui_component/sales_order_grid.xml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
33
/**
4-
* Copyright © 2018 SolutionExcel. All rights reserved.
5-
* See COPYING.txt for license details.
6-
*/
4+
* @package Solutionexcel_SocialShare
5+
* @author SolutionExcel - https://www.solutionexcel.com/ - info@solutionexcel.com
6+
* @copyright Copyright © 2018 SolutionExcel. All rights reserved.
7+
* @license https://opensource.org/licenses/AFL-3.0 Academic Free License 3.0 | Open Source Initiative
8+
**/
79
-->
810
<listing xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:module:Magento_Ui:etc/ui_configuration.xsd">
911
<listingToolbar name="listing_top">

0 commit comments

Comments
 (0)