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