aboutsummaryrefslogtreecommitdiff
path: root/src/include/ipxe/efi
diff options
context:
space:
mode:
authorMarin Hannache <git@mareo.fr>2013-07-15 12:30:57 +0200
committerMichael Brown <mcb30@ipxe.org>2013-07-15 13:41:46 +0200
commit9b93b669d13611763470f190954cbb711448f749 (patch)
treef2df56d6646bc07845b3ede582a0877c9f582cfd /src/include/ipxe/efi
parent918fb437439d1bfb172e7fbdfc03b2b25664bee7 (diff)
downloadipxe-9b93b669d13611763470f190954cbb711448f749.zip
ipxe-9b93b669d13611763470f190954cbb711448f749.tar.gz
ipxe-9b93b669d13611763470f190954cbb711448f749.tar.bz2
[legal] Add missing FILE_LICENCE declarations
Signed-off-by: Marin Hannache <git@mareo.fr> Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/include/ipxe/efi')
-rw-r--r--src/include/ipxe/efi/ProcessorBind.h2
-rw-r--r--src/include/ipxe/efi/efi.h2
2 files changed, 4 insertions, 0 deletions
diff --git a/src/include/ipxe/efi/ProcessorBind.h b/src/include/ipxe/efi/ProcessorBind.h
index 535cd4c..1294459 100644
--- a/src/include/ipxe/efi/ProcessorBind.h
+++ b/src/include/ipxe/efi/ProcessorBind.h
@@ -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
diff --git a/src/include/ipxe/efi/efi.h b/src/include/ipxe/efi/efi.h
index 0a21c6e..a98b558 100644
--- a/src/include/ipxe/efi/efi.h
+++ b/src/include/ipxe/efi/efi.h
@@ -21,6 +21,8 @@
* trailing whitespace.
*/
+FILE_LICENCE ( GPL2_OR_LATER );
+
/* EFI headers rudely redefine NULL */
#undef NULL