Skip to content

Commit e135bcf

Browse files
committed
ACP2E-4018: CE copyright updates for 2.4.9-alpha3
1 parent 5818e3f commit e135bcf

File tree

5 files changed

+20
-20
lines changed

5 files changed

+20
-20
lines changed

app/code/Magento/ConfigurableProduct/Test/Mftf/ActionGroup/AssertStorefrontProductAttributeLabelVisibleActionGroup.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
3-
/**
4-
* Copyright 2021 Adobe
5-
* All Rights Reserved.
6-
*/
3+
/**
4+
* Copyright 2019 Adobe
5+
* All Rights Reserved.
6+
*/
77
-->
88

99
<actionGroups xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"

app/code/Magento/Sales/Test/Unit/Model/Config/XsdTest.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -75,13 +75,13 @@ public static function invalidXmlFileDataProvider()
7575
'sales_invalid.xml',
7676
[
7777
"Element 'section', attribute 'wrongName': The attribute 'wrongName' is not allowed.\nLine: 9\n" .
78-
"The xml was: \n4: * See COPYING.txt for license details.\n5: */\n6:-->\n" .
78+
"The xml was: \n4: * All Rights Reserved.\n5: */\n6:-->\n" .
7979
"7:<config xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" " .
8080
"xsi:noNamespaceSchemaLocation=\"urn:magento:module:Magento_Sales:etc/sales.xsd\">\n8: " .
8181
"<section wrongName=\"section1\">\n9: <wrongGroup wrongName=\"group1\"/>\n" .
8282
"10: </section>\n11:</config>\n12:\n",
8383
"Element 'section': The attribute 'name' is required but missing.\nLine: 9\n" .
84-
"The xml was: \n4: * See COPYING.txt for license details.\n5: */\n6:-->\n" .
84+
"The xml was: \n4: * All Rights Reserved.\n5: */\n6:-->\n" .
8585
"7:<config xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" " .
8686
"xsi:noNamespaceSchemaLocation=\"urn:magento:module:Magento_Sales:etc/sales.xsd\">\n8: " .
8787
"<section wrongName=\"section1\">\n9: <wrongGroup wrongName=\"group1\"/>\n" .
@@ -135,7 +135,7 @@ public static function invalidXmlFileDataProvider()
135135
'sales_invalid_without_attributes.xml',
136136
[
137137
"Element 'section': The attribute 'name' is required but missing.\nLine: 9\nThe xml was: \n" .
138-
"4: * See COPYING.txt for license details.\n5: */\n6:-->\n7:<config " .
138+
"4: * All Rights Reserved.\n5: */\n6:-->\n7:<config " .
139139
"xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" " .
140140
"xsi:noNamespaceSchemaLocation=\"urn:magento:module:Magento_Sales:etc/sales.xsd\">\n8: " .
141141
"<section>\n9: <group>\n10: <item>\n11: " .
@@ -172,7 +172,7 @@ public static function invalidXmlFileDataProvider()
172172
'sales_invalid_root_node.xml',
173173
[
174174
"Element 'wrong': This element is not expected. Expected is one of ( section, order ).\n" .
175-
"Line: 9\nThe xml was: \n4: * See COPYING.txt for license details.\n5: */\n6:-->\n7:<config " .
175+
"Line: 9\nThe xml was: \n4: * All Rights Reserved.\n5: */\n6:-->\n7:<config " .
176176
"xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" " .
177177
"xsi:noNamespaceSchemaLocation=\"urn:magento:module:Magento_Sales:etc/sales.xsd\">\n8: " .
178178
"<wrong/>\n9:</config>\n10:\n"

app/code/Magento/Store/Test/Mftf/ActionGroup/StorefrontSwitchStoreActionGroup.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
3-
/**
4-
* Copyright 2020 Adobe
5-
* All Rights Reserved.
6-
*/
3+
/**
4+
* Copyright 2019 Adobe
5+
* All Rights Reserved.
6+
*/
77
-->
88

99
<actionGroups xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"

app/code/Magento/User/Test/Mftf/ActionGroup/AssertAdminUserIsInGridActionGroup.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
3-
/**
4-
* Copyright 2019 Adobe
5-
* All Rights Reserved.
6-
*/
3+
/**
4+
* Copyright 2017 Adobe
5+
* All Rights Reserved.
6+
*/
77
-->
88

99
<actionGroups xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"

app/code/Magento/User/Test/Mftf/ActionGroup/AssertUserRoleRestrictedAccessActionGroup.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
3-
/**
4-
* Copyright 2019 Adobe
5-
* All Rights Reserved.
6-
*/
3+
/**
4+
* Copyright 2018 Adobe
5+
* All Rights Reserved.
6+
*/
77
-->
88

99
<actionGroups xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"

0 commit comments

Comments
 (0)