diff options
Diffstat (limited to '')
-rw-r--r-- | README | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -4,7 +4,7 @@ Plzip is a massively parallel (multi-threaded), lossless data compressor based on the lzlib compression library, with very safe integrity checking and a user interface similar to the one of bzip2, gzip or lzip. Plzip uses the lzip file format; the files produced by plzip are fully -compatible with lzip-1.4 or newer. +compatible with lzip-1.4 or newer, and can be rescued with lziprecover. Plzip is intended for faster compression/decompression of big files on multiprocessor machines, which makes it specially well suited for @@ -12,7 +12,7 @@ distribution of big software files and large scale data archiving. On files big enough, plzip can use hundreds of processors. -Copyright (C) 2009, 2010 Antonio Diaz Diaz. +Copyright (C) 2009, 2010, 2011, 2012 Antonio Diaz Diaz. This file is free documentation: you have unlimited permission to copy, distribute and modify it. |