summaryrefslogtreecommitdiffstats
path: root/src/config
diff options
context:
space:
mode:
authorMarin Hannache2013-07-15 12:30:57 +0200
committerMichael Brown2013-07-15 13:41:46 +0200
commit9b93b669d13611763470f190954cbb711448f749 (patch)
treef2df56d6646bc07845b3ede582a0877c9f582cfd /src/config
parent[realtek] Allow extra space in RX buffers (diff)
downloadipxe-9b93b669d13611763470f190954cbb711448f749.tar.gz
ipxe-9b93b669d13611763470f190954cbb711448f749.tar.xz
ipxe-9b93b669d13611763470f190954cbb711448f749.zip
[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/config')
-rw-r--r--src/config/defaults/efi.h2
-rw-r--r--src/config/defaults/linux.h2
2 files changed, 4 insertions, 0 deletions
diff --git a/src/config/defaults/efi.h b/src/config/defaults/efi.h
index 7385aeab..4276d936 100644
--- a/src/config/defaults/efi.h
+++ b/src/config/defaults/efi.h
@@ -7,6 +7,8 @@
*
*/
+FILE_LICENCE ( GPL2_OR_LATER );
+
#define UACCESS_EFI
#define IOAPI_X86
#define PCIAPI_EFI
diff --git a/src/config/defaults/linux.h b/src/config/defaults/linux.h
index 2b565943..bc5ba785 100644
--- a/src/config/defaults/linux.h
+++ b/src/config/defaults/linux.h
@@ -7,6 +7,8 @@
*
*/
+FILE_LICENCE ( GPL2_OR_LATER );
+
#define CONSOLE_LINUX
#define TIMER_LINUX
#define UACCESS_LINUX