Skip to content

Commit

Permalink
added bash header to remove and add_licenses
Browse files Browse the repository at this point in the history
  • Loading branch information
mossmana committed Jan 29, 2025
1 parent d7d3849 commit b48bf59
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions update_licenses.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,12 @@ remove_licenses:
**/
#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
- |-
<!--
Expand Down Expand Up @@ -57,6 +60,8 @@ add_licenses:
**/
#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.
Expand Down

0 comments on commit b48bf59

Please sign in to comment.