2007-12-08 22:42:33 +00:00
|
|
|
|
2008-12-31 15:41:46 +00:00
|
|
|
Authors of XZ Utils
|
|
|
|
===================
|
2007-12-08 22:42:33 +00:00
|
|
|
|
2009-07-19 10:14:20 +00:00
|
|
|
XZ Utils is developed and maintained by Lasse Collin
|
2022-08-12 11:28:41 +00:00
|
|
|
<lasse.collin@tukaani.org> and Jia Tan <jiat0218@gmail.com>.
|
2009-07-19 10:14:20 +00:00
|
|
|
|
|
|
|
Major parts of liblzma are based on code written by Igor Pavlov,
|
2022-11-30 15:38:32 +00:00
|
|
|
specifically the LZMA SDK <https://7-zip.org/sdk.html>. Without
|
2009-07-19 10:14:20 +00:00
|
|
|
this code, XZ Utils wouldn't exist.
|
|
|
|
|
2024-02-09 15:20:31 +00:00
|
|
|
The SHA-256 implementation in liblzma is based on code written by
|
|
|
|
Wei Dai in Crypto++ Library <https://www.cryptopp.com/>.
|
2009-07-19 10:14:20 +00:00
|
|
|
|
2024-02-13 11:19:10 +00:00
|
|
|
A few scripts have been adapted from GNU gzip. The original
|
|
|
|
versions were written by Jean-loup Gailly, Charles Levert, and
|
|
|
|
Paul Eggert. Andrew Dudman helped adapting the scripts and their
|
|
|
|
man pages for XZ Utils.
|
2009-07-19 10:14:20 +00:00
|
|
|
|
2022-12-12 17:07:58 +00:00
|
|
|
The initial version of the threaded .xz decompressor was written
|
|
|
|
by Sebastian Andrzej Siewior.
|
|
|
|
|
|
|
|
The initial version of the .lz (lzip) decoder was written
|
|
|
|
by Michał Górny.
|
|
|
|
|
2024-02-01 17:39:28 +00:00
|
|
|
Architecture-specific CRC optimizations were contributed by
|
|
|
|
Ilya Kurdyukov, Hans Jansen, and Chenxi Mao.
|
2022-12-12 17:07:58 +00:00
|
|
|
|
|
|
|
Other authors:
|
|
|
|
- Jonathan Nieder
|
|
|
|
- Joachim Henke
|
|
|
|
|
2024-02-13 11:19:10 +00:00
|
|
|
Many people have contributed improvements or reported bugs.
|
|
|
|
Most of these people are mentioned in the file THANKS.
|
2009-07-19 10:14:20 +00:00
|
|
|
|
2024-02-13 11:19:10 +00:00
|
|
|
The translations of the command line tools and man pages have been
|
|
|
|
contributed by many people via the Translation Project:
|
|
|
|
|
|
|
|
- https://translationproject.org/domain/xz.html
|
|
|
|
- https://translationproject.org/domain/xz-man.html
|
|
|
|
|
|
|
|
The authors of the translated man pages are in the header comments
|
|
|
|
of the man page files. In the source package, the authors of the
|
|
|
|
translations are in po/*.po and po4a/*.po files.
|
|
|
|
|
|
|
|
Third-party code whose authors aren't listed here:
|
|
|
|
|
|
|
|
- GNU getopt_long() in the 'lib' direcotry is included for
|
|
|
|
platforms that don't have a usable getopt_long().
|
|
|
|
|
|
|
|
- The build system files from GNU Autoconf, GNU Automake,
|
|
|
|
GNU Libtool, GNU Gettext, Autoconf Archive, and related files.
|
2007-12-08 22:42:33 +00:00
|
|
|
|