summaryrefslogtreecommitdiff
path: root/AUTHORS
diff options
context:
space:
mode:
authorLasse Collin <lasse.collin@tukaani.org>2007-12-09 00:42:33 +0200
committerLasse Collin <lasse.collin@tukaani.org>2007-12-09 00:42:33 +0200
commit5d018dc03549c1ee4958364712fb0c94e1bf2741 (patch)
tree1b211911fb33fddb3f04b77f99e81df23623ffc4 /AUTHORS
downloadxz-5d018dc03549c1ee4958364712fb0c94e1bf2741.tar.gz
Imported to git.
Diffstat (limited to 'AUTHORS')
-rw-r--r--AUTHORS18
1 files changed, 18 insertions, 0 deletions
diff --git a/AUTHORS b/AUTHORS
new file mode 100644
index 0000000..1bacbd6
--- /dev/null
+++ b/AUTHORS
@@ -0,0 +1,18 @@
+
+Authors of LZMA 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.
+