added bash header to remove and add_licenses
diff --git a/update_licenses.yaml b/update_licenses.yaml
index 3fed00d..6ee2ea7 100644
--- a/update_licenses.yaml
+++ b/update_licenses.yaml
@@ -17,9 +17,12 @@
**/
#2
- |-
+ #!/bin/bash
+ #
# Copyright <value> 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.
+ #!/bin/bash
#3
- |-
<!--
@@ -57,6 +60,8 @@
**/
#2
- |-
+ #!/bin/bash
+ #
# Copyright <value> The Flutter Authors
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file or at https://developers.google.com/open-source/licenses/bsd.