source: main/trunk/release-kits/shared/mac/p7z-essentials/DOCS/License.txt@ 30095

Last change on this file since 30095 was 30095, checked in by ak19, 9 years ago

We've decided to include a JRE for Mac Greenstone binaries, since later versions of Macs (like Yosemite) do not come with Java. Adding the generated jre 1.7.0_79 self-extracting binary and its related p7z component. Jeremy had long ago compiled up the p7z-essentials binaries 7za and 7zCon.sfx on the Mac that are necessary for generating the Mac self-extracting jre binary.

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