[legal] Add missing FILE_LICENCE declarations

Add missing FILE_LICENCE declarations to EFI headers based on the
corresponding source file.

Signed-off-by: Michael Brown <mcb30@ipxe.org>
pull/67/head
Michael Brown 2017-12-29 11:53:46 +00:00
parent be9ed2848d
commit ff648c339d
2 changed files with 4 additions and 0 deletions

View 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 );

View File

@ -7,6 +7,8 @@
*
*/
FILE_LICENCE ( GPL2_OR_LATER );
#include <ipxe/list.h>
#include <ipxe/netdevice.h>
#include <ipxe/efi/efi.h>