diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-10-22 16:37:26 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-10-22 16:37:26 +0000 |
commit | 840485ecc9ca5fdf8e3b922327ca07b18b13823e (patch) | |
tree | 3f1a5c1975da55170854a85453cb467331a33cd1 /README | |
parent | Releasing debian version 1.15~pre1-1. (diff) | |
download | lzlib-840485ecc9ca5fdf8e3b922327ca07b18b13823e.tar.xz lzlib-840485ecc9ca5fdf8e3b922327ca07b18b13823e.zip |
Merging upstream version 1.15~pre2.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'README')
-rw-r--r-- | README | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3,7 +3,7 @@ Description Lzlib is a data compression library providing in-memory LZMA compression and decompression functions, including integrity checking of the decompressed data. The compressed data format used by the library is the lzip format. -Lzlib is written in C. +Lzlib is written in C and is distributed under a 2-clause BSD license. The lzip file format is designed for data sharing and long-term archiving, taking into account both data integrity and decoder availability: |