aboutsummaryrefslogtreecommitdiff
path: root/AUTHORS
diff options
context:
space:
mode:
authorLasse Collin <lasse.collin@tukaani.org>2009-07-19 13:14:20 +0300
committerLasse Collin <lasse.collin@tukaani.org>2009-07-19 13:14:20 +0300
commit99f9e879a6a8bb54a65da99c12e0f390216c152a (patch)
tree3eeed9612c208ffa6e08f028d2bf7e2c79f17a56 /AUTHORS
parentAdded missing author notice to xzless.in. (diff)
downloadxz-99f9e879a6a8bb54a65da99c12e0f390216c152a.tar.xz
Major documentation update.
Installation and packaging instructions were added. README and other generic docs were revised. Some of the documentation files are now installed to $docdir.
Diffstat (limited to 'AUTHORS')
-rw-r--r--AUTHORS35
1 files changed, 22 insertions, 13 deletions
diff --git a/AUTHORS b/AUTHORS
index d7bf3a9f..63a9815b 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -2,17 +2,26 @@
Authors of XZ Utils
===================
-Igor Pavlov
- * designed LZMA as an algorithm;
- * wrote an implementation known as LZMA SDK, which is part of
- the bigger 7-Zip project.
-
-Ville Koskinen
- * wrote the first version of the gzip-like lzma command line
- utility (C++)
- * helped a lot with the documentation.
-
-Lasse Collin
- * ported LZMA SDK to C and zlib-like API (liblzma);
- * rewrote the command line tool again to use liblzma and pthreads.
+ XZ Utils is developed and maintained by Lasse Collin
+ <lasse.collin@tukaani.org>.
+
+ Major parts of liblzma are based on code written by Igor Pavlov,
+ specifically the LZMA SDK <http://7-zip.org/sdk.html>. Without
+ this code, XZ Utils wouldn't exist.
+
+ The SHA-256 implementation in liblzma is based on the code found from
+ 7-Zip <http://7-zip.org/>, which has a modified version of the SHA-256
+ code found from Crypto++ <http://www.cryptopp.com/>. The SHA-256 code
+ in Crypto++ was written by Kevin Springle and Wei Dai.
+
+ Some scripts have been adapted from gzip. The original versions
+ were written by Jean-loup Gailly, Charles Levert, and Paul Eggert.
+ Andrew Dudman helped adapting the script and their man pages for
+ XZ Utils.
+
+ The GNU Autotools based build system contains files from many authors,
+ which I'm not trying list here.
+
+ Several people have contributed fixes or reported bugs. Most of them
+ are mentioned in the file THANKS.