Mercurial > vba-clojure
view src/win32/7zip/7z/DOC/License.txt @ 1:f9f4f1b99eed
importing src directory
author | Robert McIntyre <rlm@mit.edu> |
---|---|
date | Sat, 03 Mar 2012 10:31:27 -0600 |
parents | |
children |
line wrap: on
line source
1 NOTE: The 7-zip library source is available under the LGPL,2 however, this copy of it is distributed under the GPL 2.0.3 This license has been modified accordingly.6 7-Zip source code7 ~~~~~~~~~~~~~~~~~8 License for use and distribution9 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~11 7-Zip Copyright (C) 1999-2009 Igor Pavlov.13 Licenses for files are:15 1) The 8 files in CPP/7zip/Compress/Rar*: GNU GPL 2.0 + unRAR restriction16 2) All other files: GNU GPL 2.018 The GNU GPL + unRAR restriction means that you must follow both19 GNU GPL rules and unRAR restriction rules.22 GNU GPL information23 --------------------25 This program is free software; you can redistribute it and/or26 modify it under the terms of the GNU General Public License27 as published by the Free Software Foundation; either version 228 of the License, or (at your option) any later version.30 This program is distributed in the hope that it will be useful,31 but WITHOUT ANY WARRANTY; without even the implied warranty of32 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the33 GNU General Public License for more details.35 You should have received a copy of the GNU General Public License36 along with this program; if not, write to the Free Software37 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.40 unRAR restriction41 -----------------43 The decompression engine for RAR archives was developed using source44 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 form51 or as a part of other software is permitted, provided that it is clearly52 stated in the documentation and source comments that the code may53 not be used to develop a RAR (WinRAR) compatible archiver.56 --57 Igor Pavlov