diff 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 diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/src/win32/7zip/7z/DOC/License.txt	Sat Mar 03 10:31:27 2012 -0600
     1.3 @@ -0,0 +1,57 @@
     1.4 +NOTE: The 7-zip library source is available under the LGPL,
     1.5 +however, this copy of it is distributed under the GPL 2.0.
     1.6 +This license has been modified accordingly.
     1.7 +
     1.8 +
     1.9 +  7-Zip source code
    1.10 +  ~~~~~~~~~~~~~~~~~
    1.11 +  License for use and distribution
    1.12 +  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    1.13 +
    1.14 +  7-Zip Copyright (C) 1999-2009 Igor Pavlov.
    1.15 +
    1.16 +  Licenses for files are:
    1.17 +
    1.18 +    1) The 8 files in CPP/7zip/Compress/Rar*:  GNU GPL 2.0 + unRAR restriction
    1.19 +    2) All other files:  GNU GPL 2.0
    1.20 +
    1.21 +  The GNU GPL + unRAR restriction means that you must follow both 
    1.22 +  GNU GPL rules and unRAR restriction rules.
    1.23 +
    1.24 +
    1.25 +  GNU GPL information
    1.26 +  --------------------
    1.27 +
    1.28 +    This program is free software; you can redistribute it and/or
    1.29 +    modify it under the terms of the GNU General Public License
    1.30 +    as published by the Free Software Foundation; either version 2
    1.31 +    of the License, or (at your option) any later version.
    1.32 +
    1.33 +    This program is distributed in the hope that it will be useful,
    1.34 +    but WITHOUT ANY WARRANTY; without even the implied warranty of
    1.35 +    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    1.36 +    GNU General Public License for more details.
    1.37 +
    1.38 +    You should have received a copy of the GNU General Public License
    1.39 +    along with this program; if not, write to the Free Software
    1.40 +    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
    1.41 +
    1.42 +
    1.43 +  unRAR restriction
    1.44 +  -----------------
    1.45 +
    1.46 +    The decompression engine for RAR archives was developed using source 
    1.47 +    code of unRAR program.
    1.48 +    All copyrights to original unRAR code are owned by Alexander Roshal.
    1.49 +
    1.50 +    The license for original unRAR code has the following restriction:
    1.51 +
    1.52 +    The unRAR sources cannot be used to re-create the RAR compression algorithm, 
    1.53 +    which is proprietary. Distribution of modified unRAR sources in separate form 
    1.54 +    or as a part of other software is permitted, provided that it is clearly
    1.55 +    stated in the documentation and source comments that the code may
    1.56 +    not be used to develop a RAR (WinRAR) compatible archiver.
    1.57 +
    1.58 +
    1.59 +  --
    1.60 +  Igor Pavlov