26 lines
862 B
Text
26 lines
862 B
Text
Description
|
|
|
|
Pdlzip is a lossless data compressor with a user interface similar to
|
|
the one of lzip, bzip2 or gzip.
|
|
|
|
Pdlzip uses the lzip file format; the files produced by pdlzip are
|
|
(hope)fully compatible with lzip-1.4 or newer. Pdlzip is in fact a
|
|
"public domain" version of the lzip data compressor, intended for those
|
|
who can't distribute GPL licensed Free Software.
|
|
|
|
Pdlzip is also able to decompress legacy lzma-alone (.lzma) files.
|
|
|
|
Pdlzip is written in C.
|
|
|
|
Pdlzip includes public domain compression code from the LZMA SDK written
|
|
by Igor Pavlov.
|
|
|
|
|
|
Copyright (C) 2010, 2011, 2012, 2013 Antonio Diaz Diaz.
|
|
|
|
This file is free documentation: you have unlimited permission to copy,
|
|
distribute and modify it.
|
|
|
|
The file Makefile.in is a data file used by configure to produce the
|
|
Makefile. It has the same copyright owner and permissions that configure
|
|
itself.
|