home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 March / CMCD0304.ISO / Software / Freeware / Programare / nullsoft / nsis20.exe / Source / 7zip / readme.txt < prev   
Text File  |  2003-11-24  |  1KB  |  35 lines

  1. Modified LZMA library for NSIS
  2. ------------------------------
  3.  
  4.     Copyright (c) 1999-2003 Igor Pavlov
  5.  
  6.     All files in this folder and it's subfolders are 
  7.     licensed under GNU LGPL.
  8.     Most of these files were copied from source code 
  9.     of 7-Zip compression program:
  10.  
  11.     http://www.7-zip.org
  12.  
  13.     Some of the files were modified and are not an
  14.     exact replica of the original files.
  15.     
  16.     LZMA is default and general compression method of 7z format in 7-Zip. 
  17.     The main features of LZMA method:
  18.        - High compression ratio
  19.        - High decompressing speed: about 10-20 MB/s on 2 GHz CPU
  20.        - Small memory requirements for decompressing
  21.        - Small code size for decompressing: about 5 KB
  22.     If you need more information about 7-Zip, LZMA and licensing,
  23.     please write to support@7-zip.org 
  24.  
  25.  
  26.     This library is free software; you can redistribute it and/or
  27.     modify it under the terms of the GNU Lesser General Public
  28.     License as published by the Free Software Foundation; either
  29.     version 2.1 of the License, or (at your option) any later version.
  30.  
  31.     This library is distributed in the hope that it will be useful,
  32.     but WITHOUT ANY WARRANTY; without even the implied warranty of
  33.     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
  34.     Lesser General Public License for more details.
  35.