diff options
Diffstat (limited to 'test/image/test-imagetools.sh')
-rwxr-xr-x | test/image/test-imagetools.sh | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/test/image/test-imagetools.sh b/test/image/test-imagetools.sh index 952f975af11..256af71d42a 100755 --- a/test/image/test-imagetools.sh +++ b/test/image/test-imagetools.sh @@ -1,11 +1,10 @@ #!/bin/bash +# SPDX-License-Identifier: GPL-2.0+ # # Written by Guilherme Maciel Ferreira <guilherme.maciel.ferreira@gmail.com> # # Sanity check for mkimage and dumpimage tools # -# SPDX-License-Identifier: GPL-2.0+ -# # To run this: # # make O=sandbox sandbox_config |