|
3 | 3 | License for use and distribution
|
4 | 4 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
5 | 5 |
|
6 |
| - 7-Zip Copyright (C) 1999-2016 Igor Pavlov. |
| 6 | + 7-Zip Copyright (C) 1999-2023 Igor Pavlov. |
7 | 7 |
|
8 |
| - Licenses for files are: |
| 8 | + The licenses for files are: |
9 | 9 |
|
10 |
| - 1) 7z.dll: GNU LGPL + unRAR restriction |
11 |
| - 2) All other files: GNU LGPL |
| 10 | + 1) 7z.dll: |
| 11 | + - The "GNU LGPL" as main license for most of the code |
| 12 | + - The "GNU LGPL" with "unRAR license restriction" for some code |
| 13 | + - The "BSD 3-clause License" for some code |
| 14 | + 2) All other files: the "GNU LGPL". |
12 | 15 |
|
13 |
| - The GNU LGPL + unRAR restriction means that you must follow both |
14 |
| - GNU LGPL rules and unRAR restriction rules. |
| 16 | + Redistributions in binary form must reproduce related license information from this file. |
15 | 17 |
|
16 |
| - |
17 |
| - Note: |
18 |
| - You can use 7-Zip on any computer, including a computer in a commercial |
| 18 | + Note: |
| 19 | + You can use 7-Zip on any computer, including a computer in a commercial |
19 | 20 | organization. You don't need to register or pay for 7-Zip.
|
20 | 21 |
|
21 | 22 |
|
|
32 | 33 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
33 | 34 | Lesser General Public License for more details.
|
34 | 35 |
|
35 |
| - You can receive a copy of the GNU Lesser General Public License from |
| 36 | + You can receive a copy of the GNU Lesser General Public License from |
36 | 37 | http://www.gnu.org/
|
37 | 38 |
|
38 | 39 |
|
39 |
| - unRAR restriction |
40 |
| - ----------------- |
41 | 40 |
|
42 |
| - The decompression engine for RAR archives was developed using source |
| 41 | + |
| 42 | + BSD 3-clause License |
| 43 | + -------------------- |
| 44 | + |
| 45 | + The "BSD 3-clause License" is used for the code in 7z.dll that implements LZFSE data decompression. |
| 46 | + That code was derived from the code in the "LZFSE compression library" developed by Apple Inc, |
| 47 | + that also uses the "BSD 3-clause License": |
| 48 | + |
| 49 | + ---- |
| 50 | + Copyright (c) 2015-2016, Apple Inc. All rights reserved. |
| 51 | + |
| 52 | + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: |
| 53 | + |
| 54 | + 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. |
| 55 | + |
| 56 | + 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer |
| 57 | + in the documentation and/or other materials provided with the distribution. |
| 58 | + |
| 59 | + 3. Neither the name of the copyright holder(s) nor the names of any contributors may be used to endorse or promote products derived |
| 60 | + from this software without specific prior written permission. |
| 61 | + |
| 62 | + THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT |
| 63 | + LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE |
| 64 | + COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES |
| 65 | + (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 66 | + HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) |
| 67 | + ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 68 | + ---- |
| 69 | + |
| 70 | + |
| 71 | + |
| 72 | + |
| 73 | + unRAR license restriction |
| 74 | + ------------------------- |
| 75 | + |
| 76 | + The decompression engine for RAR archives was developed using source |
43 | 77 | code of unRAR program.
|
44 | 78 | All copyrights to original unRAR code are owned by Alexander Roshal.
|
45 | 79 |
|
46 | 80 | The license for original unRAR code has the following restriction:
|
47 | 81 |
|
48 |
| - The unRAR sources cannot be used to re-create the RAR compression algorithm, |
49 |
| - which is proprietary. Distribution of modified unRAR sources in separate form |
| 82 | + The unRAR sources cannot be used to re-create the RAR compression algorithm, |
| 83 | + which is proprietary. Distribution of modified unRAR sources in separate form |
50 | 84 | or as a part of other software is permitted, provided that it is clearly
|
51 | 85 | stated in the documentation and source comments that the code may
|
52 | 86 | not be used to develop a RAR (WinRAR) compatible archiver.
|
53 | 87 |
|
54 | 88 |
|
55 | 89 | --
|
56 |
| - Igor Pavlov |
| 90 | + Igor Pavlov |
0 commit comments