From 5220bdc5242877d8d6d457b5f4f6f5f3da78a833 Mon Sep 17 00:00:00 2001 From: Michael Brown Date: Sat, 28 Jan 2023 17:15:16 +0000 Subject: [legal] Add missing FILE_LICENCE declaration to efi_path.c Signed-off-by: Michael Brown --- src/interface/efi/efi_path.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/interface/efi/efi_path.c b/src/interface/efi/efi_path.c index b28ecdd..a78f97f 100644 --- a/src/interface/efi/efi_path.c +++ b/src/interface/efi/efi_path.c @@ -17,6 +17,8 @@ * 02110-1301, USA. */ +FILE_LICENCE ( GPL2_OR_LATER ); + #include #include #include -- cgit v1.1