diff options
Diffstat (limited to 'scripts/verify-bashisms')
-rwxr-xr-x | scripts/verify-bashisms | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/verify-bashisms b/scripts/verify-bashisms index ec2374f183..fc3677c6ed 100755 --- a/scripts/verify-bashisms +++ b/scripts/verify-bashisms | |||
@@ -1,5 +1,7 @@ | |||
1 | #!/usr/bin/env python3 | 1 | #!/usr/bin/env python3 |
2 | # | 2 | # |
3 | # Copyright OpenEmbedded Contributors | ||
4 | # | ||
3 | # SPDX-License-Identifier: GPL-2.0-only | 5 | # SPDX-License-Identifier: GPL-2.0-only |
4 | # | 6 | # |
5 | 7 | ||