summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Brown2023-01-28 18:15:16 +0100
committerMichael Brown2023-01-28 18:15:16 +0100
commit5220bdc5242877d8d6d457b5f4f6f5f3da78a833 (patch)
treea71743f13bbbedf6290bb07a8670e52fc5d65dd8
parent[legal] Add support for the BSD-2-Clause-Patent licence (diff)
downloadipxe-5220bdc5242877d8d6d457b5f4f6f5f3da78a833.tar.gz
ipxe-5220bdc5242877d8d6d457b5f4f6f5f3da78a833.tar.xz
ipxe-5220bdc5242877d8d6d457b5f4f6f5f3da78a833.zip
[legal] Add missing FILE_LICENCE declaration to efi_path.c
Signed-off-by: Michael Brown <mcb30@ipxe.org>
-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 b28ecddb..a78f97fc 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>