summaryrefslogtreecommitdiffstats
path: root/src/include/ipxe/linux/linux_umalloc.h
diff options
context:
space:
mode:
authorMichael Brown2015-03-05 03:43:37 +0100
committerMichael Brown2015-03-05 03:43:37 +0100
commitbfbb2b8f1cbcb169b38c3c2d8ff89874facaa920 (patch)
tree2f42faa355e4256df6ea0c861faadd3051ba1de1 /src/include/ipxe/linux/linux_umalloc.h
parent[i386] Move real_to_user() to realmode.h (diff)
downloadipxe-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_umalloc.h')
-rw-r--r--src/include/ipxe/linux/linux_umalloc.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/include/ipxe/linux/linux_umalloc.h b/src/include/ipxe/linux/linux_umalloc.h
index 4de55ecf3..1811d0bc6 100644
--- a/src/include/ipxe/linux/linux_umalloc.h
+++ b/src/include/ipxe/linux/linux_umalloc.h
@@ -1,14 +1,14 @@
#ifndef _IPXE_LINUX_UMALLOC_H
#define _IPXE_LINUX_UMALLOC_H
-FILE_LICENCE(GPL2_OR_LATER);
-
/** @file
*
- * iPXE user memory allocation API for linux
+ * iPXE user memory allocation API for Linux
*
*/
+FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
+
#ifdef UMALLOC_LINUX
#define UMALLOC_PREFIX_linux
#else