mirror of
https://github.com/ipxe/ipxe
synced 2025-12-25 00:17:57 +03:00
[legal] Add missing FILE_LICENCE declarations
Signed-off-by: Marin Hannache <git@mareo.fr> Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
committed by
Michael Brown
parent
918fb43743
commit
9b93b669d1
@@ -1,6 +1,8 @@
|
||||
#ifndef _IPXE_EFI_PROCESSOR_BIND_H
|
||||
#define _IPXE_EFI_PROCESSOR_BIND_H
|
||||
|
||||
FILE_LICENCE ( GPL2_OR_LATER );
|
||||
|
||||
/*
|
||||
* EFI header files rely on having the CPU architecture directory
|
||||
* present in the search path in order to pick up ProcessorBind.h. We
|
||||
|
||||
@@ -21,6 +21,8 @@
|
||||
* trailing whitespace.
|
||||
*/
|
||||
|
||||
FILE_LICENCE ( GPL2_OR_LATER );
|
||||
|
||||
/* EFI headers rudely redefine NULL */
|
||||
#undef NULL
|
||||
|
||||
|
||||
Reference in New Issue
Block a user