diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-04 14:24:05 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-04 14:24:05 +0000 |
commit | 2dfe2abaacad589aa40facf9acdc60fa9d0e17d6 (patch) | |
tree | d35b6bb5cadbc2a260a65bc4ad2806b60d93489d /AUTHORS | |
parent | Initial commit. (diff) | |
download | clzip-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-- | AUTHORS | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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). |