1About 2===== 3This file documents the upstream sources for files and directories 4in this part of the Xen source tree. Note that the list may not 5be complete: in particular for code that has been imported from 6the Linux Kernel underr a GPLv2 license. 7 8bunzip2.c 9--------- 10Originally from https://www.landley.net/code/bunzip-4.1.c 11The file is licensed under LGPLv2 (or later) 12 13unizma.c 14-------- 15This file was originally imported from the Linux tree 16at kernel/git/torvalds/linux.git, path: lib/decompress_unlzma.c 17The file is licensed under LGPLv2.1 (or later) 18 19xmalloc_tlsf.c 20-------------- 21This file was originally imported from the compcache project at 22https://code.google.com/archive/p/compcache/source, path 23compcache/sub-projects/allocators/tlsf-kmod 24The file is dually licensed under GPLv2.0 and LGPLv2.1 25 26libelf 27------ 28This directory was opriginally imported from the libelf 29project at http://www.mr511.de/software/english.html 30This directory is licensed under LGPLv2.1 (see COPYING file) 31 32libfdt 33------ 34This directory was originally imported from the Device Tree 35Compiler at https://github.com/dgibson/dtc/tree/master/libfdt 36This directory is dually licensed as GPLv2.0 or later 37and a BSD 2-clause license 38 39lz4/decompress.c 40----------------- 41This file was originally imported from the LZ4 project 42( http://www.lz4.org). The source is available from 43https://github.com/Cyan4973/lz4 44The file is licensed under a BSD 2-clause license 45 46xz 47-- 48This directory was imported from the XZ Utils project 49and is available under http://tukaani.org/xz/ 50The imported code is in the public domain 51