diff options
Diffstat (limited to 'util/mma')
-rwxr-xr-x | util/mma/mma_get_result.sh | 10 | ||||
-rwxr-xr-x | util/mma/mma_setup_test.sh | 10 |
2 files changed, 2 insertions, 18 deletions
diff --git a/util/mma/mma_get_result.sh b/util/mma/mma_get_result.sh index 890ee74193..48f5360ed3 100755 --- a/util/mma/mma_get_result.sh +++ b/util/mma/mma_get_result.sh @@ -1,15 +1,7 @@ #!/usr/bin/env bash # This file is part of the coreboot project. # -# This program is free software; you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation; version 2 of the License. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. -# +# SPDX-License-Identifier: GPL-2.0-only mma_results_op_bin="${1}" mma_results_op_bin_tmp="${mma_results_op_bin}".tmp diff --git a/util/mma/mma_setup_test.sh b/util/mma/mma_setup_test.sh index a53905b5aa..9680d2e8c6 100755 --- a/util/mma/mma_setup_test.sh +++ b/util/mma/mma_setup_test.sh @@ -1,15 +1,7 @@ #!/usr/bin/env bash # This file is part of the coreboot project. # -# This program is free software; you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation; version 2 of the License. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. -# +# SPDX-License-Identifier: GPL-2.0-only file_type_mma="mma" flashrom_temp_image=/tmp/flash_image_mma.bin |