Skip to content

Commit f12f665

Browse files
author
olysenko
committed
MAGETWO-86452: [Backport for 2.2.x] Update copyright year
1 parent e411c1d commit f12f665

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

COPYING.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright © 2013-2018 Magento, Inc.
1+
Copyright © 2013-present 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/Theme/etc/config.xml

+1-1
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

+1-1
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

+1-1
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)