OLD | NEW |
(Empty) | |
| 1 |
| 2 Authors of XZ Utils |
| 3 =================== |
| 4 |
| 5 XZ Utils is developed and maintained by Lasse Collin |
| 6 <lasse.collin@tukaani.org>. |
| 7 |
| 8 Major parts of liblzma are based on code written by Igor Pavlov, |
| 9 specifically the LZMA SDK <http://7-zip.org/sdk.html>. Without |
| 10 this code, XZ Utils wouldn't exist. |
| 11 |
| 12 The SHA-256 implementation in liblzma is based on the code found from |
| 13 7-Zip <http://7-zip.org/>, which has a modified version of the SHA-256 |
| 14 code found from Crypto++ <http://www.cryptopp.com/>. The SHA-256 code |
| 15 in Crypto++ was written by Kevin Springle and Wei Dai. |
| 16 |
| 17 Some scripts have been adapted from gzip. The original versions |
| 18 were written by Jean-loup Gailly, Charles Levert, and Paul Eggert. |
| 19 Andrew Dudman helped adapting the script and their man pages for |
| 20 XZ Utils. |
| 21 |
| 22 The GNU Autotools based build system contains files from many authors, |
| 23 which I'm not trying list here. |
| 24 |
| 25 Several people have contributed fixes or reported bugs. Most of them |
| 26 are mentioned in the file THANKS. |
| 27 |
OLD | NEW |