diff options
| author | Michael Brown | 2015-03-05 03:43:37 +0100 |
|---|---|---|
| committer | Michael Brown | 2015-03-05 03:43:37 +0100 |
| commit | bfbb2b8f1cbcb169b38c3c2d8ff89874facaa920 (patch) | |
| tree | 2f42faa355e4256df6ea0c861faadd3051ba1de1 /src/include/ipxe/linux/linux_smbios.h | |
| parent | [i386] Move real_to_user() to realmode.h (diff) | |
| download | ipxe-bfbb2b8f1cbcb169b38c3c2d8ff89874facaa920.tar.gz ipxe-bfbb2b8f1cbcb169b38c3c2d8ff89874facaa920.tar.xz ipxe-bfbb2b8f1cbcb169b38c3c2d8ff89874facaa920.zip | |
[linux] Rewrite headers included in all builds
Rewrite (and relicense) the header files which are included in all
builds of iPXE (including non-Linux builds).
Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/include/ipxe/linux/linux_smbios.h')
| -rw-r--r-- | src/include/ipxe/linux/linux_smbios.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/ipxe/linux/linux_smbios.h b/src/include/ipxe/linux/linux_smbios.h index 6d51e13ba..16c6d8acd 100644 --- a/src/include/ipxe/linux/linux_smbios.h +++ b/src/include/ipxe/linux/linux_smbios.h @@ -3,11 +3,11 @@ /** @file * - * iPXE SMBIOS API for linux + * iPXE SMBIOS API for Linux * */ -FILE_LICENCE(GPL2_OR_LATER); +FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL ); #ifdef SMBIOS_LINUX #define SMBIOS_PREFIX_linux |
