1Copyright © 2005-2014 Rich Felker, et al.
2
3Permission is hereby granted, free of charge, to any person obtaining
4a copy of this software and associated documentation files (the
5"Software"), to deal in the Software without restriction, including
6without limitation the rights to use, copy, modify, merge, publish,
7distribute, sublicense, and/or sell copies of the Software, and to
8permit persons to whom the Software is furnished to do so, subject to
9the following conditions:
10
11The above copyright notice and this permission notice shall be
12included in all copies or substantial portions of the Software.
13
14THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
15EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
16MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
17IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
18CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
19TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
20SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
21
22-------------------------------------------------------------------
23
24Portions of src/math/
25
26Copyright (c) 2005 David Schultz <[email protected]>
27All rights reserved.
28
29Redistribution and use in source and binary forms, with or without
30modification, are permitted provided that the following conditions
31are met:
321. Redistributions of source code must retain the above copyright
33   notice, this list of conditions and the following disclaimer.
342. Redistributions in binary form must reproduce the above copyright
35   notice, this list of conditions and the following disclaimer in the
36   documentation and/or other materials provided with the distribution.
37
38THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
39ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
40IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
41ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
42FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
43DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
44OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
45HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
46LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
47OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
48SUCH DAMAGE.
49
50-------------------------------------------------------------------
51
52Portions of src/complex/
53
54Copyright (c) 2007 David Schultz <[email protected]>
55All rights reserved.
56
57Redistribution and use in source and binary forms, with or without
58modification, are permitted provided that the following conditions
59are met:
601. Redistributions of source code must retain the above copyright
61   notice, this list of conditions and the following disclaimer.
622. Redistributions in binary form must reproduce the above copyright
63   notice, this list of conditions and the following disclaimer in the
64   documentation and/or other materials provided with the distribution.
65
66THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
67ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
68IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
69ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
70FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
71DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
72OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
73HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
74LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
75OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
76SUCH DAMAGE.
77
78-------------------------------------------------------------------
79
80Portions of src/math/
81
82Copyright (c) 2005-2008 David Schultz <[email protected]>
83All rights reserved.
84
85Redistribution and use in source and binary forms, with or without
86modification, are permitted provided that the following conditions
87are met:
881. Redistributions of source code must retain the above copyright
89   notice, this list of conditions and the following disclaimer.
902. Redistributions in binary form must reproduce the above copyright
91   notice, this list of conditions and the following disclaimer in the
92   documentation and/or other materials provided with the distribution.
93
94THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
95ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
96IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
97ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
98FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
99DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
100OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
101HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
102LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
103OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
104SUCH DAMAGE.
105
106-------------------------------------------------------------------
107
108Portions of src/math/
109
110Copyright (c) 2005-2011 David Schultz <[email protected]>
111All rights reserved.
112
113Redistribution and use in source and binary forms, with or without
114modification, are permitted provided that the following conditions
115are met:
1161. Redistributions of source code must retain the above copyright
117   notice, this list of conditions and the following disclaimer.
1182. Redistributions in binary form must reproduce the above copyright
119   notice, this list of conditions and the following disclaimer in the
120   documentation and/or other materials provided with the distribution.
121
122THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
123ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
124IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
125ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
126FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
127DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
128OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
129HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
130LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
131OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
132SUCH DAMAGE.
133
134-------------------------------------------------------------------
135
136Portions of src/complex/
137
138Copyright (c) 2011 David Schultz
139All rights reserved.
140
141Redistribution and use in source and binary forms, with or without
142modification, are permitted provided that the following conditions
143are met:
1441. Redistributions of source code must retain the above copyright
145   notice unmodified, this list of conditions, and the following
146   disclaimer.
1472. Redistributions in binary form must reproduce the above copyright
148   notice, this list of conditions and the following disclaimer in the
149   documentation and/or other materials provided with the distribution.
150
151THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
152IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
153OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
154IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
155INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
156NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
157DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
158THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
159(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
160THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
161
162-------------------------------------------------------------------
163
164Portions of src/complex/
165
166Copyright (c) 2011 David Schultz <[email protected]>
167All rights reserved.
168
169Redistribution and use in source and binary forms, with or without
170modification, are permitted provided that the following conditions
171are met:
1721. Redistributions of source code must retain the above copyright
173   notice, this list of conditions and the following disclaimer.
1742. Redistributions in binary form must reproduce the above copyright
175   notice, this list of conditions and the following disclaimer in the
176   documentation and/or other materials provided with the distribution.
177
178THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
179ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
180IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
181ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
182FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
183DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
184OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
185HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
186LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
187OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
188SUCH DAMAGE.
189
190-------------------------------------------------------------------
191
192Portions of src/complex/
193
194Copyright (c) 2005 Bruce D. Evans and Steven G. Kargl
195All rights reserved.
196
197Redistribution and use in source and binary forms, with or without
198modification, are permitted provided that the following conditions
199are met:
2001. Redistributions of source code must retain the above copyright
201   notice unmodified, this list of conditions, and the following
202   disclaimer.
2032. Redistributions in binary form must reproduce the above copyright
204   notice, this list of conditions and the following disclaimer in the
205   documentation and/or other materials provided with the distribution.
206
207THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
208IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
209OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
210IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
211INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
212NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
213DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
214THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
215(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
216THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
217
218-------------------------------------------------------------------
219
220Portions of src/math/
221
222Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved.
223Copyright (c) 2008 Steven G. Kargl, David Schultz, Bruce D. Evans.
224
225Developed at SunSoft, a Sun Microsystems, Inc. business.
226Permission to use, copy, modify, and distribute this
227software is freely granted, provided that this notice
228is preserved.
229
230-------------------------------------------------------------------
231
232Portions of src/math/
233
234Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved.
235Copyright (c) 2009-2011, Bruce D. Evans, Steven G. Kargl, David Schultz.
236
237Developed at SunPro, a Sun Microsystems, Inc. business.
238Permission to use, copy, modify, and distribute this
239software is freely granted, provided that this notice
240is preserved.
241
242-------------------------------------------------------------------
243
244Portions of src/complex/
245
246Copyright (c) 2008 Stephen L. Moshier <[email protected]>
247
248Permission to use, copy, modify, and distribute this software for any
249purpose with or without fee is hereby granted, provided that the above
250copyright notice and this permission notice appear in all copies.
251
252THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
253WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
254MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
255ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
256WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
257ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
258OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
259
260-------------------------------------------------------------------
261
262Portions of src/math/ and src/internal/
263
264Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved.
265
266Developed at SunPro, a Sun Microsystems, Inc. business.
267Permission to use, copy, modify, and distribute this
268software is freely granted, provided that this notice
269is preserved.
270
271-------------------------------------------------------------------
272
273Portions of src/math/
274
275Copyright (C) 2004 by Sun Microsystems, Inc. All rights reserved.
276
277Permission to use, copy, modify, and distribute this
278software is freely granted, provided that this notice
279is preserved.
280
281-------------------------------------------------------------------
282
283Portions of src/math/
284
285Copyright 2004 Sun Microsystems, Inc.  All Rights Reserved.
286
287Permission to use, copy, modify, and distribute this
288software is freely granted, provided that this notice
289is preserved.
290
291-------------------------------------------------------------------
292
293Files: src/crypt/crypt_des.c
294
295Copyright (c) 1994 David Burren
296Copyright (c) 2000,2002,2010,2012 Solar Designer
297All rights reserved.
298
299Redistribution and use in source and binary forms, with or without
300modification, are permitted provided that the following conditions
301are met:
3021. Redistributions of source code must retain the above copyright
303   notice, this list of conditions and the following disclaimer.
3042. Redistributions in binary form must reproduce the above copyright
305   notice, this list of conditions and the following disclaimer in the
306   documentation and/or other materials provided with the distribution.
3073. Neither the name of the author nor the names of other contributors
308   may be used to endorse or promote products derived from this software
309   without specific prior written permission.
310
311THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
312ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
313IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
314ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
315FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
316DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
317OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
318HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
319LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
320OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
321SUCH DAMAGE.
322
323-------------------------------------------------------------------
324
325Files: src/crypt/crypt_blowfish.c
326
327Copyright (c) 1998-2012 Solar Designer and it is hereby released to the
328general public under the following terms:
329
330Redistribution and use in source and binary forms, with or without
331modification, are permitted.
332
333There's ABSOLUTELY NO WARRANTY, express or implied.
334
335-------------------------------------------------------------------
336
337Files: src/crypt/crypt_md5.c
338
339Copyright (c) 2003 Poul-Henning Kamp
340All rights reserved.
341
342Redistribution and use in source and binary forms, with or without
343modification, are permitted provided that the following conditions
344are met:
3451. Redistributions of source code must retain the above copyright
346   notice, this list of conditions and the following disclaimer.
3472. Redistributions in binary form must reproduce the above copyright
348   notice, this list of conditions and the following disclaimer in the
349   documentation and/or other materials provided with the distribution.
350
351THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
352ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
353IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
354ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
355FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
356DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
357OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
358HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
359LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
360OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
361SUCH DAMAGE.
362
363-------------------------------------------------------------------
364
365Files: src/stdlib/qsort.c
366
367Copyright (C) 2011 by Valentin Ochs
368
369Permission is hereby granted, free of charge, to any person obtaining a copy
370of this software and associated documentation files (the "Software"), to
371deal in the Software without restriction, including without limitation the
372rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
373sell copies of the Software, and to permit persons to whom the Software is
374furnished to do so, subject to the following conditions:
375
376The above copyright notice and this permission notice shall be included in
377all copies or substantial portions of the Software.
378
379THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
380IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
381FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
382AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
383LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
384FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
385IN THE SOFTWARE.
386
387
388-------------------------------------------------------------------
389
390Files: src/string/arm/memcpy_le.S
391
392Copyright (C) 2008 The Android Open Source Project
393All rights reserved.
394
395Redistribution and use in source and binary forms, with or without
396modification, are permitted provided that the following conditions
397are met:
398 * Redistributions of source code must retain the above copyright
399   notice, this list of conditions and the following disclaimer.
400 * Redistributions in binary form must reproduce the above copyright
401   notice, this list of conditions and the following disclaimer in
402   the documentation and/or other materials provided with the
403   distribution.
404
405THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
406"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
407LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
408FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
409COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
410INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
411BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS
412OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED
413AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
414OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
415OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
416SUCH DAMAGE.
417
418-------------------------------------------------------------------
419
420Portions of src/setjmp/ src/thread/
421
422Copyright 2011-2012 Nicholas J. Kain, licensed under standard MIT license
423
424-------------------------------------------------------------------
425
426Portions of src/regex/
427
428Copyright (c) 2001-2009 Ville Laurikari <[email protected]>
429All rights reserved.
430
431Redistribution and use in source and binary forms, with or without
432modification, are permitted provided that the following conditions
433are met:
434
435  1. Redistributions of source code must retain the above copyright
436     notice, this list of conditions and the following disclaimer.
437
438  2. Redistributions in binary form must reproduce the above copyright
439     notice, this list of conditions and the following disclaimer in the
440     documentation and/or other materials provided with the distribution.
441
442THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDER AND CONTRIBUTORS
443``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
444LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
445A PARTICULAR PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE COPYRIGHT
446HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
447SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
448LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
449DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
450THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
451(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
452OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
453
454