diff options
| author | Michael Brown | 2015-03-02 20:47:32 +0100 |
|---|---|---|
| committer | Michael Brown | 2015-03-02 20:47:32 +0100 |
| commit | 2d707ac96480999743adf0b3e59ec40f6d144158 (patch) | |
| tree | 922abbbe43da305474a4797390701ea16de29089 /src/include/ipxe | |
| parent | [elf] Rewrite ELF header (diff) | |
| download | ipxe-2d707ac96480999743adf0b3e59ec40f6d144158.tar.gz ipxe-2d707ac96480999743adf0b3e59ec40f6d144158.tar.xz ipxe-2d707ac96480999743adf0b3e59ec40f6d144158.zip | |
[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>
Diffstat (limited to 'src/include/ipxe')
| -rw-r--r-- | src/include/ipxe/list.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 <stddef.h> #include <assert.h> |
