1207753Smm
2207753SmmAuthors of XZ Utils
3207753Smm===================
4207753Smm
5207753Smm    XZ Utils is developed and maintained by Lasse Collin
6207753Smm    <lasse.collin@tukaani.org>.
7207753Smm
8207753Smm    Major parts of liblzma are based on code written by Igor Pavlov,
9207753Smm    specifically the LZMA SDK <http://7-zip.org/sdk.html>. Without
10207753Smm    this code, XZ Utils wouldn't exist.
11207753Smm
12207753Smm    The SHA-256 implementation in liblzma is based on the code found from
13207753Smm    7-Zip <http://7-zip.org/>, which has a modified version of the SHA-256
14207753Smm    code found from Crypto++ <http://www.cryptopp.com/>. The SHA-256 code
15207753Smm    in Crypto++ was written by Kevin Springle and Wei Dai.
16207753Smm
17207753Smm    Some scripts have been adapted from gzip. The original versions
18207753Smm    were written by Jean-loup Gailly, Charles Levert, and Paul Eggert.
19244601Smm    Andrew Dudman helped adapting the scripts and their man pages for
20207753Smm    XZ Utils.
21207753Smm
22244601Smm    The GNU Autotools-based build system contains files from many authors,
23244601Smm    which I'm not trying to list here.
24207753Smm
25207753Smm    Several people have contributed fixes or reported bugs. Most of them
26207753Smm    are mentioned in the file THANKS.
27207753Smm
28