mirror of https://github.com/ipxe/ipxe.git
[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
parent
be9ed2848d
commit
ff648c339d
|
@ -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 );
|
||||
|
||||
|
|
|
@ -7,6 +7,8 @@
|
|||
*
|
||||
*/
|
||||
|
||||
FILE_LICENCE ( GPL2_OR_LATER );
|
||||
|
||||
#include <ipxe/list.h>
|
||||
#include <ipxe/netdevice.h>
|
||||
#include <ipxe/efi/efi.h>
|
||||
|
|
Loading…
Reference in New Issue