
8 Sep
2018
8 Sep
'18
10:57 a.m.
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@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