From d2b5e097d81c7eb50f423b78b3d2824da965ffbc Mon Sep 17 00:00:00 2001
From: Sergii Kovalenko <skovalenko@magento.com>
Date: Thu, 3 Nov 2016 12:19:38 +0200
Subject: [PATCH] MAGETWO-56989: Deployment process can't be executed on
 separate machine

-change copyright
---
 .../CatalogUrlRewrite/Model/Category/Plugin/Store/View.php     | 3 ++-
 .../testsuite/Magento/Quote/Api/CartManagementTest.php         | 3 ++-
 .../Magento/TestFramework/ObjectManager/Configurator.php       | 3 ++-
 3 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/app/code/Magento/CatalogUrlRewrite/Model/Category/Plugin/Store/View.php b/app/code/Magento/CatalogUrlRewrite/Model/Category/Plugin/Store/View.php
index ea3a0f5fb8d..01ef3e4ff8b 100644
--- a/app/code/Magento/CatalogUrlRewrite/Model/Category/Plugin/Store/View.php
+++ b/app/code/Magento/CatalogUrlRewrite/Model/Category/Plugin/Store/View.php
@@ -1,6 +1,7 @@
 <?php
 /**
- * @copyright {}
+ * Copyright © 2016 Magento. All rights reserved.
+ * See COPYING.txt for license details.
  */
 namespace Magento\CatalogUrlRewrite\Model\Category\Plugin\Store;
 
diff --git a/dev/tests/api-functional/testsuite/Magento/Quote/Api/CartManagementTest.php b/dev/tests/api-functional/testsuite/Magento/Quote/Api/CartManagementTest.php
index ac12160359f..2cb9aa3bbc9 100644
--- a/dev/tests/api-functional/testsuite/Magento/Quote/Api/CartManagementTest.php
+++ b/dev/tests/api-functional/testsuite/Magento/Quote/Api/CartManagementTest.php
@@ -1,6 +1,7 @@
 <?php
 /**
- * @copyright {}
+ * Copyright © 2016 Magento. All rights reserved.
+ * See COPYING.txt for license details.
  */
 
 namespace Magento\Quote\Api;
diff --git a/dev/tests/integration/framework/Magento/TestFramework/ObjectManager/Configurator.php b/dev/tests/integration/framework/Magento/TestFramework/ObjectManager/Configurator.php
index 08b530e9c98..afab0eca6ed 100644
--- a/dev/tests/integration/framework/Magento/TestFramework/ObjectManager/Configurator.php
+++ b/dev/tests/integration/framework/Magento/TestFramework/ObjectManager/Configurator.php
@@ -1,6 +1,7 @@
 <?php
 /**
- * @copright {}
+ * Copyright © 2016 Magento. All rights reserved.
+ * See COPYING.txt for license details.
  */
 namespace Magento\TestFramework\ObjectManager;
 
-- 
GitLab