diff options
author | Daniel Baumann <mail@daniel-baumann.ch> | 2015-11-07 11:48:34 +0000 |
---|---|---|
committer | Daniel Baumann <mail@daniel-baumann.ch> | 2015-11-07 11:48:34 +0000 |
commit | f98dd70cd887a8372f0fcf70be5497d0ffafaa35 (patch) | |
tree | 52981173bfc4cdcdabc62606559987127a946776 /README | |
parent | Adding upstream version 1.16~rc1. (diff) | |
download | lziprecover-f98dd70cd887a8372f0fcf70be5497d0ffafaa35.tar.xz lziprecover-f98dd70cd887a8372f0fcf70be5497d0ffafaa35.zip |
Adding upstream version 1.16.upstream/1.16
Signed-off-by: Daniel Baumann <mail@daniel-baumann.ch>
Diffstat (limited to 'README')
-rw-r--r-- | README | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -24,6 +24,11 @@ into account both data integrity and decoder availability: * Additionally lzip is copylefted, which guarantees that it will remain free forever. +A nice feature of the lzip format is that a corrupt byte is easier to +repair the nearer it is from the beginning of the file. Therefore, with +the help of lziprecover, losing an entire archive just because of a +corrupt byte near the beginning is a thing of the past. + Lziprecover is able to recover or decompress files produced by any of the compressors in the lzip family; lzip, plzip, minilzip/lzlib, clzip and pdlzip. @@ -67,7 +72,7 @@ unzcrash.c from Julian Seward's bzip2. Type 'make unzcrash' in the lziprecover source directory to build it. Then try 'unzcrash --help'. -Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014 Antonio Diaz Diaz. +Copyright (C) 2009-2014 Antonio Diaz Diaz. This file is free documentation: you have unlimited permission to copy, distribute and modify it. |