From 6919941a48bbd9bd319c1a861fc1190adae640ef Mon Sep 17 00:00:00 2001
From: Oleh Posyniak <oposyniak@magento.com>
Date: Tue, 10 Jan 2017 15:21:47 +0200
Subject: [PATCH] MAGETWO-62655: [GitHub] CLI won't work without write
 permissions #7933

---
 lib/internal/Magento/Framework/Console/Cli.php                | 2 +-
 setup/src/Magento/Setup/Console/CompilerPreparation.php       | 4 ++--
 .../Setup/Test/Unit/Console/CompilerPreparationTest.php       | 4 ++--
 3 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/lib/internal/Magento/Framework/Console/Cli.php b/lib/internal/Magento/Framework/Console/Cli.php
index c76e59de937..e61da02e284 100644
--- a/lib/internal/Magento/Framework/Console/Cli.php
+++ b/lib/internal/Magento/Framework/Console/Cli.php
@@ -1,6 +1,6 @@
 <?php
 /**
- * Copyright © 2013-2017 Magento. All rights reserved.
+ * Copyright © 2013-2017 Magento, Inc. All rights reserved.
  * See COPYING.txt for license details.
  */
 namespace Magento\Framework\Console;
diff --git a/setup/src/Magento/Setup/Console/CompilerPreparation.php b/setup/src/Magento/Setup/Console/CompilerPreparation.php
index 68b3ec11671..e986749ee6e 100644
--- a/setup/src/Magento/Setup/Console/CompilerPreparation.php
+++ b/setup/src/Magento/Setup/Console/CompilerPreparation.php
@@ -1,6 +1,6 @@
 <?php
-/***
- * Copyright © 2013-2017 Magento. All rights reserved.
+/**
+ * Copyright © 2013-2017 Magento, Inc. All rights reserved.
  * See COPYING.txt for license details.
  */
 namespace Magento\Setup\Console;
diff --git a/setup/src/Magento/Setup/Test/Unit/Console/CompilerPreparationTest.php b/setup/src/Magento/Setup/Test/Unit/Console/CompilerPreparationTest.php
index f6976ee9389..93118211062 100644
--- a/setup/src/Magento/Setup/Test/Unit/Console/CompilerPreparationTest.php
+++ b/setup/src/Magento/Setup/Test/Unit/Console/CompilerPreparationTest.php
@@ -1,6 +1,6 @@
 <?php
-/***
- * Copyright © 2013-2017 Magento. All rights reserved.
+/**
+ * Copyright © 2013-2017 Magento, Inc. All rights reserved.
  * See COPYING.txt for license details.
  */
 namespace Magento\Setup\Test\Unit\Console;
-- 
GitLab