annotate 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
rev   line source
rlm@1 1 NOTE: The 7-zip library source is available under the LGPL,
rlm@1 2 however, this copy of it is distributed under the GPL 2.0.
rlm@1 3 This license has been modified accordingly.
rlm@1 4
rlm@1 5
rlm@1 6 7-Zip source code
rlm@1 7 ~~~~~~~~~~~~~~~~~
rlm@1 8 License for use and distribution
rlm@1 9 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
rlm@1 10
rlm@1 11 7-Zip Copyright (C) 1999-2009 Igor Pavlov.
rlm@1 12
rlm@1 13 Licenses for files are:
rlm@1 14
rlm@1 15 1) The 8 files in CPP/7zip/Compress/Rar*: GNU GPL 2.0 + unRAR restriction
rlm@1 16 2) All other files: GNU GPL 2.0
rlm@1 17
rlm@1 18 The GNU GPL + unRAR restriction means that you must follow both
rlm@1 19 GNU GPL rules and unRAR restriction rules.
rlm@1 20
rlm@1 21
rlm@1 22 GNU GPL information
rlm@1 23 --------------------
rlm@1 24
rlm@1 25 This program is free software; you can redistribute it and/or
rlm@1 26 modify it under the terms of the GNU General Public License
rlm@1 27 as published by the Free Software Foundation; either version 2
rlm@1 28 of the License, or (at your option) any later version.
rlm@1 29
rlm@1 30 This program is distributed in the hope that it will be useful,
rlm@1 31 but WITHOUT ANY WARRANTY; without even the implied warranty of
rlm@1 32 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
rlm@1 33 GNU General Public License for more details.
rlm@1 34
rlm@1 35 You should have received a copy of the GNU General Public License
rlm@1 36 along with this program; if not, write to the Free Software
rlm@1 37 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
rlm@1 38
rlm@1 39
rlm@1 40 unRAR restriction
rlm@1 41 -----------------
rlm@1 42
rlm@1 43 The decompression engine for RAR archives was developed using source
rlm@1 44 code of unRAR program.
rlm@1 45 All copyrights to original unRAR code are owned by Alexander Roshal.
rlm@1 46
rlm@1 47 The license for original unRAR code has the following restriction:
rlm@1 48
rlm@1 49 The unRAR sources cannot be used to re-create the RAR compression algorithm,
rlm@1 50 which is proprietary. Distribution of modified unRAR sources in separate form
rlm@1 51 or as a part of other software is permitted, provided that it is clearly
rlm@1 52 stated in the documentation and source comments that the code may
rlm@1 53 not be used to develop a RAR (WinRAR) compatible archiver.
rlm@1 54
rlm@1 55
rlm@1 56 --
rlm@1 57 Igor Pavlov