summaryrefslogtreecommitdiffstats
path: root/AUTHORS
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-04 14:25:07 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-04 14:25:07 +0000
commite8593b7f607b8ae50a08983b474319dec6672cb7 (patch)
tree6d0b02efd5801987a58b9cc516c5b998362b888b /AUTHORS
parentInitial commit. (diff)
downloadlzd-e8593b7f607b8ae50a08983b474319dec6672cb7.tar.xz
lzd-e8593b7f607b8ae50a08983b474319dec6672cb7.zip
Adding upstream version 1.3.upstream/1.3upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'AUTHORS')
-rw-r--r--AUTHORS6
1 files changed, 6 insertions, 0 deletions
diff --git a/AUTHORS b/AUTHORS
new file mode 100644
index 0000000..48f7099
--- /dev/null
+++ b/AUTHORS
@@ -0,0 +1,6 @@
+Lzd was written by Antonio Diaz Diaz.
+
+The ideas embodied in lzd are due to (at least) the following people:
+Abraham Lempel and Jacob Ziv (for the LZ algorithm), Andrei Markov (for the
+definition of Markov chains), G.N.N. Martin (for the definition of range
+encoding), and Igor Pavlov (for putting all the above together in LZMA).