Skip to content

Commit dc4977d

Browse files
Merge forwardport of #13027 to 2.3-develop branch
Applied pull request patch https://github.com/magento/magento2/pull/13027.patch (created by @bhargavmehta) based on commit(s): 1. 95001c7 2. 7a8121f 3. 908a143
2 parents 1d66e5e + aa93f83 commit dc4977d

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

COPYING.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright © 2013-2017 Magento, Inc.
1+
Copyright © 2013-2018 Magento, Inc.
22

33
Each Magento source file included in this distribution is licensed under OSL 3.0 or the Magento Enterprise Edition (MEE) license
44

app/code/Magento/Customer/view/frontend/web/js/invalidation-processor.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright © 2013-2017 Magento, Inc. All rights reserved.
2+
* Copyright © Magento, Inc. All rights reserved.
33
* See COPYING.txt for license details.
44
*/
55
define([

app/code/Magento/Customer/view/frontend/web/js/invalidation-rules/website-rule.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright © 2013-2017 Magento, Inc. All rights reserved.
2+
* Copyright © Magento, Inc. All rights reserved.
33
* See COPYING.txt for license details.
44
*/
55
define([

app/code/Magento/Theme/i18n/en_US.csv

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ Empty,Empty
142142
"1 column","1 column"
143143
Configuration,Configuration
144144
"Default welcome msg!","Default welcome msg!"
145-
"Copyright © 2013-2017 Magento, Inc. All rights reserved.","Copyright © 2013-2017 Magento, Inc. All rights reserved."
145+
"Copyright © 2013-2018 Magento, Inc. All rights reserved.","Copyright © 2013-2018 Magento, Inc. All rights reserved."
146146
"Design Config Grid","Design Config Grid"
147147
"Rebuild design config grid index","Rebuild design config grid index"
148148
"Admin empty","Admin empty"

dev/tests/integration/testsuite/Magento/Theme/Controller/Adminhtml/System/Design/Config/SaveTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ private function getRequestParams()
6767
'header_logo_height' => '',
6868
'header_logo_alt' => '',
6969
'header_welcome' => 'Default welcome msg!',
70-
'footer_copyright' => 'Copyright © 2013-2017 Magento, Inc. All rights reserved.',
70+
'footer_copyright' => 'Copyright © 2013-2018 Magento, Inc. All rights reserved.',
7171
'footer_absolute_footer' => '',
7272
'default_robots' => 'INDEX,FOLLOW',
7373
'custom_instructions' => '',

0 commit comments

Comments
 (0)