aboutsummaryrefslogtreecommitdiff
path: root/AUTHORS
blob: d7bf3a9f5367648d9028ccaba43cef30fe0c8cc7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Authors of XZ 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.