]> git.ipfire.org Git - thirdparty/ipxe.git/commitdiff
[legal] Add missing FILE_LICENCE declaration to efi_path.c
authorMichael Brown <mcb30@ipxe.org>
Sat, 28 Jan 2023 17:15:16 +0000 (17:15 +0000)
committerMichael Brown <mcb30@ipxe.org>
Sat, 28 Jan 2023 17:15:16 +0000 (17:15 +0000)
Signed-off-by: Michael Brown <mcb30@ipxe.org>
src/interface/efi/efi_path.c

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