AUTHORS 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. Authors of XZ Utils
  2. ===================
  3. XZ Utils is developed and maintained by Lasse Collin
  4. <lasse.collin@tukaani.org> and Jia Tan <jiat0218@gmail.com>.
  5. Major parts of liblzma are based on code written by Igor Pavlov,
  6. specifically the LZMA SDK <https://7-zip.org/sdk.html>. Without
  7. this code, XZ Utils wouldn't exist.
  8. The SHA-256 implementation in liblzma is based on the code found from
  9. 7-Zip <https://7-zip.org/>, which has a modified version of the SHA-256
  10. code found from Crypto++ <https://www.cryptopp.com/>. The SHA-256 code
  11. in Crypto++ was written by Kevin Springle and Wei Dai.
  12. Some scripts have been adapted from gzip. The original versions
  13. were written by Jean-loup Gailly, Charles Levert, and Paul Eggert.
  14. Andrew Dudman helped adapting the scripts and their man pages for
  15. XZ Utils.
  16. The initial version of the threaded .xz decompressor was written
  17. by Sebastian Andrzej Siewior.
  18. The initial version of the .lz (lzip) decoder was written
  19. by Michał Górny.
  20. CLMUL-accelerated CRC code was contributed by Ilya Kurdyukov.
  21. Other authors:
  22. - Jonathan Nieder
  23. - Joachim Henke
  24. The GNU Autotools-based build system contains files from many authors,
  25. which I'm not trying to list here.
  26. Several people have contributed fixes or reported bugs. Most of them
  27. are mentioned in the file THANKS.