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

Side by Side Diff: NSIS/COPYING

Issue 1803002: Add NSIS (used to package CygWin and SDK) in third_party. (Closed) Base URL: http://nativeclient.googlecode.com/svn/trunk/src/third_party/
Patch Set: '' Created 10 years, 8 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 | « no previous file | NSIS/README.nativeclient » ('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 COPYRIGHT
2 ---------
3
4 Copyright (C) 1995-2009 Contributors
5
6 More detailed copyright information can be found in the individual source code f iles.
7
8 APPLICABLE LICENSES
9 -------------------
10
11 * All NSIS source code, plug-ins, documentation, examples, header files and grap hics, with the exception of the compression modules and where otherwise noted, a re licensed under the zlib/libpng license.
12
13 * The zlib compression module for NSIS is licensed under the zlib/libpng license .
14
15 * The bzip2 compression module for NSIS is licensed under the bzip2 license.
16
17 * The LZMA compression module for NSIS is licensed under the Common Public Licen se version 1.0.
18
19 ZLIB/LIBPNG LICENSE
20 -------------------
21
22 This software is provided 'as-is', without any express or implied warranty. In n o event will the authors be held liable for any damages arising from the use of this software.
23
24 Permission is granted to anyone to use this software for any purpose, including commercial applications, and to alter it and redistribute it freely, subject to the following restrictions:
25
26 1. The origin of this software must not be misrepresented; you must not cl aim that you wrote the original software. If you use this software in a product, an acknowledgment in the product documentation would be appreciated but is not required.
27
28 2. Altered source versions must be plainly marked as such, and must not be misrepresented as being the original software.
29
30 3. This notice may not be removed or altered from any source distribution.
31
32 BZIP2 LICENSE
33 -------------
34
35 This program, "bzip2" and associated library "libbzip2", are copyright (C) 1996- 2000 Julian R Seward. All rights reserved.
36
37 Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
38
39 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
40
41 2. The origin of this software must not be misrepresented; you must not cl aim that you wrote the original software. If you use this software in a product, an acknowledgment in the product documentation would be appreciated but is not required.
42
43 3. Altered source versions must be plainly marked as such, and must not be misrepresented as being the original software.
44
45 4. The name of the author may not be used to endorse or promote products d erived from this software without specific prior written permission.
46
47 THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR IMPLIED WAR RANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILIT Y AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE AUT HOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSE QUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER C AUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF TH IS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
48
49 Julian Seward, Cambridge, UK.
50
51 jseward@acm.org
52
53 COMMON PUBLIC LICENSE VERSION 1.0
54 ---------------------------------
55
56 THE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS COMMON PUBLIC LICEN SE ("AGREEMENT"). ANY USE, REPRODUCTION OR DISTRIBUTION OF THE PROGRAM CONSTITUT ES RECIPIENT'S ACCEPTANCE OF THIS AGREEMENT.
57
58 1. DEFINITIONS
59
60 "Contribution" means:
61
62 a) in the case of the initial Contributor, the initial code and documentat ion distributed under this Agreement, and
63 b) in the case of each subsequent Contributor:
64
65 i) changes to the Program, and
66
67 ii) additions to the Program;
68
69 where such changes and/or additions to the Program originate from and are distributed by that particular Contributor. A Contribution 'originates' from a C ontributor if it was added to the Program by such Contributor itself or anyone a cting on such Contributor's behalf. Contributions do not include additions to th e Program which: (i) are separate modules of software distributed in conjunction with the Program under their own license agreement, and (ii) are not derivative works of the Program.
70
71 "Contributor" means any person or entity that distributes the Program.
72
73 "Licensed Patents " mean patent claims licensable by a Contributor which are nec essarily infringed by the use or sale of its Contribution alone or when combined with the Program.
74
75 "Program" means the Contributions distributed in accordance with this Agreement.
76
77 "Recipient" means anyone who receives the Program under this Agreement, includin g all Contributors.
78
79 2. GRANT OF RIGHTS
80
81 a) Subject to the terms of this Agreement, each Contributor hereby grants Recipient a non-exclusive, worldwide, royalty-free copyright license to reproduc e, prepare derivative works of, publicly display, publicly perform, distribute a nd sublicense the Contribution of such Contributor, if any, and such derivative works, in source code and object code form.
82
83 b) Subject to the terms of this Agreement, each Contributor hereby grants Recipient a non-exclusive, worldwide, royalty-free patent license under Licensed Patents to make, use, sell, offer to sell, import and otherwise transfer the Co ntribution of such Contributor, if any, in source code and object code form. Thi s patent license shall apply to the combination of the Contribution and the Prog ram if, at the time the Contribution is added by the Contributor, such addition of the Contribution causes such combination to be covered by the Licensed Patent s. The patent license shall not apply to any other combinations which include th e Contribution. No hardware per se is licensed hereunder.
84
85 c) Recipient understands that although each Contributor grants the license s to its Contributions set forth herein, no assurances are provided by any Contr ibutor that the Program does not infringe the patent or other intellectual prope rty rights of any other entity. Each Contributor disclaims any liability to Reci pient for claims brought by any other entity based on infringement of intellectu al property rights or otherwise. As a condition to exercising the rights and lic enses granted hereunder, each Recipient hereby assumes sole responsibility to se cure any other intellectual property rights needed, if any. For example, if a th ird party patent license is required to allow Recipient to distribute the Progra m, it is Recipient's responsibility to acquire that license before distributing the Program.
86
87 d) Each Contributor represents that to its knowledge it has sufficient cop yright rights in its Contribution, if any, to grant the copyright license set fo rth in this Agreement.
88
89 3. REQUIREMENTS
90
91 A Contributor may choose to distribute the Program in object code form under its own license agreement, provided that:
92
93 a) it complies with the terms and conditions of this Agreement; and
94
95 b) its license agreement:
96
97 i) effectively disclaims on behalf of all Contributors all warranties and conditions, express and implied, including warranties or conditions of title and non-infringement, and implied warranties or conditions of merchantability and f itness for a particular purpose;
98
99 ii) effectively excludes on behalf of all Contributors all liability for d amages, including direct, indirect, special, incidental and consequential damage s, such as lost profits;
100
101 iii) states that any provisions which differ from this Agreement are offer ed by that Contributor alone and not by any other party; and
102
103 iv) states that source code for the Program is available from such Contrib utor, and informs licensees how to obtain it in a reasonable manner on or throug h a medium customarily used for software exchange.
104
105 When the Program is made available in source code form:
106
107 a) it must be made available under this Agreement; and
108
109 b) a copy of this Agreement must be included with each copy of the Program .
110
111 Contributors may not remove or alter any copyright notices contained within the Program.
112
113 Each Contributor must identify itself as the originator of its Contribution, if any, in a manner that reasonably allows subsequent Recipients to identify the or iginator of the Contribution.
114
115 4. COMMERCIAL DISTRIBUTION
116
117 Commercial distributors of software may accept certain responsibilities with res pect to end users, business partners and the like. While this license is intende d to facilitate the commercial use of the Program, the Contributor who includes the Program in a commercial product offering should do so in a manner which does not create potential liability for other Contributors. Therefore, if a Contribu tor includes the Program in a commercial product offering, such Contributor ("Co mmercial Contributor") hereby agrees to defend and indemnify every other Contrib utor ("Indemnified Contributor") against any losses, damages and costs (collecti vely "Losses") arising from claims, lawsuits and other legal actions brought by a third party against the Indemnified Contributor to the extent caused by the ac ts or omissions of such Commercial Contributor in connection with its distributi on of the Program in a commercial product offering. The obligations in this sect ion do not apply to any claims or Losses relating to any actual or alleged intel lectual property infringement. In order to qualify, an Indemnified Contributor m ust: a) promptly notify the Commercial Contributor in writing of such claim, and b) allow the Commercial Contributor to control, and cooperate with the Commerci al Contributor in, the defense and any related settlement negotiations. The Inde mnified Contributor may participate in any such claim at its own expense.
118
119 For example, a Contributor might include the Program in a commercial product off ering, Product X. That Contributor is then a Commercial Contributor. If that Com mercial Contributor then makes performance claims, or offers warranties related to Product X, those performance claims and warranties are such Commercial Contri butor's responsibility alone. Under this section, the Commercial Contributor wou ld have to defend claims against the other Contributors related to those perform ance claims and warranties, and if a court requires any other Contributor to pay any damages as a result, the Commercial Contributor must pay those damages.
120
121 5. NO WARRANTY
122
123 EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, THE PROGRAM IS PROVIDED ON AN " AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, EITHER EXPRESS OR IM PLIED INCLUDING, WITHOUT LIMITATION, ANY WARRANTIES OR CONDITIONS OF TITLE, NON- INFRINGEMENT, MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Each Recipien t is solely responsible for determining the appropriateness of using and distrib uting the Program and assumes all risks associated with its exercise of rights u nder this Agreement, including but not limited to the risks and costs of program errors, compliance with applicable laws, damage to or loss of data, programs or equipment, and unavailability or interruption of operations.
124
125 6. DISCLAIMER OF LIABILITY
126
127 EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, NEITHER RECIPIENT NOR ANY CONTR IBUTORS SHALL HAVE ANY LIABILITY FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING WITHOUT LIMITATION LOST PROFITS), HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIAB ILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OR DISTRIBUTION OF THE PROGRAM OR THE EXERCISE OF ANY RIGHTS GRANTED HEREUN DER, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
128
129 7. GENERAL
130
131 If any provision of this Agreement is invalid or unenforceable under applicable law, it shall not affect the validity or enforceability of the remainder of the terms of this Agreement, and without further action by the parties hereto, such provision shall be reformed to the minimum extent necessary to make such provisi on valid and enforceable.
132
133 If Recipient institutes patent litigation against a Contributor with respect to a patent applicable to software (including a cross-claim or counterclaim in a la wsuit), then any patent licenses granted by that Contributor to such Recipient u nder this Agreement shall terminate as of the date such litigation is filed. In addition, if Recipient institutes patent litigation against any entity (includin g a cross-claim or counterclaim in a lawsuit) alleging that the Program itself ( excluding combinations of the Program with other software or hardware) infringes such Recipient's patent(s), then such Recipient's rights granted under Section 2(b) shall terminate as of the date such litigation is filed.
134
135 All Recipient's rights under this Agreement shall terminate if it fails to compl y with any of the material terms or conditions of this Agreement and does not cu re such failure in a reasonable period of time after becoming aware of such nonc ompliance. If all Recipient's rights under this Agreement terminate, Recipient a grees to cease use and distribution of the Program as soon as reasonably practic able. However, Recipient's obligations under this Agreement and any licenses gra nted by Recipient relating to the Program shall continue and survive.
136
137 Everyone is permitted to copy and distribute copies of this Agreement, but in or der to avoid inconsistency the Agreement is copyrighted and may only be modified in the following manner. The Agreement Steward reserves the right to publish ne w versions (including revisions) of this Agreement from time to time. No one oth er than the Agreement Steward has the right to modify this Agreement. IBM is the initial Agreement Steward. IBM may assign the responsibility to serve as the Ag reement Steward to a suitable separate entity. Each new version of the Agreement will be given a distinguishing version number. The Program (including Contribut ions) may always be distributed subject to the version of the Agreement under wh ich it was received. In addition, after a new version of the Agreement is publis hed, Contributor may elect to distribute the Program (including its Contribution s) under the new version. Except as expressly stated in Sections 2(a) and 2(b) a bove, Recipient receives no rights or licenses to the intellectual property of a ny Contributor under this Agreement, whether expressly, by implication, estoppel or otherwise. All rights in the Program not expressly granted under this Agreem ent are reserved.
138
139 This Agreement is governed by the laws of the State of New York and the intellec tual property laws of the United States of America. No party to this Agreement w ill bring a legal action under this Agreement more than one year after the cause of action arose. Each party waives its rights to a jury trial in any resulting litigation.
140
141 SPECIAL EXCEPTION FOR LZMA COMPRESSION MODULE
142 ---------------------------------------------
143
144 Igor Pavlov and Amir Szekely, the authors of the LZMA compression module for NSI S, expressly permit you to statically or dynamically link your code (or bind by name) to the files from the LZMA compression module for NSIS without subjecting your linked code to the terms of the Common Public license version 1.0. Any modi fications or additions to files from the LZMA compression module for NSIS, howev er, are subject to the terms of the Common Public License version 1.0.
OLDNEW
« no previous file with comments | « no previous file | NSIS/README.nativeclient » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698