Skip to content
This repository was archived by the owner on Apr 29, 2019. It is now read-only.

Commit 95001c7

Browse files
committed
Change of copyright year from 2017 to 2018.
1 parent 816ec39 commit 95001c7

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
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/Checkout/view/frontend/web/js/model/shipping-save-processor/payload-extender.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 © 2013-2018 Magento, Inc. All rights reserved.
33
* See COPYING.txt for license details.
44
*/
55
define(function () {

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 © 2013-2018 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 © 2013-2018 Magento, Inc. All rights reserved.
33
* See COPYING.txt for license details.
44
*/
55
define([

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-2017 Magento, Inc. All rights reserved.</copyright>
48+
<copyright>Copyright &#169; 2013-2018 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-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)