diff options
author | Marin Hannache <git@mareo.fr> | 2013-07-15 12:30:57 +0200 |
---|---|---|
committer | Michael Brown <mcb30@ipxe.org> | 2013-07-15 13:41:46 +0200 |
commit | 9b93b669d13611763470f190954cbb711448f749 (patch) | |
tree | f2df56d6646bc07845b3ede582a0877c9f582cfd /src/config/defaults | |
parent | 918fb437439d1bfb172e7fbdfc03b2b25664bee7 (diff) | |
download | ipxe-9b93b669d13611763470f190954cbb711448f749.tar.gz |
[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/defaults')
-rw-r--r-- | src/config/defaults/efi.h | 2 | ||||
-rw-r--r-- | src/config/defaults/linux.h | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/src/config/defaults/efi.h b/src/config/defaults/efi.h index 7385aeabc..4276d9366 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 2b565943f..bc5ba7851 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 |