[legal] Add missing FILE_LICENCE declaration to efi_path.c

Signed-off-by: Michael Brown <mcb30@ipxe.org>
pull/871/head
Michael Brown 2023-01-28 17:15:16 +00:00
parent 38f54fb413
commit 5220bdc524
1 changed files with 2 additions and 0 deletions

View File

@ -17,6 +17,8 @@
* 02110-1301, USA.
*/
FILE_LICENCE ( GPL2_OR_LATER );
#include <stdlib.h>
#include <stdarg.h>
#include <string.h>