Skip to content

Commit b48bf59

Browse files
committed
added bash header to remove and add_licenses
1 parent d7d3849 commit b48bf59

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

update_licenses.yaml

+5
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,12 @@ remove_licenses:
1717
**/
1818
#2
1919
- |-
20+
#!/bin/bash
21+
#
2022
# Copyright <value> The Chromium Authors. All rights reserved.
2123
# Use of this source code is governed by a BSD-style license that can be
2224
# found in the LICENSE file.
25+
#!/bin/bash
2326
#3
2427
- |-
2528
<!--
@@ -57,6 +60,8 @@ add_licenses:
5760
**/
5861
#2
5962
- |-
63+
#!/bin/bash
64+
#
6065
# Copyright <value> The Flutter Authors
6166
# Use of this source code is governed by a BSD-style license that can be
6267
# found in the LICENSE file or at https://developers.google.com/open-source/licenses/bsd.

0 commit comments

Comments
 (0)