aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/licenses-solaris.txt
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/newview/licenses-solaris.txt')
-rw-r--r--linden/indra/newview/licenses-solaris.txt516
1 files changed, 516 insertions, 0 deletions
diff --git a/linden/indra/newview/licenses-solaris.txt b/linden/indra/newview/licenses-solaris.txt
new file mode 100644
index 0000000..a0dc048
--- /dev/null
+++ b/linden/indra/newview/licenses-solaris.txt
@@ -0,0 +1,516 @@
1===========
2APR License
3===========
4
5Copyright 2000-2004 The Apache Software Foundation
6
7Licensed under the Apache License, Version 2.0 (the "License");
8you may not use this file except in compliance with the License.
9You may obtain a copy of the License at
10
11 http://www.apache.org/licenses/LICENSE-2.0
12
13Unless required by applicable law or agreed to in writing, software
14distributed under the License is distributed on an "AS IS" BASIS,
15WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16See the License for the specific language governing permissions and
17limitations under the License.
18
19==============
20Base32 License
21==============
22
23 * Copyright (c) 2006 Christian Biere <christianbiere@gmx.de>
24 * All rights reserved.
25 *
26 * Redistribution and use in source and binary forms, with or without
27 * modification, are permitted provided that the following conditions
28 * are met:
29 *
30 * 1. Redistributions of source code must retain the above copyright
31 * notice, this list of conditions and the following disclaimer.
32 * 2. Redistributions in binary form must reproduce the above copyright
33 * notice, this list of conditions and the following disclaimer in the
34 * documentation and/or other materials provided with the distribution.
35 * 3. Neither the name of the authors nor the names of its contributors
36 * may be used to endorse or promote products derived from this software
37 * without specific prior written permission.
38 *
39 * THIS SOFTWARE IS PROVIDED BY THE AUTHORS AND CONTRIBUTORS ``AS IS'' AND
40 * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
41 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
42 * ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
43 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
44 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
45 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
46 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
47 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
48 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
49 * SUCH DAMAGE.
50
51==========
52Cg License
53==========
54
55Copyright (c) 2002, NVIDIA Corporation.
56
57
58
59NVIDIA Corporation("NVIDIA") supplies this software to you in consideration
60of your agreement to the following terms, and your use, installation,
61modification or redistribution of this NVIDIA software constitutes
62acceptance of these terms. If you do not agree with these terms, please do
63not use, install, modify or redistribute this NVIDIA software.
64
65
66
67In consideration of your agreement to abide by the following terms, and
68subject to these terms, NVIDIA grants you a personal, non-exclusive license,
69under NVIDIA's copyrights in this original NVIDIA software (the "NVIDIA
70Software"), to use, reproduce, modify and redistribute the NVIDIA
71Software, with or without modifications, in source and/or binary forms;
72provided that if you redistribute the NVIDIA Software, you must retain the
73copyright notice of NVIDIA, this notice and the following text and
74disclaimers in all such redistributions of the NVIDIA Software. Neither the
75name, trademarks, service marks nor logos of NVIDIA Corporation may be used
76to endorse or promote products derived from the NVIDIA Software without
77specific prior written permission from NVIDIA. Except as expressly stated
78in this notice, no other rights or licenses express or implied, are granted
79by NVIDIA herein, including but not limited to any patent rights that may be
80infringed by your derivative works or by other works in which the NVIDIA
81Software may be incorporated. No hardware is licensed hereunder.
82
83
84
85THE NVIDIA SOFTWARE IS BEING PROVIDED ON AN "AS IS" BASIS, WITHOUT
86WARRANTIES OR CONDITIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING
87WITHOUT LIMITATION, WARRANTIES OR CONDITIONS OF TITLE, NON-INFRINGEMENT,
88MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, OR ITS USE AND OPERATION
89EITHER ALONE OR IN COMBINATION WITH OTHER PRODUCTS.
90
91
92
93IN NO EVENT SHALL NVIDIA BE LIABLE FOR ANY SPECIAL, INDIRECT, INCIDENTAL,
94EXEMPLARY, CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, LOST
95PROFITS; PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
96PROFITS; OR BUSINESS INTERRUPTION) OR ARISING IN ANY WAY OUT OF THE USE,
97REPRODUCTION, MODIFICATION AND/OR DISTRIBUTION OF THE NVIDIA SOFTWARE,
98HOWEVER CAUSED AND WHETHER UNDER THEORY OF CONTRACT, TORT (INCLUDING
99NEGLIGENCE), STRICT LIABILITY OR OTHERWISE, EVEN IF NVIDIA HAS BEEN ADVISED
100OF THE POSSIBILITY OF SUCH DAMAGE.
101
102
103============
104cURL License
105============
106
107COPYRIGHT AND PERMISSION NOTICE
108
109Copyright (c) 1996 - 2002, Daniel Stenberg, <daniel@haxx.se>.
110
111All rights reserved.
112
113Permission to use, copy, modify, and distribute this software for any purpose
114with or without fee is hereby granted, provided that the above copyright
115notice and this permission notice appear in all copies.
116
117THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
118IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
119FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF THIRD PARTY RIGHTS. IN
120NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
121DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
122OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE
123OR OTHER DEALINGS IN THE SOFTWARE.
124
125Except as contained in this notice, the name of a copyright holder shall not
126be used in advertising or otherwise to promote the sale, use or other dealings
127in this Software without prior written authorization of the copyright holder.
128
129
130=============
131expat License
132=============
133
134Copyright (c) 1998, 1999, 2000 Thai Open Source Software Center Ltd
135
136Permission is hereby granted, free of charge, to any person obtaining
137a copy of this software and associated documentation files (the
138"Software"), to deal in the Software without restriction, including
139without limitation the rights to use, copy, modify, merge, publish,
140distribute, sublicense, and/or sell copies of the Software, and to
141permit persons to whom the Software is furnished to do so, subject to
142the following conditions:
143
144The above copyright notice and this permission notice shall be included
145in all copies or substantial portions of the Software.
146
147THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
148EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
149MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
150IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
151CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
152TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
153SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
154
155================
156FreeType License
157================
158
159Portions of this software are copyright (c) 2003 The FreeType
160Project (www.freetype.org). All rights reserved.
161
162==========================
163FSI FontShop International
164==========================
165
166Certain of the fonts in the Meta family of copyrighted typefaces are
167used in Second Life under license from FSI FontShop
168International. Copies of such Meta fonts that are included in the
169Viewer are not themselves open source and are not available under the
170GPL license, and they may not be copied. Developers may use those
171fonts solely to the extent necessary to use or customize the Linden
172Software in Second Life and to develop and distribute content solely
173for use in the Second Life environment, and for no other purposes.
174Second Life developers who wish to make other uses of Meta fonts must
175obtain a license from FSI FontShop International at www.fontfont.com.
176
177==========
178GL License
179==========
180
181Mesa 3-D graphics library
182Version: 6.2
183
184Copyright (C) 1999-2004 Brian Paul All Rights Reserved.
185
186Permission is hereby granted, free of charge, to any person obtaining a
187copy of this software and associated documentation files (the "Software"),
188to deal in the Software without restriction, including without limitation
189the rights to use, copy, modify, merge, publish, distribute, sublicense,
190and/or sell copies of the Software, and to permit persons to whom the
191Software is furnished to do so, subject to the following conditions:
192
193The above copyright notice and this permission notice shall be included
194in all copies or substantial portions of the Software.
195
196THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
197OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
198FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
199BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
200AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
201CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
202
203=======================
204JPEG Library 6b License
205=======================
206
207This software is based in part on the work of the Independent JPEG Group
208
209================
210JPEG2000 License
211================
212
213Copyright 2001, David Taubman, The University of New South Wales (UNSW)
214The copyright owner is Unisearch Ltd, Australia (commercial arm of UNSW)
215Neither this copyright statement, nor the licensing details below
216may be removed from this file or dissociated from its contents.
217
218Licensee: Linden Research, Inc.
219License number: 00024
220The licensee has been granted a COMMERCIAL license to the contents of
221this source file. A brief summary of this license appears below. This
222summary is not to be relied upon in preference to the full text of the
223license agreement, accepted at purchase of the license.
2241. The Licensee has the right to Commercial Use of the Kakadu software,
225 including distribution of one or more Applications built using the
226 software.
2272. The Licensee has the right to Internal Use of the Kakadu software,
228 including use by employees of the Licensee or an Affiliate for the
229 purpose of performing services on behalf of the Licensee or Affiliate,
230 or in the performance of services for Third Parties who engage Licensee
231 or an Affiliate for such services.
2323. The Licensee has the right to distribute Reusable Code (including
233 source code and dynamically or statically linked libraries) to a Third
234 Party, provided the Third Party possesses a license to use the Kakadu
235 software.
236
237==================
238ogg/vorbis License
239==================
240
241Copyright (c) 2001, Xiphophorus
242
243Redistribution and use in source and binary forms, with or without
244modification, are permitted provided that the following conditions
245are met:
246
247- Redistributions of source code must retain the above copyright
248notice, this list of conditions and the following disclaimer.
249
250- Redistributions in binary form must reproduce the above copyright
251notice, this list of conditions and the following disclaimer in the
252documentation and/or other materials provided with the distribution.
253
254- Neither the name of the Xiphophorus nor the names of its contributors
255may be used to endorse or promote products derived from this software
256without specific prior written permission.
257
258THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
259``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
260LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
261A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR
262CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
263EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
264PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
265PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
266LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
267NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
268SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
269
270
271===========
272SDL License
273===========
274
275SDL - Simple DirectMedia Layer
276Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002 Sam Lantinga
277
278This library is free software; you can redistribute it and/or
279modify it under the terms of the GNU Library General Public
280License as published by the Free Software Foundation; either
281version 2 of the License, or (at your option) any later version.
282
283This library is distributed in the hope that it will be useful,
284but WITHOUT ANY WARRANTY; without even the implied warranty of
285MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
286Library General Public License for more details.
287
288You should have received a copy of the GNU Library General Public
289License along with this library; if not, write to the Free
290Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
291
292Sam Lantinga
293slouken@libsdl.org
294
295The GNU Library GPL is available at http://www.gnu.org/copyleft/lesser.html
296
297=============
298ELFIO License
299=============
300
301ELFIO.h - ELF reader and producer.
302Copyright (C) 2001 Serge Lamikhov-Center <to_serge@users.sourceforge.net>
303
304This library is free software; you can redistribute it and/or
305modify it under the terms of the GNU Lesser General Public
306License as published by the Free Software Foundation; either
307version 2.1 of the License, or (at your option) any later version.
308
309This library is distributed in the hope that it will be useful,
310but WITHOUT ANY WARRANTY; without even the implied warranty of
311MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
312Lesser General Public License for more details.
313
314You should have received a copy of the GNU Lesser General Public
315License along with this library; if not, write to the Free Software
316Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
317
318The GNU Library GPL is available at http://www.gnu.org/copyleft/lesser.html
319
320===============
321OpenSSL License
322===============
323
324Copyright (c) 1998-2002 The OpenSSL Project. All rights reserved.
325
326Redistribution and use in source and binary forms, with or without
327modification, are permitted provided that the following conditions
328are met:
329
3301. Redistributions of source code must retain the above copyright
331 notice, this list of conditions and the following disclaimer.
332
3332. Redistributions in binary form must reproduce the above copyright
334 notice, this list of conditions and the following disclaimer in
335 the documentation and/or other materials provided with the
336 distribution.
337
3383. All advertising materials mentioning features or use of this
339 software must display the following acknowledgment:
340 "This product includes software developed by the OpenSSL Project
341 for use in the OpenSSL Toolkit. (http://www.openssl.org/)"
342
3434. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to
344 endorse or promote products derived from this software without
345 prior written permission. For written permission, please contact
346 openssl-core@openssl.org.
347
3485. Products derived from this software may not be called "OpenSSL"
349 nor may "OpenSSL" appear in their names without prior written
350 permission of the OpenSSL Project.
351
3526. Redistributions of any form whatsoever must retain the following
353 acknowledgment:
354 "This product includes software developed by the OpenSSL Project
355 for use in the OpenSSL Toolkit (http://www.openssl.org/)"
356
357THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY
358EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
359IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
360PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR
361ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
362SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
363NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
364LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
365HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
366STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
367ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
368OF THE POSSIBILITY OF SUCH DAMAGE.
369====================================================================
370
371This product includes cryptographic software written by Eric Young
372(eay@cryptsoft.com). This product includes software written by Tim
373Hudson (tjh@cryptsoft.com).
374
375
376
377=======================
378Original SSLeay License
379=======================
380
381Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
382All rights reserved.
383
384This package is an SSL implementation written
385by Eric Young (eay@cryptsoft.com).
386The implementation was written so as to conform with Netscapes SSL.
387
388This library is free for commercial and non-commercial use as long as
389the following conditions are aheared to. The following conditions
390apply to all code found in this distribution, be it the RC4, RSA,
391lhash, DES, etc., code; not just the SSL code. The SSL documentation
392included with this distribution is covered by the same copyright terms
393except that the holder is Tim Hudson (tjh@cryptsoft.com).
394
395Copyright remains Eric Young's, and as such any Copyright notices in
396the code are not to be removed.
397If this package is used in a product, Eric Young should be given attribution
398as the author of the parts of the library used.
399This can be in the form of a textual message at program startup or
400in documentation (online or textual) provided with the package.
401
402Redistribution and use in source and binary forms, with or without
403modification, are permitted provided that the following conditions
404are met:
4051. Redistributions of source code must retain the copyright
406 notice, this list of conditions and the following disclaimer.
4072. Redistributions in binary form must reproduce the above copyright
408 notice, this list of conditions and the following disclaimer in the
409 documentation and/or other materials provided with the distribution.
4103. All advertising materials mentioning features or use of this software
411 must display the following acknowledgement:
412 "This product includes cryptographic software written by
413 Eric Young (eay@cryptsoft.com)"
414 The word 'cryptographic' can be left out if the rouines from the library
415 being used are not cryptographic related :-).
4164. If you include any Windows specific code (or a derivative thereof) from
417 the apps directory (application code) you must include an acknowledgement:
418 "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
419
420THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
421ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
422IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
423ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
424FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
425DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
426OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
427HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
428LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
429OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
430SUCH DAMAGE.
431
432The licence and distribution terms for any publically available version or
433derivative of this code cannot be changed. i.e. this code cannot simply be
434copied and put under another distribution licence
435[including the GNU Public Licence.]
436
437
438==================
439xmlrpc-epi License
440==================
441
442Copyright 2000 Epinions, Inc.
443
444Subject to the following 3 conditions, Epinions, Inc. permits you, free of charge, to (a) use, copy, distribute, modify, perform and display this software and associated documentation files (the "Software"), and (b) permit others to whom the Software is furnished to do so as well.
445
4461) The above copyright notice and this permission notice shall be included without modification in all copies or substantial portions of the Software.
447
4482) THE SOFTWARE IS PROVIDED "AS IS", WITHOUT ANY WARRANTY OR CONDITION OF ANY KIND, EXPRESS, IMPLIED OR STATUTORY, INCLUDING WITHOUT LIMITATION ANY IMPLIED WARRANTIES OF ACCURACY, MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE OR NONINFRINGEMENT.
449
4503) IN NO EVENT SHALL EPINIONS, INC. BE LIABLE FOR ANY DIRECT, INDIRECT, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES OR LOST PROFITS ARISING OUT OF OR IN CONNECTION WITH THE SOFTWARE (HOWEVER ARISING, INCLUDING NEGLIGENCE), EVEN IF EPINIONS, INC. IS AWARE OF THE POSSIBILITY OF SUCH DAMAGES.
451
452
453===============
454libuuid License
455===============
456
457Copyright (C) 1999, 2000, 2003, 2004 by Theodore Ts'o
458
459Redistribution and use in source and binary forms, with or without
460modification, are permitted provided that the following conditions
461are met:
4621. Redistributions of source code must retain the above copyright
463 notice, and the entire permission notice in its entirety,
464 including the disclaimer of warranties.
4652. Redistributions in binary form must reproduce the above copyright
466 notice, this list of conditions and the following disclaimer in the
467 documentation and/or other materials provided with the distribution.
4683. The name of the author may not be used to endorse or promote
469 products derived from this software without specific prior
470 written permission.
471
472THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED
473WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
474OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE, ALL OF
475WHICH ARE HEREBY DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE
476LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
477CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT
478OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
479BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
480LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
481(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE
482USE OF THIS SOFTWARE, EVEN IF NOT ADVISED OF THE POSSIBILITY OF SUCH
483DAMAGE.
484
485
486============
487zlib License
488============
489
490'zlib' general purpose compression library version 1.1.4, March 11th, 2002
491
492Copyright (C) 1995-2002 Jean-loup Gailly and Mark Adler
493
494This software is provided 'as-is', without any express or implied warranty.
495In no event will the authors be held liable for any damages arising from the
496use of this software.
497
498Permission is granted to anyone to use this software for any purpose,
499including commercial applications, and to alter it and redistribute it
500freely, subject to the following restrictions:
501
502The origin of this software must not be misrepresented; you must not claim
503that you wrote the original software. If you use this software in a product,
504an acknowledgment in the product documentation would be appreciated but is
505not required.
506
507Altered source versions must be plainly marked as such, and must not be
508misrepresented as being the original software.
509
510This notice may not be removed or altered from any source distribution.
511
512Jean-loup Gailly
513jloup@gzip.org
514
515Mark Adler
516madler@alumni.caltech.edu