Add copyright to shellscript

Change-Id: I233f881e6f59079f8423b1ff9f2e26f497c3c5fb
Reviewed-on: https://flutter-review.googlesource.com/c/recipes/+/57120
Reviewed-by: Godofredo Contreras <godofredoc@google.com>
Commit-Queue: Keyong Han <keyonghan@google.com>
diff --git a/recipe_modules/android_virtual_device/resources/adb_show_devices.sh b/recipe_modules/android_virtual_device/resources/adb_show_devices.sh
index 3840b83..28b94ae 100644
--- a/recipe_modules/android_virtual_device/resources/adb_show_devices.sh
+++ b/recipe_modules/android_virtual_device/resources/adb_show_devices.sh
@@ -1,5 +1,4 @@
 #!/bin/bash
-
 # Copyright 2020 The Chromium Authors. All rights reserved.
 # Use of this source code is governed by a BSD-style license that can be
 # found in the LICENSE file.
diff --git a/recipe_modules/android_virtual_device/resources/avd_setup.sh b/recipe_modules/android_virtual_device/resources/avd_setup.sh
index a8420ac..38ce408 100644
--- a/recipe_modules/android_virtual_device/resources/avd_setup.sh
+++ b/recipe_modules/android_virtual_device/resources/avd_setup.sh
@@ -1,5 +1,4 @@
 #!/bin/bash
-
 # Copyright 2020 The Chromium Authors. All rights reserved.
 # Use of this source code is governed by a BSD-style license that can be
 # found in the LICENSE file.
diff --git a/recipe_modules/build_util/resources/copy_crash.sh b/recipe_modules/build_util/resources/copy_crash.sh
index 1e54969..e8a2783 100644
--- a/recipe_modules/build_util/resources/copy_crash.sh
+++ b/recipe_modules/build_util/resources/copy_crash.sh
@@ -1,4 +1,7 @@
 #!/bin/bash
+# Copyright 2024 The Flutter Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
 
 # Helper script to copy mobileprovisioning profile to
 # bot's default location.
diff --git a/recipe_modules/firebase/resources/firebase_deploy.sh b/recipe_modules/firebase/resources/firebase_deploy.sh
index 08428ee..aea1cfe 100644
--- a/recipe_modules/firebase/resources/firebase_deploy.sh
+++ b/recipe_modules/firebase/resources/firebase_deploy.sh
@@ -1,5 +1,4 @@
 #!/bin/bash
-
 # Copyright 2020 The Chromium Authors. All rights reserved.
 # Use of this source code is governed by a BSD-style license that can be
 # found in the LICENSE file.
diff --git a/recipe_modules/flutter_deps/resources/copy_mobileprovisioning_profile.sh b/recipe_modules/flutter_deps/resources/copy_mobileprovisioning_profile.sh
index dcefed0..af7803a 100644
--- a/recipe_modules/flutter_deps/resources/copy_mobileprovisioning_profile.sh
+++ b/recipe_modules/flutter_deps/resources/copy_mobileprovisioning_profile.sh
@@ -1,4 +1,7 @@
 #!/bin/bash
+# Copyright 2024 The Flutter Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
 
 # Helper script to copy mobileprovisioning profile to
 # bot's default location.
diff --git a/recipe_modules/os_utils/resources/dismiss_dialogs.sh b/recipe_modules/os_utils/resources/dismiss_dialogs.sh
index f5a1e70..54ba761 100644
--- a/recipe_modules/os_utils/resources/dismiss_dialogs.sh
+++ b/recipe_modules/os_utils/resources/dismiss_dialogs.sh
@@ -1,4 +1,7 @@
 #!/bin/bash
+# Copyright 2024 The Flutter Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
 
 # Run a test application in the phone to dismiss ios dialogs.
 # This script expects the phone id as a parameter: dismiss_dialogs.sh <ios id>.
diff --git a/recipe_modules/signing/resources/setup_keychain.sh b/recipe_modules/signing/resources/setup_keychain.sh
index 52a36c8..b2dd94a 100644
--- a/recipe_modules/signing/resources/setup_keychain.sh
+++ b/recipe_modules/signing/resources/setup_keychain.sh
@@ -1,4 +1,7 @@
 #!/bin/bash
+# Copyright 2024 The Flutter Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
 
 # Helper script to import a flutter p12 identity.
 # Note: do not enable -x to display expanded values of the variables, as this will leak the passwords.
diff --git a/recipe_modules/test_utils/resources/runner.sh b/recipe_modules/test_utils/resources/runner.sh
index e357edd..0c1716f 100644
--- a/recipe_modules/test_utils/resources/runner.sh
+++ b/recipe_modules/test_utils/resources/runner.sh
@@ -1,4 +1,7 @@
 #!/bin/bash
+# Copyright 2024 The Flutter Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
 
 # Helper script to run tests saving the output to a file.
 set -e
diff --git a/recipes/devicelab/devicelab_drone.resources/runner.sh b/recipes/devicelab/devicelab_drone.resources/runner.sh
index 58a73db..8ad4160 100644
--- a/recipes/devicelab/devicelab_drone.resources/runner.sh
+++ b/recipes/devicelab/devicelab_drone.resources/runner.sh
@@ -1,4 +1,7 @@
 #!/bin/bash
+# Copyright 2024 The Flutter Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
 
 # Helper script to unlock the keychain in the same session
 # as the test runner script.
diff --git a/recipes/devicelab/devicelab_drone_2_2_0.resources/runner.sh b/recipes/devicelab/devicelab_drone_2_2_0.resources/runner.sh
index 58a73db..8ad4160 100644
--- a/recipes/devicelab/devicelab_drone_2_2_0.resources/runner.sh
+++ b/recipes/devicelab/devicelab_drone_2_2_0.resources/runner.sh
@@ -1,4 +1,7 @@
 #!/bin/bash
+# Copyright 2024 The Flutter Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
 
 # Helper script to unlock the keychain in the same session
 # as the test runner script.
diff --git a/recipes/ios_usb_dependencies/ios-usb-dependencies.resources/bison.sh b/recipes/ios_usb_dependencies/ios-usb-dependencies.resources/bison.sh
index 556c821..6229602 100755
--- a/recipes/ios_usb_dependencies/ios-usb-dependencies.resources/bison.sh
+++ b/recipes/ios_usb_dependencies/ios-usb-dependencies.resources/bison.sh
@@ -1,4 +1,7 @@
 #!/usr/bin/env bash
+# Copyright 2024 The Flutter Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
 
 set -exo pipefail
 
diff --git a/recipes/ios_usb_dependencies/ios-usb-dependencies.resources/ios-deploy.sh b/recipes/ios_usb_dependencies/ios-usb-dependencies.resources/ios-deploy.sh
index 20ffa82..815dfcf 100755
--- a/recipes/ios_usb_dependencies/ios-usb-dependencies.resources/ios-deploy.sh
+++ b/recipes/ios_usb_dependencies/ios-usb-dependencies.resources/ios-deploy.sh
@@ -1,4 +1,7 @@
 #!/usr/bin/env bash
+# Copyright 2024 The Flutter Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
 
 set -exo pipefail
 
diff --git a/recipes/ios_usb_dependencies/ios-usb-dependencies.resources/libimobiledevice.sh b/recipes/ios_usb_dependencies/ios-usb-dependencies.resources/libimobiledevice.sh
index 66fdafa..0fae5ce 100755
--- a/recipes/ios_usb_dependencies/ios-usb-dependencies.resources/libimobiledevice.sh
+++ b/recipes/ios_usb_dependencies/ios-usb-dependencies.resources/libimobiledevice.sh
@@ -1,4 +1,7 @@
 #!/usr/bin/env bash
+# Copyright 2024 The Flutter Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
 
 set -exo pipefail
 
diff --git a/recipes/ios_usb_dependencies/ios-usb-dependencies.resources/libimobiledeviceglue.sh b/recipes/ios_usb_dependencies/ios-usb-dependencies.resources/libimobiledeviceglue.sh
index 9a9890c..6286830 100755
--- a/recipes/ios_usb_dependencies/ios-usb-dependencies.resources/libimobiledeviceglue.sh
+++ b/recipes/ios_usb_dependencies/ios-usb-dependencies.resources/libimobiledeviceglue.sh
@@ -1,4 +1,7 @@
 #!/usr/bin/env bash
+# Copyright 2024 The Flutter Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
 
 set -exo pipefail
 
diff --git a/recipes/ios_usb_dependencies/ios-usb-dependencies.resources/libplist.sh b/recipes/ios_usb_dependencies/ios-usb-dependencies.resources/libplist.sh
index d309c83..e1314d6 100755
--- a/recipes/ios_usb_dependencies/ios-usb-dependencies.resources/libplist.sh
+++ b/recipes/ios_usb_dependencies/ios-usb-dependencies.resources/libplist.sh
@@ -1,4 +1,7 @@
 #!/usr/bin/env bash
+# Copyright 2024 The Flutter Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
 
 set -exo pipefail
 
diff --git a/recipes/ios_usb_dependencies/ios-usb-dependencies.resources/libtasn1.sh b/recipes/ios_usb_dependencies/ios-usb-dependencies.resources/libtasn1.sh
index e74bb8d..3f69b5c 100755
--- a/recipes/ios_usb_dependencies/ios-usb-dependencies.resources/libtasn1.sh
+++ b/recipes/ios_usb_dependencies/ios-usb-dependencies.resources/libtasn1.sh
@@ -1,4 +1,7 @@
 #!/usr/bin/env bash
+# Copyright 2024 The Flutter Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
 
 set -exo pipefail
 
diff --git a/recipes/ios_usb_dependencies/ios-usb-dependencies.resources/libusb.sh b/recipes/ios_usb_dependencies/ios-usb-dependencies.resources/libusb.sh
index a46bda6..ab694cd 100755
--- a/recipes/ios_usb_dependencies/ios-usb-dependencies.resources/libusb.sh
+++ b/recipes/ios_usb_dependencies/ios-usb-dependencies.resources/libusb.sh
@@ -1,4 +1,7 @@
 #!/usr/bin/env bash
+# Copyright 2024 The Flutter Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
 
 set -exo pipefail
 
diff --git a/recipes/ios_usb_dependencies/ios-usb-dependencies.resources/libusbmuxd.sh b/recipes/ios_usb_dependencies/ios-usb-dependencies.resources/libusbmuxd.sh
index 78c9223..b3f603a 100755
--- a/recipes/ios_usb_dependencies/ios-usb-dependencies.resources/libusbmuxd.sh
+++ b/recipes/ios_usb_dependencies/ios-usb-dependencies.resources/libusbmuxd.sh
@@ -1,4 +1,7 @@
 #!/usr/bin/env bash
+# Copyright 2024 The Flutter Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
 
 set -exo pipefail
 
diff --git a/recipes/ios_usb_dependencies/ios-usb-dependencies.resources/openssl.sh b/recipes/ios_usb_dependencies/ios-usb-dependencies.resources/openssl.sh
index 955c614..95539b1 100755
--- a/recipes/ios_usb_dependencies/ios-usb-dependencies.resources/openssl.sh
+++ b/recipes/ios_usb_dependencies/ios-usb-dependencies.resources/openssl.sh
@@ -1,4 +1,7 @@
 #!/usr/bin/env bash
+# Copyright 2024 The Flutter Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
 
 set -exo pipefail
 
diff --git a/recipes/release/release_publish.resources/push_release.sh b/recipes/release/release_publish.resources/push_release.sh
index 828d3fd..d9bec3c 100644
--- a/recipes/release/release_publish.resources/push_release.sh
+++ b/recipes/release/release_publish.resources/push_release.sh
@@ -1,4 +1,7 @@
 #!/bin/bash
+# Copyright 2024 The Flutter Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
 
 # Helper script to run auth and git authenticated commands from the same
 # terminal context. Used to tag and push both flutter/flutter & flutter/engine