summaryrefslogtreecommitdiffstats
path: root/arch/x86/mach-efi/elf_ia32_efi.lds.S
diff options
context:
space:
mode:
authorAhmad Fatoum <a.fatoum@pengutronix.de>2022-01-03 13:05:37 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2022-01-05 08:58:44 +0100
commit0dde3f95d07d757d9bc934bcd0bcbf8b894fca0a (patch)
treea532512147a6a4f19b878c478b7467718d75cbe4 /arch/x86/mach-efi/elf_ia32_efi.lds.S
parent37c070752a9ceac49633600df01c8513f6423908 (diff)
downloadbarebox-0dde3f95d07d757d9bc934bcd0bcbf8b894fca0a.tar.gz
barebox-0dde3f95d07d757d9bc934bcd0bcbf8b894fca0a.tar.xz
arch: add SPDX-License-Identifier to all .S files
Record GPL-2.0-only as license for all files lacking an explicit license statement. Signed-off-by: Ahmad Fatoum <a.fatoum@pengutronix.de> Link: https://lore.barebox.org/20220103120539.1730644-10-a.fatoum@pengutronix.de Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/x86/mach-efi/elf_ia32_efi.lds.S')
-rw-r--r--arch/x86/mach-efi/elf_ia32_efi.lds.S2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/x86/mach-efi/elf_ia32_efi.lds.S b/arch/x86/mach-efi/elf_ia32_efi.lds.S
index 18ddf17802..ac89fd89a4 100644
--- a/arch/x86/mach-efi/elf_ia32_efi.lds.S
+++ b/arch/x86/mach-efi/elf_ia32_efi.lds.S
@@ -1,3 +1,5 @@
+/* SPDX-License-Identifier: GPL-2.0-only */
+
#include <asm-generic/barebox.lds.h>
OUTPUT_FORMAT("elf32-i386", "elf32-i386", "elf32-i386")