diff --git a/android/build_apk.sh b/android/build_apk.sh
index 4967ee6ddf2ab391d3ca09854ba3ba1200887c7b..1b9f4a45143bec83ff25544e7af74caac5832780 100755
--- a/android/build_apk.sh
+++ b/android/build_apk.sh
@@ -1,4 +1,5 @@
 #!/bin/bash -eu
+#
 # Copyright (c) 2013 Google, Inc.
 #
 # This software is provided 'as-is', without any express or implied
diff --git a/biicode/support/bii-travis.sh b/biicode/support/bii-travis.sh
index d327a47c699766c20512f60475de52690725c30e..67854c7ce38181bf343c18bd7df305aff44179c0 100755
--- a/biicode/support/bii-travis.sh
+++ b/biicode/support/bii-travis.sh
@@ -1,5 +1,5 @@
 #!/bin/bash
-
+#
 # Copyright 2016 Google Inc. All rights reserved.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/reflection/generate_code.sh b/reflection/generate_code.sh
index c679caf08cfa0ad8c298dd55bdc10527615193b1..da8a18130cc101b3fb9e363ce7a10d85fe9e08ed 100644
--- a/reflection/generate_code.sh
+++ b/reflection/generate_code.sh
@@ -1,5 +1,5 @@
 #!/bin/bash
-
+#
 # Copyright 2016 Google Inc. All rights reserved.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/samples/android/build_apk.sh b/samples/android/build_apk.sh
index 4967ee6ddf2ab391d3ca09854ba3ba1200887c7b..1b9f4a45143bec83ff25544e7af74caac5832780 100755
--- a/samples/android/build_apk.sh
+++ b/samples/android/build_apk.sh
@@ -1,4 +1,5 @@
 #!/bin/bash -eu
+#
 # Copyright (c) 2013 Google, Inc.
 #
 # This software is provided 'as-is', without any express or implied
diff --git a/samples/android_sample.sh b/samples/android_sample.sh
index 9e746fb2aceb21aeb3a8301a062e44802b89ce86..ead8fd807a9d6be822b6c3b21e2a37b26672c2e6 100755
--- a/samples/android_sample.sh
+++ b/samples/android_sample.sh
@@ -1,4 +1,5 @@
 #!/bin/bash
+#
 # Copyright 2015 Google Inc. All rights reserved.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
@@ -12,7 +13,7 @@
 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 # See the License for the specific language governing permissions and
 # limitations under the License.
-
+#
 # Note: This script requires the Android NDK and Android SDK to be installed.
 #       It also requires an Android device to be connected for installing and
 #       running the applicaton.
diff --git a/samples/csharp_sample.sh b/samples/csharp_sample.sh
index 5c86f7b78d7b41c1a14f79effdce026a37a2ef3f..ea472ed9c056e9b7c6f6fa662769215c97b92132 100755
--- a/samples/csharp_sample.sh
+++ b/samples/csharp_sample.sh
@@ -1,4 +1,5 @@
 #!/bin/bash
+#
 # Copyright 2015 Google Inc. All rights reserved.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
@@ -12,7 +13,7 @@
 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 # See the License for the specific language governing permissions and
 # limitations under the License.
-
+#
 # Note: This script runs on Mac and Linux. It requires `mono` to be installed
 # and `flatc` to be built (using `cmake` in the root directory).
 
diff --git a/samples/go_sample.sh b/samples/go_sample.sh
index 2a0605f203ee27ae06ee5c796c874c2c372da557..13a96c129328ee0cdf22668100fde9756ce96194 100755
--- a/samples/go_sample.sh
+++ b/samples/go_sample.sh
@@ -1,4 +1,5 @@
 #!/bin/bash
+#
 # Copyright 2015 Google Inc. All rights reserved.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
@@ -12,7 +13,7 @@
 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 # See the License for the specific language governing permissions and
 # limitations under the License.
-
+#
 # Note: This script runs on Mac and Linux. It requires `go` to be installed
 # and 'flatc' to be built (using `cmake` in the root directory).
 
diff --git a/samples/java_sample.sh b/samples/java_sample.sh
index 3e7ebcfe1a26c7048659991ce75d734eb7990f77..bd1315f4ce4cf01b64ba01d303932ee0f8b3b18d 100755
--- a/samples/java_sample.sh
+++ b/samples/java_sample.sh
@@ -1,4 +1,5 @@
 #!/bin/bash
+#
 # Copyright 2015 Google Inc. All rights reserved.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
@@ -12,7 +13,7 @@
 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 # See the License for the specific language governing permissions and
 # limitations under the License.
-
+#
 # Note: This script runs on Mac and Linux. It requires `java` to be installed
 # and `flatc` to be built (using `cmake` in the root directory).
 
diff --git a/samples/javascript_sample.sh b/samples/javascript_sample.sh
index 794ec4b7c72cb7a567724c9aad7b0a598c387aeb..4bbc478d7f573aff7d2d9d5adc3eb047786c1394 100755
--- a/samples/javascript_sample.sh
+++ b/samples/javascript_sample.sh
@@ -1,4 +1,5 @@
 #!/bin/bash
+#
 # Copyright 2015 Google Inc. All rights reserved.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
@@ -12,7 +13,7 @@
 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 # See the License for the specific language governing permissions and
 # limitations under the License.
-
+#
 # Note: This script runs on Mac and Linux. It requires `Node.js` to be installed
 # and `flatc` to be built (using `cmake` in the root directory).
 
diff --git a/samples/php_sample.sh b/samples/php_sample.sh
index 8a55e2a053be82aacada92c2d444c5099839d797..c23edc380f916eb0ea4f7f0b99b09e6914b91826 100755
--- a/samples/php_sample.sh
+++ b/samples/php_sample.sh
@@ -1,4 +1,5 @@
 #!/bin/bash
+#
 # Copyright 2015 Google Inc. All rights reserved.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
@@ -12,7 +13,7 @@
 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 # See the License for the specific language governing permissions and
 # limitations under the License.
-
+#
 # Note: This script runs on Mac and Linux. It requires `php` to be installed
 # and `flatc` to be built (using `cmake` in the root directory).
 
diff --git a/samples/python_sample.sh b/samples/python_sample.sh
index 9148c7d81dc88c39e7c596c937e05e06ad4dbfe2..ca5de2b03fd80d2f723c67f8091fb3fa8612663c 100755
--- a/samples/python_sample.sh
+++ b/samples/python_sample.sh
@@ -1,4 +1,5 @@
 #!/bin/bash
+#
 # Copyright 2015 Google Inc. All rights reserved.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
@@ -12,7 +13,7 @@
 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 # See the License for the specific language governing permissions and
 # limitations under the License.
-
+#
 # Note: This script runs on Mac and Linux. It requires `python` to be installed
 # and `flatc` to be built (using `cmake` in the root directory).
 
diff --git a/tests/GoTest.sh b/tests/GoTest.sh
index f9cc4104059a6bf201c095c4b754bfe1e0e3022b..353930a612f7f98434eedfe6870feff7c6a8fbeb 100755
--- a/tests/GoTest.sh
+++ b/tests/GoTest.sh
@@ -1,4 +1,5 @@
 #!/bin/bash -eu
+#
 # Copyright 2014 Google Inc. All rights reserved.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/tests/JavaScriptTest.sh b/tests/JavaScriptTest.sh
index 799c55e20a6faeaa87c896637328242c9eee0214..75db007879ab47336534734dad82b42d4a90c218 100755
--- a/tests/JavaScriptTest.sh
+++ b/tests/JavaScriptTest.sh
@@ -1,5 +1,5 @@
 #!/bin/sh
-
+#
 # Copyright 2016 Google Inc. All rights reserved.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/tests/JavaTest.sh b/tests/JavaTest.sh
index 7dd7ea98ec338f7f20d4bb6e3e85ce14c0c94faa..344bd1c0b44435c7c9c4ca268e07ed5135788e15 100755
--- a/tests/JavaTest.sh
+++ b/tests/JavaTest.sh
@@ -1,5 +1,5 @@
 #!/bin/sh
-
+#
 # Copyright 2014 Google Inc. All rights reserved.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/tests/PythonTest.sh b/tests/PythonTest.sh
index e59110b70ca5d49fd1500eb6c46712442ac8a9b9..00fee7c7bb5692dd717a8998452a01d4f2e342e0 100755
--- a/tests/PythonTest.sh
+++ b/tests/PythonTest.sh
@@ -1,4 +1,5 @@
 #!/bin/bash -eu
+#
 # Copyright 2014 Google Inc. All rights reserved.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/tests/generate_code.sh b/tests/generate_code.sh
index 712da6c778d96beb338ccaf203f840e42327b992..b74c2bec51e1b5b2ca55a5f7daa907b51310463a 100644
--- a/tests/generate_code.sh
+++ b/tests/generate_code.sh
@@ -1,5 +1,5 @@
 #!/bin/bash
-
+#
 # Copyright 2015 Google Inc. All rights reserved.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");