989772c9ac
had both lines: Author: ... WWW: .... So standardize on that, and move them to the end of the file when necessary. Also fix some more whitespace, and remove more "signature tags" of varying forms, like -- name, etc. s/AUTHOR/Author/ A few other various formatting issues
7 lines
377 B
Text
7 lines
377 B
Text
PBZIP2 is a parallel implementation of the bzip2 block-sorting file compressor
|
|
that uses pthreads and achieves near-linear speedup on SMP machines. The output
|
|
of this version is fully compatible with bzip2 v1.0.2 (ie: anything compressed
|
|
with pbzip2 can be decompressed with bzip2).
|
|
|
|
Author: Jeff Gilchrist <pbzip2 [at] compression {dot} ca>
|
|
WWW: http://compression.ca/pbzip2/
|