From: Tom Rini Date: Sun, 3 Jun 2018 20:10:22 +0000 (-0400) Subject: SPDX: Fixup tags from latest EFI PR X-Git-Tag: v2018.07-rc1~9 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=b5351a439088dfffd83bfaac81f604344ee2e3bd;p=u-boot SPDX: Fixup tags from latest EFI PR Signed-off-by: Tom Rini --- diff --git a/arch/sandbox/include/asm/setjmp.h b/arch/sandbox/include/asm/setjmp.h index 0fb1a11f23..1fe37c91cc 100644 --- a/arch/sandbox/include/asm/setjmp.h +++ b/arch/sandbox/include/asm/setjmp.h @@ -1,4 +1,4 @@ -// SPDX-License-Identifier: GPL-2.0+ +/* SPDX-License-Identifier: GPL-2.0+ */ /* * (C) 2018 Google, Inc * Written by Simon Glass diff --git a/lib/efi_selftest/efi_selftest_unaligned.c b/lib/efi_selftest/efi_selftest_unaligned.c index f799c6dd0f..1802948e67 100644 --- a/lib/efi_selftest/efi_selftest_unaligned.c +++ b/lib/efi_selftest/efi_selftest_unaligned.c @@ -1,10 +1,9 @@ +// SPDX-License-Identifier: GPL-2.0+ /* * efi_selftest_unaligned * * Copyright (c) 2018 Heinrich Schuchardt * - * SPDX-License-Identifier: GPL-2.0+ - * * Test unaligned memory access on ARMv7. */