3 License for use and distribution
4 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
6 7-Zip Copyright (C) 1999-2008 Igor Pavlov.
8 Licenses for files are:
10 1) 7z.dll: GNU LGPL + unRAR restriction
11 2) All other files: GNU LGPL
13 The GNU LGPL + unRAR restriction means that you must follow both
14 GNU LGPL rules and unRAR restriction rules.
18 You can use 7-Zip on any computer, including a computer in a commercial
19 organization. You don't need to register or pay for 7-Zip.
25 This library is free software; you can redistribute it and/or
26 modify it under the terms of the GNU Lesser General Public
27 License as published by the Free Software Foundation; either
28 version 2.1 of the License, or (at your option) any later version.
30 This library is distributed in the hope that it will be useful,
31 but WITHOUT ANY WARRANTY; without even the implied warranty of
32 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
33 Lesser General Public License for more details.
35 You should have received a copy of the GNU Lesser General Public
36 License along with this library; if not, write to the Free Software
37 Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
43 The decompression engine for RAR archives was developed using source
44 code of unRAR program.
45 All copyrights to original unRAR code are owned by Alexander Roshal.
47 The license for original unRAR code has the following restriction:
49 The unRAR sources cannot be used to re-create the RAR compression algorithm,
50 which is proprietary. Distribution of modified unRAR sources in separate form
51 or as a part of other software is permitted, provided that it is clearly
52 stated in the documentation and source comments that the code may
53 not be used to develop a RAR (WinRAR) compatible archiver.