Skip to content
Snippets Groups Projects
Commit 95001c72 authored by Bhargav Mehta's avatar Bhargav Mehta
Browse files

Change of copyright year from 2017 to 2018.

parent 816ec39b
No related merge requests found
Copyright © 2013-2017 Magento, Inc. Copyright © 2013-2018 Magento, Inc.
Each Magento source file included in this distribution is licensed under OSL 3.0 or the Magento Enterprise Edition (MEE) license Each Magento source file included in this distribution is licensed under OSL 3.0 or the Magento Enterprise Edition (MEE) license
......
/** /**
* Copyright © 2013-2017 Magento, Inc. All rights reserved. * Copyright © 2013-2018 Magento, Inc. All rights reserved.
* See COPYING.txt for license details. * See COPYING.txt for license details.
*/ */
define(function () { define(function () {
......
/** /**
* Copyright © 2013-2017 Magento, Inc. All rights reserved. * Copyright © 2013-2018 Magento, Inc. All rights reserved.
* See COPYING.txt for license details. * See COPYING.txt for license details.
*/ */
define([ define([
......
/** /**
* Copyright © 2013-2017 Magento, Inc. All rights reserved. * Copyright © 2013-2018 Magento, Inc. All rights reserved.
* See COPYING.txt for license details. * See COPYING.txt for license details.
*/ */
define([ define([
......
...@@ -45,7 +45,7 @@ Disallow: /*SID= ...@@ -45,7 +45,7 @@ Disallow: /*SID=
<welcome>Default welcome msg!</welcome> <welcome>Default welcome msg!</welcome>
</header> </header>
<footer translate="copyright"> <footer translate="copyright">
<copyright>Copyright &#169; 2013-2017 Magento, Inc. All rights reserved.</copyright> <copyright>Copyright &#169; 2013-2018 Magento, Inc. All rights reserved.</copyright>
</footer> </footer>
</design> </design>
<theme> <theme>
......
...@@ -142,7 +142,7 @@ Empty,Empty ...@@ -142,7 +142,7 @@ Empty,Empty
"1 column","1 column" "1 column","1 column"
Configuration,Configuration Configuration,Configuration
"Default welcome msg!","Default welcome msg!" "Default welcome msg!","Default welcome msg!"
"Copyright © 2013-2017 Magento, Inc. All rights reserved.","Copyright © 2013-2017 Magento, Inc. All rights reserved." "Copyright © 2013-2018 Magento, Inc. All rights reserved.","Copyright © 2013-2018 Magento, Inc. All rights reserved."
"Design Config Grid","Design Config Grid" "Design Config Grid","Design Config Grid"
"Rebuild design config grid index","Rebuild design config grid index" "Rebuild design config grid index","Rebuild design config grid index"
"Admin empty","Admin empty" "Admin empty","Admin empty"
......
...@@ -67,7 +67,7 @@ class SaveTest extends AbstractBackendController ...@@ -67,7 +67,7 @@ class SaveTest extends AbstractBackendController
'header_logo_height' => '', 'header_logo_height' => '',
'header_logo_alt' => '', 'header_logo_alt' => '',
'header_welcome' => 'Default welcome msg!', 'header_welcome' => 'Default welcome msg!',
'footer_copyright' => 'Copyright © 2013-2017 Magento, Inc. All rights reserved.', 'footer_copyright' => 'Copyright © 2013-2018 Magento, Inc. All rights reserved.',
'footer_absolute_footer' => '', 'footer_absolute_footer' => '',
'default_robots' => 'INDEX,FOLLOW', 'default_robots' => 'INDEX,FOLLOW',
'custom_instructions' => '', 'custom_instructions' => '',
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment