summaryrefslogtreecommitdiffstats
path: root/AUTHORS
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-04 14:24:05 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-04 14:24:05 +0000
commit2dfe2abaacad589aa40facf9acdc60fa9d0e17d6 (patch)
treed35b6bb5cadbc2a260a65bc4ad2806b60d93489d /AUTHORS
parentInitial commit. (diff)
downloadclzip-2dfe2abaacad589aa40facf9acdc60fa9d0e17d6.tar.xz
clzip-2dfe2abaacad589aa40facf9acdc60fa9d0e17d6.zip
Adding upstream version 1.13.upstream/1.13upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r--AUTHORS7
1 files changed, 7 insertions, 0 deletions
diff --git a/AUTHORS b/AUTHORS
new file mode 100644
index 0000000..95949f7
--- /dev/null
+++ b/AUTHORS
@@ -0,0 +1,7 @@
+Clzip was written by Antonio Diaz Diaz.
+
+The ideas embodied in clzip 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).