-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCOPYRIGHT.txt
231 lines (223 loc) · 7.17 KB
/
COPYRIGHT.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: 7-Zip
Source: https://www.7-zip.org/a/7z2409-src.7z
Files: *
Copyright: 1999-2024 Igor Pavlov
License: LGPL-2.1+
Files: Asm/arm64/7zAsm.S
Asm/arm64/LzmaDecOpt.S
Asm/x86/7zAsm.asm
Asm/x86/7zCrcOpt.asm
Asm/x86/AesOpt.asm
Asm/x86/LzFindOpt.asm
Asm/x86/LzmaDecOpt.asm
Asm/x86/Sha1Opt.asm
Asm/x86/Sha256Opt.asm
Asm/x86/XzCrc64Opt.asm
C/7z.h
C/7zAlloc.c
C/7zAlloc.h
C/7zArcIn.c
C/7zBuf.c
C/7zBuf.h
C/7zBuf2.c
C/7zCrc.c
C/7zCrc.h
C/7zCrcOpt.c
C/7zDec.c
C/7zFile.c
C/7zFile.h
C/7zStream.c
C/7zTypes.h
C/7zVersion.h
C/Aes.c
C/Aes.h
C/AesOpt.c
C/Alloc.c
C/Alloc.h
C/Bcj2.c
C/Bcj2.h
C/Bcj2Enc.c
C/Blake2.h
C/Blake2s.c
C/Bra.c
C/Bra.h
C/Bra86.c
C/BraIA64.c
C/BwtSort.c
C/BwtSort.h
C/Compiler.h
C/CpuArch.c
C/CpuArch.h
C/Delta.c
C/Delta.h
C/DllSecur.c
C/DllSecur.h
C/HuffEnc.c
C/HuffEnc.h
C/LzFind.c
C/LzFind.h
C/LzFindMt.c
C/LzFindMt.h
C/LzFindOpt.c
C/LzHash.h
C/Lzma2Dec.c
C/Lzma2Dec.h
C/Lzma2DecMt.c
C/Lzma2DecMt.h
C/Lzma2Enc.c
C/Lzma2Enc.h
C/Lzma86.h
C/Lzma86Dec.c
C/Lzma86Enc.c
C/LzmaDec.c
C/LzmaDec.h
C/LzmaEnc.c
C/LzmaEnc.h
C/LzmaLib.c
C/LzmaLib.h
C/MtCoder.c
C/MtCoder.h
C/MtDec.c
C/MtDec.h
C/Ppmd.h
C/Ppmd7.c
C/Ppmd7.h
C/Ppmd7aDec.c
C/Ppmd7Dec.c
C/Ppmd7Enc.c
C/Ppmd8.c
C/Ppmd8.h
C/Ppmd8Dec.c
C/Ppmd8Enc.c
C/Precomp.h
C/RotateDefs.h
C/Sha1.c
C/Sha1.h
C/Sha1Opt.c
C/Sha256.c
C/Sha256.h
C/Sha256Opt.c
C/Sort.c
C/Sort.h
C/Threads.c
C/Threads.h
C/Util/7z/7zMain.c
C/Util/7z/Precomp.c
C/Util/7z/Precomp.h
C/Util/7zipInstall/7zipInstall.c
C/Util/7zipInstall/Precomp.c
C/Util/7zipInstall/Precomp.h
C/Util/7zipUninstall/7zipUninstall.c
C/Util/7zipUninstall/Precomp.c
C/Util/7zipUninstall/Precomp.h
C/Util/Lzma/LzmaUtil.c
C/Util/LzmaLib/LzmaLibExports.c
C/Util/SfxSetup/Precomp.c
C/Util/SfxSetup/Precomp.h
C/Util/SfxSetup/SfxSetup.c
C/Xz.c
C/Xz.h
C/XzCrc64.c
C/XzCrc64.h
C/XzCrc64Opt.c
C/XzDec.c
C/XzEnc.c
C/XzEnc.h
C/XzIn.c
CPP/7zip/Archive/PpmdHandler.cpp
CPP/7zip/Compress/PpmdDecoder.cpp
CPP/7zip/Compress/PpmdDecoder.h
Copyright: No copyright claimed
License: public-domain
Igor Pavlov : Public domain
----------
This code is based on public domain code of Steve Reid from Wei Dai's Crypto++ library.
----------
This code is based on public domain code from Wei Dai's Crypto++ library.
----------
PPMd var.H (2001) / var.I (2002): Dmitry Shkarin : Public domain
----------
Carryless rangecoder (1999): Dmitry Subbotin : Public domain
----------
Samuel Neves : Public domain
Files: CPP/7zip/Compress/LzfseDecoder.cpp
Copyright: 2015-2017, Apple Inc.
2018 Igor Pavlov
License: BSD-3-clause
Comment: Some parts come from the "LZFSE compression library"
Files: C/ZstdDec.c
Copyright: 2024 Igor Pavlov
License: BSD-3-clause
Comment: the code was developed by Igor Pavlov, using Zstandard format
specification and original zstd decoder code as reference code.
Files: CPP/7zip/Compress/Rar*
Copyright: 2024 Alexander Roshal
License: UnRAR
License: LGPL-2.1+
This program is free software: you can redistribute it and/or modify it
under the terms of the GNU Lesser General Public License as published by
the Free Software Foundation version 2.1 of the License, or (at your
option) any later version. This program is distributed in the hope that
it will be useful, but WITHOUT ANY WARRANTY; without even the implied
warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
.
On Debian systems you can find the full text of the GNU Lesser General
Public License version 2.1 license at /usr/share/common-licenses/LGPL-2.1.
License: BSD-3-clause
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:
.
Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
.
Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in
the documentation and\/or other materials provided with the
distribution.
.
Neither the name of the <ORGANIZATION> nor the names of its
contributors may be used to endorse or promote products derived
from this software without specific prior written permission.
.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
License: UnRAR
1. All copyrights to RAR and the utility UnRAR are exclusively
owned by the author - Alexander Roshal.
.
2. UnRAR source code may be used in any software to handle
RAR archives without limitations free of charge, but cannot be
used to develop RAR (WinRAR) compatible archiver and to
re-create RAR compression algorithm, which is proprietary.
Distribution of modified UnRAR source code in separate form
or as a part of other software is permitted, provided that
full text of this paragraph, starting from "UnRAR source code"
words, is included in license, or in documentation if license
is not available, and in source code comments of resulting package.
.
3. The UnRAR utility may be freely distributed. It is allowed
to distribute UnRAR inside of other software packages.
.
4. THE RAR ARCHIVER AND THE UnRAR UTILITY ARE DISTRIBUTED "AS IS".
NO WARRANTY OF ANY KIND IS EXPRESSED OR IMPLIED. YOU USE AT
YOUR OWN RISK. THE AUTHOR WILL NOT BE LIABLE FOR DATA LOSS,
DAMAGES, LOSS OF PROFITS OR ANY OTHER KIND OF LOSS WHILE USING
OR MISUSING THIS SOFTWARE.
.
5. Installing and using the UnRAR utility signifies acceptance of
these terms and conditions of the license.
.
6. If you don't agree with terms of the license you must remove
UnRAR files from your storage devices and cease to use the
utility.