From: Michael Brown Date: Mon, 2 Mar 2015 19:47:32 +0000 (+0000) Subject: [list] Relicense list.h X-Git-Tag: v1.20.1~934 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2d707ac96480999743adf0b3e59ec40f6d144158;p=thirdparty%2Fipxe.git [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 --- 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