]> git.ipfire.org Git - thirdparty/ipxe.git/commitdiff
[legal] Add missing FILE_LICENCE declarations
authorMichael Brown <mcb30@ipxe.org>
Fri, 29 Dec 2017 11:53:46 +0000 (11:53 +0000)
committerMichael Brown <mcb30@ipxe.org>
Fri, 29 Dec 2017 11:54:59 +0000 (11:54 +0000)
Add missing FILE_LICENCE declarations to EFI headers based on the
corresponding source file.

Signed-off-by: Michael Brown <mcb30@ipxe.org>
src/include/ipxe/efi/efi_file.h
src/include/ipxe/efi/efi_snp.h

index e4db0305a8b83708316614fc4f6a9047e3f3f94a..79c073cf16c177db1f656de03e84ef05f172b09e 100644 (file)
@@ -7,6 +7,8 @@
  *
  */
 
+FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
+
 extern int efi_file_install ( EFI_HANDLE handle );
 extern void efi_file_uninstall ( EFI_HANDLE handle );
 
index a9f67cfcbbb091efbcdb61494be9651826161e04..9076f1d565676926f7a2910a6fb62fab23c178ea 100644 (file)
@@ -7,6 +7,8 @@
  *
  */
 
+FILE_LICENCE ( GPL2_OR_LATER );
+
 #include <ipxe/list.h>
 #include <ipxe/netdevice.h>
 #include <ipxe/efi/efi.h>