From 2d707ac96480999743adf0b3e59ec40f6d144158 Mon Sep 17 00:00:00 2001 From: Michael Brown Date: Mon, 2 Mar 2015 19:47:32 +0000 Subject: [PATCH] [list] Relicense list.h The code in list.h was originally taken from the Linux kernel many years ago, but has been rewritten to the point that no original code remains, and may therefore be relicensed. The functions and data structures remain largely API-compatible, to facilitate the conversion of Linux network drivers to iPXE. Signed-off-by: Michael Brown --- src/include/ipxe/list.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/include/ipxe/list.h b/src/include/ipxe/list.h index 581ec9806..6a9b76f91 100644 --- a/src/include/ipxe/list.h +++ b/src/include/ipxe/list.h @@ -9,7 +9,7 @@ * list.h. */ -FILE_LICENCE ( GPL2_ONLY ); +FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL ); #include #include