comparison licenses/README.txt @ 1203:b4185dd3810f

(issue68) Added license information in new README.
author Emanuel Schuetze <emanuel@intevation.de>
date Tue, 23 Sep 2014 14:51:53 +0200
parents
children c536d031df2b
comparison
equal deleted inserted replaced
1200:7b24109c1a55 1203:b4185dd3810f
1 License of TrustBridge and their used Free Software components
2 ==============================================================
3
4 The TrustBridge source code is licensed under GPL v>=2.
5
6 The most restrictive requirements of all used packages (see below) and
7 their licenses is the GPL v==3. Thus:
8
9 +++ The TrustBridge software package (with client and administrator
10 application and all integrated components) is licensed under
11 GNU GPL v>=3 (see GPLv3.txt). +++
12
13
14 TrustBridge integrates the following Free Software components:
15
16 - Qt
17 URL: http://qt-project.org
18 License: GPL v==3
19
20 - PolarSSL
21 URL: https://polarssl.org
22 License: GPL v>=2
23
24 - Oxygen-Icons
25 URL: http://www.oxygen-icons.org
26 Lizenz: LGPL v==3
27
28
29 Used by the TrustBridge Administration application only:
30
31 - OpenSSL-based signcode utility
32 URL: http://osslsigncode.sourceforge.net
33 License: GPL v==3
34
35 - OpenSSL
36 URL: https://www.openssl.org
37 License: OpenSSL License
38
39 - NSIS
40 URL: http://nsis.sourceforge.net
41 Licsense: zlib/libpng license and Common Public License version 1.0
42 (only LZMA compression module)
43
44
45 --------------------------------------------------------------
46 License text of all used components in detail:
47
48
49 Qt
50 ==
51 Licsense: GPL v==3
52 (see GPLv3.txt)
53
54
55 PolarSSL
56 ========
57 Licsense: GPL v>=2
58 (see GPLv2.txt)
59
60
61 Oxygen-Icons
62 ============
63 Licsene: LGPL v==3
64 (see LGPLv3.txt)
65
66
67 OpenSSL-based signcode utility
68 ==============================
69 License: GPL v==3
70 (see GPLv3.txt)
71
72
73 OpenSSL
74 =======
75 License: OpenSSL License
76
77 Copyright (c) 1998-2011 The OpenSSL Project. All rights reserved.
78
79 Redistribution and use in source and binary forms, with or without
80 modification, are permitted provided that the following conditions
81 are met:
82
83 1. Redistributions of source code must retain the above copyright
84 notice, this list of conditions and the following disclaimer.
85
86 2. Redistributions in binary form must reproduce the above copyright
87 notice, this list of conditions and the following disclaimer in
88 the documentation and/or other materials provided with the
89 distribution.
90
91 3. All advertising materials mentioning features or use of this
92 software must display the following acknowledgment:
93 "This product includes software developed by the OpenSSL Project
94 for use in the OpenSSL Toolkit. (http://www.openssl.org/)"
95
96 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to
97 endorse or promote products derived from this software without
98 prior written permission. For written permission, please contact
99 openssl-core@openssl.org.
100
101 5. Products derived from this software may not be called "OpenSSL"
102 nor may "OpenSSL" appear in their names without prior written
103 permission of the OpenSSL Project.
104
105 6. Redistributions of any form whatsoever must retain the following
106 acknowledgment:
107 "This product includes software developed by the OpenSSL Project
108 for use in the OpenSSL Toolkit (http://www.openssl.org/)"
109
110 THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY
111 EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
112 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
113 PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR
114 ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
115 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
116 NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
117 LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
118 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
119 STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
120 ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
121 OF THE POSSIBILITY OF SUCH DAMAGE.
122 ====================================================================
123
124 This product includes cryptographic software written by Eric Young
125 (eay@cryptsoft.com). This product includes software written by Tim
126 Hudson (tjh@cryptsoft.com).
127
128
129 NSIS
130 ====
131 Licsense:
132 * zlib/libpng license and
133 * Common Public License version 1.0 (only LZMA compression module)
134
135 zlib/libpng license
136 -------------------
137 This software is provided 'as-is', without any express or implied
138 warranty. In no event will the authors be held liable for any damages
139 arising from the use of this software.
140
141 Permission is granted to anyone to use this software for any
142 purpose, including commercial applications, and to alter it and
143 redistribute it freely, subject to the following restrictions:
144
145 1. The origin of this software must not be misrepresented; you must
146 not claim that you wrote the original software. If you use this
147 software in a product, an acknowledgment in the product
148 documentation would be appreciated but is not required.
149 2. Altered source versions must be plainly marked as such, and
150 must not be misrepresented as being the original software.
151 3. This notice may not be removed or altered from any source
152 distribution.
153
154
155 Common Public License Version 1.0
156 ---------------------------------
157 THE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS COMMON PUBLIC
158 LICENSE ("AGREEMENT"). ANY USE, REPRODUCTION OR DISTRIBUTION OF THE PROGRAM
159 CONSTITUTES RECIPIENT'S ACCEPTANCE OF THIS AGREEMENT.
160
161 1. DEFINITIONS
162
163 "Contribution" means:
164
165 a) in the case of the initial Contributor, the initial code and
166 documentation distributed under this Agreement, and
167
168 b) in the case of each subsequent Contributor:
169
170 i) changes to the Program, and
171
172 ii) additions to the Program;
173
174 where such changes and/or additions to the Program originate from and are
175 distributed by that particular Contributor. A Contribution 'originates' from a
176 Contributor if it was added to the Program by such Contributor itself or anyone
177 acting on such Contributor's behalf. Contributions do not include additions to
178 the Program which: (i) are separate modules of software distributed in
179 conjunction with the Program under their own license agreement, and (ii) are not
180 derivative works of the Program.
181
182 "Contributor" means any person or entity that distributes the Program.
183
184 "Licensed Patents " mean patent claims licensable by a Contributor which are
185 necessarily infringed by the use or sale of its Contribution alone or when
186 combined with the Program.
187
188 "Program" means the Contributions distributed in accordance with this Agreement.
189
190 "Recipient" means anyone who receives the Program under this Agreement,
191 including all Contributors.
192
193 2. GRANT OF RIGHTS
194
195 a) Subject to the terms of this Agreement, each Contributor hereby grants
196 Recipient a non-exclusive, worldwide, royalty-free copyright license to
197 reproduce, prepare derivative works of, publicly display, publicly perform,
198 distribute and sublicense the Contribution of such Contributor, if any, and such
199 derivative works, in source code and object code form.
200
201 b) Subject to the terms of this Agreement, each Contributor hereby grants
202 Recipient a non-exclusive, worldwide, royalty-free patent license under Licensed
203 Patents to make, use, sell, offer to sell, import and otherwise transfer the
204 Contribution of such Contributor, if any, in source code and object code form.
205 This patent license shall apply to the combination of the Contribution and the
206 Program if, at the time the Contribution is added by the Contributor, such
207 addition of the Contribution causes such combination to be covered by the
208 Licensed Patents. The patent license shall not apply to any other combinations
209 which include the Contribution. No hardware per se is licensed hereunder.
210
211 c) Recipient understands that although each Contributor grants the licenses
212 to its Contributions set forth herein, no assurances are provided by any
213 Contributor that the Program does not infringe the patent or other intellectual
214 property rights of any other entity. Each Contributor disclaims any liability to
215 Recipient for claims brought by any other entity based on infringement of
216 intellectual property rights or otherwise. As a condition to exercising the
217 rights and licenses granted hereunder, each Recipient hereby assumes sole
218 responsibility to secure any other intellectual property rights needed, if any.
219 For example, if a third party patent license is required to allow Recipient to
220 distribute the Program, it is Recipient's responsibility to acquire that license
221 before distributing the Program.
222
223 d) Each Contributor represents that to its knowledge it has sufficient
224 copyright rights in its Contribution, if any, to grant the copyright license set
225 forth in this Agreement.
226
227 3. REQUIREMENTS
228
229 A Contributor may choose to distribute the Program in object code form under its
230 own license agreement, provided that:
231
232 a) it complies with the terms and conditions of this Agreement; and
233
234 b) its license agreement:
235
236 i) effectively disclaims on behalf of all Contributors all warranties and
237 conditions, express and implied, including warranties or conditions of title and
238 non-infringement, and implied warranties or conditions of merchantability and
239 fitness for a particular purpose;
240
241 ii) effectively excludes on behalf of all Contributors all liability for
242 damages, including direct, indirect, special, incidental and consequential
243 damages, such as lost profits;
244
245 iii) states that any provisions which differ from this Agreement are offered
246 by that Contributor alone and not by any other party; and
247
248 iv) states that source code for the Program is available from such
249 Contributor, and informs licensees how to obtain it in a reasonable manner on or
250 through a medium customarily used for software exchange.
251
252 When the Program is made available in source code form:
253
254 a) it must be made available under this Agreement; and
255
256 b) a copy of this Agreement must be included with each copy of the Program.
257
258 Contributors may not remove or alter any copyright notices contained within the
259 Program.
260
261 Each Contributor must identify itself as the originator of its Contribution, if
262 any, in a manner that reasonably allows subsequent Recipients to identify the
263 originator of the Contribution.
264
265 4. COMMERCIAL DISTRIBUTION
266
267 Commercial distributors of software may accept certain responsibilities with
268 respect to end users, business partners and the like. While this license is
269 intended to facilitate the commercial use of the Program, the Contributor who
270 includes the Program in a commercial product offering should do so in a manner
271 which does not create potential liability for other Contributors. Therefore, if
272 a Contributor includes the Program in a commercial product offering, such
273 Contributor ("Commercial Contributor") hereby agrees to defend and indemnify
274 every other Contributor ("Indemnified Contributor") against any losses, damages
275 and costs (collectively "Losses") arising from claims, lawsuits and other legal
276 actions brought by a third party against the Indemnified Contributor to the
277 extent caused by the acts or omissions of such Commercial Contributor in
278 connection with its distribution of the Program in a commercial product
279 offering. The obligations in this section do not apply to any claims or Losses
280 relating to any actual or alleged intellectual property infringement. In order
281 to qualify, an Indemnified Contributor must: a) promptly notify the Commercial
282 Contributor in writing of such claim, and b) allow the Commercial Contributor to
283 control, and cooperate with the Commercial Contributor in, the defense and any
284 related settlement negotiations. The Indemnified Contributor may participate in
285 any such claim at its own expense.
286
287 For example, a Contributor might include the Program in a commercial product
288 offering, Product X. That Contributor is then a Commercial Contributor. If that
289 Commercial Contributor then makes performance claims, or offers warranties
290 related to Product X, those performance claims and warranties are such
291 Commercial Contributor's responsibility alone. Under this section, the
292 Commercial Contributor would have to defend claims against the other
293 Contributors related to those performance claims and warranties, and if a court
294 requires any other Contributor to pay any damages as a result, the Commercial
295 Contributor must pay those damages.
296
297 5. NO WARRANTY
298
299 EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, THE PROGRAM IS PROVIDED ON AN
300 "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, EITHER EXPRESS OR
301 IMPLIED INCLUDING, WITHOUT LIMITATION, ANY WARRANTIES OR CONDITIONS OF TITLE,
302 NON-INFRINGEMENT, MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Each
303 Recipient is solely responsible for determining the appropriateness of using and
304 distributing the Program and assumes all risks associated with its exercise of
305 rights under this Agreement, including but not limited to the risks and costs of
306 program errors, compliance with applicable laws, damage to or loss of data,
307 programs or equipment, and unavailability or interruption of operations.
308
309 6. DISCLAIMER OF LIABILITY
310
311 EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, NEITHER RECIPIENT NOR ANY
312 CONTRIBUTORS SHALL HAVE ANY LIABILITY FOR ANY DIRECT, INDIRECT, INCIDENTAL,
313 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING WITHOUT LIMITATION LOST
314 PROFITS), HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
315 STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
316 OUT OF THE USE OR DISTRIBUTION OF THE PROGRAM OR THE EXERCISE OF ANY RIGHTS
317 GRANTED HEREUNDER, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
318
319 7. GENERAL
320
321 If any provision of this Agreement is invalid or unenforceable under applicable
322 law, it shall not affect the validity or enforceability of the remainder of the
323 terms of this Agreement, and without further action by the parties hereto, such
324 provision shall be reformed to the minimum extent necessary to make such
325 provision valid and enforceable.
326
327 If Recipient institutes patent litigation against a Contributor with respect to
328 a patent applicable to software (including a cross-claim or counterclaim in a
329 lawsuit), then any patent licenses granted by that Contributor to such Recipient
330 under this Agreement shall terminate as of the date such litigation is filed. In
331 addition, if Recipient institutes patent litigation against any entity
332 (including a cross-claim or counterclaim in a lawsuit) alleging that the Program
333 itself (excluding combinations of the Program with other software or hardware)
334 infringes such Recipient's patent(s), then such Recipient's rights granted under
335 Section 2(b) shall terminate as of the date such litigation is filed.
336
337 All Recipient's rights under this Agreement shall terminate if it fails to
338 comply with any of the material terms or conditions of this Agreement and does
339 not cure such failure in a reasonable period of time after becoming aware of
340 such noncompliance. If all Recipient's rights under this Agreement terminate,
341 Recipient agrees to cease use and distribution of the Program as soon as
342 reasonably practicable. However, Recipient's obligations under this Agreement
343 and any licenses granted by Recipient relating to the Program shall continue and
344 survive.
345
346 Everyone is permitted to copy and distribute copies of this Agreement, but in
347 order to avoid inconsistency the Agreement is copyrighted and may only be
348 modified in the following manner. The Agreement Steward reserves the right to
349 publish new versions (including revisions) of this Agreement from time to time.
350 No one other than the Agreement Steward has the right to modify this Agreement.
351 IBM is the initial Agreement Steward. IBM may assign the responsibility to serve
352 as the Agreement Steward to a suitable separate entity. Each new version of the
353 Agreement will be given a distinguishing version number. The Program (including
354 Contributions) may always be distributed subject to the version of the Agreement
355 under which it was received. In addition, after a new version of the Agreement
356 is published, Contributor may elect to distribute the Program (including its
357 Contributions) under the new version. Except as expressly stated in Sections
358 2(a) and 2(b) above, Recipient receives no rights or licenses to the
359 intellectual property of any Contributor under this Agreement, whether
360 expressly, by implication, estoppel or otherwise. All rights in the Program not
361 expressly granted under this Agreement are reserved.
362
363 This Agreement is governed by the laws of the State of New York and the
364 intellectual property laws of the United States of America. No party to this
365 Agreement will bring a legal action under this Agreement more than one year
366 after the cause of action arose. Each party waives its rights to a jury trial in
367 any resulting litigation.
368
369
370 Special exception for LZMA compression module
371 ---------------------------------------------
372 Igor Pavlov and Amir Szekely, the authors of the LZMA compression
373 module for NSIS, expressly permit you to statically or dynamically
374 link your code (or bind by name) to the files from the LZMA
375 compression module for NSIS without subjecting your linked code to the
376 terms of the Common Public license version 1.0. Any modifications or
377 additions to files from the LZMA compression module for NSIS, however,
378 are subject to the terms of the Common Public License version 1.0.
379

http://wald.intevation.org/projects/trustbridge/