From f57af3348d2a80b92bae9ab4b882a8e0e2c87002 Mon Sep 17 00:00:00 2001 From: Ahmad Fatoum Date: Mon, 22 Nov 2021 09:47:12 +0100 Subject: efi: use SPDX-License-Identifier where appropriate Couple of files lack an explicit embedded license or contain boilerplate. Replace with the appropriate SPDX-License-Identifier. Signed-off-by: Ahmad Fatoum Link: https://lore.barebox.org/20211122084732.2597109-11-a.fatoum@pengutronix.de Signed-off-by: Sascha Hauer --- include/efi/debug_ll.h | 1 + include/efi/efi-device.h | 1 + include/efi/efi.h | 1 + 3 files changed, 3 insertions(+) (limited to 'include') diff --git a/include/efi/debug_ll.h b/include/efi/debug_ll.h index 4ca72de312..905f1c43cd 100644 --- a/include/efi/debug_ll.h +++ b/include/efi/debug_ll.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: GPL-2.0-only */ #ifndef __MACH_DEBUG_LL_H__ #define __MACH_DEBUG_LL_H__ diff --git a/include/efi/efi-device.h b/include/efi/efi-device.h index 5ec59a8a2d..cd8a374c32 100644 --- a/include/efi/efi-device.h +++ b/include/efi/efi-device.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: GPL-2.0-only */ #ifndef __EFI_EFI_DEVICE_H #define __EFI_EFI_DEVICE_H diff --git a/include/efi/efi.h b/include/efi/efi.h index 648afb9ec5..c7679b4b8f 100644 --- a/include/efi/efi.h +++ b/include/efi/efi.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: GPL-2.0-only */ #ifndef __MACH_EFI_H #define __MACH_EFI_H -- cgit v1.2.3