summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README11
1 files changed, 6 insertions, 5 deletions
diff --git a/README b/README
index 1b26b05..c5ebbf3 100644
--- a/README
+++ b/README
@@ -14,7 +14,8 @@ corrupted data.
Note that the in-place decompression of concatenated files can't be
guaranteed to work because an arbitrarily low compression ratio of the
last part of the data can be achieved by appending enough empty
-compressed members to a file.
+compressed members to a file, masking a high compression ratio at the
+beginning of the data.
The xlunzip tarball contains a copy of the lzip_decompress module and
can be compiled and tested without downloading or applying the patch to
@@ -26,8 +27,8 @@ http://download.savannah.gnu.org/releases/lzip/kernel/
Lzip related components in the kernel
=====================================
-The lzip_decompress module in lib/lzip.c provides a versatile lzip
-decompression function able to do buffer to buffer decompression or
+The lzip_decompress module in lib/lzip_decompress.c provides a versatile
+lzip decompression function able to do buffer to buffer decompression or
stream decompression with fill and flush callback functions. The usage
of the function is documented in include/linux/lzip.h.
@@ -37,10 +38,10 @@ interface as the other decompress_*.c files, which is defined in
include/linux/decompress/generic.h.
-Copyright (C) 2016-2018 Antonio Diaz Diaz.
+Copyright (C) 2016-2020 Antonio Diaz Diaz.
This file is free documentation: you have unlimited permission to copy,
-distribute and modify it.
+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