diff --git a/dev/tests/integration/IntegationTestsForTravis.sh b/dev/tests/integration/IntegationTestsForTravis.sh
index 4095bfae1bbc5f3c770844c34b8df486649c11df..cb4ce14e04a50f62c7b0c33c485b1265ad6911b7 100644
--- a/dev/tests/integration/IntegationTestsForTravis.sh
+++ b/dev/tests/integration/IntegationTestsForTravis.sh
@@ -1,5 +1,8 @@
 #!usr/bin/bash
 
+# Copyright © 2015 Magento. All rights reserved.
+# See COPYING.txt for license details.
+
 # Get number of files in directory
 NUMBER_OF_SUITES=$1
 FOLDERSIZE=$(find ./testsuite/Magento/ -maxdepth 1 -type d|wc -l)