[U-Boot] [PATCH 1/1] efi_loader: SPDX-License-Identifier for efi.h
Heinrich Schuchardt
xypron.glpk at gmx.de
Sat Sep 8 08:57:59 UTC 2018
Add the missing SPDX-License-Identifier based on Linux kernel commit
b24413180f56 ("License cleanup: add SPDX GPL-2.0 license identifier to
files with no license").
Signed-off-by: Heinrich Schuchardt <xypron.glpk at gmx.de>
---
include/efi.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/include/efi.h b/include/efi.h
index e1854ecd23..b1deb609b4 100644
--- a/include/efi.h
+++ b/include/efi.h
@@ -1,3 +1,4 @@
+/* SPDX-License-Identifier: GPL-2.0 */
/*
* Extensible Firmware Interface
* Based on 'Extensible Firmware Interface Specification' version 0.9,
--
2.18.0
More information about the U-Boot
mailing list