aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMichael Brown <mcb30@ipxe.org>2023-01-28 17:15:16 +0000
committerMichael Brown <mcb30@ipxe.org>2023-01-28 17:15:16 +0000
commit5220bdc5242877d8d6d457b5f4f6f5f3da78a833 (patch)
treea71743f13bbbedf6290bb07a8670e52fc5d65dd8 /src
parent38f54fb413a1c70f302f9b29ba9f1a87050d4066 (diff)
downloadipxe-5220bdc5242877d8d6d457b5f4f6f5f3da78a833.zip
ipxe-5220bdc5242877d8d6d457b5f4f6f5f3da78a833.tar.gz
ipxe-5220bdc5242877d8d6d457b5f4f6f5f3da78a833.tar.bz2
[legal] Add missing FILE_LICENCE declaration to efi_path.c
Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src')
-rw-r--r--src/interface/efi/efi_path.c2
1 files changed, 2 insertions, 0 deletions
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 <stdlib.h>
#include <stdarg.h>
#include <string.h>