Bump 7z exe to 23.01.

This commit is contained in:
Mikaël Capelle
2023-07-02 14:54:52 +02:00
parent ad06c600ab
commit f9bb4a15d8
3 changed files with 21 additions and 21 deletions
+21 -21
View File
@@ -1,22 +1,23 @@
7-Zip source code 7-Zip
~~~~~~~~~~~~~~~~~ ~~~~~
License for use and distribution License for use and distribution
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
7-Zip Copyright (C) 1999-2020 Igor Pavlov. 7-Zip Copyright (C) 1999-2023 Igor Pavlov.
The licenses for files are: The licenses for files are:
1) CPP/7zip/Compress/Rar* files: the "GNU LGPL" with "unRAR license restriction" 1) 7z.dll:
2) CPP/7zip/Compress/LzfseDecoder.cpp: the "BSD 3-clause License" - The "GNU LGPL" as main license for most of the code
3) Some files are "public domain" files, if "public domain" status is stated in source file. - The "GNU LGPL" with "unRAR license restriction" for some code
4) the "GNU LGPL" for all other files. If there is no license information in - The "BSD 3-clause License" for some code
some source file, that file is under the "GNU LGPL". 2) All other files: the "GNU LGPL".
The "GNU LGPL" with "unRAR license restriction" means that you must follow both
"GNU LGPL" rules and "unRAR license restriction" rules.
Redistributions in binary form must reproduce related license information from this file.
Note:
You can use 7-Zip on any computer, including a computer in a commercial
organization. You don't need to register or pay for 7-Zip.
GNU LGPL information GNU LGPL information
@@ -32,9 +33,8 @@
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
Lesser General Public License for more details. Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public You can receive a copy of the GNU Lesser General Public License from
License along with this library; if not, write to the Free Software http://www.gnu.org/
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
@@ -42,7 +42,7 @@
BSD 3-clause License BSD 3-clause License
-------------------- --------------------
The "BSD 3-clause License" is used for the code in LzfseDecoder.cpp that implements LZFSE data decompression. The "BSD 3-clause License" is used for the code in 7z.dll that implements LZFSE data decompression.
That code was derived from the code in the "LZFSE compression library" developed by Apple Inc, That code was derived from the code in the "LZFSE compression library" developed by Apple Inc,
that also uses the "BSD 3-clause License": that also uses the "BSD 3-clause License":
@@ -73,17 +73,17 @@
unRAR license restriction unRAR license restriction
------------------------- -------------------------
The decompression engine for RAR archives was developed using source The decompression engine for RAR archives was developed using source
code of unRAR program. code of unRAR program.
All copyrights to original unRAR code are owned by Alexander Roshal. All copyrights to original unRAR code are owned by Alexander Roshal.
The license for original unRAR code has the following restriction: The license for original unRAR code has the following restriction:
The unRAR sources cannot be used to re-create the RAR compression algorithm, The unRAR sources cannot be used to re-create the RAR compression algorithm,
which is proprietary. Distribution of modified unRAR sources in separate form which is proprietary. Distribution of modified unRAR sources in separate form
or as a part of other software is permitted, provided that it is clearly or as a part of other software is permitted, provided that it is clearly
stated in the documentation and source comments that the code may stated in the documentation and source comments that the code may
not be used to develop a RAR (WinRAR) compatible archiver. not be used to develop a RAR (WinRAR) compatible archiver.
-- --
BIN
View File
Binary file not shown.
BIN
View File
Binary file not shown.