Procházet zdrojové kódy

[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 <mcb30@ipxe.org>
tags/v1.20.1
Michael Brown před 10 roky
rodič
revize
2d707ac964
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1
    1
      src/include/ipxe/list.h

+ 1
- 1
src/include/ipxe/list.h Zobrazit soubor

@@ -9,7 +9,7 @@
9 9
  * list.h.
10 10
  */
11 11
 
12
-FILE_LICENCE ( GPL2_ONLY );
12
+FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
13 13
 
14 14
 #include <stddef.h>
15 15
 #include <assert.h>

Načítá se…
Zrušit
Uložit