]> git.ipfire.org Git - thirdparty/ipxe.git/commitdiff
[list] Relicense list.h
authorMichael Brown <mcb30@ipxe.org>
Mon, 2 Mar 2015 19:47:32 +0000 (19:47 +0000)
committerMichael Brown <mcb30@ipxe.org>
Mon, 2 Mar 2015 19:47:32 +0000 (19:47 +0000)
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 <mcb30@ipxe.org>
src/include/ipxe/list.h

index 581ec9806101900cd04adbf793725e6dc9f80217..6a9b76f91ad69eb1923bbd93f3a147a021865f7a 100644 (file)
@@ -9,7 +9,7 @@
  * list.h.
  */
 
-FILE_LICENCE ( GPL2_ONLY );
+FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
 
 #include <stddef.h>
 #include <assert.h>