diff options
Diffstat (limited to 'scripts/get_default_envs.sh')
-rwxr-xr-x | scripts/get_default_envs.sh | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/scripts/get_default_envs.sh b/scripts/get_default_envs.sh index 184cc19ab7..2872653312 100755 --- a/scripts/get_default_envs.sh +++ b/scripts/get_default_envs.sh @@ -1,9 +1,8 @@ #! /bin/bash +# SPDX-License-Identifier: GPL-2.0+ # # Copyright (C) 2016, Lukasz Majewski <l.majewski@majess.pl> # -# SPDX-License-Identifier: GPL-2.0+ -# # This file extracts default envs from built u-boot # usage: get_default_envs.sh [build dir] > u-boot-env-default.txt |