From 84dd7f0c3b414168f165c18327f29f532f8761f1 Mon Sep 17 00:00:00 2001
From: Joan He <johe@ebay.com>
Date: Fri, 18 Mar 2016 14:34:38 -0500
Subject: [PATCH] MAGETWO-48081: Copyright Year Update

---
 .../Model/Plugin/CustomerRepository/TransactionWrapper.php      | 2 +-
 .../Model/Plugin/CustomerRepository/TransactionWrapperTest.php  | 2 +-
 .../SalesRule/view/adminhtml/templates/tab/coupons.phtml        | 2 +-
 .../SalesRule/view/base/web/js/form/element/coupon-type.js      | 2 +-
 .../view/base/web/js/form/element/manage-coupon-codes.js        | 2 +-
 .../functional/tests/app/Magento/Backend/Test/Block/Version.php | 2 +-
 .../Test/Block/Adminhtml/Product/Edit/Section/Options/Row.php   | 2 +-
 .../Test/Block/Adminhtml/Product/Edit/Section/Reviews.php       | 2 +-
 .../tests/app/Magento/Upgrade/Test/Block/Authentication.php     | 2 +-
 .../tests/app/Magento/Upgrade/Test/Block/Authentication.xml     | 2 +-
 .../tests/app/Magento/Upgrade/Test/Block/CreateBackup.php       | 2 +-
 .../tests/app/Magento/Upgrade/Test/Block/CreateBackup.xml       | 2 +-
 .../functional/tests/app/Magento/Upgrade/Test/Block/Home.php    | 2 +-
 .../tests/app/Magento/Upgrade/Test/Block/Readiness.php          | 2 +-
 .../tests/app/Magento/Upgrade/Test/Block/SelectVersion.php      | 2 +-
 .../tests/app/Magento/Upgrade/Test/Block/SelectVersion.xml      | 2 +-
 .../tests/app/Magento/Upgrade/Test/Block/SuccessMessage.php     | 2 +-
 .../tests/app/Magento/Upgrade/Test/Block/SystemConfig.php       | 2 +-
 .../tests/app/Magento/Upgrade/Test/Block/SystemUpgrade.php      | 2 +-
 .../Upgrade/Test/Constraint/AssertApplicationVersion.php        | 2 +-
 .../Magento/Upgrade/Test/Constraint/AssertSuccessMessage.php    | 2 +-
 .../Upgrade/Test/Constraint/AssertSuccessfulReadinessCheck.php  | 2 +-
 .../Upgrade/Test/Constraint/AssertVersionAndEditionCheck.php    | 2 +-
 .../tests/app/Magento/Upgrade/Test/Fixture/Upgrade.xml          | 2 +-
 .../app/Magento/Upgrade/Test/Page/Adminhtml/SetupWizard.xml     | 2 +-
 .../app/Magento/Upgrade/Test/TestCase/UpgradeSystemTest.php     | 2 +-
 .../app/Magento/Upgrade/Test/TestCase/UpgradeSystemTest.xml     | 2 +-
 .../Magento/Mtf/TestSuite/InjectableTests/upgrade.xml           | 2 +-
 dev/tests/static/get_github_changes.php                         | 2 +-
 .../Magento/Framework/Process/PhpExecutableFinderFactory.php    | 2 +-
 pub/cron.php                                                    | 2 +-
 pub/errors/404.php                                              | 2 +-
 pub/errors/503.php                                              | 2 +-
 pub/errors/default/404.phtml                                    | 2 +-
 pub/errors/default/503.phtml                                    | 2 +-
 pub/errors/default/css/styles.css                               | 2 +-
 pub/errors/default/nocache.phtml                                | 2 +-
 pub/errors/default/page.phtml                                   | 2 +-
 pub/errors/default/report.phtml                                 | 2 +-
 pub/errors/design.xml                                           | 2 +-
 pub/errors/local.xml.sample                                     | 2 +-
 pub/errors/noCache.php                                          | 2 +-
 pub/errors/processor.php                                        | 2 +-
 pub/errors/processorFactory.php                                 | 2 +-
 pub/errors/report.php                                           | 2 +-
 pub/get.php                                                     | 2 +-
 pub/index.php                                                   | 2 +-
 pub/static.php                                                  | 2 +-
 setup/pub/magento/setup/marketplace-credentials.js              | 2 +-
 setup/src/Magento/Setup/Controller/MarketplaceCredentials.php   | 2 +-
 setup/view/magento/setup/marketplace-credentials.phtml          | 2 +-
 51 files changed, 51 insertions(+), 51 deletions(-)

diff --git a/app/code/Magento/Customer/Model/Plugin/CustomerRepository/TransactionWrapper.php b/app/code/Magento/Customer/Model/Plugin/CustomerRepository/TransactionWrapper.php
index 4820ff56d13..7b78cecdd1c 100644
--- a/app/code/Magento/Customer/Model/Plugin/CustomerRepository/TransactionWrapper.php
+++ b/app/code/Magento/Customer/Model/Plugin/CustomerRepository/TransactionWrapper.php
@@ -2,7 +2,7 @@
 /**
  * Plugin for \Magento\Customer\Api\CustomerRepositoryInterface
  *
- * Copyright © 2015 Magento. All rights reserved.
+ * Copyright © 2016 Magento. All rights reserved.
  * See COPYING.txt for license details.
  */
 namespace Magento\Customer\Model\Plugin\CustomerRepository;
diff --git a/app/code/Magento/Customer/Test/Unit/Model/Plugin/CustomerRepository/TransactionWrapperTest.php b/app/code/Magento/Customer/Test/Unit/Model/Plugin/CustomerRepository/TransactionWrapperTest.php
index 314ea794b49..89dbff8b0a7 100644
--- a/app/code/Magento/Customer/Test/Unit/Model/Plugin/CustomerRepository/TransactionWrapperTest.php
+++ b/app/code/Magento/Customer/Test/Unit/Model/Plugin/CustomerRepository/TransactionWrapperTest.php
@@ -1,6 +1,6 @@
 <?php
 /**
- * Copyright © 2015 Magento. All rights reserved.
+ * Copyright © 2016 Magento. All rights reserved.
  * See COPYING.txt for license details.
  */
 namespace Magento\Customer\Test\Unit\Model\Plugin\CustomerRepository;
diff --git a/app/code/Magento/SalesRule/view/adminhtml/templates/tab/coupons.phtml b/app/code/Magento/SalesRule/view/adminhtml/templates/tab/coupons.phtml
index 7b9f20e9569..ec86e7366ca 100644
--- a/app/code/Magento/SalesRule/view/adminhtml/templates/tab/coupons.phtml
+++ b/app/code/Magento/SalesRule/view/adminhtml/templates/tab/coupons.phtml
@@ -1,6 +1,6 @@
 <?php
 /**
- * Copyright © 2015 Magento. All rights reserved.
+ * Copyright © 2016 Magento. All rights reserved.
  * See COPYING.txt for license details.
  */
 ?>
diff --git a/app/code/Magento/SalesRule/view/base/web/js/form/element/coupon-type.js b/app/code/Magento/SalesRule/view/base/web/js/form/element/coupon-type.js
index 9bbed99ba23..914dc4bc8bd 100644
--- a/app/code/Magento/SalesRule/view/base/web/js/form/element/coupon-type.js
+++ b/app/code/Magento/SalesRule/view/base/web/js/form/element/coupon-type.js
@@ -1,5 +1,5 @@
 /**
- * Copyright © 2015 Magento. All rights reserved.
+ * Copyright © 2016 Magento. All rights reserved.
  * See COPYING.txt for license details.
  */
 
diff --git a/app/code/Magento/SalesRule/view/base/web/js/form/element/manage-coupon-codes.js b/app/code/Magento/SalesRule/view/base/web/js/form/element/manage-coupon-codes.js
index b403ca0c3e8..641a1d3605a 100644
--- a/app/code/Magento/SalesRule/view/base/web/js/form/element/manage-coupon-codes.js
+++ b/app/code/Magento/SalesRule/view/base/web/js/form/element/manage-coupon-codes.js
@@ -1,5 +1,5 @@
 /**
- * Copyright © 2015 Magento. All rights reserved.
+ * Copyright © 2016 Magento. All rights reserved.
  * See COPYING.txt for license details.
  */
 
diff --git a/dev/tests/functional/tests/app/Magento/Backend/Test/Block/Version.php b/dev/tests/functional/tests/app/Magento/Backend/Test/Block/Version.php
index a947cc6bfc5..69a83ba3472 100644
--- a/dev/tests/functional/tests/app/Magento/Backend/Test/Block/Version.php
+++ b/dev/tests/functional/tests/app/Magento/Backend/Test/Block/Version.php
@@ -1,6 +1,6 @@
 <?php
 /**
- * Copyright © 2015 Magento. All rights reserved.
+ * Copyright © 2016 Magento. All rights reserved.
  * See COPYING.txt for license details.
  */
 
diff --git a/dev/tests/functional/tests/app/Magento/Catalog/Test/Block/Adminhtml/Product/Edit/Section/Options/Row.php b/dev/tests/functional/tests/app/Magento/Catalog/Test/Block/Adminhtml/Product/Edit/Section/Options/Row.php
index 8771ad2d7ee..36b171dbbb5 100644
--- a/dev/tests/functional/tests/app/Magento/Catalog/Test/Block/Adminhtml/Product/Edit/Section/Options/Row.php
+++ b/dev/tests/functional/tests/app/Magento/Catalog/Test/Block/Adminhtml/Product/Edit/Section/Options/Row.php
@@ -1,6 +1,6 @@
 <?php
 /**
- * Copyright © 2015 Magento. All rights reserved.
+ * Copyright © 2016 Magento. All rights reserved.
  * See COPYING.txt for license details.
  */
 namespace Magento\Catalog\Test\Block\Adminhtml\Product\Edit\Section\Options;
diff --git a/dev/tests/functional/tests/app/Magento/Review/Test/Block/Adminhtml/Product/Edit/Section/Reviews.php b/dev/tests/functional/tests/app/Magento/Review/Test/Block/Adminhtml/Product/Edit/Section/Reviews.php
index c1c17679a96..0f5a646fcef 100644
--- a/dev/tests/functional/tests/app/Magento/Review/Test/Block/Adminhtml/Product/Edit/Section/Reviews.php
+++ b/dev/tests/functional/tests/app/Magento/Review/Test/Block/Adminhtml/Product/Edit/Section/Reviews.php
@@ -1,6 +1,6 @@
 <?php
 /**
- * Copyright © 2015 Magento. All rights reserved.
+ * Copyright © 2016 Magento. All rights reserved.
  * See COPYING.txt for license details.
  */
 
diff --git a/dev/tests/functional/tests/app/Magento/Upgrade/Test/Block/Authentication.php b/dev/tests/functional/tests/app/Magento/Upgrade/Test/Block/Authentication.php
index e2df872d068..4973c8e7217 100644
--- a/dev/tests/functional/tests/app/Magento/Upgrade/Test/Block/Authentication.php
+++ b/dev/tests/functional/tests/app/Magento/Upgrade/Test/Block/Authentication.php
@@ -1,6 +1,6 @@
 <?php
 /**
- * Copyright © 2015 Magento. All rights reserved.
+ * Copyright © 2016 Magento. All rights reserved.
  * See COPYING.txt for license details.
  */
 
diff --git a/dev/tests/functional/tests/app/Magento/Upgrade/Test/Block/Authentication.xml b/dev/tests/functional/tests/app/Magento/Upgrade/Test/Block/Authentication.xml
index 3958a86df32..42e6ec97c35 100644
--- a/dev/tests/functional/tests/app/Magento/Upgrade/Test/Block/Authentication.xml
+++ b/dev/tests/functional/tests/app/Magento/Upgrade/Test/Block/Authentication.xml
@@ -1,7 +1,7 @@
 <?xml version="1.0" ?>
 <!--
 /**
- * Copyright © 2015 Magento. All rights reserved.
+ * Copyright © 2016 Magento. All rights reserved.
  * See COPYING.txt for license details.
  */
 -->
diff --git a/dev/tests/functional/tests/app/Magento/Upgrade/Test/Block/CreateBackup.php b/dev/tests/functional/tests/app/Magento/Upgrade/Test/Block/CreateBackup.php
index 153acde0b9a..72d3853bd16 100644
--- a/dev/tests/functional/tests/app/Magento/Upgrade/Test/Block/CreateBackup.php
+++ b/dev/tests/functional/tests/app/Magento/Upgrade/Test/Block/CreateBackup.php
@@ -1,6 +1,6 @@
 <?php
 /**
- * Copyright © 2015 Magento. All rights reserved.
+ * Copyright © 2016 Magento. All rights reserved.
  * See COPYING.txt for license details.
  */
 
diff --git a/dev/tests/functional/tests/app/Magento/Upgrade/Test/Block/CreateBackup.xml b/dev/tests/functional/tests/app/Magento/Upgrade/Test/Block/CreateBackup.xml
index 6085acc0a15..d3c5a953f76 100644
--- a/dev/tests/functional/tests/app/Magento/Upgrade/Test/Block/CreateBackup.xml
+++ b/dev/tests/functional/tests/app/Magento/Upgrade/Test/Block/CreateBackup.xml
@@ -1,7 +1,7 @@
 <?xml version="1.0" ?>
 <!--
 /**
- * Copyright © 2015 Magento. All rights reserved.
+ * Copyright © 2016 Magento. All rights reserved.
  * See COPYING.txt for license details.
  */
 -->
diff --git a/dev/tests/functional/tests/app/Magento/Upgrade/Test/Block/Home.php b/dev/tests/functional/tests/app/Magento/Upgrade/Test/Block/Home.php
index d6ed4095f65..9651a15c865 100644
--- a/dev/tests/functional/tests/app/Magento/Upgrade/Test/Block/Home.php
+++ b/dev/tests/functional/tests/app/Magento/Upgrade/Test/Block/Home.php
@@ -1,6 +1,6 @@
 <?php
 /**
- * Copyright © 2015 Magento. All rights reserved.
+ * Copyright © 2016 Magento. All rights reserved.
  * See COPYING.txt for license details.
  */
 
diff --git a/dev/tests/functional/tests/app/Magento/Upgrade/Test/Block/Readiness.php b/dev/tests/functional/tests/app/Magento/Upgrade/Test/Block/Readiness.php
index 28890268f85..648627dc8f4 100644
--- a/dev/tests/functional/tests/app/Magento/Upgrade/Test/Block/Readiness.php
+++ b/dev/tests/functional/tests/app/Magento/Upgrade/Test/Block/Readiness.php
@@ -1,6 +1,6 @@
 <?php
 /**
- * Copyright © 2015 Magento. All rights reserved.
+ * Copyright © 2016 Magento. All rights reserved.
  * See COPYING.txt for license details.
  */
 
diff --git a/dev/tests/functional/tests/app/Magento/Upgrade/Test/Block/SelectVersion.php b/dev/tests/functional/tests/app/Magento/Upgrade/Test/Block/SelectVersion.php
index 9322b3dcb33..7699547ce12 100644
--- a/dev/tests/functional/tests/app/Magento/Upgrade/Test/Block/SelectVersion.php
+++ b/dev/tests/functional/tests/app/Magento/Upgrade/Test/Block/SelectVersion.php
@@ -1,6 +1,6 @@
 <?php
 /**
- * Copyright © 2015 Magento. All rights reserved.
+ * Copyright © 2016 Magento. All rights reserved.
  * See COPYING.txt for license details.
  */
 
diff --git a/dev/tests/functional/tests/app/Magento/Upgrade/Test/Block/SelectVersion.xml b/dev/tests/functional/tests/app/Magento/Upgrade/Test/Block/SelectVersion.xml
index 94b784b8d1b..eb594d12460 100644
--- a/dev/tests/functional/tests/app/Magento/Upgrade/Test/Block/SelectVersion.xml
+++ b/dev/tests/functional/tests/app/Magento/Upgrade/Test/Block/SelectVersion.xml
@@ -1,7 +1,7 @@
 <?xml version="1.0" ?>
 <!--
 /**
- * Copyright © 2015 Magento. All rights reserved.
+ * Copyright © 2016 Magento. All rights reserved.
  * See COPYING.txt for license details.
  */
 -->
diff --git a/dev/tests/functional/tests/app/Magento/Upgrade/Test/Block/SuccessMessage.php b/dev/tests/functional/tests/app/Magento/Upgrade/Test/Block/SuccessMessage.php
index b8a46e1f529..a175ff4b329 100644
--- a/dev/tests/functional/tests/app/Magento/Upgrade/Test/Block/SuccessMessage.php
+++ b/dev/tests/functional/tests/app/Magento/Upgrade/Test/Block/SuccessMessage.php
@@ -1,6 +1,6 @@
 <?php
 /**
- * Copyright © 2015 Magento. All rights reserved.
+ * Copyright © 2016 Magento. All rights reserved.
  * See COPYING.txt for license details.
  */
 
diff --git a/dev/tests/functional/tests/app/Magento/Upgrade/Test/Block/SystemConfig.php b/dev/tests/functional/tests/app/Magento/Upgrade/Test/Block/SystemConfig.php
index 589fa1f9e2b..e3e68a8cfcd 100644
--- a/dev/tests/functional/tests/app/Magento/Upgrade/Test/Block/SystemConfig.php
+++ b/dev/tests/functional/tests/app/Magento/Upgrade/Test/Block/SystemConfig.php
@@ -1,6 +1,6 @@
 <?php
 /**
- * Copyright © 2015 Magento. All rights reserved.
+ * Copyright © 2016 Magento. All rights reserved.
  * See COPYING.txt for license details.
  */
 
diff --git a/dev/tests/functional/tests/app/Magento/Upgrade/Test/Block/SystemUpgrade.php b/dev/tests/functional/tests/app/Magento/Upgrade/Test/Block/SystemUpgrade.php
index 8d9cd7708e5..5af372786ba 100644
--- a/dev/tests/functional/tests/app/Magento/Upgrade/Test/Block/SystemUpgrade.php
+++ b/dev/tests/functional/tests/app/Magento/Upgrade/Test/Block/SystemUpgrade.php
@@ -1,6 +1,6 @@
 <?php
 /**
- * Copyright © 2015 Magento. All rights reserved.
+ * Copyright © 2016 Magento. All rights reserved.
  * See COPYING.txt for license details.
  */
 
diff --git a/dev/tests/functional/tests/app/Magento/Upgrade/Test/Constraint/AssertApplicationVersion.php b/dev/tests/functional/tests/app/Magento/Upgrade/Test/Constraint/AssertApplicationVersion.php
index 610d1ef6844..7f11a0de69a 100644
--- a/dev/tests/functional/tests/app/Magento/Upgrade/Test/Constraint/AssertApplicationVersion.php
+++ b/dev/tests/functional/tests/app/Magento/Upgrade/Test/Constraint/AssertApplicationVersion.php
@@ -1,6 +1,6 @@
 <?php
 /**
- * Copyright © 2015 Magento. All rights reserved.
+ * Copyright © 2016 Magento. All rights reserved.
  * See COPYING.txt for license details.
  */
 
diff --git a/dev/tests/functional/tests/app/Magento/Upgrade/Test/Constraint/AssertSuccessMessage.php b/dev/tests/functional/tests/app/Magento/Upgrade/Test/Constraint/AssertSuccessMessage.php
index c77e2a0b18d..6b1ac399675 100644
--- a/dev/tests/functional/tests/app/Magento/Upgrade/Test/Constraint/AssertSuccessMessage.php
+++ b/dev/tests/functional/tests/app/Magento/Upgrade/Test/Constraint/AssertSuccessMessage.php
@@ -1,6 +1,6 @@
 <?php
 /**
- * Copyright © 2015 Magento. All rights reserved.
+ * Copyright © 2016 Magento. All rights reserved.
  * See COPYING.txt for license details.
  */
 
diff --git a/dev/tests/functional/tests/app/Magento/Upgrade/Test/Constraint/AssertSuccessfulReadinessCheck.php b/dev/tests/functional/tests/app/Magento/Upgrade/Test/Constraint/AssertSuccessfulReadinessCheck.php
index 7befbc1cf8b..9bf88a7072b 100644
--- a/dev/tests/functional/tests/app/Magento/Upgrade/Test/Constraint/AssertSuccessfulReadinessCheck.php
+++ b/dev/tests/functional/tests/app/Magento/Upgrade/Test/Constraint/AssertSuccessfulReadinessCheck.php
@@ -1,6 +1,6 @@
 <?php
 /**
- * Copyright © 2015 Magento. All rights reserved.
+ * Copyright © 2016 Magento. All rights reserved.
  * See COPYING.txt for license details.
  */
 
diff --git a/dev/tests/functional/tests/app/Magento/Upgrade/Test/Constraint/AssertVersionAndEditionCheck.php b/dev/tests/functional/tests/app/Magento/Upgrade/Test/Constraint/AssertVersionAndEditionCheck.php
index 51e6a81d50a..5961b068fc5 100644
--- a/dev/tests/functional/tests/app/Magento/Upgrade/Test/Constraint/AssertVersionAndEditionCheck.php
+++ b/dev/tests/functional/tests/app/Magento/Upgrade/Test/Constraint/AssertVersionAndEditionCheck.php
@@ -1,6 +1,6 @@
 <?php
 /**
- * Copyright © 2015 Magento. All rights reserved.
+ * Copyright © 2016 Magento. All rights reserved.
  * See COPYING.txt for license details.
  */
 
diff --git a/dev/tests/functional/tests/app/Magento/Upgrade/Test/Fixture/Upgrade.xml b/dev/tests/functional/tests/app/Magento/Upgrade/Test/Fixture/Upgrade.xml
index c209c4d5d8b..eaae274e77d 100644
--- a/dev/tests/functional/tests/app/Magento/Upgrade/Test/Fixture/Upgrade.xml
+++ b/dev/tests/functional/tests/app/Magento/Upgrade/Test/Fixture/Upgrade.xml
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!--
 /**
- * Copyright © 2015 Magento. All rights reserved.
+ * Copyright © 2016 Magento. All rights reserved.
  * See COPYING.txt for license details.
  */
  -->
diff --git a/dev/tests/functional/tests/app/Magento/Upgrade/Test/Page/Adminhtml/SetupWizard.xml b/dev/tests/functional/tests/app/Magento/Upgrade/Test/Page/Adminhtml/SetupWizard.xml
index 534cc1db14d..73b07ca848c 100644
--- a/dev/tests/functional/tests/app/Magento/Upgrade/Test/Page/Adminhtml/SetupWizard.xml
+++ b/dev/tests/functional/tests/app/Magento/Upgrade/Test/Page/Adminhtml/SetupWizard.xml
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!--
 /**
- * Copyright © 2015 Magento. All rights reserved.
+ * Copyright © 2016 Magento. All rights reserved.
  * See COPYING.txt for license details.
  */
  -->
diff --git a/dev/tests/functional/tests/app/Magento/Upgrade/Test/TestCase/UpgradeSystemTest.php b/dev/tests/functional/tests/app/Magento/Upgrade/Test/TestCase/UpgradeSystemTest.php
index f1b53a9e954..50afbd48e41 100644
--- a/dev/tests/functional/tests/app/Magento/Upgrade/Test/TestCase/UpgradeSystemTest.php
+++ b/dev/tests/functional/tests/app/Magento/Upgrade/Test/TestCase/UpgradeSystemTest.php
@@ -1,6 +1,6 @@
 <?php
 /**
- * Copyright © 2015 Magento. All rights reserved.
+ * Copyright © 2016 Magento. All rights reserved.
  * See COPYING.txt for license details.
  */
 
diff --git a/dev/tests/functional/tests/app/Magento/Upgrade/Test/TestCase/UpgradeSystemTest.xml b/dev/tests/functional/tests/app/Magento/Upgrade/Test/TestCase/UpgradeSystemTest.xml
index 13792921f84..c05e68c3425 100644
--- a/dev/tests/functional/tests/app/Magento/Upgrade/Test/TestCase/UpgradeSystemTest.xml
+++ b/dev/tests/functional/tests/app/Magento/Upgrade/Test/TestCase/UpgradeSystemTest.xml
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!--
 /**
- * Copyright © 2015 Magento. All rights reserved.
+ * Copyright © 2016 Magento. All rights reserved.
  * See COPYING.txt for license details.
  */
  -->
diff --git a/dev/tests/functional/testsuites/Magento/Mtf/TestSuite/InjectableTests/upgrade.xml b/dev/tests/functional/testsuites/Magento/Mtf/TestSuite/InjectableTests/upgrade.xml
index 99961ef2c1e..4d883813f93 100644
--- a/dev/tests/functional/testsuites/Magento/Mtf/TestSuite/InjectableTests/upgrade.xml
+++ b/dev/tests/functional/testsuites/Magento/Mtf/TestSuite/InjectableTests/upgrade.xml
@@ -1,7 +1,7 @@
 <?xml version="1.0"?>
 <!--
 /**
- * Copyright © 2015 Magento. All rights reserved.
+ * Copyright © 2016 Magento. All rights reserved.
  * See COPYING.txt for license details.
  */
 -->
diff --git a/dev/tests/static/get_github_changes.php b/dev/tests/static/get_github_changes.php
index 24ca5218083..c142aae18d8 100644
--- a/dev/tests/static/get_github_changes.php
+++ b/dev/tests/static/get_github_changes.php
@@ -5,7 +5,7 @@
  *
  * @category   dev
  * @package    build
- * Copyright © 2015 Magento. All rights reserved.
+ * Copyright © 2016 Magento. All rights reserved.
  * See COPYING.txt for license details.
  */
 
diff --git a/lib/internal/Magento/Framework/Process/PhpExecutableFinderFactory.php b/lib/internal/Magento/Framework/Process/PhpExecutableFinderFactory.php
index ff593ee5015..4780fd408d4 100644
--- a/lib/internal/Magento/Framework/Process/PhpExecutableFinderFactory.php
+++ b/lib/internal/Magento/Framework/Process/PhpExecutableFinderFactory.php
@@ -1,6 +1,6 @@
 <?php
 /**
- * Copyright © 2015 Magento. All rights reserved.
+ * Copyright © 2016 Magento. All rights reserved.
  * See COPYING.txt for license details.
  */
 namespace Magento\Framework\Process;
diff --git a/pub/cron.php b/pub/cron.php
index 091e94b9d18..32d64e07e0f 100644
--- a/pub/cron.php
+++ b/pub/cron.php
@@ -2,7 +2,7 @@
 /**
  * Scheduled jobs entry point
  *
- * Copyright © 2015 Magento. All rights reserved.
+ * Copyright © 2016 Magento. All rights reserved.
  * See COPYING.txt for license details.
  */
 
diff --git a/pub/errors/404.php b/pub/errors/404.php
index 93cbc7d7c75..d9c896db9cd 100644
--- a/pub/errors/404.php
+++ b/pub/errors/404.php
@@ -1,6 +1,6 @@
 <?php
 /**
- * Copyright © 2015 Magento. All rights reserved.
+ * Copyright © 2016 Magento. All rights reserved.
  * See COPYING.txt for license details.
  */
 
diff --git a/pub/errors/503.php b/pub/errors/503.php
index feea1884449..76523c1584b 100644
--- a/pub/errors/503.php
+++ b/pub/errors/503.php
@@ -1,6 +1,6 @@
 <?php
 /**
- * Copyright © 2015 Magento. All rights reserved.
+ * Copyright © 2016 Magento. All rights reserved.
  * See COPYING.txt for license details.
  */
 
diff --git a/pub/errors/default/404.phtml b/pub/errors/default/404.phtml
index 5baa86a3267..6768ae4adad 100644
--- a/pub/errors/default/404.phtml
+++ b/pub/errors/default/404.phtml
@@ -1,6 +1,6 @@
 <?php
 /**
- * Copyright © 2015 Magento. All rights reserved.
+ * Copyright © 2016 Magento. All rights reserved.
  * See COPYING.txt for license details.
  */
 ?>
diff --git a/pub/errors/default/503.phtml b/pub/errors/default/503.phtml
index 439db9c7331..4da0edbef03 100644
--- a/pub/errors/default/503.phtml
+++ b/pub/errors/default/503.phtml
@@ -1,6 +1,6 @@
 <?php
 /**
- * Copyright © 2015 Magento. All rights reserved.
+ * Copyright © 2016 Magento. All rights reserved.
  * See COPYING.txt for license details.
  */
 ?>
diff --git a/pub/errors/default/css/styles.css b/pub/errors/default/css/styles.css
index 17f76d03465..b30c95bddff 100644
--- a/pub/errors/default/css/styles.css
+++ b/pub/errors/default/css/styles.css
@@ -1,5 +1,5 @@
 /**
- * Copyright © 2015 Magento. All rights reserved.
+ * Copyright © 2016 Magento. All rights reserved.
  * See COPYING.txt for license details.
  */
 
diff --git a/pub/errors/default/nocache.phtml b/pub/errors/default/nocache.phtml
index 14729e96b86..5fd094de148 100644
--- a/pub/errors/default/nocache.phtml
+++ b/pub/errors/default/nocache.phtml
@@ -1,6 +1,6 @@
 <?php
 /**
- * Copyright © 2015 Magento. All rights reserved.
+ * Copyright © 2016 Magento. All rights reserved.
  * See COPYING.txt for license details.
  */
 ?>
diff --git a/pub/errors/default/page.phtml b/pub/errors/default/page.phtml
index 2a40b5b0895..14c9ab10aa5 100644
--- a/pub/errors/default/page.phtml
+++ b/pub/errors/default/page.phtml
@@ -1,6 +1,6 @@
 <?php
 /**
- * Copyright © 2015 Magento. All rights reserved.
+ * Copyright © 2016 Magento. All rights reserved.
  * See COPYING.txt for license details.
  */
 ?>
diff --git a/pub/errors/default/report.phtml b/pub/errors/default/report.phtml
index 325ff8db8d6..20f2509f9ee 100644
--- a/pub/errors/default/report.phtml
+++ b/pub/errors/default/report.phtml
@@ -1,6 +1,6 @@
 <?php
 /**
- * Copyright © 2015 Magento. All rights reserved.
+ * Copyright © 2016 Magento. All rights reserved.
  * See COPYING.txt for license details.
  */
 ?>
diff --git a/pub/errors/design.xml b/pub/errors/design.xml
index 8fb98196ce4..e67510dcd88 100644
--- a/pub/errors/design.xml
+++ b/pub/errors/design.xml
@@ -1,7 +1,7 @@
 <?xml version="1.0"?>
 <!--
 /**
- * Copyright © 2015 Magento. All rights reserved.
+ * Copyright © 2016 Magento. All rights reserved.
  * See COPYING.txt for license details.
  */
 -->
diff --git a/pub/errors/local.xml.sample b/pub/errors/local.xml.sample
index 427ff333451..e0207cc2e68 100644
--- a/pub/errors/local.xml.sample
+++ b/pub/errors/local.xml.sample
@@ -1,7 +1,7 @@
 <?xml version="1.0"?>
 <!--
 /**
- * Copyright © 2015 Magento. All rights reserved.
+ * Copyright © 2016 Magento. All rights reserved.
  * See COPYING.txt for license details.
  */
 -->
diff --git a/pub/errors/noCache.php b/pub/errors/noCache.php
index a6ad467d929..d8ac36de6b3 100644
--- a/pub/errors/noCache.php
+++ b/pub/errors/noCache.php
@@ -1,6 +1,6 @@
 <?php
 /**
- * Copyright © 2015 Magento. All rights reserved.
+ * Copyright © 2016 Magento. All rights reserved.
  * See COPYING.txt for license details.
  */
 
diff --git a/pub/errors/processor.php b/pub/errors/processor.php
index 643eeae6fbc..78f1ccc16f7 100644
--- a/pub/errors/processor.php
+++ b/pub/errors/processor.php
@@ -1,6 +1,6 @@
 <?php
 /**
- * Copyright © 2015 Magento. All rights reserved.
+ * Copyright © 2016 Magento. All rights reserved.
  * See COPYING.txt for license details.
  */
 namespace Magento\Framework\Error;
diff --git a/pub/errors/processorFactory.php b/pub/errors/processorFactory.php
index 44c8d874f51..a0944c4f1fc 100644
--- a/pub/errors/processorFactory.php
+++ b/pub/errors/processorFactory.php
@@ -1,6 +1,6 @@
 <?php
 /**
- * Copyright © 2015 Magento. All rights reserved.
+ * Copyright © 2016 Magento. All rights reserved.
  * See COPYING.txt for license details.
  */
 namespace Magento\Framework\Error;
diff --git a/pub/errors/report.php b/pub/errors/report.php
index 1ea8da23114..91585f2240a 100644
--- a/pub/errors/report.php
+++ b/pub/errors/report.php
@@ -1,6 +1,6 @@
 <?php
 /**
- * Copyright © 2015 Magento. All rights reserved.
+ * Copyright © 2016 Magento. All rights reserved.
  * See COPYING.txt for license details.
  */
 
diff --git a/pub/get.php b/pub/get.php
index 797a4a8e8e6..760f922adb1 100644
--- a/pub/get.php
+++ b/pub/get.php
@@ -2,7 +2,7 @@
 /**
  * Public media files entry point
  *
- * Copyright © 2015 Magento. All rights reserved.
+ * Copyright © 2016 Magento. All rights reserved.
  * See COPYING.txt for license details.
  */
 
diff --git a/pub/index.php b/pub/index.php
index 586ddc38a1c..9d4682cdf68 100644
--- a/pub/index.php
+++ b/pub/index.php
@@ -2,7 +2,7 @@
 /**
  * Public alias for the application entry point
  *
- * Copyright © 2015 Magento. All rights reserved.
+ * Copyright © 2016 Magento. All rights reserved.
  * See COPYING.txt for license details.
  */
 
diff --git a/pub/static.php b/pub/static.php
index 35b9d9d8337..5626be15637 100644
--- a/pub/static.php
+++ b/pub/static.php
@@ -2,7 +2,7 @@
 /**
  * Entry point for static resources (JS, CSS, etc.)
  *
- * Copyright © 2015 Magento. All rights reserved.
+ * Copyright © 2016 Magento. All rights reserved.
  * See COPYING.txt for license details.
  */
 
diff --git a/setup/pub/magento/setup/marketplace-credentials.js b/setup/pub/magento/setup/marketplace-credentials.js
index 29d20dc004f..1d1071063d1 100644
--- a/setup/pub/magento/setup/marketplace-credentials.js
+++ b/setup/pub/magento/setup/marketplace-credentials.js
@@ -1,5 +1,5 @@
 /**
- * Copyright © 2015 Magento. All rights reserved.
+ * Copyright © 2016 Magento. All rights reserved.
  * See COPYING.txt for license details.
  */
 
diff --git a/setup/src/Magento/Setup/Controller/MarketplaceCredentials.php b/setup/src/Magento/Setup/Controller/MarketplaceCredentials.php
index d67289c5d2a..312b853688b 100644
--- a/setup/src/Magento/Setup/Controller/MarketplaceCredentials.php
+++ b/setup/src/Magento/Setup/Controller/MarketplaceCredentials.php
@@ -1,6 +1,6 @@
 <?php
 /**
- * Copyright © 2015 Magento. All rights reserved.
+ * Copyright © 2016 Magento. All rights reserved.
  * See COPYING.txt for license details.
  */
 namespace Magento\Setup\Controller;
diff --git a/setup/view/magento/setup/marketplace-credentials.phtml b/setup/view/magento/setup/marketplace-credentials.phtml
index 5e1868befa8..767fab6375b 100644
--- a/setup/view/magento/setup/marketplace-credentials.phtml
+++ b/setup/view/magento/setup/marketplace-credentials.phtml
@@ -1,6 +1,6 @@
 <?php
 /**
- * Copyright © 2015 Magento. All rights reserved.
+ * Copyright © 2016 Magento. All rights reserved.
  * See COPYING.txt for license details.
  */
 ?>
-- 
GitLab