Welcome to mirror list, hosted at ThFree Co, Russian Federation.

License.txt « DOC - github.com/kornelski/7z.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: d6bbf1e4cf59a89abdcf8efffecbd91d105fe07b (plain)
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
      7-Zip source code
      ~~~~~~~~~~~~~~~~~
      License for use and distribution
      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

      7-Zip Copyright (C) 1999-2007 Igor Pavlov.

      Licenses for files are:

        1) CPP/7zip/Compress/Rar files:  GNU LGPL + unRAR restriction
        2) CPP/7zip/Crypto/AES files:    GNU LGPL + AES code license
        3) All other files:              GNU LGPL
      
      The GNU LGPL + unRAR restriction means that you must follow both GNU LGPL rules 
      and unRAR restriction rules.

      The GNU LGPL + AES code license means that you must follow both GNU LGPL rules 
      and AES code license rules.


      Notes: 
        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
      --------------------

        This library 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; either
        version 2.1 of the License, or (at your option) any later version.

        This library 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.  See the GNU
        Lesser General Public License for more details.

        You should have received a copy of the GNU Lesser General Public
        License along with this library; if not, write to the Free Software
        Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA


      unRAR restriction
      -----------------

        The unRAR sources cannot be used to re-create the RAR compression algorithm, 
        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
        stated in the documentation and source comments that the code may
        not be used to develop a RAR (WinRAR) compatible archiver.


      AES code license
      ----------------
    
        Copyright (c) 2001, Dr Brian Gladman

        LICENSE TERMS

        The free distribution and use of this software in both source and binary 
        form is allowed (with or without changes) provided that:

          1. distributions of this source code include the above copyright 
             notice, this list of conditions and the following disclaimer;

          2. distributions in binary form include the above copyright
             notice, this list of conditions and the following disclaimer
             in the documentation and/or other associated materials;

          3. the copyright holder's name is not used to endorse products 
             built using this software without specific written permission. 

        DISCLAIMER

        This software is provided 'as is' with no explicit or implied warranties
        in respect of its properties, including, but not limited to, correctness 
        and fitness for purpose.