summaryrefslogtreecommitdiffstats
path: root/AUTHORS
diff options
context:
space:
mode:
authorDaniel Baumann <mail@daniel-baumann.ch>2015-11-07 13:45:24 +0000
committerDaniel Baumann <mail@daniel-baumann.ch>2015-11-07 13:45:24 +0000
commit53d61f05fc82d86829666485c0012780c1c93da2 (patch)
treeec05873b6fec3fd5f57543449a1a459ccd5190f0 /AUTHORS
parentAdding upstream version 1.1. (diff)
downloadlzlib-53d61f05fc82d86829666485c0012780c1c93da2.tar.xz
lzlib-53d61f05fc82d86829666485c0012780c1c93da2.zip
Adding upstream version 1.2.upstream/1.2
Signed-off-by: Daniel Baumann <mail@daniel-baumann.ch>
Diffstat (limited to 'AUTHORS')
-rw-r--r--AUTHORS7
1 files changed, 5 insertions, 2 deletions
diff --git a/AUTHORS b/AUTHORS
index 6badf8e..7f050e2 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -1,4 +1,7 @@
Lzlib was written by Antonio Diaz Diaz.
-Lzlib implements a simplified version of the LZMA algorithm.
-The original LZMA algorithm was designed by Igor Pavlov.
+The ideas embodied in lzlib are due to (at least) the following people:
+Abraham Lempel and Jacob Ziv (for the LZ algorithm), Andrey Markov (for
+the definition of Markov chains), G.N.N. Martin (for the definition of
+range encoding), Igor Pavlov (for putting all the above together in
+LZMA), and Julian Seward (for bzip2's CLI and the idea of unzcrash).