Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(65)

Side by Side Diff: tools/win/toolchain/7z/LICENSE

Issue 195873007: Remove old VS2010 toolchain script (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « tools/win/toolchain/7z/7z.exe ('k') | tools/win/toolchain/toolchain.py » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 7-Zip
2 ~~~~~
3 License for use and distribution
4 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
5
6 7-Zip Copyright (C) 1999-2012 Igor Pavlov.
7
8 Licenses for files are:
9
10 1) 7z.dll: 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 Note:
18 You can use 7-Zip on any computer, including a computer in a commercial
19 organization. You don't need to register or pay for 7-Zip.
20
21
22 GNU LGPL information
23 --------------------
24
25 This library is free software; you can redistribute it and/or
26 modify it under the terms of the GNU Lesser General Public
27 License as published by the Free Software Foundation; either
28 version 2.1 of the License, or (at your option) any later version.
29
30 This library is distributed in the hope that it will be useful,
31 but WITHOUT ANY WARRANTY; without even the implied warranty of
32 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
33 Lesser General Public License for more details.
34
35 You can receive a copy of the GNU Lesser General Public License from
36 http://www.gnu.org/
37
38
39 unRAR restriction
40 -----------------
41
42 The decompression engine for RAR archives was developed using source
43 code of unRAR program.
44 All copyrights to original unRAR code are owned by Alexander Roshal.
45
46 The license for original unRAR code has the following restriction:
47
48 The unRAR sources cannot be used to re-create the RAR compression algorith m,
49 which is proprietary. Distribution of modified unRAR sources in separate f orm
50 or as a part of other software is permitted, provided that it is clearly
51 stated in the documentation and source comments that the code may
52 not be used to develop a RAR (WinRAR) compatible archiver.
53
54
55 --
56 Igor Pavlov
57
OLDNEW
« no previous file with comments | « tools/win/toolchain/7z/7z.exe ('k') | tools/win/toolchain/toolchain.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698