Skip to content

Commit cc222c9

Browse files
committed
MAGETWO-90356: Update copyright year
1 parent eeb78a0 commit cc222c9

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

app/code/Magento/Theme/etc/config.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Disallow: /*SID=
4545
<welcome>Default welcome msg!</welcome>
4646
</header>
4747
<footer translate="copyright">
48-
<copyright>Copyright &#169; 2013-2018 Magento, Inc. All rights reserved.</copyright>
48+
<copyright>Copyright &#169; 2013-present Magento, Inc. All rights reserved.</copyright>
4949
</footer>
5050
</design>
5151
<theme>

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-2018 Magento, Inc. All rights reserved.","Copyright © 2013-2018 Magento, Inc. All rights reserved."
145+
"Copyright © 2013-present Magento, Inc. All rights reserved.","Copyright © 2013-present 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-2018 Magento, Inc. All rights reserved.',
70+
'footer_copyright' => 'Copyright © 2013-present Magento, Inc. All rights reserved.',
7171
'footer_absolute_footer' => '',
7272
'default_robots' => 'INDEX,FOLLOW',
7373
'custom_instructions' => '',

0 commit comments

Comments
 (0)