[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:
Marin Hannache
2013-07-15 12:30:57 +02:00
committed by Michael Brown
parent 918fb43743
commit 9b93b669d1
11 changed files with 22 additions and 0 deletions

View File

@@ -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

View File

@@ -21,6 +21,8 @@
* trailing whitespace.
*/
FILE_LICENCE ( GPL2_OR_LATER );
/* EFI headers rudely redefine NULL */
#undef NULL