• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1   Copyright (c) 2014, ARM Limited
2   All rights Reserved.
3   Copyright (c) 2014, Linaro Ltd.
4
5   Redistribution and use in source and binary forms, with or without
6   modification, are permitted provided that the following conditions are met:
7       * Redistributions of source code must retain the above copyright
8         notice, this list of conditions and the following disclaimer.
9       * Redistributions in binary form must reproduce the above copyright
10         notice, this list of conditions and the following disclaimer in the
11         documentation and/or other materials provided with the distribution.
12       * Neither the name of the company nor the names of its contributors
13         may be used to endorse or promote products derived from this
14         software without specific prior written permission.
15
16   THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
17   "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
18   LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
19   A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
20   HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
21   SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
22   LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
23   DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
24   THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
25   (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
26   OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
27
28-------------------------------------------------------------------
29
30   Copyright (c) 2014, Linaro Limited
31   All rights reserved.
32
33   Redistribution and use in source and binary forms, with or without
34   modification, are permitted provided that the following conditions are met:
35       * Redistributions of source code must retain the above copyright
36         notice, this list of conditions and the following disclaimer.
37       * Redistributions in binary form must reproduce the above copyright
38         notice, this list of conditions and the following disclaimer in the
39         documentation and/or other materials provided with the distribution.
40       * Neither the name of the Linaro nor the
41         names of its contributors may be used to endorse or promote products
42         derived from this software without specific prior written permission.
43
44   THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
45   "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
46   LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
47   A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
48   HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
49   SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
50   LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
51   DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
52   THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
53   (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
54   OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
55
56-------------------------------------------------------------------
57
58 Copyright (c) 1993 John Brezak
59 All rights reserved.
60
61 Redistribution and use in source and binary forms, with or without
62 modification, are permitted provided that the following conditions
63 are met:
64 1. Redistributions of source code must retain the above copyright
65    notice, this list of conditions and the following disclaimer.
66 2. Redistributions in binary form must reproduce the above copyright
67    notice, this list of conditions and the following disclaimer in the
68    documentation and/or other materials provided with the distribution.
69 3. The name of the author may be used to endorse or promote products
70    derived from this software without specific prior written permission.
71
72THIS SOFTWARE IS PROVIDED BY THE AUTHOR `AS IS'' AND ANY EXPRESS OR
73IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
74WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
75DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT,
76INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
77(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
78SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
79HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
80STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
81ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
82POSSIBILITY OF SUCH DAMAGE.
83
84-------------------------------------------------------------------
85
86 Copyright (c) 2009-2013 The Linux Foundation. All rights reserved.
87
88 Redistribution and use in source and binary forms, with or without
89 modification, are permitted provided that the following conditions are met:
90     * Redistributions of source code must retain the above copyright
91       notice, this list of conditions and the following disclaimer.
92     * Redistributions in binary form must reproduce the above copyright
93       notice, this list of conditions and the following disclaimer in the
94       documentation and/or other materials provided with the distribution.
95     * Neither the name of The Linux Foundation nor the names of its contributors may
96       be used to endorse or promote products derived from this software
97       without specific prior written permission.
98
99 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
100 AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
101 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
102 ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE
103 LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
104 CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
105 SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
106 INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
107 CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
108 ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
109 POSSIBILITY OF SUCH DAMAGE.
110
111-------------------------------------------------------------------
112
113====================================================
114Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved.
115
116Developed at SunPro, a Sun Microsystems, Inc. business.
117Permission to use, copy, modify, and distribute this
118software is freely granted, provided that this notice
119is preserved.
120
121-------------------------------------------------------------------
122
123====================================================
124Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved.
125
126Developed at SunPro, a Sun Microsystems, Inc. business.
127Permission to use, copy, modify, and distribute this
128software is freely granted, provided that this notice
129is preserved.
130====================================================
131
132Optimized by Bruce D. Evans.
133
134-------------------------------------------------------------------
135
136====================================================
137Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved.
138
139Developed at SunPro, a Sun Microsystems, Inc. business.
140Permission to use, copy, modify, and distribute this
141software is freely granted, provided that this notice
142is preserved.
143====================================================
144
145k_sinf.c and k_cosf.c merged by Steven G. Kargl.
146
147-------------------------------------------------------------------
148
149====================================================
150Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved.
151
152Developed at SunPro, a Sun Microsystems, Inc. business.
153Permission to use, copy, modify, and distribute this
154software is freely granted, provided that this notice
155is preserved.
156====================================================
157
158s_sin.c and s_cos.c merged by Steven G. Kargl.  Descriptions of the
159algorithms are contained in the original files.
160
161-------------------------------------------------------------------
162
163====================================================
164Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved.
165
166Developed at SunSoft, a Sun Microsystems, Inc. business.
167Permission to use, copy, modify, and distribute this
168software is freely granted, provided that this notice
169is preserved.
170
171-------------------------------------------------------------------
172
173====================================================
174Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved.
175
176Developed at SunSoft, a Sun Microsystems, Inc. business.
177Permission to use, copy, modify, and distribute this
178software is freely granted, provided that this notice
179is preserved.
180====================================================
181
182Optimized by Bruce D. Evans.
183
184-------------------------------------------------------------------
185
186====================================================
187Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved.
188
189Developed at SunSoft, a Sun Microsystems, Inc. business.
190Permission to use, copy, modify, and distribute this
191software is freely granted, provided that this notice
192is preserved.
193====================================================
194
195k_sin.c and k_cos.c merged by Steven G. Kargl.
196
197-------------------------------------------------------------------
198
199====================================================
200Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved.
201Copyright (c) 2008 Steven G. Kargl, David Schultz, Bruce D. Evans.
202
203Developed at SunSoft, a Sun Microsystems, Inc. business.
204Permission to use, copy, modify, and distribute this
205software is freely granted, provided that this notice
206is preserved.
207
208-------------------------------------------------------------------
209
210====================================================
211Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved.
212Copyright (c) 2008 Steven G. Kargl, David Schultz, Bruce D. Evans.
213
214Developed at SunSoft, a Sun Microsystems, Inc. business.
215Permission to use, copy, modify, and distribute this
216software is freely granted, provided that this notice
217is preserved.
218====================================================
219
220Optimized by Bruce D. Evans.
221
222-------------------------------------------------------------------
223
224====================================================
225Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved.
226Copyright (c) 2008 Steven G. Kargl, David Schultz, Bruce D. Evans.
227
228Developed at SunSoft, a Sun Microsystems, Inc. business.
229Permission to use, copy, modify, and distribute this
230software is freely granted, provided that this notice
231is preserved.
232====================================================
233
234k_sinl.c and k_cosl.c merged by Steven G. Kargl
235
236-------------------------------------------------------------------
237
238====================================================
239Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved.
240Copyright (c) 2009-2011, Bruce D. Evans, Steven G. Kargl, David Schultz.
241
242Developed at SunPro, a Sun Microsystems, Inc. business.
243Permission to use, copy, modify, and distribute this
244software is freely granted, provided that this notice
245is preserved.
246====================================================
247
248The argument reduction and testing for exceptional cases was
249written by Steven G. Kargl with input from Bruce D. Evans
250and David A. Schultz.
251
252-------------------------------------------------------------------
253
254====================================================
255Copyright (C) 2004 by Sun Microsystems, Inc. All rights reserved.
256
257Permission to use, copy, modify, and distribute this
258software is freely granted, provided that this notice
259is preserved.
260
261-------------------------------------------------------------------
262
263====================================================
264Copyright 2004 Sun Microsystems, Inc.  All Rights Reserved.
265
266Permission to use, copy, modify, and distribute this
267software is freely granted, provided that this notice
268is preserved.
269
270-------------------------------------------------------------------
271
272====================================================
273Copyright 2004 Sun Microsystems, Inc.  All Rights Reserved.
274Copyright (c) 2008 Steven G. Kargl, David Schultz, Bruce D. Evans.
275
276Permission to use, copy, modify, and distribute this
277software is freely granted, provided that this notice
278is preserved.
279
280-------------------------------------------------------------------
281
282Based on the UCB version with the ID appearing below.
283This is ANSIish only when "multibyte character == plain character".
284
285Copyright (c) 1989, 1993
286   The Regents of the University of California.  All rights reserved.
287
288Redistribution and use in source and binary forms, with or without
289modification, are permitted provided that the following conditions
290are met:
2911. Redistributions of source code must retain the above copyright
292   notice, this list of conditions and the following disclaimer.
2932. Redistributions in binary form must reproduce the above copyright
294   notice, this list of conditions and the following disclaimer in the
295   documentation and/or other materials provided with the distribution.
2963. Neither the name of the University nor the names of its contributors
297   may be used to endorse or promote products derived from this software
298   without specific prior written permission.
299
300THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
301ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
302IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
303ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
304FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
305DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
306OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
307HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
308LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
309OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
310SUCH DAMAGE.
311
312-------------------------------------------------------------------
313
314Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project.
315All rights reserved.
316
317Redistribution and use in source and binary forms, with or without
318modification, are permitted provided that the following conditions
319are met:
3201. Redistributions of source code must retain the above copyright
321   notice, this list of conditions and the following disclaimer.
3222. Redistributions in binary form must reproduce the above copyright
323   notice, this list of conditions and the following disclaimer in the
324   documentation and/or other materials provided with the distribution.
3253. Neither the name of the project nor the names of its contributors
326   may be used to endorse or promote products derived from this software
327   without specific prior written permission.
328
329THIS SOFTWARE IS PROVIDED BY THE PROJECT AND CONTRIBUTORS ``AS IS'' AND
330ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
331IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
332ARE DISCLAIMED.  IN NO EVENT SHALL THE PROJECT OR CONTRIBUTORS BE LIABLE
333FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
334DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
335OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
336HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
337LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
338OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
339SUCH DAMAGE.
340
341-------------------------------------------------------------------
342
343Copyright (C) 2004, 2005, 2008  Internet Systems Consortium, Inc. ("ISC")
344Copyright (C) 1995-1999, 2001, 2003  Internet Software Consortium.
345
346Permission to use, copy, modify, and/or distribute this software for any
347purpose with or without fee is hereby granted, provided that the above
348copyright notice and this permission notice appear in all copies.
349
350THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH
351REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
352AND FITNESS.  IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT,
353INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
354LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
355OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
356PERFORMANCE OF THIS SOFTWARE.
357
358-------------------------------------------------------------------
359
360Copyright (C) 2004, 2005, 2008  Internet Systems Consortium, Inc. ("ISC")
361Copyright (C) 1997-2001  Internet Software Consortium.
362
363Permission to use, copy, modify, and/or distribute this software for any
364purpose with or without fee is hereby granted, provided that the above
365copyright notice and this permission notice appear in all copies.
366
367THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH
368REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
369AND FITNESS.  IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT,
370INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
371LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
372OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
373PERFORMANCE OF THIS SOFTWARE.
374
375-------------------------------------------------------------------
376
377Copyright (C) 2006 The Android Open Source Project
378
379Licensed under the Apache License, Version 2.0 (the "License");
380you may not use this file except in compliance with the License.
381You may obtain a copy of the License at
382
383     http://www.apache.org/licenses/LICENSE-2.0
384
385Unless required by applicable law or agreed to in writing, software
386distributed under the License is distributed on an "AS IS" BASIS,
387WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
388See the License for the specific language governing permissions and
389limitations under the License.
390
391-------------------------------------------------------------------
392
393Copyright (C) 2006 The Android Open Source Project
394All rights reserved.
395
396Redistribution and use in source and binary forms, with or without
397modification, are permitted provided that the following conditions
398are met:
399 * Redistributions of source code must retain the above copyright
400   notice, this list of conditions and the following disclaimer.
401 * Redistributions in binary form must reproduce the above copyright
402   notice, this list of conditions and the following disclaimer in
403   the documentation and/or other materials provided with the
404   distribution.
405
406THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
407"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
408LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
409FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
410COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
411INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
412BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS
413OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED
414AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
415OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
416OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
417SUCH DAMAGE.
418
419-------------------------------------------------------------------
420
421Copyright (C) 2007 The Android Open Source Project
422
423Licensed under the Apache License, Version 2.0 (the "License");
424you may not use this file except in compliance with the License.
425You may obtain a copy of the License at
426
427     http://www.apache.org/licenses/LICENSE-2.0
428
429Unless required by applicable law or agreed to in writing, software
430distributed under the License is distributed on an "AS IS" BASIS,
431WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
432See the License for the specific language governing permissions and
433limitations under the License.
434
435-------------------------------------------------------------------
436
437Copyright (C) 2007 The Android Open Source Project
438All rights reserved.
439
440Redistribution and use in source and binary forms, with or without
441modification, are permitted provided that the following conditions
442are met:
443 * Redistributions of source code must retain the above copyright
444   notice, this list of conditions and the following disclaimer.
445 * Redistributions in binary form must reproduce the above copyright
446   notice, this list of conditions and the following disclaimer in
447   the documentation and/or other materials provided with the
448   distribution.
449
450THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
451"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
452LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
453FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
454COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
455INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
456BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS
457OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED
458AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
459OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
460OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
461SUCH DAMAGE.
462
463-------------------------------------------------------------------
464
465Copyright (C) 2008 The Android Open Source Project
466
467Licensed under the Apache License, Version 2.0 (the "License");
468you may not use this file except in compliance with the License.
469You may obtain a copy of the License at
470
471     http://www.apache.org/licenses/LICENSE-2.0
472
473Unless required by applicable law or agreed to in writing, software
474distributed under the License is distributed on an "AS IS" BASIS,
475WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
476See the License for the specific language governing permissions and
477limitations under the License.
478
479-------------------------------------------------------------------
480
481Copyright (C) 2008 The Android Open Source Project
482All rights reserved.
483
484Redistribution and use in source and binary forms, with or without
485modification, are permitted provided that the following conditions
486are met:
487 * Redistributions of source code must retain the above copyright
488   notice, this list of conditions and the following disclaimer.
489 * Redistributions in binary form must reproduce the above copyright
490   notice, this list of conditions and the following disclaimer in
491   the documentation and/or other materials provided with the
492   distribution.
493
494THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
495"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
496LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
497FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
498COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
499INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
500BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS
501OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED
502AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
503OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
504OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
505SUCH DAMAGE.
506
507-------------------------------------------------------------------
508
509Copyright (C) 2008 The Android Open Source Project
510All rights reserved.
511Copyright (c) 2013-2014, NVIDIA Corporation.  All rights reserved.
512
513Redistribution and use in source and binary forms, with or without
514modification, are permitted provided that the following conditions
515are met:
516 * Redistributions of source code must retain the above copyright
517   notice, this list of conditions and the following disclaimer.
518 * Redistributions in binary form must reproduce the above copyright
519   notice, this list of conditions and the following disclaimer in
520   the documentation and/or other materials provided with the
521   distribution.
522
523THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
524"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
525LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
526FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
527COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
528INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
529BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS
530OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED
531AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
532OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
533OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
534SUCH DAMAGE.
535
536-------------------------------------------------------------------
537
538Copyright (C) 2009 The Android Open Source Project
539All rights reserved.
540
541Redistribution and use in source and binary forms, with or without
542modification, are permitted provided that the following conditions
543are met:
544 * Redistributions of source code must retain the above copyright
545   notice, this list of conditions and the following disclaimer.
546 * Redistributions in binary form must reproduce the above copyright
547   notice, this list of conditions and the following disclaimer in
548   the documentation and/or other materials provided with the
549   distribution.
550
551THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
552"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
553LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
554FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
555COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
556INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
557BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS
558OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED
559AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
560OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
561OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
562SUCH DAMAGE.
563
564-------------------------------------------------------------------
565
566Copyright (C) 2010 The Android Open Source Project
567
568Licensed under the Apache License, Version 2.0 (the "License");
569you may not use this file except in compliance with the License.
570You may obtain a copy of the License at
571
572     http://www.apache.org/licenses/LICENSE-2.0
573
574Unless required by applicable law or agreed to in writing, software
575distributed under the License is distributed on an "AS IS" BASIS,
576WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
577See the License for the specific language governing permissions and
578limitations under the License.
579
580-------------------------------------------------------------------
581
582Copyright (C) 2010 The Android Open Source Project
583All rights reserved.
584
585Redistribution and use in source and binary forms, with or without
586modification, are permitted provided that the following conditions
587are met:
588 * Redistributions of source code must retain the above copyright
589   notice, this list of conditions and the following disclaimer.
590 * Redistributions in binary form must reproduce the above copyright
591   notice, this list of conditions and the following disclaimer in
592   the documentation and/or other materials provided with the
593   distribution.
594
595THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
596"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
597LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
598FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
599COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
600INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
601BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS
602OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED
603AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
604OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
605OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
606SUCH DAMAGE.
607
608-------------------------------------------------------------------
609
610Copyright (C) 2010 The Android Open Source Project
611Copyright (c) 2008 ARM Ltd
612All rights reserved.
613
614Redistribution and use in source and binary forms, with or without
615modification, are permitted provided that the following conditions
616are met:
6171. Redistributions of source code must retain the above copyright
618   notice, this list of conditions and the following disclaimer.
6192. Redistributions in binary form must reproduce the above copyright
620   notice, this list of conditions and the following disclaimer in the
621   documentation and/or other materials provided with the distribution.
6223. The name of the company may not be used to endorse or promote
623   products derived from this software without specific prior written
624   permission.
625
626THIS SOFTWARE IS PROVIDED BY ARM LTD ``AS IS'' AND ANY EXPRESS OR IMPLIED
627WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
628MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
629IN NO EVENT SHALL ARM LTD BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
630SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED
631TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
632PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
633LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
634NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
635SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
636
637Android adaptation and tweak by Jim Huang <jserv@0xlab.org>.
638
639-------------------------------------------------------------------
640
641Copyright (C) 2011 The Android Open Source Project
642All rights reserved.
643
644Redistribution and use in source and binary forms, with or without
645modification, are permitted provided that the following conditions
646are met:
647 * Redistributions of source code must retain the above copyright
648   notice, this list of conditions and the following disclaimer.
649 * Redistributions in binary form must reproduce the above copyright
650   notice, this list of conditions and the following disclaimer in
651   the documentation and/or other materials provided with the
652   distribution.
653
654THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
655"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
656LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
657FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
658COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
659INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
660BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS
661OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED
662AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
663OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
664OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
665SUCH DAMAGE.
666
667-------------------------------------------------------------------
668
669Copyright (C) 2012 The Android Open Source Project
670
671Licensed under the Apache License, Version 2.0 (the "License");
672you may not use this file except in compliance with the License.
673You may obtain a copy of the License at
674
675     http://www.apache.org/licenses/LICENSE-2.0
676
677Unless required by applicable law or agreed to in writing, software
678distributed under the License is distributed on an "AS IS" BASIS,
679WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
680See the License for the specific language governing permissions and
681limitations under the License.
682
683-------------------------------------------------------------------
684
685Copyright (C) 2012 The Android Open Source Project
686All rights reserved.
687
688Redistribution and use in source and binary forms, with or without
689modification, are permitted provided that the following conditions
690are met:
691 * Redistributions of source code must retain the above copyright
692   notice, this list of conditions and the following disclaimer.
693 * Redistributions in binary form must reproduce the above copyright
694   notice, this list of conditions and the following disclaimer in
695   the documentation and/or other materials provided with the
696   distribution.
697
698THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
699"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
700LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
701FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
702COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
703INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
704BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS
705OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED
706AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
707OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
708OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
709SUCH DAMAGE.
710
711-------------------------------------------------------------------
712
713Copyright (C) 2013 Pietro Cerutti <gahr@FreeBSD.org>
714
715Redistribution and use in source and binary forms, with or without
716modification, are permitted provided that the following conditions
717are met:
7181. Redistributions of source code must retain the above copyright
719   notice, this list of conditions and the following disclaimer.
7202. Redistributions in binary form must reproduce the above copyright
721   notice, this list of conditions and the following disclaimer in the
722   documentation and/or other materials provided with the distribution.
723
724THIS SOFTWARE IS PROVIDED BY AUTHOR AND CONTRIBUTORS ``AS IS'' AND
725ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
726IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
727ARE DISCLAIMED.  IN NO EVENT SHALL AUTHOR OR CONTRIBUTORS BE LIABLE
728FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
729DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
730OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
731HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
732LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
733OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
734SUCH DAMAGE.
735
736-------------------------------------------------------------------
737
738Copyright (C) 2013 The Android Open Source Project
739
740Licensed under the Apache License, Version 2.0 (the "License");
741you may not use this file except in compliance with the License.
742You may obtain a copy of the License at
743
744     http://www.apache.org/licenses/LICENSE-2.0
745
746Unless required by applicable law or agreed to in writing, software
747distributed under the License is distributed on an "AS IS" BASIS,
748WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
749See the License for the specific language governing permissions and
750limitations under the License.
751
752-------------------------------------------------------------------
753
754Copyright (C) 2013 The Android Open Source Project
755All rights reserved.
756
757Redistribution and use in source and binary forms, with or without
758modification, are permitted provided that the following conditions
759are met:
760 * Redistributions of source code must retain the above copyright
761   notice, this list of conditions and the following disclaimer.
762 * Redistributions in binary form must reproduce the above copyright
763   notice, this list of conditions and the following disclaimer in
764   the documentation and/or other materials provided with the
765   distribution.
766
767THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
768"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
769LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
770FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
771COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
772INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
773BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS
774OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED
775AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
776OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
777OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
778SUCH DAMAGE.
779
780-------------------------------------------------------------------
781
782Copyright (C) 2013 The Android Open Source Project
783All rights reserved.
784Copyright (c) 2013-2014 NVIDIA Corporation.  All rights reserved.
785
786Redistribution and use in source and binary forms, with or without
787modification, are permitted provided that the following conditions
788are met:
789 * Redistributions of source code must retain the above copyright
790   notice, this list of conditions and the following disclaimer.
791 * Redistributions in binary form must reproduce the above copyright
792   notice, this list of conditions and the following disclaimer in
793   the documentation and/or other materials provided with the
794   distribution.
795
796THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
797"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
798LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
799FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
800COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
801INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
802BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS
803OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED
804AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
805OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
806OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
807SUCH DAMAGE.
808
809-------------------------------------------------------------------
810
811Copyright (C) 2014 The Android Open Source Project
812
813Licensed under the Apache License, Version 2.0 (the "License");
814you may not use this file except in compliance with the License.
815You may obtain a copy of the License at
816
817     http://www.apache.org/licenses/LICENSE-2.0
818
819Unless required by applicable law or agreed to in writing, software
820distributed under the License is distributed on an "AS IS" BASIS,
821WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
822See the License for the specific language governing permissions and
823limitations under the License.
824
825-------------------------------------------------------------------
826
827Copyright (C) 2014 The Android Open Source Project
828All rights reserved.
829
830Redistribution and use in source and binary forms, with or without
831modification, are permitted provided that the following conditions
832are met:
833 * Redistributions of source code must retain the above copyright
834   notice, this list of conditions and the following disclaimer.
835 * Redistributions in binary form must reproduce the above copyright
836   notice, this list of conditions and the following disclaimer in
837   the documentation and/or other materials provided with the
838   distribution.
839
840THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
841"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
842LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
843FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
844COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
845INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
846BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS
847OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED
848AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
849OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
850OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
851SUCH DAMAGE.
852
853-------------------------------------------------------------------
854
855Copyright (C) 2014 The Android Open Source Project
856All rights reserved.
857
858Redistribution and use in source and binary forms, with or without
859modification, are permitted provided that the following conditions
860are met:
8611. Redistributions of source code must retain the above copyright
862   notice, this list of conditions and the following disclaimer.
8632. Redistributions in binary form must reproduce the above copyright
864   notice, this list of conditions and the following disclaimer in the
865   documentation and/or other materials provided with the distribution.
866
867THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
868ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
869IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
870ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
871FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
872DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
873OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
874HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
875LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
876OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
877SUCH DAMAGE.
878
879-------------------------------------------------------------------
880
881Copyright (C) 2015 The Android Open Source Project
882
883Licensed under the Apache License, Version 2.0 (the "License");
884you may not use this file except in compliance with the License.
885You may obtain a copy of the License at
886
887     http://www.apache.org/licenses/LICENSE-2.0
888
889Unless required by applicable law or agreed to in writing, software
890distributed under the License is distributed on an "AS IS" BASIS,
891WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
892See the License for the specific language governing permissions and
893limitations under the License.
894
895-------------------------------------------------------------------
896
897Copyright (C) 2015 The Android Open Source Project
898All rights reserved.
899
900Redistribution and use in source and binary forms, with or without
901modification, are permitted provided that the following conditions
902are met:
903 * Redistributions of source code must retain the above copyright
904   notice, this list of conditions and the following disclaimer.
905 * Redistributions in binary form must reproduce the above copyright
906   notice, this list of conditions and the following disclaimer in
907   the documentation and/or other materials provided with the
908   distribution.
909
910THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
911"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
912LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
913FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
914COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
915INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
916BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS
917OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED
918AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
919OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
920OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
921SUCH DAMAGE.
922
923-------------------------------------------------------------------
924
925Copyright (C) 2016 The Android Open Source Project
926
927Licensed under the Apache License, Version 2.0 (the "License");
928you may not use this file except in compliance with the License.
929You may obtain a copy of the License at
930
931     http://www.apache.org/licenses/LICENSE-2.0
932
933Unless required by applicable law or agreed to in writing, software
934distributed under the License is distributed on an "AS IS" BASIS,
935WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
936See the License for the specific language governing permissions and
937limitations under the License.
938
939-------------------------------------------------------------------
940
941Copyright (C) 2016 The Android Open Source Project
942All rights reserved.
943
944Redistribution and use in source and binary forms, with or without
945modification, are permitted provided that the following conditions
946are met:
947 * Redistributions of source code must retain the above copyright
948   notice, this list of conditions and the following disclaimer.
949 * Redistributions in binary form must reproduce the above copyright
950   notice, this list of conditions and the following disclaimer in
951   the documentation and/or other materials provided with the
952   distribution.
953
954THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
955"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
956LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
957FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
958COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
959INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
960BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS
961OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED
962AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
963OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
964OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
965SUCH DAMAGE.
966
967-------------------------------------------------------------------
968
969Copyright (C) 2017 The Android Open Source Project
970
971Licensed under the Apache License, Version 2.0 (the "License");
972you may not use this file except in compliance with the License.
973You may obtain a copy of the License at
974
975     http://www.apache.org/licenses/LICENSE-2.0
976
977Unless required by applicable law or agreed to in writing, software
978distributed under the License is distributed on an "AS IS" BASIS,
979WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
980See the License for the specific language governing permissions and
981limitations under the License.
982
983-------------------------------------------------------------------
984
985Copyright (C) 2017 The Android Open Source Project
986All rights reserved.
987
988Copyright (c) 2009-2011, Code Aurora Forum. All rights reserved.
989
990Redistribution and use in source and binary forms, with or without
991modification, are permitted provided that the following conditions
992are met:
993 * Redistributions of source code must retain the above copyright
994   notice, this list of conditions and the following disclaimer.
995 * Redistributions in binary form must reproduce the above copyright
996   notice, this list of conditions and the following disclaimer in
997   the documentation and/or other materials provided with the
998   distribution.
999
1000THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
1001"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
1002LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
1003FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
1004COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
1005INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
1006BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS
1007OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED
1008AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
1009OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
1010OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
1011SUCH DAMAGE.
1012
1013-------------------------------------------------------------------
1014
1015Copyright (C) 2017 The Android Open Source Project
1016All rights reserved.
1017
1018Redistribution and use in source and binary forms, with or without
1019modification, are permitted provided that the following conditions
1020are met:
1021 * Redistributions of source code must retain the above copyright
1022   notice, this list of conditions and the following disclaimer.
1023 * Redistributions in binary form must reproduce the above copyright
1024   notice, this list of conditions and the following disclaimer in
1025   the documentation and/or other materials provided with the
1026   distribution.
1027
1028THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
1029"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
1030LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
1031FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
1032COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
1033INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
1034BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS
1035OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED
1036AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
1037OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
1038OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
1039SUCH DAMAGE.
1040
1041-------------------------------------------------------------------
1042
1043Copyright (C) 2018 The Android Open Source Project
1044All rights reserved.
1045
1046Redistribution and use in source and binary forms, with or without
1047modification, are permitted provided that the following conditions
1048are met:
1049 * Redistributions of source code must retain the above copyright
1050   notice, this list of conditions and the following disclaimer.
1051 * Redistributions in binary form must reproduce the above copyright
1052   notice, this list of conditions and the following disclaimer in
1053   the documentation and/or other materials provided with the
1054   distribution.
1055
1056THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
1057"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
1058LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
1059FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
1060COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
1061INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
1062BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS
1063OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED
1064AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
1065OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
1066OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
1067SUCH DAMAGE.
1068
1069-------------------------------------------------------------------
1070
1071Copyright (C) 2019 The Android Open Source Project
1072All rights reserved.
1073
1074Redistribution and use in source and binary forms, with or without
1075modification, are permitted provided that the following conditions
1076are met:
1077 * Redistributions of source code must retain the above copyright
1078   notice, this list of conditions and the following disclaimer.
1079 * Redistributions in binary form must reproduce the above copyright
1080   notice, this list of conditions and the following disclaimer in
1081   the documentation and/or other materials provided with the
1082   distribution.
1083
1084THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
1085"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
1086LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
1087FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
1088COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
1089INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
1090BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS
1091OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED
1092AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
1093OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
1094OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
1095SUCH DAMAGE.
1096
1097-------------------------------------------------------------------
1098
1099Copyright (c) 1980, 1983, 1988, 1993
1100   The Regents of the University of California.  All rights reserved.
1101
1102Redistribution and use in source and binary forms, with or without
1103modification, are permitted provided that the following conditions
1104are met:
11051. Redistributions of source code must retain the above copyright
1106   notice, this list of conditions and the following disclaimer.
11072. Redistributions in binary form must reproduce the above copyright
1108   notice, this list of conditions and the following disclaimer in the
1109   documentation and/or other materials provided with the distribution.
11103. All advertising materials mentioning features or use of this software
1111   must display the following acknowledgement:
1112   This product includes software developed by the University of
1113   California, Berkeley and its contributors.
11144. Neither the name of the University nor the names of its contributors
1115   may be used to endorse or promote products derived from this software
1116   without specific prior written permission.
1117
1118THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
1119ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
1120IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
1121ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
1122FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
1123DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
1124OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
1125HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
1126LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
1127OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
1128SUCH DAMAGE.
1129
1130
1131Portions Copyright (c) 1993 by Digital Equipment Corporation.
1132
1133Permission to use, copy, modify, and distribute this software for any
1134purpose with or without fee is hereby granted, provided that the above
1135copyright notice and this permission notice appear in all copies, and that
1136the name of Digital Equipment Corporation not be used in advertising or
1137publicity pertaining to distribution of the document or software without
1138specific, written prior permission.
1139
1140THE SOFTWARE IS PROVIDED "AS IS" AND DIGITAL EQUIPMENT CORP. DISCLAIMS ALL
1141WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES
1142OF MERCHANTABILITY AND FITNESS.   IN NO EVENT SHALL DIGITAL EQUIPMENT
1143CORPORATION BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL
1144DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR
1145PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS
1146ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
1147SOFTWARE.
1148
1149-------------------------------------------------------------------
1150
1151Copyright (c) 1982, 1986, 1993
1152   The Regents of the University of California.  All rights reserved.
1153
1154Redistribution and use in source and binary forms, with or without
1155modification, are permitted provided that the following conditions
1156are met:
11571. Redistributions of source code must retain the above copyright
1158   notice, this list of conditions and the following disclaimer.
11592. Redistributions in binary form must reproduce the above copyright
1160   notice, this list of conditions and the following disclaimer in the
1161   documentation and/or other materials provided with the distribution.
11623. Neither the name of the University nor the names of its contributors
1163   may be used to endorse or promote products derived from this software
1164   without specific prior written permission.
1165
1166THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
1167ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
1168IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
1169ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
1170FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
1171DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
1172OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
1173HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
1174LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
1175OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
1176SUCH DAMAGE.
1177
1178-------------------------------------------------------------------
1179
1180Copyright (c) 1982, 1986, 1993
1181   The Regents of the University of California.  All rights reserved.
1182(c) UNIX System Laboratories, Inc.
1183All or some portions of this file are derived from material licensed
1184to the University of California by American Telephone and Telegraph
1185Co. or Unix System Laboratories, Inc. and are reproduced herein with
1186the permission of UNIX System Laboratories, Inc.
1187
1188Redistribution and use in source and binary forms, with or without
1189modification, are permitted provided that the following conditions
1190are met:
11911. Redistributions of source code must retain the above copyright
1192   notice, this list of conditions and the following disclaimer.
11932. Redistributions in binary form must reproduce the above copyright
1194   notice, this list of conditions and the following disclaimer in the
1195   documentation and/or other materials provided with the distribution.
11963. Neither the name of the University nor the names of its contributors
1197   may be used to endorse or promote products derived from this software
1198   without specific prior written permission.
1199
1200THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
1201ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
1202IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
1203ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
1204FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
1205DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
1206OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
1207HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
1208LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
1209OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
1210SUCH DAMAGE.
1211
1212-------------------------------------------------------------------
1213
1214Copyright (c) 1983, 1987, 1989
1215   The Regents of the University of California.  All rights reserved.
1216
1217Redistribution and use in source and binary forms, with or without
1218modification, are permitted provided that the following conditions
1219are met:
12201. Redistributions of source code must retain the above copyright
1221   notice, this list of conditions and the following disclaimer.
12222. Redistributions in binary form must reproduce the above copyright
1223   notice, this list of conditions and the following disclaimer in the
1224   documentation and/or other materials provided with the distribution.
12253. Neither the name of the University nor the names of its contributors
1226   may be used to endorse or promote products derived from this software
1227   without specific prior written permission.
1228
1229THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
1230ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
1231IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
1232ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
1233FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
1234DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
1235OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
1236HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
1237LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
1238OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
1239SUCH DAMAGE.
1240
1241-------------------------------------------------------------------
1242
1243Copyright (c) 1983, 1989
1244   The Regents of the University of California.  All rights reserved.
1245
1246Redistribution and use in source and binary forms, with or without
1247modification, are permitted provided that the following conditions
1248are met:
12491. Redistributions of source code must retain the above copyright
1250   notice, this list of conditions and the following disclaimer.
12512. Redistributions in binary form must reproduce the above copyright
1252   notice, this list of conditions and the following disclaimer in the
1253   documentation and/or other materials provided with the distribution.
12543. All advertising materials mentioning features or use of this software
1255   must display the following acknowledgement:
1256    This product includes software developed by the University of
1257    California, Berkeley and its contributors.
12584. Neither the name of the University nor the names of its contributors
1259   may be used to endorse or promote products derived from this software
1260   without specific prior written permission.
1261
1262THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
1263ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
1264IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
1265ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
1266FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
1267DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
1268OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
1269HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
1270LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
1271OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
1272SUCH DAMAGE.
1273
1274-------------------------------------------------------------------
1275
1276Copyright (c) 1983, 1989, 1993
1277   The Regents of the University of California.  All rights reserved.
1278
1279Redistribution and use in source and binary forms, with or without
1280modification, are permitted provided that the following conditions
1281are met:
12821. Redistributions of source code must retain the above copyright
1283   notice, this list of conditions and the following disclaimer.
12842. Redistributions in binary form must reproduce the above copyright
1285   notice, this list of conditions and the following disclaimer in the
1286   documentation and/or other materials provided with the distribution.
12873. Neither the name of the University nor the names of its contributors
1288   may be used to endorse or promote products derived from this software
1289   without specific prior written permission.
1290
1291THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
1292ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
1293IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
1294ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
1295FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
1296DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
1297OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
1298HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
1299LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
1300OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
1301SUCH DAMAGE.
1302
1303-------------------------------------------------------------------
1304
1305Copyright (c) 1983, 1993
1306   The Regents of the University of California.  All rights reserved.
1307
1308Redistribution and use in source and binary forms, with or without
1309modification, are permitted provided that the following conditions
1310are met:
13111. Redistributions of source code must retain the above copyright
1312   notice, this list of conditions and the following disclaimer.
13132. Redistributions in binary form must reproduce the above copyright
1314   notice, this list of conditions and the following disclaimer in the
1315   documentation and/or other materials provided with the distribution.
13163. Neither the name of the University nor the names of its contributors
1317   may be used to endorse or promote products derived from this software
1318   without specific prior written permission.
1319
1320THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
1321ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
1322IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
1323ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
1324FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
1325DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
1326OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
1327HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
1328LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
1329OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
1330SUCH DAMAGE.
1331
1332-------------------------------------------------------------------
1333
1334Copyright (c) 1985
1335   The Regents of the University of California.  All rights reserved.
1336
1337Redistribution and use in source and binary forms, with or without
1338modification, are permitted provided that the following conditions
1339are met:
13401. Redistributions of source code must retain the above copyright
1341   notice, this list of conditions and the following disclaimer.
13422. Redistributions in binary form must reproduce the above copyright
1343   notice, this list of conditions and the following disclaimer in the
1344   documentation and/or other materials provided with the distribution.
13453. All advertising materials mentioning features or use of this software
1346   must display the following acknowledgement:
1347    This product includes software developed by the University of
1348    California, Berkeley and its contributors.
13494. Neither the name of the University nor the names of its contributors
1350   may be used to endorse or promote products derived from this software
1351   without specific prior written permission.
1352
1353THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
1354ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
1355IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
1356ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
1357FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
1358DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
1359OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
1360HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
1361LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
1362OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
1363SUCH DAMAGE.
1364
1365-------------------------------------------------------------------
1366
1367Copyright (c) 1985 Regents of the University of California.
1368All rights reserved.
1369
1370Redistribution and use in source and binary forms, with or without
1371modification, are permitted provided that the following conditions
1372are met:
13731. Redistributions of source code must retain the above copyright
1374   notice, this list of conditions and the following disclaimer.
13752. Redistributions in binary form must reproduce the above copyright
1376   notice, this list of conditions and the following disclaimer in the
1377   documentation and/or other materials provided with the distribution.
13783. Neither the name of the University nor the names of its contributors
1379   may be used to endorse or promote products derived from this software
1380   without specific prior written permission.
1381
1382THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
1383ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
1384IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
1385ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
1386FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
1387DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
1388OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
1389HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
1390LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
1391OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
1392SUCH DAMAGE.
1393
1394-------------------------------------------------------------------
1395
1396Copyright (c) 1985, 1988, 1993
1397   The Regents of the University of California.  All rights reserved.
1398
1399Redistribution and use in source and binary forms, with or without
1400modification, are permitted provided that the following conditions
1401are met:
14021. Redistributions of source code must retain the above copyright
1403   notice, this list of conditions and the following disclaimer.
14042. Redistributions in binary form must reproduce the above copyright
1405   notice, this list of conditions and the following disclaimer in the
1406   documentation and/or other materials provided with the distribution.
14073. Neither the name of the University nor the names of its contributors
1408   may be used to endorse or promote products derived from this software
1409   without specific prior written permission.
1410
1411THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
1412ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
1413IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
1414ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
1415FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
1416DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
1417OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
1418HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
1419LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
1420OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
1421SUCH DAMAGE.
1422
1423Portions Copyright (c) 1993 by Digital Equipment Corporation.
1424
1425Permission to use, copy, modify, and distribute this software for any
1426purpose with or without fee is hereby granted, provided that the above
1427copyright notice and this permission notice appear in all copies, and that
1428the name of Digital Equipment Corporation not be used in advertising or
1429publicity pertaining to distribution of the document or software without
1430specific, written prior permission.
1431
1432THE SOFTWARE IS PROVIDED "AS IS" AND DIGITAL EQUIPMENT CORP. DISCLAIMS ALL
1433WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES
1434OF MERCHANTABILITY AND FITNESS.   IN NO EVENT SHALL DIGITAL EQUIPMENT
1435CORPORATION BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL
1436DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR
1437PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS
1438ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
1439SOFTWARE.
1440
1441-------------------------------------------------------------------
1442
1443Copyright (c) 1985, 1989, 1993
1444   The Regents of the University of California.  All rights reserved.
1445
1446Redistribution and use in source and binary forms, with or without
1447modification, are permitted provided that the following conditions
1448are met:
14491. Redistributions of source code must retain the above copyright
1450   notice, this list of conditions and the following disclaimer.
14512. Redistributions in binary form must reproduce the above copyright
1452   notice, this list of conditions and the following disclaimer in the
1453   documentation and/or other materials provided with the distribution.
14543. All advertising materials mentioning features or use of this software
1455   must display the following acknowledgement:
1456    This product includes software developed by the University of
1457    California, Berkeley and its contributors.
14584. Neither the name of the University nor the names of its contributors
1459   may be used to endorse or promote products derived from this software
1460   without specific prior written permission.
1461
1462THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
1463ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
1464IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
1465ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
1466FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
1467DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
1468OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
1469HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
1470LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
1471OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
1472SUCH DAMAGE.
1473
1474-------------------------------------------------------------------
1475
1476Copyright (c) 1985, 1993
1477   The Regents of the University of California.  All rights reserved.
1478
1479Redistribution and use in source and binary forms, with or without
1480modification, are permitted provided that the following conditions
1481are met:
14821. Redistributions of source code must retain the above copyright
1483   notice, this list of conditions and the following disclaimer.
14842. Redistributions in binary form must reproduce the above copyright
1485   notice, this list of conditions and the following disclaimer in the
1486   documentation and/or other materials provided with the distribution.
14873. All advertising materials mentioning features or use of this software
1488   must display the following acknowledgement:
1489    This product includes software developed by the University of
1490    California, Berkeley and its contributors.
14914. Neither the name of the University nor the names of its contributors
1492   may be used to endorse or promote products derived from this software
1493   without specific prior written permission.
1494
1495THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
1496ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
1497IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
1498ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
1499FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
1500DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
1501OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
1502HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
1503LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
1504OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
1505SUCH DAMAGE.
1506
1507-------------------------------------------------------------------
1508
1509Copyright (c) 1985, 1993
1510   The Regents of the University of California.  All rights reserved.
1511
1512Redistribution and use in source and binary forms, with or without
1513modification, are permitted provided that the following conditions
1514are met:
15151. Redistributions of source code must retain the above copyright
1516   notice, this list of conditions and the following disclaimer.
15172. Redistributions in binary form must reproduce the above copyright
1518   notice, this list of conditions and the following disclaimer in the
1519   documentation and/or other materials provided with the distribution.
15203. All advertising materials mentioning features or use of this software
1521   must display the following acknowledgement:
1522   This product includes software developed by the University of
1523   California, Berkeley and its contributors.
15244. Neither the name of the University nor the names of its contributors
1525   may be used to endorse or promote products derived from this software
1526   without specific prior written permission.
1527
1528THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
1529ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
1530IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
1531ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
1532FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
1533DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
1534OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
1535HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
1536LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
1537OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
1538SUCH DAMAGE.
1539
1540-------------------------------------------------------------------
1541
1542Copyright (c) 1985, 1993
1543   The Regents of the University of California.  All rights reserved.
1544
1545Redistribution and use in source and binary forms, with or without
1546modification, are permitted provided that the following conditions
1547are met:
15481. Redistributions of source code must retain the above copyright
1549   notice, this list of conditions and the following disclaimer.
15502. Redistributions in binary form must reproduce the above copyright
1551   notice, this list of conditions and the following disclaimer in the
1552   documentation and/or other materials provided with the distribution.
15533. Neither the name of the University nor the names of its contributors
1554   may be used to endorse or promote products derived from this software
1555   without specific prior written permission.
1556
1557THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
1558ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
1559IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
1560ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
1561FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
1562DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
1563OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
1564HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
1565LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
1566OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
1567SUCH DAMAGE.
1568
1569-------------------------------------------------------------------
1570
1571Copyright (c) 1987 Regents of the University of California.
1572All rights reserved.
1573
1574Redistribution and use in source and binary forms, with or without
1575modification, are permitted provided that the following conditions
1576are met:
15771. Redistributions of source code must retain the above copyright
1578   notice, this list of conditions and the following disclaimer.
15792. Redistributions in binary form must reproduce the above copyright
1580   notice, this list of conditions and the following disclaimer in the
1581   documentation and/or other materials provided with the distribution.
15823. Neither the name of the University nor the names of its contributors
1583   may be used to endorse or promote products derived from this software
1584   without specific prior written permission.
1585
1586THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
1587ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
1588IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
1589ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
1590FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
1591DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
1592OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
1593HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
1594LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
1595OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
1596SUCH DAMAGE.
1597
1598-------------------------------------------------------------------
1599
1600Copyright (c) 1987, 1993
1601   The Regents of the University of California.  All rights reserved.
1602
1603Redistribution and use in source and binary forms, with or without
1604modification, are permitted provided that the following conditions
1605are met:
16061. Redistributions of source code must retain the above copyright
1607   notice, this list of conditions and the following disclaimer.
16082. Redistributions in binary form must reproduce the above copyright
1609   notice, this list of conditions and the following disclaimer in the
1610   documentation and/or other materials provided with the distribution.
16113. All advertising materials mentioning features or use of this software
1612   must display the following acknowledgement:
1613    This product includes software developed by the University of
1614    California, Berkeley and its contributors.
16154. Neither the name of the University nor the names of its contributors
1616   may be used to endorse or promote products derived from this software
1617   without specific prior written permission.
1618
1619THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
1620ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
1621IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
1622ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
1623FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
1624DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
1625OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
1626HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
1627LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
1628OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
1629SUCH DAMAGE.
1630
1631-------------------------------------------------------------------
1632
1633Copyright (c) 1987, 1993
1634   The Regents of the University of California.  All rights reserved.
1635
1636Redistribution and use in source and binary forms, with or without
1637modification, are permitted provided that the following conditions
1638are met:
16391. Redistributions of source code must retain the above copyright
1640   notice, this list of conditions and the following disclaimer.
16412. Redistributions in binary form must reproduce the above copyright
1642   notice, this list of conditions and the following disclaimer in the
1643   documentation and/or other materials provided with the distribution.
16443. Neither the name of the University nor the names of its contributors
1645   may be used to endorse or promote products derived from this software
1646   without specific prior written permission.
1647
1648THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
1649ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
1650IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
1651ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
1652FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
1653DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
1654OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
1655HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
1656LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
1657OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
1658SUCH DAMAGE.
1659
1660-------------------------------------------------------------------
1661
1662Copyright (c) 1988 Regents of the University of California.
1663All rights reserved.
1664
1665Redistribution and use in source and binary forms, with or without
1666modification, are permitted provided that the following conditions
1667are met:
16681. Redistributions of source code must retain the above copyright
1669   notice, this list of conditions and the following disclaimer.
16702. Redistributions in binary form must reproduce the above copyright
1671   notice, this list of conditions and the following disclaimer in the
1672   documentation and/or other materials provided with the distribution.
16733. Neither the name of the University nor the names of its contributors
1674   may be used to endorse or promote products derived from this software
1675   without specific prior written permission.
1676
1677THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
1678ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
1679IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
1680ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
1681FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
1682DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
1683OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
1684HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
1685LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
1686OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
1687SUCH DAMAGE.
1688
1689-------------------------------------------------------------------
1690
1691Copyright (c) 1988 The Regents of the University of California.
1692All rights reserved.
1693
1694Redistribution and use in source and binary forms, with or without
1695modification, are permitted provided that the following conditions
1696are met:
16971. Redistributions of source code must retain the above copyright
1698   notice, this list of conditions and the following disclaimer.
16992. Redistributions in binary form must reproduce the above copyright
1700   notice, this list of conditions and the following disclaimer in the
1701   documentation and/or other materials provided with the distribution.
17023. Neither the name of the University nor the names of its contributors
1703   may be used to endorse or promote products derived from this software
1704   without specific prior written permission.
1705
1706THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
1707ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
1708IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
1709ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
1710FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
1711DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
1712OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
1713HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
1714LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
1715OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
1716SUCH DAMAGE.
1717
1718-------------------------------------------------------------------
1719
1720Copyright (c) 1988, 1993
1721   The Regents of the University of California.  All rights reserved.
1722
1723Redistribution and use in source and binary forms, with or without
1724modification, are permitted provided that the following conditions
1725are met:
17261. Redistributions of source code must retain the above copyright
1727   notice, this list of conditions and the following disclaimer.
17282. Redistributions in binary form must reproduce the above copyright
1729   notice, this list of conditions and the following disclaimer in the
1730   documentation and/or other materials provided with the distribution.
17313. All advertising materials mentioning features or use of this software
1732   must display the following acknowledgement:
1733    This product includes software developed by the University of
1734    California, Berkeley and its contributors.
17354. Neither the name of the University nor the names of its contributors
1736   may be used to endorse or promote products derived from this software
1737   without specific prior written permission.
1738
1739THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
1740ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
1741IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
1742ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
1743FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
1744DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
1745OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
1746HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
1747LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
1748OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
1749SUCH DAMAGE.
1750
1751-------------------------------------------------------------------
1752
1753Copyright (c) 1988, 1993
1754   The Regents of the University of California.  All rights reserved.
1755
1756Redistribution and use in source and binary forms, with or without
1757modification, are permitted provided that the following conditions
1758are met:
17591. Redistributions of source code must retain the above copyright
1760   notice, this list of conditions and the following disclaimer.
17612. Redistributions in binary form must reproduce the above copyright
1762   notice, this list of conditions and the following disclaimer in the
1763   documentation and/or other materials provided with the distribution.
17643. All advertising materials mentioning features or use of this software
1765   must display the following acknowledgement:
1766   This product includes software developed by the University of
1767   California, Berkeley and its contributors.
17684. Neither the name of the University nor the names of its contributors
1769   may be used to endorse or promote products derived from this software
1770   without specific prior written permission.
1771
1772THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
1773ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
1774IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
1775ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
1776FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
1777DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
1778OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
1779HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
1780LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
1781OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
1782SUCH DAMAGE.
1783
1784-------------------------------------------------------------------
1785
1786Copyright (c) 1988, 1993
1787   The Regents of the University of California.  All rights reserved.
1788
1789Redistribution and use in source and binary forms, with or without
1790modification, are permitted provided that the following conditions
1791are met:
17921. Redistributions of source code must retain the above copyright
1793   notice, this list of conditions and the following disclaimer.
17942. Redistributions in binary form must reproduce the above copyright
1795   notice, this list of conditions and the following disclaimer in the
1796   documentation and/or other materials provided with the distribution.
17973. Neither the name of the University nor the names of its contributors
1798   may be used to endorse or promote products derived from this software
1799   without specific prior written permission.
1800
1801THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
1802ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
1803IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
1804ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
1805FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
1806DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
1807OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
1808HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
1809LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
1810OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
1811SUCH DAMAGE.
1812
1813-------------------------------------------------------------------
1814
1815Copyright (c) 1989 The Regents of the University of California.
1816All rights reserved.
1817
1818Redistribution and use in source and binary forms, with or without
1819modification, are permitted provided that the following conditions
1820are met:
18211. Redistributions of source code must retain the above copyright
1822   notice, this list of conditions and the following disclaimer.
18232. Redistributions in binary form must reproduce the above copyright
1824   notice, this list of conditions and the following disclaimer in the
1825   documentation and/or other materials provided with the distribution.
18263. Neither the name of the University nor the names of its contributors
1827   may be used to endorse or promote products derived from this software
1828   without specific prior written permission.
1829
1830THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
1831ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
1832IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
1833ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
1834FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
1835DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
1836OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
1837HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
1838LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
1839OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
1840SUCH DAMAGE.
1841
1842-------------------------------------------------------------------
1843
1844Copyright (c) 1989 The Regents of the University of California.
1845All rights reserved.
1846(c) UNIX System Laboratories, Inc.
1847All or some portions of this file are derived from material licensed
1848to the University of California by American Telephone and Telegraph
1849Co. or Unix System Laboratories, Inc. and are reproduced herein with
1850the permission of UNIX System Laboratories, Inc.
1851
1852Redistribution and use in source and binary forms, with or without
1853modification, are permitted provided that the following conditions
1854are met:
18551. Redistributions of source code must retain the above copyright
1856   notice, this list of conditions and the following disclaimer.
18572. Redistributions in binary form must reproduce the above copyright
1858   notice, this list of conditions and the following disclaimer in the
1859   documentation and/or other materials provided with the distribution.
18603. Neither the name of the University nor the names of its contributors
1861   may be used to endorse or promote products derived from this software
1862   without specific prior written permission.
1863
1864THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
1865ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
1866IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
1867ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
1868FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
1869DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
1870OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
1871HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
1872LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
1873OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
1874SUCH DAMAGE.
1875
1876-------------------------------------------------------------------
1877
1878Copyright (c) 1989, 1993
1879   The Regents of the University of California.  All rights reserved.
1880
1881Redistribution and use in source and binary forms, with or without
1882modification, are permitted provided that the following conditions
1883are met:
18841. Redistributions of source code must retain the above copyright
1885   notice, this list of conditions and the following disclaimer.
18862. Redistributions in binary form must reproduce the above copyright
1887   notice, this list of conditions and the following disclaimer in the
1888   documentation and/or other materials provided with the distribution.
18893. Neither the name of the University nor the names of its contributors
1890   may be used to endorse or promote products derived from this software
1891   without specific prior written permission.
1892
1893THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
1894ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
1895IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
1896ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
1897FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
1898DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
1899OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
1900HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
1901LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
1902OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
1903SUCH DAMAGE.
1904
1905-------------------------------------------------------------------
1906
1907Copyright (c) 1989, 1993
1908   The Regents of the University of California.  All rights reserved.
1909
1910Redistribution and use in source and binary forms, with or without
1911modification, are permitted provided that the following conditions
1912are met:
19131. Redistributions of source code must retain the above copyright
1914   notice, this list of conditions and the following disclaimer.
19152. Redistributions in binary form must reproduce the above copyright
1916   notice, this list of conditions and the following disclaimer in the
1917   documentation and/or other materials provided with the distribution.
19184. Neither the name of the University nor the names of its contributors
1919   may be used to endorse or promote products derived from this software
1920   without specific prior written permission.
1921
1922THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
1923ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
1924IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
1925ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
1926FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
1927DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
1928OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
1929HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
1930LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
1931OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
1932SUCH DAMAGE.
1933
1934-------------------------------------------------------------------
1935
1936Copyright (c) 1989, 1993
1937   The Regents of the University of California.  All rights reserved.
1938
1939This code is derived from software contributed to Berkeley by
1940Guido van Rossum.
1941
1942Copyright (c) 2011 The FreeBSD Foundation
1943All rights reserved.
1944Portions of this software were developed by David Chisnall
1945under sponsorship from the FreeBSD Foundation.
1946
1947Redistribution and use in source and binary forms, with or without
1948modification, are permitted provided that the following conditions
1949are met:
19501. Redistributions of source code must retain the above copyright
1951   notice, this list of conditions and the following disclaimer.
19522. Redistributions in binary form must reproduce the above copyright
1953   notice, this list of conditions and the following disclaimer in the
1954   documentation and/or other materials provided with the distribution.
19553. Neither the name of the University nor the names of its contributors
1956   may be used to endorse or promote products derived from this software
1957   without specific prior written permission.
1958
1959THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
1960ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
1961IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
1962ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
1963FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
1964DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
1965OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
1966HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
1967LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
1968OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
1969SUCH DAMAGE.
1970
1971-------------------------------------------------------------------
1972
1973Copyright (c) 1989, 1993
1974   The Regents of the University of California.  All rights reserved.
1975
1976This code is derived from software contributed to Berkeley by
1977Guido van Rossum.
1978
1979Redistribution and use in source and binary forms, with or without
1980modification, are permitted provided that the following conditions
1981are met:
19821. Redistributions of source code must retain the above copyright
1983   notice, this list of conditions and the following disclaimer.
19842. Redistributions in binary form must reproduce the above copyright
1985   notice, this list of conditions and the following disclaimer in the
1986   documentation and/or other materials provided with the distribution.
19873. Neither the name of the University nor the names of its contributors
1988   may be used to endorse or promote products derived from this software
1989   without specific prior written permission.
1990
1991THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
1992ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
1993IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
1994ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
1995FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
1996DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
1997OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
1998HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
1999LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
2000OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
2001SUCH DAMAGE.
2002
2003-------------------------------------------------------------------
2004
2005Copyright (c) 1989, 1993
2006   The Regents of the University of California.  All rights reserved.
2007
2008This code is derived from software contributed to Berkeley by
2009Roger L. Snyder.
2010
2011Redistribution and use in source and binary forms, with or without
2012modification, are permitted provided that the following conditions
2013are met:
20141. Redistributions of source code must retain the above copyright
2015   notice, this list of conditions and the following disclaimer.
20162. Redistributions in binary form must reproduce the above copyright
2017   notice, this list of conditions and the following disclaimer in the
2018   documentation and/or other materials provided with the distribution.
20193. Neither the name of the University nor the names of its contributors
2020   may be used to endorse or promote products derived from this software
2021   without specific prior written permission.
2022
2023THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
2024ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
2025IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
2026ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
2027FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
2028DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
2029OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
2030HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
2031LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
2032OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
2033SUCH DAMAGE.
2034
2035-------------------------------------------------------------------
2036
2037Copyright (c) 1989, 1993
2038   The Regents of the University of California.  All rights reserved.
2039(c) UNIX System Laboratories, Inc.
2040All or some portions of this file are derived from material licensed
2041to the University of California by American Telephone and Telegraph
2042Co. or Unix System Laboratories, Inc. and are reproduced herein with
2043the permission of UNIX System Laboratories, Inc.
2044
2045Redistribution and use in source and binary forms, with or without
2046modification, are permitted provided that the following conditions
2047are met:
20481. Redistributions of source code must retain the above copyright
2049   notice, this list of conditions and the following disclaimer.
20502. Redistributions in binary form must reproduce the above copyright
2051   notice, this list of conditions and the following disclaimer in the
2052   documentation and/or other materials provided with the distribution.
20533. Neither the name of the University nor the names of its contributors
2054   may be used to endorse or promote products derived from this software
2055   without specific prior written permission.
2056
2057THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
2058ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
2059IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
2060ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
2061FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
2062DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
2063OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
2064HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
2065LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
2066OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
2067SUCH DAMAGE.
2068
2069-------------------------------------------------------------------
2070
2071Copyright (c) 1990 Regents of the University of California.
2072All rights reserved.
2073
2074This code is derived from software contributed to Berkeley by
2075Chris Torek.
2076
2077Redistribution and use in source and binary forms, with or without
2078modification, are permitted provided that the following conditions
2079are met:
20801. Redistributions of source code must retain the above copyright
2081   notice, this list of conditions and the following disclaimer.
20822. Redistributions in binary form must reproduce the above copyright
2083   notice, this list of conditions and the following disclaimer in the
2084   documentation and/or other materials provided with the distribution.
20853. Neither the name of the University nor the names of its contributors
2086   may be used to endorse or promote products derived from this software
2087   without specific prior written permission.
2088
2089THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
2090ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
2091IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
2092ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
2093FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
2094DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
2095OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
2096HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
2097LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
2098OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
2099SUCH DAMAGE.
2100
2101-------------------------------------------------------------------
2102
2103Copyright (c) 1990 The Regents of the University of California.
2104All rights reserved.
2105
2106Redistribution and use in source and binary forms, with or without
2107modification, are permitted provided that the following conditions
2108are met:
21091. Redistributions of source code must retain the above copyright
2110   notice, this list of conditions and the following disclaimer.
21112. Redistributions in binary form must reproduce the above copyright
2112   notice, this list of conditions and the following disclaimer in the
2113   documentation and/or other materials provided with the distribution.
21143. Neither the name of the University nor the names of its contributors
2115   may be used to endorse or promote products derived from this software
2116   without specific prior written permission.
2117
2118THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
2119ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
2120IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
2121ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
2122FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
2123DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
2124OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
2125HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
2126LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
2127OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
2128SUCH DAMAGE.
2129
2130-------------------------------------------------------------------
2131
2132Copyright (c) 1990 The Regents of the University of California.
2133All rights reserved.
2134
2135This code is derived from software contributed to Berkeley by
2136Chris Torek.
2137
2138Redistribution and use in source and binary forms, with or without
2139modification, are permitted provided that the following conditions
2140are met:
21411. Redistributions of source code must retain the above copyright
2142   notice, this list of conditions and the following disclaimer.
21432. Redistributions in binary form must reproduce the above copyright
2144   notice, this list of conditions and the following disclaimer in the
2145   documentation and/or other materials provided with the distribution.
21463. Neither the name of the University nor the names of its contributors
2147   may be used to endorse or promote products derived from this software
2148   without specific prior written permission.
2149
2150THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
2151ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
2152IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
2153ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
2154FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
2155DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
2156OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
2157HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
2158LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
2159OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
2160SUCH DAMAGE.
2161
2162-------------------------------------------------------------------
2163
2164Copyright (c) 1990 The Regents of the University of California.
2165All rights reserved.
2166
2167This code is derived from software contributed to Berkeley by
2168William Jolitz.
2169
2170Redistribution and use in source and binary forms, with or without
2171modification, are permitted provided that the following conditions
2172are met:
21731. Redistributions of source code must retain the above copyright
2174   notice, this list of conditions and the following disclaimer.
21752. Redistributions in binary form must reproduce the above copyright
2176   notice, this list of conditions and the following disclaimer in the
2177   documentation and/or other materials provided with the distribution.
21783. Neither the name of the University nor the names of its contributors
2179   may be used to endorse or promote products derived from this software
2180   without specific prior written permission.
2181
2182THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
2183ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
2184IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
2185ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
2186FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
2187DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
2188OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
2189HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
2190LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
2191OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
2192SUCH DAMAGE.
2193
2194-------------------------------------------------------------------
2195
2196Copyright (c) 1990, 1993
2197   The Regents of the University of California.  All rights reserved.
2198
2199Redistribution and use in source and binary forms, with or without
2200modification, are permitted provided that the following conditions
2201are met:
22021. Redistributions of source code must retain the above copyright
2203   notice, this list of conditions and the following disclaimer.
22042. Redistributions in binary form must reproduce the above copyright
2205   notice, this list of conditions and the following disclaimer in the
2206   documentation and/or other materials provided with the distribution.
22073. Neither the name of the University nor the names of its contributors
2208   may be used to endorse or promote products derived from this software
2209   without specific prior written permission.
2210
2211THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
2212ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
2213IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
2214ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
2215FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
2216DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
2217OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
2218HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
2219LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
2220OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
2221SUCH DAMAGE.
2222
2223-------------------------------------------------------------------
2224
2225Copyright (c) 1990, 1993
2226   The Regents of the University of California.  All rights reserved.
2227
2228This code is derived from software contributed to Berkeley by
2229Chris Torek.
2230
2231Redistribution and use in source and binary forms, with or without
2232modification, are permitted provided that the following conditions
2233are met:
22341. Redistributions of source code must retain the above copyright
2235   notice, this list of conditions and the following disclaimer.
22362. Redistributions in binary form must reproduce the above copyright
2237   notice, this list of conditions and the following disclaimer in the
2238   documentation and/or other materials provided with the distribution.
22393. Neither the name of the University nor the names of its contributors
2240   may be used to endorse or promote products derived from this software
2241   without specific prior written permission.
2242
2243THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
2244ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
2245IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
2246ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
2247FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
2248DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
2249OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
2250HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
2251LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
2252OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
2253SUCH DAMAGE.
2254
2255-------------------------------------------------------------------
2256
2257Copyright (c) 1990, 1993
2258   The Regents of the University of California.  All rights reserved.
2259
2260This code is derived from software contributed to Berkeley by
2261Donn Seeley at UUNET Technologies, Inc.
2262
2263Redistribution and use in source and binary forms, with or without
2264modification, are permitted provided that the following conditions
2265are met:
22661. Redistributions of source code must retain the above copyright
2267   notice, this list of conditions and the following disclaimer.
22682. Redistributions in binary form must reproduce the above copyright
2269   notice, this list of conditions and the following disclaimer in the
2270   documentation and/or other materials provided with the distribution.
22713. Neither the name of the University nor the names of its contributors
2272   may be used to endorse or promote products derived from this software
2273   without specific prior written permission.
2274
2275THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
2276ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
2277IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
2278ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
2279FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
2280DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
2281OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
2282HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
2283LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
2284OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
2285SUCH DAMAGE.
2286
2287-------------------------------------------------------------------
2288
2289Copyright (c) 1990, 1993
2290   The Regents of the University of California.  All rights reserved.
2291
2292This code is derived from software contributed to Berkeley by
2293Donn Seeley at UUNET Technologies, Inc.
2294
2295Redistribution and use in source and binary forms, with or without
2296modification, are permitted provided that the following conditions
2297are met:
22981. Redistributions of source code must retain the above copyright
2299   notice, this list of conditions and the following disclaimer.
23002. Redistributions in binary form must reproduce the above copyright
2301   notice, this list of conditions and the following disclaimer in the
2302   documentation and/or other materials provided with the distribution.
23034. Neither the name of the University nor the names of its contributors
2304   may be used to endorse or promote products derived from this software
2305   without specific prior written permission.
2306
2307THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
2308ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
2309IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
2310ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
2311FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
2312DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
2313OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
2314HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
2315LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
2316OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
2317SUCH DAMAGE.
2318
2319-------------------------------------------------------------------
2320
2321Copyright (c) 1990, 1993
2322   The Regents of the University of California.  All rights reserved.
2323(c) UNIX System Laboratories, Inc.
2324All or some portions of this file are derived from material licensed
2325to the University of California by American Telephone and Telegraph
2326Co. or Unix System Laboratories, Inc. and are reproduced herein with
2327the permission of UNIX System Laboratories, Inc.
2328
2329Redistribution and use in source and binary forms, with or without
2330modification, are permitted provided that the following conditions
2331are met:
23321. Redistributions of source code must retain the above copyright
2333   notice, this list of conditions and the following disclaimer.
23342. Redistributions in binary form must reproduce the above copyright
2335   notice, this list of conditions and the following disclaimer in the
2336   documentation and/or other materials provided with the distribution.
23373. Neither the name of the University nor the names of its contributors
2338   may be used to endorse or promote products derived from this software
2339   without specific prior written permission.
2340
2341THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
2342ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
2343IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
2344ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
2345FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
2346DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
2347OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
2348HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
2349LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
2350OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
2351SUCH DAMAGE.
2352
2353-------------------------------------------------------------------
2354
2355Copyright (c) 1990, 1993, 1994
2356   The Regents of the University of California.  All rights reserved.
2357
2358Redistribution and use in source and binary forms, with or without
2359modification, are permitted provided that the following conditions
2360are met:
23611. Redistributions of source code must retain the above copyright
2362   notice, this list of conditions and the following disclaimer.
23632. Redistributions in binary form must reproduce the above copyright
2364   notice, this list of conditions and the following disclaimer in the
2365   documentation and/or other materials provided with the distribution.
23663. Neither the name of the University nor the names of its contributors
2367   may be used to endorse or promote products derived from this software
2368   without specific prior written permission.
2369
2370THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
2371ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
2372IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
2373ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
2374FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
2375DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
2376OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
2377HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
2378LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
2379OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
2380SUCH DAMAGE.
2381
2382-------------------------------------------------------------------
2383
2384Copyright (c) 1990, 1993, 1994
2385   The Regents of the University of California.  All rights reserved.
2386
2387This code is derived from software contributed to Berkeley by
2388Chris Torek.
2389
2390Redistribution and use in source and binary forms, with or without
2391modification, are permitted provided that the following conditions
2392are met:
23931. Redistributions of source code must retain the above copyright
2394   notice, this list of conditions and the following disclaimer.
23952. Redistributions in binary form must reproduce the above copyright
2396   notice, this list of conditions and the following disclaimer in the
2397   documentation and/or other materials provided with the distribution.
23983. Neither the name of the University nor the names of its contributors
2399   may be used to endorse or promote products derived from this software
2400   without specific prior written permission.
2401
2402THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
2403ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
2404IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
2405ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
2406FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
2407DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
2408OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
2409HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
2410LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
2411OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
2412SUCH DAMAGE.
2413
2414-------------------------------------------------------------------
2415
2416Copyright (c) 1991 The Regents of the University of California.
2417All rights reserved.
2418
2419Redistribution and use in source and binary forms, with or without
2420modification, are permitted provided that the following conditions
2421are met:
24221. Redistributions of source code must retain the above copyright
2423   notice, this list of conditions and the following disclaimer.
24242. Redistributions in binary form must reproduce the above copyright
2425   notice, this list of conditions and the following disclaimer in the
2426   documentation and/or other materials provided with the distribution.
24273. Neither the name of the University nor the names of its contributors
2428   may be used to endorse or promote products derived from this software
2429   without specific prior written permission.
2430
2431THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
2432ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
2433IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
2434ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
2435FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
2436DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
2437OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
2438HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
2439LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
2440OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
2441SUCH DAMAGE.
2442
2443-------------------------------------------------------------------
2444
2445Copyright (c) 1991, 1993
2446   The Regents of the University of California.  All rights reserved.
2447
2448Redistribution and use in source and binary forms, with or without
2449modification, are permitted provided that the following conditions
2450are met:
24511. Redistributions of source code must retain the above copyright
2452   notice, this list of conditions and the following disclaimer.
24532. Redistributions in binary form must reproduce the above copyright
2454   notice, this list of conditions and the following disclaimer in the
2455   documentation and/or other materials provided with the distribution.
24563. Neither the name of the University nor the names of its contributors
2457   may be used to endorse or promote products derived from this software
2458   without specific prior written permission.
2459
2460THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
2461ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
2462IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
2463ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
2464FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
2465DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
2466OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
2467HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
2468LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
2469OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
2470SUCH DAMAGE.
2471
2472-------------------------------------------------------------------
2473
2474Copyright (c) 1991, 1993
2475   The Regents of the University of California.  All rights reserved.
2476
2477This code is derived from software contributed to Berkeley by
2478Berkeley Software Design, Inc.
2479
2480Redistribution and use in source and binary forms, with or without
2481modification, are permitted provided that the following conditions
2482are met:
24831. Redistributions of source code must retain the above copyright
2484   notice, this list of conditions and the following disclaimer.
24852. Redistributions in binary form must reproduce the above copyright
2486   notice, this list of conditions and the following disclaimer in the
2487   documentation and/or other materials provided with the distribution.
24883. Neither the name of the University nor the names of its contributors
2489   may be used to endorse or promote products derived from this software
2490   without specific prior written permission.
2491
2492THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
2493ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
2494IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
2495ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
2496FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
2497DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
2498OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
2499HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
2500LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
2501OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
2502SUCH DAMAGE.
2503
2504-------------------------------------------------------------------
2505
2506Copyright (c) 1991, 1993
2507   The Regents of the University of California.  All rights reserved.
2508(c) UNIX System Laboratories, Inc.
2509All or some portions of this file are derived from material licensed
2510to the University of California by American Telephone and Telegraph
2511Co. or Unix System Laboratories, Inc. and are reproduced herein with
2512the permission of UNIX System Laboratories, Inc.
2513
2514This code is derived from software contributed to Berkeley by
2515Hugh Smith at The University of Guelph.
2516
2517Redistribution and use in source and binary forms, with or without
2518modification, are permitted provided that the following conditions
2519are met:
25201. Redistributions of source code must retain the above copyright
2521   notice, this list of conditions and the following disclaimer.
25222. Redistributions in binary form must reproduce the above copyright
2523   notice, this list of conditions and the following disclaimer in the
2524   documentation and/or other materials provided with the distribution.
25253. Neither the name of the University nor the names of its contributors
2526   may be used to endorse or promote products derived from this software
2527   without specific prior written permission.
2528
2529THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
2530ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
2531IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
2532ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
2533FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
2534DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
2535OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
2536HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
2537LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
2538OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
2539SUCH DAMAGE.
2540
2541-------------------------------------------------------------------
2542
2543Copyright (c) 1991, 1993, 1995,
2544   The Regents of the University of California.  All rights reserved.
2545
2546This code is derived from software contributed to Berkeley by
2547Havard Eidnes.
2548
2549Redistribution and use in source and binary forms, with or without
2550modification, are permitted provided that the following conditions
2551are met:
25521. Redistributions of source code must retain the above copyright
2553   notice, this list of conditions and the following disclaimer.
25542. Redistributions in binary form must reproduce the above copyright
2555   notice, this list of conditions and the following disclaimer in the
2556   documentation and/or other materials provided with the distribution.
25573. Neither the name of the University nor the names of its contributors
2558   may be used to endorse or promote products derived from this software
2559   without specific prior written permission.
2560
2561THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
2562ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
2563IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
2564ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
2565FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
2566DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
2567OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
2568HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
2569LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
2570OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
2571SUCH DAMAGE.
2572
2573-------------------------------------------------------------------
2574
2575Copyright (c) 1992 Henry Spencer.
2576Copyright (c) 1992, 1993
2577   The Regents of the University of California.  All rights reserved.
2578
2579This code is derived from software contributed to Berkeley by
2580Henry Spencer of the University of Toronto.
2581
2582Redistribution and use in source and binary forms, with or without
2583modification, are permitted provided that the following conditions
2584are met:
25851. Redistributions of source code must retain the above copyright
2586   notice, this list of conditions and the following disclaimer.
25872. Redistributions in binary form must reproduce the above copyright
2588   notice, this list of conditions and the following disclaimer in the
2589   documentation and/or other materials provided with the distribution.
25903. Neither the name of the University nor the names of its contributors
2591   may be used to endorse or promote products derived from this software
2592   without specific prior written permission.
2593
2594THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
2595ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
2596IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
2597ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
2598FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
2599DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
2600OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
2601HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
2602LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
2603OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
2604SUCH DAMAGE.
2605
2606-------------------------------------------------------------------
2607
2608Copyright (c) 1992 The Regents of the University of California.
2609All rights reserved.
2610
2611Redistribution and use in source and binary forms, with or without
2612modification, are permitted provided that the following conditions
2613are met:
26141. Redistributions of source code must retain the above copyright
2615   notice, this list of conditions and the following disclaimer.
26162. Redistributions in binary form must reproduce the above copyright
2617   notice, this list of conditions and the following disclaimer in the
2618   documentation and/or other materials provided with the distribution.
26193. Neither the name of the University nor the names of its contributors
2620   may be used to endorse or promote products derived from this software
2621   without specific prior written permission.
2622
2623THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
2624ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
2625IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
2626ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
2627FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
2628DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
2629OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
2630HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
2631LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
2632OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
2633SUCH DAMAGE.
2634
2635-------------------------------------------------------------------
2636
2637Copyright (c) 1992, 1993
2638   The Regents of the University of California.  All rights reserved.
2639
2640Redistribution and use in source and binary forms, with or without
2641modification, are permitted provided that the following conditions
2642are met:
26431. Redistributions of source code must retain the above copyright
2644   notice, this list of conditions and the following disclaimer.
26452. Redistributions in binary form must reproduce the above copyright
2646   notice, this list of conditions and the following disclaimer in the
2647   documentation and/or other materials provided with the distribution.
26483. All advertising materials mentioning features or use of this software
2649   must display the following acknowledgement:
2650   This product includes software developed by the University of
2651   California, Berkeley and its contributors.
26524. Neither the name of the University nor the names of its contributors
2653   may be used to endorse or promote products derived from this software
2654   without specific prior written permission.
2655
2656THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
2657ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
2658IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
2659ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
2660FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
2661DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
2662OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
2663HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
2664LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
2665OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
2666SUCH DAMAGE.
2667
2668-------------------------------------------------------------------
2669
2670Copyright (c) 1992, 1993
2671   The Regents of the University of California.  All rights reserved.
2672
2673Redistribution and use in source and binary forms, with or without
2674modification, are permitted provided that the following conditions
2675are met:
26761. Redistributions of source code must retain the above copyright
2677   notice, this list of conditions and the following disclaimer.
26782. Redistributions in binary form must reproduce the above copyright
2679   notice, this list of conditions and the following disclaimer in the
2680   documentation and/or other materials provided with the distribution.
26813. Neither the name of the University nor the names of its contributors
2682   may be used to endorse or promote products derived from this software
2683   without specific prior written permission.
2684
2685THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
2686ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
2687IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
2688ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
2689FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
2690DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
2691OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
2692HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
2693LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
2694OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
2695SUCH DAMAGE.
2696
2697-------------------------------------------------------------------
2698
2699Copyright (c) 1992, 1993
2700   The Regents of the University of California.  All rights reserved.
2701
2702This code is derived from software contributed to Berkeley by
2703Ralph Campbell.
2704
2705Redistribution and use in source and binary forms, with or without
2706modification, are permitted provided that the following conditions
2707are met:
27081. Redistributions of source code must retain the above copyright
2709   notice, this list of conditions and the following disclaimer.
27102. Redistributions in binary form must reproduce the above copyright
2711   notice, this list of conditions and the following disclaimer in the
2712   documentation and/or other materials provided with the distribution.
27133. Neither the name of the University nor the names of its contributors
2714   may be used to endorse or promote products derived from this software
2715   without specific prior written permission.
2716
2717THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
2718ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
2719IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
2720ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
2721FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
2722DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
2723OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
2724HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
2725LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
2726OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
2727SUCH DAMAGE.
2728
2729-------------------------------------------------------------------
2730
2731Copyright (c) 1992, 1993
2732   The Regents of the University of California.  All rights reserved.
2733
2734This software was developed by the Computer Systems Engineering group
2735at Lawrence Berkeley Laboratory under DARPA contract BG 91-66 and
2736contributed to Berkeley.
2737
2738All advertising materials mentioning features or use of this software
2739must display the following acknowledgement:
2740   This product includes software developed by the University of
2741   California, Lawrence Berkeley Laboratory.
2742
2743Redistribution and use in source and binary forms, with or without
2744modification, are permitted provided that the following conditions
2745are met:
27461. Redistributions of source code must retain the above copyright
2747   notice, this list of conditions and the following disclaimer.
27482. Redistributions in binary form must reproduce the above copyright
2749   notice, this list of conditions and the following disclaimer in the
2750   documentation and/or other materials provided with the distribution.
27513. All advertising materials mentioning features or use of this software
2752   must display the following acknowledgement:
2753   This product includes software developed by the University of
2754   California, Berkeley and its contributors.
27554. Neither the name of the University nor the names of its contributors
2756   may be used to endorse or promote products derived from this software
2757   without specific prior written permission.
2758
2759THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
2760ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
2761IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
2762ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
2763FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
2764DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
2765OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
2766HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
2767LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
2768OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
2769SUCH DAMAGE.
2770
2771-------------------------------------------------------------------
2772
2773Copyright (c) 1992, 1993
2774   The Regents of the University of California.  All rights reserved.
2775(c) UNIX System Laboratories, Inc.
2776All or some portions of this file are derived from material licensed
2777to the University of California by American Telephone and Telegraph
2778Co. or Unix System Laboratories, Inc. and are reproduced herein with
2779the permission of UNIX System Laboratories, Inc.
2780
2781Redistribution and use in source and binary forms, with or without
2782modification, are permitted provided that the following conditions
2783are met:
27841. Redistributions of source code must retain the above copyright
2785   notice, this list of conditions and the following disclaimer.
27862. Redistributions in binary form must reproduce the above copyright
2787   notice, this list of conditions and the following disclaimer in the
2788   documentation and/or other materials provided with the distribution.
27893. Neither the name of the University nor the names of its contributors
2790   may be used to endorse or promote products derived from this software
2791   without specific prior written permission.
2792
2793THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
2794ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
2795IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
2796ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
2797FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
2798DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
2799OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
2800HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
2801LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
2802OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
2803SUCH DAMAGE.
2804
2805-------------------------------------------------------------------
2806
2807Copyright (c) 1992, 1993, 1994
2808   The Regents of the University of California.  All rights reserved.
2809
2810This code is derived from software contributed to Berkeley by
2811Henry Spencer.
2812
2813Redistribution and use in source and binary forms, with or without
2814modification, are permitted provided that the following conditions
2815are met:
28161. Redistributions of source code must retain the above copyright
2817   notice, this list of conditions and the following disclaimer.
28182. Redistributions in binary form must reproduce the above copyright
2819   notice, this list of conditions and the following disclaimer in the
2820   documentation and/or other materials provided with the distribution.
28213. Neither the name of the University nor the names of its contributors
2822   may be used to endorse or promote products derived from this software
2823   without specific prior written permission.
2824
2825THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
2826ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
2827IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
2828ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
2829FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
2830DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
2831OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
2832HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
2833LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
2834OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
2835SUCH DAMAGE.
2836
2837-------------------------------------------------------------------
2838
2839Copyright (c) 1992, 1993, 1994 Henry Spencer.
2840
2841This code is derived from software contributed to Berkeley by
2842Henry Spencer.
2843
2844Redistribution and use in source and binary forms, with or without
2845modification, are permitted provided that the following conditions
2846are met:
28471. Redistributions of source code must retain the above copyright
2848   notice, this list of conditions and the following disclaimer.
28492. Redistributions in binary form must reproduce the above copyright
2850   notice, this list of conditions and the following disclaimer in the
2851   documentation and/or other materials provided with the distribution.
28523. All advertising materials mentioning features or use of this software
2853   must display the following acknowledgement:
2854   This product includes software developed by the University of
2855   California, Berkeley and its contributors.
28564. Neither the name of the University nor the names of its contributors
2857   may be used to endorse or promote products derived from this software
2858   without specific prior written permission.
2859
2860THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
2861ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
2862IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
2863ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
2864FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
2865DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
2866OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
2867HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
2868LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
2869OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
2870SUCH DAMAGE.
2871
2872-------------------------------------------------------------------
2873
2874Copyright (c) 1993
2875   The Regents of the University of California.  All rights reserved.
2876
2877Redistribution and use in source and binary forms, with or without
2878modification, are permitted provided that the following conditions
2879are met:
28801. Redistributions of source code must retain the above copyright
2881   notice, this list of conditions and the following disclaimer.
28822. Redistributions in binary form must reproduce the above copyright
2883   notice, this list of conditions and the following disclaimer in the
2884   documentation and/or other materials provided with the distribution.
28853. Neither the name of the University nor the names of its contributors
2886   may be used to endorse or promote products derived from this software
2887   without specific prior written permission.
2888
2889THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
2890ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
2891IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
2892ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
2893FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
2894DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
2895OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
2896HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
2897LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
2898OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
2899SUCH DAMAGE.
2900
2901-------------------------------------------------------------------
2902
2903Copyright (c) 1993 Martin Birgmeier
2904All rights reserved.
2905
2906You may redistribute unmodified or modified versions of this source
2907code provided that the above copyright notice and this and the
2908following conditions are retained.
2909
2910This software is provided ``as is'', and comes with no warranties
2911of any kind. I shall in no event be liable for anything that happens
2912to anyone/anything when using this software.
2913
2914-------------------------------------------------------------------
2915
2916Copyright (c) 1994 SigmaSoft, Th. Lockert <tholo@sigmasoft.com>
2917All rights reserved.
2918
2919Redistribution and use in source and binary forms, with or without
2920modification, are permitted provided that the following conditions
2921are met:
29221. Redistributions of source code must retain the above copyright
2923   notice, this list of conditions and the following disclaimer.
29242. Redistributions in binary form must reproduce the above copyright
2925   notice, this list of conditions and the following disclaimer in the
2926   documentation and/or other materials provided with the distribution.
29273. The name of the author may not be used to endorse or promote products
2928   derived from this software without specific prior written permission.
2929
2930THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
2931IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
2932OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
2933IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
2934SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
2935PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
2936OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
2937WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
2938OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
2939ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2940
2941-------------------------------------------------------------------
2942
2943Copyright (c) 1996 by Internet Software Consortium.
2944
2945Permission to use, copy, modify, and distribute this software for any
2946purpose with or without fee is hereby granted, provided that the above
2947copyright notice and this permission notice appear in all copies.
2948
2949THE SOFTWARE IS PROVIDED "AS IS" AND INTERNET SOFTWARE CONSORTIUM DISCLAIMS
2950ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES
2951OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL INTERNET SOFTWARE
2952CONSORTIUM BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL
2953DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR
2954PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS
2955ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
2956SOFTWARE.
2957
2958-------------------------------------------------------------------
2959
2960Copyright (c) 1996, David Mazieres <dm@uun.org>
2961Copyright (c) 2008, Damien Miller <djm@openbsd.org>
2962Copyright (c) 2013, Markus Friedl <markus@openbsd.org>
2963
2964Permission to use, copy, modify, and distribute this software for any
2965purpose with or without fee is hereby granted, provided that the above
2966copyright notice and this permission notice appear in all copies.
2967
2968THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
2969WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
2970MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
2971ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
2972WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
2973ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
2974OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
2975
2976-------------------------------------------------------------------
2977
2978Copyright (c) 1996, David Mazieres <dm@uun.org>
2979Copyright (c) 2008, Damien Miller <djm@openbsd.org>
2980Copyright (c) 2013, Markus Friedl <markus@openbsd.org>
2981Copyright (c) 2014, Theo de Raadt <deraadt@openbsd.org>
2982
2983Permission to use, copy, modify, and distribute this software for any
2984purpose with or without fee is hereby granted, provided that the above
2985copyright notice and this permission notice appear in all copies.
2986
2987THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
2988WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
2989MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
2990ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
2991WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
2992ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
2993OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
2994
2995-------------------------------------------------------------------
2996
2997Copyright (c) 1996-1998, 2008 Theo de Raadt
2998Copyright (c) 1997, 2008-2009 Todd C. Miller
2999
3000Permission to use, copy, modify, and distribute this software for any
3001purpose with or without fee is hereby granted, provided that the above
3002copyright notice and this permission notice appear in all copies.
3003
3004THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
3005WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
3006MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
3007ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
3008WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
3009ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
3010OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
3011
3012-------------------------------------------------------------------
3013
3014Copyright (c) 1997 Mark Brinicombe
3015Copyright (C) 2010 The Android Open Source Project
3016All rights reserved.
3017
3018Redistribution and use in source and binary forms, with or without
3019modification, are permitted provided that the following conditions
3020are met:
30211. Redistributions of source code must retain the above copyright
3022   notice, this list of conditions and the following disclaimer.
30232. Redistributions in binary form must reproduce the above copyright
3024   notice, this list of conditions and the following disclaimer in the
3025   documentation and/or other materials provided with the distribution.
30263. All advertising materials mentioning features or use of this software
3027   must display the following acknowledgement:
3028   This product includes software developed by Mark Brinicombe
30294. Neither the name of the University nor the names of its contributors
3030   may be used to endorse or promote products derived from this software
3031   without specific prior written permission.
3032
3033THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
3034ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
3035IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
3036ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
3037FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
3038DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
3039OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
3040HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
3041LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
3042OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
3043SUCH DAMAGE.
3044
3045-------------------------------------------------------------------
3046
3047Copyright (c) 1997 Niklas Hallqvist.  All rights reserved.
3048
3049Redistribution and use in source and binary forms, with or without
3050modification, are permitted provided that the following conditions
3051are met:
30521. Redistributions of source code must retain the above copyright
3053   notice, this list of conditions and the following disclaimer.
30542. Redistributions in binary form must reproduce the above copyright
3055   notice, this list of conditions and the following disclaimer in the
3056   documentation and/or other materials provided with the distribution.
3057
3058THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
3059IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
3060OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
3061IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
3062INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
3063NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
3064DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
3065THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
3066(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
3067THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
3068
3069-------------------------------------------------------------------
3070
3071Copyright (c) 1997 The NetBSD Foundation, Inc.
3072All rights reserved.
3073
3074This code is derived from software contributed to The NetBSD Foundation
3075by Neil A. Carson and Mark Brinicombe
3076
3077Redistribution and use in source and binary forms, with or without
3078modification, are permitted provided that the following conditions
3079are met:
30801. Redistributions of source code must retain the above copyright
3081   notice, this list of conditions and the following disclaimer.
30822. Redistributions in binary form must reproduce the above copyright
3083   notice, this list of conditions and the following disclaimer in the
3084   documentation and/or other materials provided with the distribution.
3085
3086THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
3087``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
3088TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
3089PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
3090BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
3091CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
3092SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
3093INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
3094CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
3095ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
3096POSSIBILITY OF SUCH DAMAGE.
3097
3098-------------------------------------------------------------------
3099
3100Copyright (c) 1997 Todd C. Miller <Todd.Miller@courtesan.com>
3101
3102Permission to use, copy, modify, and distribute this software for any
3103purpose with or without fee is hereby granted, provided that the above
3104copyright notice and this permission notice appear in all copies.
3105
3106THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
3107WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
3108MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
3109ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
3110WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
3111ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
3112OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
3113
3114-------------------------------------------------------------------
3115
3116Copyright (c) 1997 Todd C. Miller <Todd.Miller@courtesan.com>
3117All rights reserved.
3118
3119Redistribution and use in source and binary forms, with or without
3120modification, are permitted provided that the following conditions
3121are met:
31221. Redistributions of source code must retain the above copyright
3123   notice, this list of conditions and the following disclaimer.
31242. Redistributions in binary form must reproduce the above copyright
3125   notice, this list of conditions and the following disclaimer in the
3126   documentation and/or other materials provided with the distribution.
31273. The name of the author may not be used to endorse or promote products
3128   derived from this software without specific prior written permission.
3129
3130THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES,
3131INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY
3132AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL
3133THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
3134EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
3135PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
3136OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
3137WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
3138OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
3139ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
3140
3141-------------------------------------------------------------------
3142
3143Copyright (c) 1997, 1998 The NetBSD Foundation, Inc.
3144All rights reserved.
3145
3146This code was contributed to The NetBSD Foundation by Klaus Klein.
3147
3148Redistribution and use in source and binary forms, with or without
3149modification, are permitted provided that the following conditions
3150are met:
31511. Redistributions of source code must retain the above copyright
3152   notice, this list of conditions and the following disclaimer.
31532. Redistributions in binary form must reproduce the above copyright
3154   notice, this list of conditions and the following disclaimer in the
3155   documentation and/or other materials provided with the distribution.
31563. All advertising materials mentioning features or use of this software
3157   must display the following acknowledgement:
3158       This product includes software developed by the NetBSD
3159       Foundation, Inc. and its contributors.
31604. Neither the name of The NetBSD Foundation nor the names of its
3161   contributors may be used to endorse or promote products derived
3162   from this software without specific prior written permission.
3163
3164THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
3165``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
3166TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
3167PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
3168BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
3169CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
3170SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
3171INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
3172CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
3173ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
3174POSSIBILITY OF SUCH DAMAGE.
3175
3176-------------------------------------------------------------------
3177
3178Copyright (c) 1997, 1998, 1999, 2004 The NetBSD Foundation, Inc.
3179All rights reserved.
3180
3181This code is derived from software contributed to The NetBSD Foundation
3182by Luke Mewburn.
3183
3184Redistribution and use in source and binary forms, with or without
3185modification, are permitted provided that the following conditions
3186are met:
31871. Redistributions of source code must retain the above copyright
3188   notice, this list of conditions and the following disclaimer.
31892. Redistributions in binary form must reproduce the above copyright
3190   notice, this list of conditions and the following disclaimer in the
3191   documentation and/or other materials provided with the distribution.
3192
3193THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
3194``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
3195TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
3196PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
3197BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
3198CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
3199SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
3200INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
3201CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
3202ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
3203POSSIBILITY OF SUCH DAMAGE.
3204
3205-------------------------------------------------------------------
3206
3207Copyright (c) 1997, 1998, 1999, 2004 The NetBSD Foundation, Inc.
3208All rights reserved.
3209
3210This code is derived from software contributed to The NetBSD Foundation
3211by Luke Mewburn; and by Jason R. Thorpe.
3212
3213Redistribution and use in source and binary forms, with or without
3214modification, are permitted provided that the following conditions
3215are met:
32161. Redistributions of source code must retain the above copyright
3217   notice, this list of conditions and the following disclaimer.
32182. Redistributions in binary form must reproduce the above copyright
3219   notice, this list of conditions and the following disclaimer in the
3220   documentation and/or other materials provided with the distribution.
32213. All advertising materials mentioning features or use of this software
3222   must display the following acknowledgement:
3223       This product includes software developed by the NetBSD
3224       Foundation, Inc. and its contributors.
32254. Neither the name of The NetBSD Foundation nor the names of its
3226   contributors may be used to endorse or promote products derived
3227   from this software without specific prior written permission.
3228
3229THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
3230``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
3231TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
3232PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
3233BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
3234CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
3235SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
3236INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
3237CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
3238ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
3239POSSIBILITY OF SUCH DAMAGE.
3240
3241-------------------------------------------------------------------
3242
3243Copyright (c) 1997, 2005 Todd C. Miller <Todd.Miller@courtesan.com>
3244
3245Permission to use, copy, modify, and distribute this software for any
3246purpose with or without fee is hereby granted, provided that the above
3247copyright notice and this permission notice appear in all copies.
3248
3249THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
3250WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
3251MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
3252ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
3253WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
3254ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
3255OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
3256
3257-------------------------------------------------------------------
3258
3259Copyright (c) 1998 Softweyr LLC.  All rights reserved.
3260
3261strtok_r, from Berkeley strtok
3262Oct 13, 1998 by Wes Peters <wes@softweyr.com>
3263
3264Copyright (c) 1988, 1993
3265   The Regents of the University of California.  All rights reserved.
3266
3267Redistribution and use in source and binary forms, with or without
3268modification, are permitted provided that the following conditions
3269are met:
32701. Redistributions of source code must retain the above copyright
3271   notices, this list of conditions and the following disclaimer.
32722. Redistributions in binary form must reproduce the above copyright
3273   notices, this list of conditions and the following disclaimer in the
3274   documentation and/or other materials provided with the distribution.
32753. Neither the name of the University nor the names of its contributors
3276   may be used to endorse or promote products derived from this software
3277   without specific prior written permission.
3278
3279THIS SOFTWARE IS PROVIDED BY SOFTWEYR LLC, THE REGENTS AND CONTRIBUTORS
3280``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
3281LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
3282PARTICULAR PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL SOFTWEYR LLC, THE
3283REGENTS, OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
3284SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED
3285TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
3286PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
3287LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
3288NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
3289SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
3290
3291-------------------------------------------------------------------
3292
3293Copyright (c) 1998 The NetBSD Foundation, Inc.
3294All rights reserved.
3295
3296This code is derived from software contributed to The NetBSD Foundation
3297by Klaus Klein.
3298
3299Redistribution and use in source and binary forms, with or without
3300modification, are permitted provided that the following conditions
3301are met:
33021. Redistributions of source code must retain the above copyright
3303   notice, this list of conditions and the following disclaimer.
33042. Redistributions in binary form must reproduce the above copyright
3305   notice, this list of conditions and the following disclaimer in the
3306   documentation and/or other materials provided with the distribution.
33073. All advertising materials mentioning features or use of this software
3308   must display the following acknowledgement:
3309       This product includes software developed by the NetBSD
3310       Foundation, Inc. and its contributors.
33114. Neither the name of The NetBSD Foundation nor the names of its
3312   contributors may be used to endorse or promote products derived
3313   from this software without specific prior written permission.
3314
3315THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
3316``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
3317TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
3318PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
3319BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
3320CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
3321SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
3322INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
3323CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
3324ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
3325POSSIBILITY OF SUCH DAMAGE.
3326
3327-------------------------------------------------------------------
3328
3329Copyright (c) 1998 Todd C. Miller <Todd.Miller@courtesan.com>
3330All rights reserved.
3331
3332Redistribution and use in source and binary forms, with or without
3333modification, are permitted provided that the following conditions
3334are met:
33351. Redistributions of source code must retain the above copyright
3336   notice, this list of conditions and the following disclaimer.
33372. Redistributions in binary form must reproduce the above copyright
3338   notice, this list of conditions and the following disclaimer in the
3339   documentation and/or other materials provided with the distribution.
33403. The name of the author may not be used to endorse or promote products
3341   derived from this software without specific prior written permission.
3342
3343THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES,
3344INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY
3345AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL
3346THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
3347EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
3348PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
3349OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
3350WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
3351OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
3352ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
3353
3354-------------------------------------------------------------------
3355
3356Copyright (c) 1998, 2015 Todd C. Miller <Todd.Miller@courtesan.com>
3357
3358Permission to use, copy, modify, and distribute this software for any
3359purpose with or without fee is hereby granted, provided that the above
3360copyright notice and this permission notice appear in all copies.
3361
3362THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
3363WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
3364MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
3365ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
3366WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
3367ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
3368OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
3369
3370-------------------------------------------------------------------
3371
3372Copyright (c) 1999
3373   David E. O'Brien
3374Copyright (c) 1988, 1993
3375   The Regents of the University of California.  All rights reserved.
3376
3377Redistribution and use in source and binary forms, with or without
3378modification, are permitted provided that the following conditions
3379are met:
33801. Redistributions of source code must retain the above copyright
3381   notice, this list of conditions and the following disclaimer.
33822. Redistributions in binary form must reproduce the above copyright
3383   notice, this list of conditions and the following disclaimer in the
3384   documentation and/or other materials provided with the distribution.
33853. Neither the name of the University nor the names of its contributors
3386   may be used to endorse or promote products derived from this software
3387   without specific prior written permission.
3388
3389THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
3390ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
3391IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
3392ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
3393FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
3394DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
3395OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
3396HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
3397LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
3398OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
3399SUCH DAMAGE.
3400
3401-------------------------------------------------------------------
3402
3403Copyright (c) 2000 Ben Harris.
3404Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project.
3405All rights reserved.
3406
3407Redistribution and use in source and binary forms, with or without
3408modification, are permitted provided that the following conditions
3409are met:
34101. Redistributions of source code must retain the above copyright
3411   notice, this list of conditions and the following disclaimer.
34122. Redistributions in binary form must reproduce the above copyright
3413   notice, this list of conditions and the following disclaimer in the
3414   documentation and/or other materials provided with the distribution.
34153. Neither the name of the project nor the names of its contributors
3416   may be used to endorse or promote products derived from this software
3417   without specific prior written permission.
3418
3419THIS SOFTWARE IS PROVIDED BY THE PROJECT AND CONTRIBUTORS ``AS IS'' AND
3420ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
3421IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
3422ARE DISCLAIMED.  IN NO EVENT SHALL THE PROJECT OR CONTRIBUTORS BE LIABLE
3423FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
3424DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
3425OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
3426HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
3427LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
3428OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
3429SUCH DAMAGE.
3430
3431-------------------------------------------------------------------
3432
3433Copyright (c) 2000 The NetBSD Foundation, Inc.
3434All rights reserved.
3435
3436This code is derived from software contributed to The NetBSD Foundation
3437by Dieter Baron and Thomas Klausner.
3438
3439Redistribution and use in source and binary forms, with or without
3440modification, are permitted provided that the following conditions
3441are met:
34421. Redistributions of source code must retain the above copyright
3443   notice, this list of conditions and the following disclaimer.
34442. Redistributions in binary form must reproduce the above copyright
3445   notice, this list of conditions and the following disclaimer in the
3446   documentation and/or other materials provided with the distribution.
3447
3448THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
3449``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
3450TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
3451PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
3452BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
3453CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
3454SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
3455INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
3456CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
3457ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
3458POSSIBILITY OF SUCH DAMAGE.
3459
3460-------------------------------------------------------------------
3461
3462Copyright (c) 2001 Wasabi Systems, Inc.
3463All rights reserved.
3464
3465Written by Frank van der Linden for Wasabi Systems, Inc.
3466
3467Redistribution and use in source and binary forms, with or without
3468modification, are permitted provided that the following conditions
3469are met:
34701. Redistributions of source code must retain the above copyright
3471   notice, this list of conditions and the following disclaimer.
34722. Redistributions in binary form must reproduce the above copyright
3473   notice, this list of conditions and the following disclaimer in the
3474   documentation and/or other materials provided with the distribution.
34753. All advertising materials mentioning features or use of this software
3476   must display the following acknowledgement:
3477     This product includes software developed for the NetBSD Project by
3478     Wasabi Systems, Inc.
34794. The name of Wasabi Systems, Inc. may not be used to endorse
3480   or promote products derived from this software without specific prior
3481   written permission.
3482
3483THIS SOFTWARE IS PROVIDED BY WASABI SYSTEMS, INC. ``AS IS'' AND
3484ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
3485TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
3486PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL WASABI SYSTEMS, INC
3487BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
3488CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
3489SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
3490INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
3491CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
3492ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
3493POSSIBILITY OF SUCH DAMAGE.
3494
3495-------------------------------------------------------------------
3496
3497Copyright (c) 2001-2002 Opsycon AB  (www.opsycon.se / www.opsycon.com)
3498
3499Redistribution and use in source and binary forms, with or without
3500modification, are permitted provided that the following conditions
3501are met:
35021. Redistributions of source code must retain the above copyright
3503   notice, this list of conditions and the following disclaimer.
35042. Redistributions in binary form must reproduce the above copyright
3505   notice, this list of conditions and the following disclaimer in the
3506   documentation and/or other materials provided with the distribution.
3507
3508THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS
3509OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
3510WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
3511ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY
3512DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
3513DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
3514OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
3515HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
3516LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
3517OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
3518SUCH DAMAGE.
3519
3520-------------------------------------------------------------------
3521
3522Copyright (c) 2001-2002 Opsycon AB  (www.opsycon.se / www.opsycon.com)
3523
3524Redistribution and use in source and binary forms, with or without
3525modification, are permitted provided that the following conditions
3526are met:
35271. Redistributions of source code must retain the above copyright
3528   notice, this list of conditions and the following disclaimer.
35292. Redistributions in binary form must reproduce the above copyright
3530   notice, this list of conditions and the following disclaimer in the
3531   documentation and/or other materials provided with the distribution.
35323. Neither the name of Opsycon AB nor the names of its contributors
3533   may be used to endorse or promote products derived from this software
3534   without specific prior written permission.
3535
3536THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS
3537OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
3538WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
3539ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY
3540DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
3541DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
3542OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
3543HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
3544LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
3545OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
3546SUCH DAMAGE.
3547
3548-------------------------------------------------------------------
3549
3550Copyright (c) 2001-2011 The FreeBSD Project.
3551All rights reserved.
3552
3553Redistribution and use in source and binary forms, with or without
3554modification, are permitted provided that the following conditions
3555are met:
35561. Redistributions of source code must retain the above copyright
3557   notice, this list of conditions and the following disclaimer.
35582. Redistributions in binary form must reproduce the above copyright
3559   notice, this list of conditions and the following disclaimer in the
3560   documentation and/or other materials provided with the distribution.
3561
3562THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
3563ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
3564IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
3565ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
3566FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
3567DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
3568OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
3569HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
3570LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
3571OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
3572SUCH DAMAGE.
3573
3574-------------------------------------------------------------------
3575
3576Copyright (c) 2002 Daniel Hartmeier
3577All rights reserved.
3578
3579Redistribution and use in source and binary forms, with or without
3580modification, are permitted provided that the following conditions
3581are met:
3582
3583   - Redistributions of source code must retain the above copyright
3584     notice, this list of conditions and the following disclaimer.
3585   - Redistributions in binary form must reproduce the above
3586     copyright notice, this list of conditions and the following
3587     disclaimer in the documentation and/or other materials provided
3588     with the distribution.
3589
3590THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
3591"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
3592LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
3593FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
3594COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
3595INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
3596BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
3597LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
3598CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
3599LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
3600ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
3601POSSIBILITY OF SUCH DAMAGE.
3602
3603-------------------------------------------------------------------
3604
3605Copyright (c) 2002 The NetBSD Foundation, Inc.
3606All rights reserved.
3607
3608This code is derived from software contributed to The NetBSD Foundation
3609by Christos Zoulas.
3610
3611Redistribution and use in source and binary forms, with or without
3612modification, are permitted provided that the following conditions
3613are met:
36141. Redistributions of source code must retain the above copyright
3615   notice, this list of conditions and the following disclaimer.
36162. Redistributions in binary form must reproduce the above copyright
3617   notice, this list of conditions and the following disclaimer in the
3618   documentation and/or other materials provided with the distribution.
3619
3620THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
3621``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
3622TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
3623PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
3624BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
3625CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
3626SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
3627INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
3628CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
3629ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
3630POSSIBILITY OF SUCH DAMAGE.
3631
3632-------------------------------------------------------------------
3633
3634Copyright (c) 2002 Tim J. Robbins
3635All rights reserved.
3636
3637Redistribution and use in source and binary forms, with or without
3638modification, are permitted provided that the following conditions
3639are met:
36401. Redistributions of source code must retain the above copyright
3641   notice, this list of conditions and the following disclaimer.
36422. Redistributions in binary form must reproduce the above copyright
3643   notice, this list of conditions and the following disclaimer in the
3644   documentation and/or other materials provided with the distribution.
3645
3646THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
3647ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
3648IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
3649ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
3650FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
3651DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
3652OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
3653HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
3654LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
3655OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
3656SUCH DAMAGE.
3657
3658-------------------------------------------------------------------
3659
3660Copyright (c) 2002 Tim J. Robbins.
3661All rights reserved.
3662
3663Redistribution and use in source and binary forms, with or without
3664modification, are permitted provided that the following conditions
3665are met:
36661. Redistributions of source code must retain the above copyright
3667   notice, this list of conditions and the following disclaimer.
36682. Redistributions in binary form must reproduce the above copyright
3669   notice, this list of conditions and the following disclaimer in the
3670   documentation and/or other materials provided with the distribution.
3671
3672THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
3673ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
3674IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
3675ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
3676FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
3677DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
3678OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
3679HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
3680LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
3681OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
3682SUCH DAMAGE.
3683
3684-------------------------------------------------------------------
3685
3686Copyright (c) 2002 Todd C. Miller <Todd.Miller@courtesan.com>
3687
3688Permission to use, copy, modify, and distribute this software for any
3689purpose with or without fee is hereby granted, provided that the above
3690copyright notice and this permission notice appear in all copies.
3691
3692THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
3693WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
3694MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
3695ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
3696WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
3697ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
3698OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
3699
3700Sponsored in part by the Defense Advanced Research Projects
3701Agency (DARPA) and Air Force Research Laboratory, Air Force
3702Materiel Command, USAF, under agreement number F39502-99-1-0512.
3703
3704-------------------------------------------------------------------
3705
3706Copyright (c) 2002, 2003 Tim J. Robbins.
3707All rights reserved.
3708
3709Redistribution and use in source and binary forms, with or without
3710modification, are permitted provided that the following conditions
3711are met:
37121. Redistributions of source code must retain the above copyright
3713   notice, this list of conditions and the following disclaimer.
37142. Redistributions in binary form must reproduce the above copyright
3715   notice, this list of conditions and the following disclaimer in the
3716   documentation and/or other materials provided with the distribution.
3717
3718THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
3719ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
3720IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
3721ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
3722FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
3723DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
3724OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
3725HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
3726LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
3727OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
3728SUCH DAMAGE.
3729
3730-------------------------------------------------------------------
3731
3732Copyright (c) 2002-2004 Tim J. Robbins
3733All rights reserved.
3734
3735Redistribution and use in source and binary forms, with or without
3736modification, are permitted provided that the following conditions
3737are met:
37381. Redistributions of source code must retain the above copyright
3739   notice, this list of conditions and the following disclaimer.
37402. Redistributions in binary form must reproduce the above copyright
3741   notice, this list of conditions and the following disclaimer in the
3742   documentation and/or other materials provided with the distribution.
3743
3744THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
3745ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
3746IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
3747ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
3748FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
3749DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
3750OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
3751HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
3752LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
3753OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
3754SUCH DAMAGE.
3755
3756-------------------------------------------------------------------
3757
3758Copyright (c) 2002-2004 Tim J. Robbins.
3759All rights reserved.
3760
3761Redistribution and use in source and binary forms, with or without
3762modification, are permitted provided that the following conditions
3763are met:
37641. Redistributions of source code must retain the above copyright
3765   notice, this list of conditions and the following disclaimer.
37662. Redistributions in binary form must reproduce the above copyright
3767   notice, this list of conditions and the following disclaimer in the
3768   documentation and/or other materials provided with the distribution.
3769
3770THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
3771ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
3772IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
3773ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
3774FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
3775DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
3776OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
3777HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
3778LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
3779OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
3780SUCH DAMAGE.
3781
3782-------------------------------------------------------------------
3783
3784Copyright (c) 2003 Constantin S. Svintsoff <kostik@iclub.nsu.ru>
3785
3786Redistribution and use in source and binary forms, with or without
3787modification, are permitted provided that the following conditions
3788are met:
37891. Redistributions of source code must retain the above copyright
3790   notice, this list of conditions and the following disclaimer.
37912. Redistributions in binary form must reproduce the above copyright
3792   notice, this list of conditions and the following disclaimer in the
3793   documentation and/or other materials provided with the distribution.
37943. The names of the authors may not be used to endorse or promote
3795   products derived from this software without specific prior written
3796   permission.
3797
3798THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
3799ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
3800IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
3801ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
3802FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
3803DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
3804OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
3805HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
3806LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
3807OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
3808SUCH DAMAGE.
3809
3810-------------------------------------------------------------------
3811
3812Copyright (c) 2003 Dag-Erling Smørgrav
3813All rights reserved.
3814
3815Redistribution and use in source and binary forms, with or without
3816modification, are permitted provided that the following conditions
3817are met:
38181. Redistributions of source code must retain the above copyright
3819   notice, this list of conditions and the following disclaimer
3820   in this position and unchanged.
38212. Redistributions in binary form must reproduce the above copyright
3822   notice, this list of conditions and the following disclaimer in the
3823   documentation and/or other materials provided with the distribution.
38243. The name of the author may not be used to endorse or promote products
3825   derived from this software without specific prior written permission.
3826
3827THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
3828IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
3829OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
3830IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
3831INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
3832NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
3833DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
3834THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
3835(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
3836THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
3837
3838-------------------------------------------------------------------
3839
3840Copyright (c) 2003 David Schultz <das@FreeBSD.ORG>
3841All rights reserved.
3842
3843Redistribution and use in source and binary forms, with or without
3844modification, are permitted provided that the following conditions
3845are met:
38461. Redistributions of source code must retain the above copyright
3847   notice, this list of conditions and the following disclaimer.
38482. Redistributions in binary form must reproduce the above copyright
3849   notice, this list of conditions and the following disclaimer in the
3850   documentation and/or other materials provided with the distribution.
3851
3852THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
3853ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
3854IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
3855ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
3856FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
3857DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
3858OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
3859HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
3860LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
3861OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
3862SUCH DAMAGE.
3863
3864-------------------------------------------------------------------
3865
3866Copyright (c) 2003 Mike Barcroft <mike@FreeBSD.org>
3867Copyright (c) 2002 David Schultz <das@FreeBSD.ORG>
3868All rights reserved.
3869
3870Redistribution and use in source and binary forms, with or without
3871modification, are permitted provided that the following conditions
3872are met:
38731. Redistributions of source code must retain the above copyright
3874   notice, this list of conditions and the following disclaimer.
38752. Redistributions in binary form must reproduce the above copyright
3876   notice, this list of conditions and the following disclaimer in the
3877   documentation and/or other materials provided with the distribution.
3878
3879THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
3880ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
3881IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
3882ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
3883FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
3884DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
3885OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
3886HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
3887LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
3888OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
3889SUCH DAMAGE.
3890
3891-------------------------------------------------------------------
3892
3893Copyright (c) 2003 Networks Associates Technology, Inc.
3894All rights reserved.
3895
3896Portions of this software were developed for the FreeBSD Project by
3897Jacques A. Vidrine, Safeport Network Services, and Network
3898Associates Laboratories, the Security Research Division of Network
3899Associates, Inc. under DARPA/SPAWAR contract N66001-01-C-8035
3900("CBOSS"), as part of the DARPA CHATS research program.
3901
3902Redistribution and use in source and binary forms, with or without
3903modification, are permitted provided that the following conditions
3904are met:
39051. Redistributions of source code must retain the above copyright
3906   notice, this list of conditions and the following disclaimer.
39072. Redistributions in binary form must reproduce the above copyright
3908   notice, this list of conditions and the following disclaimer in the
3909   documentation and/or other materials provided with the distribution.
3910
3911THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
3912ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
3913IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
3914ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
3915FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
3916DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
3917OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
3918HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
3919LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
3920OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
3921SUCH DAMAGE.
3922
3923-------------------------------------------------------------------
3924
3925Copyright (c) 2003 Todd C. Miller <Todd.Miller@courtesan.com>
3926
3927Permission to use, copy, modify, and distribute this software for any
3928purpose with or without fee is hereby granted, provided that the above
3929copyright notice and this permission notice appear in all copies.
3930
3931THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
3932WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
3933MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
3934ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
3935WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
3936ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
3937OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
3938
3939Sponsored in part by the Defense Advanced Research Projects
3940Agency (DARPA) and Air Force Research Laboratory, Air Force
3941Materiel Command, USAF, under agreement number F39502-99-1-0512.
3942
3943-------------------------------------------------------------------
3944
3945Copyright (c) 2003, 2004 Todd C. Miller <Todd.Miller@courtesan.com>
3946
3947Permission to use, copy, modify, and distribute this software for any
3948purpose with or without fee is hereby granted, provided that the above
3949copyright notice and this permission notice appear in all copies.
3950
3951THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
3952WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
3953MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
3954ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
3955WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
3956ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
3957OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
3958
3959Sponsored in part by the Defense Advanced Research Projects
3960Agency (DARPA) and Air Force Research Laboratory, Air Force
3961Materiel Command, USAF, under agreement number F39502-99-1-0512.
3962
3963-------------------------------------------------------------------
3964
3965Copyright (c) 2003, Steven G. Kargl
3966All rights reserved.
3967
3968Redistribution and use in source and binary forms, with or without
3969modification, are permitted provided that the following conditions
3970are met:
39711. Redistributions of source code must retain the above copyright
3972   notice unmodified, this list of conditions, and the following
3973   disclaimer.
39742. Redistributions in binary form must reproduce the above copyright
3975   notice, this list of conditions and the following disclaimer in the
3976   documentation and/or other materials provided with the distribution.
3977
3978THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
3979IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
3980OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
3981IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
3982INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
3983NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
3984DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
3985THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
3986(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
3987THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
3988
3989-------------------------------------------------------------------
3990
3991Copyright (c) 2004 David Schultz <das@FreeBSD.ORG>
3992All rights reserved.
3993
3994Redistribution and use in source and binary forms, with or without
3995modification, are permitted provided that the following conditions
3996are met:
39971. Redistributions of source code must retain the above copyright
3998   notice, this list of conditions and the following disclaimer.
39992. Redistributions in binary form must reproduce the above copyright
4000   notice, this list of conditions and the following disclaimer in the
4001   documentation and/or other materials provided with the distribution.
4002
4003THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
4004ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
4005IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
4006ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
4007FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
4008DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
4009OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
4010HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
4011LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
4012OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
4013SUCH DAMAGE.
4014
4015-------------------------------------------------------------------
4016
4017Copyright (c) 2004 Stefan Farfeleder
4018All rights reserved.
4019
4020Redistribution and use in source and binary forms, with or without
4021modification, are permitted provided that the following conditions
4022are met:
40231. Redistributions of source code must retain the above copyright
4024   notice, this list of conditions and the following disclaimer.
40252. Redistributions in binary form must reproduce the above copyright
4026   notice, this list of conditions and the following disclaimer in the
4027   documentation and/or other materials provided with the distribution.
4028
4029THIS SOFTWARE IS PROVIDED BY AUTHOR AND CONTRIBUTORS ``AS IS'' AND
4030ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
4031IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
4032ARE DISCLAIMED.  IN NO EVENT SHALL AUTHOR OR CONTRIBUTORS BE LIABLE
4033FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
4034DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
4035OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
4036HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
4037LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
4038OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
4039SUCH DAMAGE.
4040
4041-------------------------------------------------------------------
4042
4043Copyright (c) 2004 by Internet Systems Consortium, Inc. ("ISC")
4044Copyright (c) 1995,1999 by Internet Software Consortium.
4045
4046Permission to use, copy, modify, and distribute this software for any
4047purpose with or without fee is hereby granted, provided that the above
4048copyright notice and this permission notice appear in all copies.
4049
4050THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES
4051WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
4052MERCHANTABILITY AND FITNESS.  IN NO EVENT SHALL ISC BE LIABLE FOR
4053ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
4054WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
4055ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT
4056OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
4057
4058-------------------------------------------------------------------
4059
4060Copyright (c) 2004 by Internet Systems Consortium, Inc. ("ISC")
4061Copyright (c) 1995-1999 by Internet Software Consortium
4062
4063Permission to use, copy, modify, and distribute this software for any
4064purpose with or without fee is hereby granted, provided that the above
4065copyright notice and this permission notice appear in all copies.
4066
4067THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES
4068WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
4069MERCHANTABILITY AND FITNESS.  IN NO EVENT SHALL ISC BE LIABLE FOR
4070ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
4071WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
4072ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT
4073OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
4074
4075-------------------------------------------------------------------
4076
4077Copyright (c) 2004 by Internet Systems Consortium, Inc. ("ISC")
4078Copyright (c) 1995-1999 by Internet Software Consortium.
4079
4080Permission to use, copy, modify, and distribute this software for any
4081purpose with or without fee is hereby granted, provided that the above
4082copyright notice and this permission notice appear in all copies.
4083
4084THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES
4085WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
4086MERCHANTABILITY AND FITNESS.  IN NO EVENT SHALL ISC BE LIABLE FOR
4087ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
4088WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
4089ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT
4090OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
4091
4092-------------------------------------------------------------------
4093
4094Copyright (c) 2004 by Internet Systems Consortium, Inc. ("ISC")
4095Copyright (c) 1996,1999 by Internet Software Consortium.
4096
4097Permission to use, copy, modify, and distribute this software for any
4098purpose with or without fee is hereby granted, provided that the above
4099copyright notice and this permission notice appear in all copies.
4100
4101THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES
4102WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
4103MERCHANTABILITY AND FITNESS.  IN NO EVENT SHALL ISC BE LIABLE FOR
4104ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
4105WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
4106ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT
4107OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
4108
4109-------------------------------------------------------------------
4110
4111Copyright (c) 2004 by Internet Systems Consortium, Inc. ("ISC")
4112Copyright (c) 1996-1999 by Internet Software Consortium
4113
4114Permission to use, copy, modify, and distribute this software for any
4115purpose with or without fee is hereby granted, provided that the above
4116copyright notice and this permission notice appear in all copies.
4117
4118THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES
4119WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
4120MERCHANTABILITY AND FITNESS.  IN NO EVENT SHALL ISC BE LIABLE FOR
4121ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
4122WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
4123ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT
4124OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
4125
4126-------------------------------------------------------------------
4127
4128Copyright (c) 2004 by Internet Systems Consortium, Inc. ("ISC")
4129Copyright (c) 1996-1999 by Internet Software Consortium.
4130
4131Permission to use, copy, modify, and distribute this software for any
4132purpose with or without fee is hereby granted, provided that the above
4133copyright notice and this permission notice appear in all copies.
4134
4135THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES
4136WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
4137MERCHANTABILITY AND FITNESS.  IN NO EVENT SHALL ISC BE LIABLE FOR
4138ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
4139WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
4140ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT
4141OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
4142
4143-------------------------------------------------------------------
4144
4145Copyright (c) 2004 by Internet Systems Consortium, Inc. ("ISC")
4146Copyright (c) 1997,1999 by Internet Software Consortium.
4147
4148Permission to use, copy, modify, and distribute this software for any
4149purpose with or without fee is hereby granted, provided that the above
4150copyright notice and this permission notice appear in all copies.
4151
4152THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES
4153WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
4154MERCHANTABILITY AND FITNESS.  IN NO EVENT SHALL ISC BE LIABLE FOR
4155ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
4156WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
4157ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT
4158OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
4159
4160-------------------------------------------------------------------
4161
4162Copyright (c) 2004 by Internet Systems Consortium, Inc. ("ISC")
4163Copyright (c) 1999 by Internet Software Consortium.
4164
4165Permission to use, copy, modify, and distribute this software for any
4166purpose with or without fee is hereby granted, provided that the above
4167copyright notice and this permission notice appear in all copies.
4168
4169THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES
4170WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
4171MERCHANTABILITY AND FITNESS.  IN NO EVENT SHALL ISC BE LIABLE FOR
4172ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
4173WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
4174ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT
4175OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
4176
4177-------------------------------------------------------------------
4178
4179Copyright (c) 2004 by Internet Systems Consortium, Inc. ("ISC")
4180Portions Copyright (c) 1996-1999 by Internet Software Consortium.
4181
4182Permission to use, copy, modify, and distribute this software for any
4183purpose with or without fee is hereby granted, provided that the above
4184copyright notice and this permission notice appear in all copies.
4185
4186THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES
4187WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
4188MERCHANTABILITY AND FITNESS.  IN NO EVENT SHALL ISC BE LIABLE FOR
4189ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
4190WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
4191ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT
4192OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
4193
4194-------------------------------------------------------------------
4195
4196Copyright (c) 2004, 2005 David Schultz <das@FreeBSD.ORG>
4197All rights reserved.
4198
4199Redistribution and use in source and binary forms, with or without
4200modification, are permitted provided that the following conditions
4201are met:
42021. Redistributions of source code must retain the above copyright
4203   notice, this list of conditions and the following disclaimer.
42042. Redistributions in binary form must reproduce the above copyright
4205   notice, this list of conditions and the following disclaimer in the
4206   documentation and/or other materials provided with the distribution.
4207
4208THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
4209ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
4210IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
4211ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
4212FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
4213DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
4214OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
4215HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
4216LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
4217OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
4218SUCH DAMAGE.
4219
4220-------------------------------------------------------------------
4221
4222Copyright (c) 2004-2005 David Schultz <das (at) FreeBSD.ORG>
4223All rights reserved.
4224
4225Redistribution and use in source and binary forms, with or without
4226modification, are permitted provided that the following conditions
4227are met:
42281. Redistributions of source code must retain the above copyright
4229   notice, this list of conditions and the following disclaimer.
42302. Redistributions in binary form must reproduce the above copyright
4231   notice, this list of conditions and the following disclaimer in the
4232   documentation and/or other materials provided with the distribution.
4233
4234THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
4235ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
4236IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
4237ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
4238FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
4239DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
4240OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
4241HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
4242LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
4243OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
4244SUCH DAMAGE.
4245
4246-------------------------------------------------------------------
4247
4248Copyright (c) 2004-2005 David Schultz <das@FreeBSD.ORG>
4249All rights reserved.
4250
4251Redistribution and use in source and binary forms, with or without
4252modification, are permitted provided that the following conditions
4253are met:
42541. Redistributions of source code must retain the above copyright
4255   notice, this list of conditions and the following disclaimer.
42562. Redistributions in binary form must reproduce the above copyright
4257   notice, this list of conditions and the following disclaimer in the
4258   documentation and/or other materials provided with the distribution.
4259
4260THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
4261ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
4262IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
4263ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
4264FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
4265DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
4266OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
4267HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
4268LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
4269OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
4270SUCH DAMAGE.
4271
4272-------------------------------------------------------------------
4273
4274Copyright (c) 2005 Bruce D. Evans and Steven G. Kargl
4275All rights reserved.
4276
4277Redistribution and use in source and binary forms, with or without
4278modification, are permitted provided that the following conditions
4279are met:
42801. Redistributions of source code must retain the above copyright
4281   notice unmodified, this list of conditions, and the following
4282   disclaimer.
42832. Redistributions in binary form must reproduce the above copyright
4284   notice, this list of conditions and the following disclaimer in the
4285   documentation and/or other materials provided with the distribution.
4286
4287THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
4288IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
4289OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
4290IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
4291INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
4292NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
4293DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
4294THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
4295(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
4296THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
4297
4298-------------------------------------------------------------------
4299
4300Copyright (c) 2005 David Schultz <das@FreeBSD.ORG>
4301All rights reserved.
4302
4303Redistribution and use in source and binary forms, with or without
4304modification, are permitted provided that the following conditions
4305are met:
43061. Redistributions of source code must retain the above copyright
4307   notice, this list of conditions and the following disclaimer.
43082. Redistributions in binary form must reproduce the above copyright
4309   notice, this list of conditions and the following disclaimer in the
4310   documentation and/or other materials provided with the distribution.
4311
4312THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
4313ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
4314IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
4315ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
4316FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
4317DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
4318OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
4319HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
4320LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
4321OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
4322SUCH DAMAGE.
4323
4324-------------------------------------------------------------------
4325
4326Copyright (c) 2005 Tim J. Robbins.
4327All rights reserved.
4328
4329Redistribution and use in source and binary forms, with or without
4330modification, are permitted provided that the following conditions
4331are met:
43321. Redistributions of source code must retain the above copyright
4333   notice, this list of conditions and the following disclaimer.
43342. Redistributions in binary form must reproduce the above copyright
4335   notice, this list of conditions and the following disclaimer in the
4336   documentation and/or other materials provided with the distribution.
4337
4338THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
4339ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
4340IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
4341ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
4342FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
4343DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
4344OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
4345HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
4346LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
4347OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
4348SUCH DAMAGE.
4349
4350-------------------------------------------------------------------
4351
4352Copyright (c) 2005 by Internet Systems Consortium, Inc. ("ISC")
4353Copyright (c) 1995-1999 by Internet Software Consortium
4354
4355Permission to use, copy, modify, and distribute this software for any
4356purpose with or without fee is hereby granted, provided that the above
4357copyright notice and this permission notice appear in all copies.
4358
4359THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES
4360WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
4361MERCHANTABILITY AND FITNESS.  IN NO EVENT SHALL ISC BE LIABLE FOR
4362ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
4363WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
4364ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT
4365OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
4366
4367-------------------------------------------------------------------
4368
4369Copyright (c) 2005-2008 David Schultz <das@FreeBSD.ORG>
4370All rights reserved.
4371
4372Redistribution and use in source and binary forms, with or without
4373modification, are permitted provided that the following conditions
4374are met:
43751. Redistributions of source code must retain the above copyright
4376   notice, this list of conditions and the following disclaimer.
43772. Redistributions in binary form must reproduce the above copyright
4378   notice, this list of conditions and the following disclaimer in the
4379   documentation and/or other materials provided with the distribution.
4380
4381THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
4382ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
4383IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
4384ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
4385FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
4386DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
4387OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
4388HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
4389LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
4390OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
4391SUCH DAMAGE.
4392
4393-------------------------------------------------------------------
4394
4395Copyright (c) 2005-2011 David Schultz <das@FreeBSD.ORG>
4396All rights reserved.
4397
4398Redistribution and use in source and binary forms, with or without
4399modification, are permitted provided that the following conditions
4400are met:
44011. Redistributions of source code must retain the above copyright
4402   notice, this list of conditions and the following disclaimer.
44032. Redistributions in binary form must reproduce the above copyright
4404   notice, this list of conditions and the following disclaimer in the
4405   documentation and/or other materials provided with the distribution.
4406
4407THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
4408ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
4409IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
4410ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
4411FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
4412DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
4413OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
4414HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
4415LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
4416OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
4417SUCH DAMAGE.
4418
4419-------------------------------------------------------------------
4420
4421Copyright (c) 2007 David Schultz
4422All rights reserved.
4423
4424Redistribution and use in source and binary forms, with or without
4425modification, are permitted provided that the following conditions
4426are met:
44271. Redistributions of source code must retain the above copyright
4428   notice, this list of conditions and the following disclaimer.
44292. Redistributions in binary form must reproduce the above copyright
4430   notice, this list of conditions and the following disclaimer in the
4431   documentation and/or other materials provided with the distribution.
4432
4433THIS SOFTWARE IS PROVIDED BY AUTHOR AND CONTRIBUTORS ``AS IS'' AND
4434ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
4435IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
4436ARE DISCLAIMED.  IN NO EVENT SHALL AUTHOR OR CONTRIBUTORS BE LIABLE
4437FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
4438DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
4439OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
4440HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
4441LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
4442OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
4443SUCH DAMAGE.
4444
4445-------------------------------------------------------------------
4446
4447Copyright (c) 2007 David Schultz <das@FreeBSD.ORG>
4448All rights reserved.
4449
4450Redistribution and use in source and binary forms, with or without
4451modification, are permitted provided that the following conditions
4452are met:
44531. Redistributions of source code must retain the above copyright
4454   notice, this list of conditions and the following disclaimer.
44552. Redistributions in binary form must reproduce the above copyright
4456   notice, this list of conditions and the following disclaimer in the
4457   documentation and/or other materials provided with the distribution.
4458
4459THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
4460ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
4461IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
4462ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
4463FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
4464DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
4465OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
4466HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
4467LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
4468OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
4469SUCH DAMAGE.
4470
4471-------------------------------------------------------------------
4472
4473Copyright (c) 2007 David Schultz <das@FreeBSD.ORG>
4474All rights reserved.
4475
4476Redistribution and use in source and binary forms, with or without
4477modification, are permitted provided that the following conditions
4478are met:
44791. Redistributions of source code must retain the above copyright
4480   notice, this list of conditions and the following disclaimer.
44812. Redistributions in binary form must reproduce the above copyright
4482   notice, this list of conditions and the following disclaimer in the
4483   documentation and/or other materials provided with the distribution.
4484
4485THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
4486ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
4487IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
4488ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
4489FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
4490DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
4491OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
4492HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
4493LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
4494OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
4495SUCH DAMAGE.
4496
4497Derived from s_modf.c, which has the following Copyright:
4498====================================================
4499Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved.
4500
4501Developed at SunPro, a Sun Microsystems, Inc. business.
4502Permission to use, copy, modify, and distribute this
4503software is freely granted, provided that this notice
4504is preserved.
4505
4506-------------------------------------------------------------------
4507
4508Copyright (c) 2007 Steven G. Kargl
4509All rights reserved.
4510
4511Redistribution and use in source and binary forms, with or without
4512modification, are permitted provided that the following conditions
4513are met:
45141. Redistributions of source code must retain the above copyright
4515   notice unmodified, this list of conditions, and the following
4516   disclaimer.
45172. Redistributions in binary form must reproduce the above copyright
4518   notice, this list of conditions and the following disclaimer in the
4519   documentation and/or other materials provided with the distribution.
4520
4521THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
4522IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
4523OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
4524IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
4525INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
4526NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
4527DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
4528THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
4529(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
4530THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
4531
4532-------------------------------------------------------------------
4533
4534Copyright (c) 2007 The NetBSD Foundation, Inc.
4535All rights reserved.
4536
4537This code is derived from software written by Stephen L. Moshier.
4538It is redistributed by the NetBSD Foundation by permission of the author.
4539
4540Redistribution and use in source and binary forms, with or without
4541modification, are permitted provided that the following conditions
4542are met:
45431. Redistributions of source code must retain the above copyright
4544   notice, this list of conditions and the following disclaimer.
45452. Redistributions in binary form must reproduce the above copyright
4546   notice, this list of conditions and the following disclaimer in the
4547   documentation and/or other materials provided with the distribution.
4548
4549THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
4550``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
4551TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
4552PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
4553BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
4554CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
4555SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
4556INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
4557CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
4558ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
4559POSSIBILITY OF SUCH DAMAGE.
4560
4561-------------------------------------------------------------------
4562
4563Copyright (c) 2007 Todd C. Miller <Todd.Miller@courtesan.com>
4564
4565Permission to use, copy, modify, and distribute this software for any
4566purpose with or without fee is hereby granted, provided that the above
4567copyright notice and this permission notice appear in all copies.
4568
4569THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
4570WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
4571MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
4572ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
4573WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
4574ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
4575OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
4576
4577-------------------------------------------------------------------
4578
4579Copyright (c) 2007, 2010-2013 Steven G. Kargl
4580All rights reserved.
4581
4582Redistribution and use in source and binary forms, with or without
4583modification, are permitted provided that the following conditions
4584are met:
45851. Redistributions of source code must retain the above copyright
4586   notice unmodified, this list of conditions, and the following
4587   disclaimer.
45882. Redistributions in binary form must reproduce the above copyright
4589   notice, this list of conditions and the following disclaimer in the
4590   documentation and/or other materials provided with the distribution.
4591
4592THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
4593IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
4594OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
4595IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
4596INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
4597NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
4598DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
4599THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
4600(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
4601THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
4602
4603s_sinl.c and s_cosl.c merged by Steven G. Kargl.
4604
4605-------------------------------------------------------------------
4606
4607Copyright (c) 2007-2008  Michael G Schwern
4608
4609This software originally derived from Paul Sheer's pivotal_gmtime_r.c.
4610
4611The MIT License:
4612
4613Permission is hereby granted, free of charge, to any person obtaining a copy
4614of this software and associated documentation files (the "Software"), to deal
4615in the Software without restriction, including without limitation the rights
4616to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
4617copies of the Software, and to permit persons to whom the Software is
4618furnished to do so, subject to the following conditions:
4619
4620The above copyright notice and this permission notice shall be included in
4621all copies or substantial portions of the Software.
4622
4623THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
4624IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
4625FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
4626AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
4627LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
4628OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
4629THE SOFTWARE.
4630
4631-------------------------------------------------------------------
4632
4633Copyright (c) 2007-2008  Michael G Schwern
4634
4635This software originally derived from Paul Sheer's pivotal_gmtime_r.c.
4636
4637The MIT License:
4638
4639Permission is hereby granted, free of charge, to any person obtaining a copy
4640of this software and associated documentation files (the "Software"), to deal
4641in the Software without restriction, including without limitation the rights
4642to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
4643copies of the Software, and to permit persons to whom the Software is
4644furnished to do so, subject to the following conditions:
4645
4646The above copyright notice and this permission notice shall be included in
4647all copies or substantial portions of the Software.
4648
4649THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
4650IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
4651FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
4652AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
4653LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
4654OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
4655THE SOFTWARE.
4656
4657Origin: http://code.google.com/p/y2038
4658Modified for Bionic by the Android Open Source Project
4659
4660-------------------------------------------------------------------
4661
4662Copyright (c) 2007-2008 David Schultz <das@FreeBSD.ORG>
4663All rights reserved.
4664
4665Redistribution and use in source and binary forms, with or without
4666modification, are permitted provided that the following conditions
4667are met:
46681. Redistributions of source code must retain the above copyright
4669   notice, this list of conditions and the following disclaimer.
46702. Redistributions in binary form must reproduce the above copyright
4671   notice, this list of conditions and the following disclaimer in the
4672   documentation and/or other materials provided with the distribution.
4673
4674THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
4675ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
4676IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
4677ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
4678FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
4679DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
4680OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
4681HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
4682LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
4683OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
4684SUCH DAMAGE.
4685
4686-------------------------------------------------------------------
4687
4688Copyright (c) 2007-2013 Bruce D. Evans
4689All rights reserved.
4690
4691Redistribution and use in source and binary forms, with or without
4692modification, are permitted provided that the following conditions
4693are met:
46941. Redistributions of source code must retain the above copyright
4695   notice unmodified, this list of conditions, and the following
4696   disclaimer.
46972. Redistributions in binary form must reproduce the above copyright
4698   notice, this list of conditions and the following disclaimer in the
4699   documentation and/or other materials provided with the distribution.
4700
4701THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
4702IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
4703OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
4704IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
4705INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
4706NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
4707DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
4708THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
4709(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
4710THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
4711
4712-------------------------------------------------------------------
4713
4714Copyright (c) 2008 David Schultz <das@FreeBSD.ORG>
4715All rights reserved.
4716
4717Redistribution and use in source and binary forms, with or without
4718modification, are permitted provided that the following conditions
4719are met:
47201. Redistributions of source code must retain the above copyright
4721   notice, this list of conditions and the following disclaimer.
47222. Redistributions in binary form must reproduce the above copyright
4723   notice, this list of conditions and the following disclaimer in the
4724   documentation and/or other materials provided with the distribution.
4725
4726THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
4727ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
4728IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
4729ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
4730FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
4731DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
4732OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
4733HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
4734LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
4735OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
4736SUCH DAMAGE.
4737
4738-------------------------------------------------------------------
4739
4740Copyright (c) 2008 Stephen L. Moshier <steve@moshier.net>
4741
4742Permission to use, copy, modify, and distribute this software for any
4743purpose with or without fee is hereby granted, provided that the above
4744copyright notice and this permission notice appear in all copies.
4745
4746THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
4747WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
4748MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
4749ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
4750WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
4751ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
4752OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
4753
4754-------------------------------------------------------------------
4755
4756Copyright (c) 2008 Todd C. Miller <millert@openbsd.org>
4757
4758Permission to use, copy, modify, and distribute this software for any
4759purpose with or without fee is hereby granted, provided that the above
4760copyright notice and this permission notice appear in all copies.
4761
4762THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
4763WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
4764MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
4765ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
4766WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
4767ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
4768OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
4769
4770-------------------------------------------------------------------
4771
4772Copyright (c) 2008, Damien Miller <djm@openbsd.org>
4773
4774Permission to use, copy, modify, and distribute this software for any
4775purpose with or without fee is hereby granted, provided that the above
4776copyright notice and this permission notice appear in all copies.
4777
4778THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
4779WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
4780MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
4781ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
4782WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
4783ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
4784OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
4785
4786-------------------------------------------------------------------
4787
4788Copyright (c) 2009 David Schultz <das@FreeBSD.org>
4789All rights reserved.
4790
4791Copyright (c) 2011 The FreeBSD Foundation
4792All rights reserved.
4793Portions of this software were developed by David Chisnall
4794under sponsorship from the FreeBSD Foundation.
4795
4796Redistribution and use in source and binary forms, with or without
4797modification, are permitted provided that the following conditions
4798are met:
47991. Redistributions of source code must retain the above copyright
4800   notice, this list of conditions and the following disclaimer.
48012. Redistributions in binary form must reproduce the above copyright
4802   notice, this list of conditions and the following disclaimer in the
4803   documentation and/or other materials provided with the distribution.
4804
4805THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
4806ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
4807IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
4808ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
4809FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
4810DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
4811OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
4812HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
4813LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
4814OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
4815SUCH DAMAGE.
4816
4817-------------------------------------------------------------------
4818
4819Copyright (c) 2009 David Schultz <das@FreeBSD.org>
4820All rights reserved.
4821
4822Redistribution and use in source and binary forms, with or without
4823modification, are permitted provided that the following conditions
4824are met:
48251. Redistributions of source code must retain the above copyright
4826   notice, this list of conditions and the following disclaimer.
48272. Redistributions in binary form must reproduce the above copyright
4828   notice, this list of conditions and the following disclaimer in the
4829   documentation and/or other materials provided with the distribution.
4830
4831THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
4832ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
4833IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
4834ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
4835FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
4836DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
4837OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
4838HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
4839LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
4840OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
4841SUCH DAMAGE.
4842
4843-------------------------------------------------------------------
4844
4845Copyright (c) 2009 The NetBSD Foundation, Inc.
4846
4847This code is derived from software contributed to The NetBSD Foundation
4848by Roy Marples.
4849
4850Redistribution and use in source and binary forms, with or without
4851modification, are permitted provided that the following conditions
4852are met:
48531. Redistributions of source code must retain the above copyright
4854   notice, this list of conditions and the following disclaimer.
48552. Redistributions in binary form must reproduce the above copyright
4856   notice, this list of conditions and the following disclaimer in the
4857   documentation and/or other materials provided with the distribution.
4858
4859THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
4860IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
4861OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
4862IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
4863INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
4864NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
4865DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
4866THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
4867(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
4868THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
4869
4870-------------------------------------------------------------------
4871
4872Copyright (c) 2009-2013 Steven G. Kargl
4873All rights reserved.
4874
4875Redistribution and use in source and binary forms, with or without
4876modification, are permitted provided that the following conditions
4877are met:
48781. Redistributions of source code must retain the above copyright
4879   notice unmodified, this list of conditions, and the following
4880   disclaimer.
48812. Redistributions in binary form must reproduce the above copyright
4882   notice, this list of conditions and the following disclaimer in the
4883   documentation and/or other materials provided with the distribution.
4884
4885THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
4886IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
4887OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
4888IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
4889INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
4890NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
4891DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
4892THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
4893(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
4894THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
4895
4896Optimized by Bruce D. Evans.
4897
4898-------------------------------------------------------------------
4899
4900Copyright (c) 2010 The NetBSD Foundation, Inc.
4901All rights reserved.
4902
4903Redistribution and use in source and binary forms, with or without
4904modification, are permitted provided that the following conditions
4905are met:
49061. Redistributions of source code must retain the above copyright
4907   notice, this list of conditions and the following disclaimer.
49082. Redistributions in binary form must reproduce the above copyright
4909   notice, this list of conditions and the following disclaimer in the
4910   documentation and/or other materials provided with the distribution.
4911
4912THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
4913``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
4914TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
4915PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
4916BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
4917CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
4918SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
4919INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
4920CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
4921ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
4922POSSIBILITY OF SUCH DAMAGE.
4923
4924-------------------------------------------------------------------
4925
4926Copyright (c) 2010 Todd C. Miller <Todd.Miller@courtesan.com>
4927
4928Permission to use, copy, modify, and distribute this software for any
4929purpose with or without fee is hereby granted, provided that the above
4930copyright notice and this permission notice appear in all copies.
4931
4932THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
4933WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
4934MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
4935ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
4936WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
4937ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
4938OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
4939
4940-------------------------------------------------------------------
4941
4942Copyright (c) 2010, 2011, 2012, 2013 Intel Corporation
4943All rights reserved.
4944
4945Redistribution and use in source and binary forms, with or without
4946modification, are permitted provided that the following conditions are met:
4947
4948    * Redistributions of source code must retain the above copyright notice,
4949    * this list of conditions and the following disclaimer.
4950
4951    * Redistributions in binary form must reproduce the above copyright notice,
4952    * this list of conditions and the following disclaimer in the documentation
4953    * and/or other materials provided with the distribution.
4954
4955    * Neither the name of Intel Corporation nor the names of its contributors
4956    * may be used to endorse or promote products derived from this software
4957    * without specific prior written permission.
4958
4959THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
4960ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
4961WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
4962DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR
4963ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
4964(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
4965LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
4966ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
4967(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
4968SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
4969
4970-------------------------------------------------------------------
4971
4972Copyright (c) 2010, Intel Corporation
4973All rights reserved.
4974
4975Redistribution and use in source and binary forms, with or without
4976modification, are permitted provided that the following conditions are met:
4977
4978    * Redistributions of source code must retain the above copyright notice,
4979    * this list of conditions and the following disclaimer.
4980
4981    * Redistributions in binary form must reproduce the above copyright notice,
4982    * this list of conditions and the following disclaimer in the documentation
4983    * and/or other materials provided with the distribution.
4984
4985    * Neither the name of Intel Corporation nor the names of its contributors
4986    * may be used to endorse or promote products derived from this software
4987    * without specific prior written permission.
4988
4989THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
4990ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
4991WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
4992DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR
4993ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
4994(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
4995LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
4996ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
4997(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
4998SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
4999
5000-------------------------------------------------------------------
5001
5002Copyright (c) 2011 David Chisnall
5003All rights reserved.
5004
5005Redistribution and use in source and binary forms, with or without
5006modification, are permitted provided that the following conditions
5007are met:
50081. Redistributions of source code must retain the above copyright
5009   notice, this list of conditions and the following disclaimer.
50102. Redistributions in binary form must reproduce the above copyright
5011   notice, this list of conditions and the following disclaimer in the
5012   documentation and/or other materials provided with the distribution.
5013
5014THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
5015ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
5016IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
5017ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
5018FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
5019DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
5020OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
5021HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
5022LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
5023OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
5024SUCH DAMAGE.
5025
5026-------------------------------------------------------------------
5027
5028Copyright (c) 2011 David Schultz
5029All rights reserved.
5030
5031Redistribution and use in source and binary forms, with or without
5032modification, are permitted provided that the following conditions
5033are met:
50341. Redistributions of source code must retain the above copyright
5035   notice unmodified, this list of conditions, and the following
5036   disclaimer.
50372. Redistributions in binary form must reproduce the above copyright
5038   notice, this list of conditions and the following disclaimer in the
5039   documentation and/or other materials provided with the distribution.
5040
5041THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
5042IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
5043OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
5044IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
5045INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
5046NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
5047DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
5048THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
5049(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
5050THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
5051
5052-------------------------------------------------------------------
5053
5054Copyright (c) 2011 David Schultz <das@FreeBSD.ORG>
5055All rights reserved.
5056
5057Redistribution and use in source and binary forms, with or without
5058modification, are permitted provided that the following conditions
5059are met:
50601. Redistributions of source code must retain the above copyright
5061   notice, this list of conditions and the following disclaimer.
50622. Redistributions in binary form must reproduce the above copyright
5063   notice, this list of conditions and the following disclaimer in the
5064   documentation and/or other materials provided with the distribution.
5065
5066THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
5067ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
5068IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
5069ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
5070FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
5071DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
5072OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
5073HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
5074LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
5075OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
5076SUCH DAMAGE.
5077
5078-------------------------------------------------------------------
5079
5080Copyright (c) 2011 Ed Schouten <ed@FreeBSD.org>
5081                   David Chisnall <theraven@FreeBSD.org>
5082All rights reserved.
5083
5084Redistribution and use in source and binary forms, with or without
5085modification, are permitted provided that the following conditions
5086are met:
50871. Redistributions of source code must retain the above copyright
5088   notice, this list of conditions and the following disclaimer.
50892. Redistributions in binary form must reproduce the above copyright
5090   notice, this list of conditions and the following disclaimer in the
5091   documentation and/or other materials provided with the distribution.
5092
5093THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
5094ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
5095IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
5096ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
5097FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
5098DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
5099OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
5100HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
5101LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
5102OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
5103SUCH DAMAGE.
5104
5105-------------------------------------------------------------------
5106
5107Copyright (c) 2011 Intel Corporation
5108All rights reserved.
5109
5110Redistribution and use in source and binary forms, with or without
5111modification, are permitted provided that the following conditions are met:
5112
5113    * Redistributions of source code must retain the above copyright notice,
5114    * this list of conditions and the following disclaimer.
5115
5116    * Redistributions in binary form must reproduce the above copyright notice,
5117    * this list of conditions and the following disclaimer in the documentation
5118    * and/or other materials provided with the distribution.
5119
5120    * Neither the name of Intel Corporation nor the names of its contributors
5121    * may be used to endorse or promote products derived from this software
5122    * without specific prior written permission.
5123
5124THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
5125ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
5126WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
5127DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR
5128ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
5129(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
5130LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
5131ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
5132(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
5133SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
5134
5135-------------------------------------------------------------------
5136
5137Copyright (c) 2011 Martin Pieuchot <mpi@openbsd.org>
5138
5139Permission to use, copy, modify, and distribute this software for any
5140purpose with or without fee is hereby granted, provided that the above
5141copyright notice and this permission notice appear in all copies.
5142
5143THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
5144WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
5145MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
5146ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
5147WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
5148ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
5149OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
5150
5151-------------------------------------------------------------------
5152
5153Copyright (c) 2011 The Android Open Source Project
5154Copyright (c) 2008 ARM Ltd
5155All rights reserved.
5156
5157Redistribution and use in source and binary forms, with or without
5158modification, are permitted provided that the following conditions
5159are met:
51601. Redistributions of source code must retain the above copyright
5161   notice, this list of conditions and the following disclaimer.
51622. Redistributions in binary form must reproduce the above copyright
5163   notice, this list of conditions and the following disclaimer in the
5164   documentation and/or other materials provided with the distribution.
51653. The name of the company may not be used to endorse or promote
5166   products derived from this software without specific prior written
5167   permission.
5168
5169THIS SOFTWARE IS PROVIDED BY ARM LTD ``AS IS'' AND ANY EXPRESS OR IMPLIED
5170WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
5171MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
5172IN NO EVENT SHALL ARM LTD BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
5173SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED
5174TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
5175PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
5176LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
5177NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
5178SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
5179
5180-------------------------------------------------------------------
5181
5182Copyright (c) 2011, 2012, 2013 Intel Corporation
5183All rights reserved.
5184
5185Redistribution and use in source and binary forms, with or without
5186modification, are permitted provided that the following conditions are met:
5187
5188    * Redistributions of source code must retain the above copyright notice,
5189    * this list of conditions and the following disclaimer.
5190
5191    * Redistributions in binary form must reproduce the above copyright notice,
5192    * this list of conditions and the following disclaimer in the documentation
5193    * and/or other materials provided with the distribution.
5194
5195    * Neither the name of Intel Corporation nor the names of its contributors
5196    * may be used to endorse or promote products derived from this software
5197    * without specific prior written permission.
5198
5199THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
5200ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
5201WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
5202DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR
5203ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
5204(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
5205LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
5206ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
5207(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
5208SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
5209
5210-------------------------------------------------------------------
5211
5212Copyright (c) 2011, Intel Corporation
5213All rights reserved.
5214
5215Redistribution and use in source and binary forms, with or without
5216modification, are permitted provided that the following conditions are met:
5217
5218    * Redistributions of source code must retain the above copyright notice,
5219    * this list of conditions and the following disclaimer.
5220
5221    * Redistributions in binary form must reproduce the above copyright notice,
5222    * this list of conditions and the following disclaimer in the documentation
5223    * and/or other materials provided with the distribution.
5224
5225    * Neither the name of Intel Corporation nor the names of its contributors
5226    * may be used to endorse or promote products derived from this software
5227    * without specific prior written permission.
5228
5229THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
5230ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
5231WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
5232DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR
5233ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
5234(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
5235LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
5236ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
5237(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
5238SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
5239
5240-------------------------------------------------------------------
5241
5242Copyright (c) 2011, VMware, Inc.
5243All rights reserved.
5244
5245Redistribution and use in source and binary forms, with or without
5246modification, are permitted provided that the following conditions are met:
5247    * Redistributions of source code must retain the above copyright
5248      notice, this list of conditions and the following disclaimer.
5249    * Redistributions in binary form must reproduce the above copyright
5250      notice, this list of conditions and the following disclaimer in the
5251      documentation and/or other materials provided with the distribution.
5252    * Neither the name of the VMware, Inc. nor the names of its contributors
5253      may be used to endorse or promote products derived from this software
5254      without specific prior written permission.
5255
5256THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
5257AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
5258IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
5259ARE DISCLAIMED. IN NO EVENT SHALL VMWARE, INC. OR CONTRIBUTORS BE LIABLE FOR
5260ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
5261(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
5262LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
5263ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
5264(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
5265THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
5266
5267-------------------------------------------------------------------
5268
5269Copyright (c) 2012 Stephen Montgomery-Smith <stephen@FreeBSD.ORG>
5270All rights reserved.
5271
5272Redistribution and use in source and binary forms, with or without
5273modification, are permitted provided that the following conditions
5274are met:
52751. Redistributions of source code must retain the above copyright
5276   notice, this list of conditions and the following disclaimer.
52772. Redistributions in binary form must reproduce the above copyright
5278   notice, this list of conditions and the following disclaimer in the
5279   documentation and/or other materials provided with the distribution.
5280
5281THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
5282ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
5283IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
5284ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
5285FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
5286DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
5287OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
5288HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
5289LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
5290OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
5291SUCH DAMAGE.
5292
5293-------------------------------------------------------------------
5294
5295Copyright (c) 2012 Stephen Montgomery-Smith <stephen@FreeBSD.ORG>
5296Copyright (c) 2017 Mahdi Mokhtari <mmokhi@FreeBSD.org>
5297All rights reserved.
5298
5299Redistribution and use in source and binary forms, with or without
5300modification, are permitted provided that the following conditions
5301are met:
53021. Redistributions of source code must retain the above copyright
5303   notice, this list of conditions and the following disclaimer.
53042. Redistributions in binary form must reproduce the above copyright
5305   notice, this list of conditions and the following disclaimer in the
5306   documentation and/or other materials provided with the distribution.
5307
5308THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
5309ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
5310IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
5311ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
5312FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
5313DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
5314OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
5315HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
5316LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
5317OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
5318SUCH DAMAGE.
5319
5320-------------------------------------------------------------------
5321
5322Copyright (c) 2012, Linaro Limited
5323   All rights reserved.
5324
5325   Redistribution and use in source and binary forms, with or without
5326   modification, are permitted provided that the following conditions are met:
5327       * Redistributions of source code must retain the above copyright
5328         notice, this list of conditions and the following disclaimer.
5329       * Redistributions in binary form must reproduce the above copyright
5330         notice, this list of conditions and the following disclaimer in the
5331         documentation and/or other materials provided with the distribution.
5332       * Neither the name of the Linaro nor the
5333         names of its contributors may be used to endorse or promote products
5334         derived from this software without specific prior written permission.
5335
5336   THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
5337   "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
5338   LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
5339   A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
5340   HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
5341   SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
5342   LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
5343   DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
5344   THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
5345   (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
5346   OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
5347
5348-------------------------------------------------------------------
5349
5350Copyright (c) 2012-2013, Linaro Limited
5351   All rights reserved.
5352
5353   Redistribution and use in source and binary forms, with or without
5354   modification, are permitted provided that the following conditions are met:
5355       * Redistributions of source code must retain the above copyright
5356         notice, this list of conditions and the following disclaimer.
5357       * Redistributions in binary form must reproduce the above copyright
5358         notice, this list of conditions and the following disclaimer in the
5359         documentation and/or other materials provided with the distribution.
5360       * Neither the name of the Linaro nor the
5361         names of its contributors may be used to endorse or promote products
5362         derived from this software without specific prior written permission.
5363
5364   THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
5365   "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
5366   LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
5367   A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
5368   HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
5369   SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
5370   LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
5371   DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
5372   THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
5373   (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
5374
5375-------------------------------------------------------------------
5376
5377Copyright (c) 2013
5378     MIPS Technologies, Inc., California.
5379
5380Redistribution and use in source and binary forms, with or without
5381modification, are permitted provided that the following conditions
5382are met:
53831. Redistributions of source code must retain the above copyright
5384   notice, this list of conditions and the following disclaimer.
53852. Redistributions in binary form must reproduce the above copyright
5386   notice, this list of conditions and the following disclaimer in the
5387   documentation and/or other materials provided with the distribution.
53883. Neither the name of the MIPS Technologies, Inc., nor the names of its
5389   contributors may be used to endorse or promote products derived from
5390   this software without specific prior written permission.
5391
5392THIS SOFTWARE IS PROVIDED BY THE MIPS TECHNOLOGIES, INC. ``AS IS'' AND
5393ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
5394IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
5395ARE DISCLAIMED.  IN NO EVENT SHALL THE MIPS TECHNOLOGIES, INC. BE LIABLE
5396FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
5397DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
5398OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
5399HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
5400LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
5401OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
5402SUCH DAMAGE.
5403
5404-------------------------------------------------------------------
5405
5406Copyright (c) 2013 ARM Ltd
5407All rights reserved.
5408
5409Redistribution and use in source and binary forms, with or without
5410modification, are permitted provided that the following conditions
5411are met:
54121. Redistributions of source code must retain the above copyright
5413   notice, this list of conditions and the following disclaimer.
54142. Redistributions in binary form must reproduce the above copyright
5415   notice, this list of conditions and the following disclaimer in the
5416   documentation and/or other materials provided with the distribution.
54173. The name of the company may not be used to endorse or promote
5418   products derived from this software without specific prior written
5419   permission.
5420
5421THIS SOFTWARE IS PROVIDED BY ARM LTD ``AS IS'' AND ANY EXPRESS OR IMPLIED
5422WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
5423MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
5424IN NO EVENT SHALL ARM LTD BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
5425SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED
5426TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
5427PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
5428LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
5429NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
5430SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
5431
5432-------------------------------------------------------------------
5433
5434Copyright (c) 2013 Antoine Jacoutot <ajacoutot@openbsd.org>
5435
5436Permission to use, copy, modify, and distribute this software for any
5437purpose with or without fee is hereby granted, provided that the above
5438copyright notice and this permission notice appear in all copies.
5439
5440THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
5441WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
5442MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
5443ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
5444WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
5445ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
5446OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
5447
5448-------------------------------------------------------------------
5449
5450Copyright (c) 2013 Bruce D. Evans
5451All rights reserved.
5452
5453Redistribution and use in source and binary forms, with or without
5454modification, are permitted provided that the following conditions
5455are met:
54561. Redistributions of source code must retain the above copyright
5457   notice unmodified, this list of conditions, and the following
5458   disclaimer.
54592. Redistributions in binary form must reproduce the above copyright
5460   notice, this list of conditions and the following disclaimer in the
5461   documentation and/or other materials provided with the distribution.
5462
5463THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
5464IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
5465OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
5466IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
5467INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
5468NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
5469DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
5470THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
5471(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
5472THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
5473
5474-------------------------------------------------------------------
5475
5476Copyright (c) 2013 The NetBSD Foundation, Inc.
5477All rights reserved.
5478
5479This code is derived from software contributed to The NetBSD Foundation
5480by Christos Zoulas.
5481
5482Redistribution and use in source and binary forms, with or without
5483modification, are permitted provided that the following conditions
5484are met:
54851. Redistributions of source code must retain the above copyright
5486   notice, this list of conditions and the following disclaimer.
54872. Redistributions in binary form must reproduce the above copyright
5488   notice, this list of conditions and the following disclaimer in the
5489   documentation and/or other materials provided with the distribution.
5490
5491THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
5492``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
5493TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
5494PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
5495BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
5496CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
5497SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
5498INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
5499CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
5500ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
5501POSSIBILITY OF SUCH DAMAGE.
5502
5503-------------------------------------------------------------------
5504
5505Copyright (c) 2013, Linaro Limited
5506   All rights reserved.
5507
5508   Redistribution and use in source and binary forms, with or without
5509   modification, are permitted provided that the following conditions are met:
5510       * Redistributions of source code must retain the above copyright
5511         notice, this list of conditions and the following disclaimer.
5512       * Redistributions in binary form must reproduce the above copyright
5513         notice, this list of conditions and the following disclaimer in the
5514         documentation and/or other materials provided with the distribution.
5515       * Neither the name of the Linaro nor the
5516         names of its contributors may be used to endorse or promote products
5517         derived from this software without specific prior written permission.
5518
5519   THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
5520   "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
5521   LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
5522   A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
5523   HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
5524   SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
5525   LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
5526   DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
5527   THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
5528   (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
5529
5530-------------------------------------------------------------------
5531
5532Copyright (c) 2013-2014, NVIDIA Corporation.  All rights reserved.
5533Johnny Qiu <joqiu@nvidia.com>
5534Shu Zhang <chazhang@nvidia.com>
5535
5536Redistribution and use in source and binary forms, with or without
5537modification, are permitted provided that the following conditions are
5538met:
5539    * Redistributions of source code must retain the above copyright
5540      notice, this list of conditions and the following disclaimer.
5541    * Redistributions in binary form must reproduce the above
5542      copyright notice, this list of conditions and the following
5543      disclaimer in the documentation and/or other materials provided
5544      with the distribution.
5545    * Neither the name of The Linux Foundation nor the names of its
5546      contributors may be used to endorse or promote products derived
5547      from this software without specific prior written permission.
5548
5549THIS SOFTWARE IS PROVIDED "AS IS" AND ANY EXPRESS OR IMPLIED
5550WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
5551MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT
5552ARE DISCLAIMED.  IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS
5553BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
5554CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
5555SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
5556BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
5557WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE
5558OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN
5559IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
5560
5561-------------------------------------------------------------------
5562
5563Copyright (c) 2013-2015, Linaro Limited
5564   All rights reserved.
5565
5566   Redistribution and use in source and binary forms, with or without
5567   modification, are permitted provided that the following conditions are met:
5568       * Redistributions of source code must retain the above copyright
5569     notice, this list of conditions and the following disclaimer.
5570       * Redistributions in binary form must reproduce the above copyright
5571     notice, this list of conditions and the following disclaimer in the
5572     documentation and/or other materials provided with the distribution.
5573       * Neither the name of the Linaro nor the
5574     names of its contributors may be used to endorse or promote products
5575     derived from this software without specific prior written permission.
5576
5577   THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
5578   "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
5579   LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
5580   A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
5581   HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
5582   SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
5583   LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
5584   DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
5585   THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
5586   (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
5587
5588-------------------------------------------------------------------
5589
5590Copyright (c) 2014, Intel Corporation
5591All rights reserved.
5592
5593Redistribution and use in source and binary forms, with or without
5594modification, are permitted provided that the following conditions are met:
5595
5596    * Redistributions of source code must retain the above copyright notice,
5597    * this list of conditions and the following disclaimer.
5598
5599    * Redistributions in binary form must reproduce the above copyright notice,
5600    * this list of conditions and the following disclaimer in the documentation
5601    * and/or other materials provided with the distribution.
5602
5603    * Neither the name of Intel Corporation nor the names of its contributors
5604    * may be used to endorse or promote products derived from this software
5605    * without specific prior written permission.
5606
5607THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
5608ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
5609WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
5610DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR
5611ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
5612(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
5613LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
5614ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
5615(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
5616SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
5617
5618-------------------------------------------------------------------
5619
5620Copyright (c) 2014, Linaro Limited
5621   All rights reserved.
5622
5623   Redistribution and use in source and binary forms, with or without
5624   modification, are permitted provided that the following conditions are met:
5625       * Redistributions of source code must retain the above copyright
5626         notice, this list of conditions and the following disclaimer.
5627       * Redistributions in binary form must reproduce the above copyright
5628         notice, this list of conditions and the following disclaimer in the
5629         documentation and/or other materials provided with the distribution.
5630       * Neither the name of the Linaro nor the
5631         names of its contributors may be used to endorse or promote products
5632         derived from this software without specific prior written permission.
5633
5634   THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
5635   "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
5636   LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
5637   A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
5638   HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
5639   SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
5640   LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
5641   DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
5642   THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
5643   (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
5644   OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
5645
5646-------------------------------------------------------------------
5647
5648Copyright (c) 2015 ARM Ltd
5649All rights reserved.
5650
5651Redistribution and use in source and binary forms, with or without
5652modification, are permitted provided that the following conditions
5653are met:
56541. Redistributions of source code must retain the above copyright
5655   notice, this list of conditions and the following disclaimer.
56562. Redistributions in binary form must reproduce the above copyright
5657   notice, this list of conditions and the following disclaimer in the
5658   documentation and/or other materials provided with the distribution.
56593. The name of the company may not be used to endorse or promote
5660   products derived from this software without specific prior written
5661   permission.
5662
5663THIS SOFTWARE IS PROVIDED BY ARM LTD ``AS IS'' AND ANY EXPRESS OR IMPLIED
5664WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
5665MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
5666IN NO EVENT SHALL ARM LTD BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
5667SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED
5668TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
5669PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
5670LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
5671NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
5672SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
5673
5674-------------------------------------------------------------------
5675
5676Copyright (c) 2015 Joerg Sonnenberger <joerg@NetBSD.org>.
5677All rights reserved.
5678
5679Redistribution and use in source and binary forms, with or without
5680modification, are permitted provided that the following conditions
5681are met:
5682
56831. Redistributions of source code must retain the above copyright
5684   notice, this list of conditions and the following disclaimer.
56852. Redistributions in binary form must reproduce the above copyright
5686   notice, this list of conditions and the following disclaimer in
5687   the documentation and/or other materials provided with the
5688   distribution.
5689
5690THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
5691``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
5692LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
5693FOR A PARTICULAR PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE
5694COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
5695INCIDENTAL, SPECIAL, EXEMPLARY OR CONSEQUENTIAL DAMAGES (INCLUDING,
5696BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
5697LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED
5698AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
5699OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
5700OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
5701SUCH DAMAGE.
5702
5703-------------------------------------------------------------------
5704
5705Copyright (c) 2015 Nuxi, https://nuxi.nl/
5706
5707Redistribution and use in source and binary forms, with or without
5708modification, are permitted provided that the following conditions
5709are met:
57101. Redistributions of source code must retain the above copyright
5711   notice, this list of conditions and the following disclaimer.
57122. Redistributions in binary form must reproduce the above copyright
5713   notice, this list of conditions and the following disclaimer in the
5714   documentation and/or other materials provided with the distribution.
5715
5716THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
5717ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
5718IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
5719ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
5720FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
5721DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
5722OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
5723HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
5724LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
5725OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
5726SUCH DAMAGE.
5727
5728-------------------------------------------------------------------
5729
5730Copyright (c) 2017 ARM Ltd
5731All rights reserved.
5732
5733Redistribution and use in source and binary forms, with or without
5734modification, are permitted provided that the following conditions
5735are met:
57361. Redistributions of source code must retain the above copyright
5737   notice, this list of conditions and the following disclaimer.
57382. Redistributions in binary form must reproduce the above copyright
5739   notice, this list of conditions and the following disclaimer in the
5740   documentation and/or other materials provided with the distribution.
57413. The name of the company may not be used to endorse or promote
5742   products derived from this software without specific prior written
5743   permission.
5744
5745THIS SOFTWARE IS PROVIDED BY ARM LTD ``AS IS'' AND ANY EXPRESS OR IMPLIED
5746WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
5747MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
5748IN NO EVENT SHALL ARM LTD BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
5749SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED
5750TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
5751PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
5752LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
5753NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
5754SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
5755
5756-------------------------------------------------------------------
5757
5758Copyright (c) 2017 Imagination Technologies.
5759
5760All rights reserved.
5761
5762Redistribution and use in source and binary forms, with or without
5763modification, are permitted provided that the following conditions
5764are met:
5765
5766     * Redistributions of source code must retain the above copyright
5767       notice, this list of conditions and the following disclaimer.
5768     * Redistributions in binary form must reproduce the above copyright
5769       notice, this list of conditions and the following disclaimer
5770       in the documentation and/or other materials provided with
5771       the distribution.
5772     * Neither the name of Imagination Technologies nor the names of its
5773       contributors may be used to endorse or promote products derived
5774       from this software without specific prior written permission.
5775
5776THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
5777"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
5778LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
5779A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
5780OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
5781SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
5782LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
5783DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
5784THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
5785(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
5786OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
5787
5788-------------------------------------------------------------------
5789
5790Copyright (c)1999 Citrus Project,
5791All rights reserved.
5792
5793Redistribution and use in source and binary forms, with or without
5794modification, are permitted provided that the following conditions
5795are met:
57961. Redistributions of source code must retain the above copyright
5797   notice, this list of conditions and the following disclaimer.
57982. Redistributions in binary form must reproduce the above copyright
5799   notice, this list of conditions and the following disclaimer in the
5800   documentation and/or other materials provided with the distribution.
5801
5802THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
5803ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
5804IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
5805ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
5806FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
5807DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
5808OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
5809HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
5810LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
5811OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
5812SUCH DAMAGE.
5813
5814-------------------------------------------------------------------
5815
5816Copyright (c)2001 Citrus Project,
5817All rights reserved.
5818
5819Redistribution and use in source and binary forms, with or without
5820modification, are permitted provided that the following conditions
5821are met:
58221. Redistributions of source code must retain the above copyright
5823   notice, this list of conditions and the following disclaimer.
58242. Redistributions in binary form must reproduce the above copyright
5825   notice, this list of conditions and the following disclaimer in the
5826   documentation and/or other materials provided with the distribution.
5827
5828THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
5829ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
5830IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
5831ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
5832FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
5833DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
5834OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
5835HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
5836LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
5837OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
5838SUCH DAMAGE.
5839
5840-------------------------------------------------------------------
5841
5842Copyright (c)2003 Citrus Project,
5843All rights reserved.
5844
5845Redistribution and use in source and binary forms, with or without
5846modification, are permitted provided that the following conditions
5847are met:
58481. Redistributions of source code must retain the above copyright
5849   notice, this list of conditions and the following disclaimer.
58502. Redistributions in binary form must reproduce the above copyright
5851   notice, this list of conditions and the following disclaimer in the
5852   documentation and/or other materials provided with the distribution.
5853
5854THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
5855ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
5856IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
5857ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
5858FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
5859DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
5860OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
5861HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
5862LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
5863OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
5864SUCH DAMAGE.
5865
5866-------------------------------------------------------------------
5867
5868Copyright 1989 The Regents of the University of California.
5869   All rights reserved.
5870
5871   Redistribution and use in source and binary forms, with or without
5872   modification, are permitted provided that the following conditions
5873   are met:
5874   1. Redistributions of source code must retain the above copyright
5875      notice, this list of conditions and the following disclaimer.
5876   2. Redistributions in binary form must reproduce the above copyright
5877      notice, this list of conditions and the following disclaimer in the
5878      documentation and/or other materials provided with the distribution.
5879   3. Neither the name of the University nor the names of its contributors
5880      may be used to endorse or promote products derived from this software
5881      without specific prior written permission.
5882
5883   THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS "AS IS" AND
5884   ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
5885   IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
5886   ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
5887   FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
5888   DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
5889   OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
5890   HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
5891   LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
5892   OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
5893
5894-------------------------------------------------------------------
5895
5896Copyright 1997 Niels Provos <provos@physnet.uni-hamburg.de>
5897Copyright 2008 Damien Miller <djm@openbsd.org>
5898All rights reserved.
5899
5900Theo de Raadt <deraadt@openbsd.org> came up with the idea of using
5901such a mathematical system to generate more random (yet non-repeating)
5902ids to solve the resolver/named problem.  But Niels designed the
5903actual system based on the constraints.
5904
5905Later modified by Damien Miller to wrap the LCG output in a 15-bit
5906permutation generator based on a Luby-Rackoff block cipher. This
5907ensures the output is non-repeating and preserves the MSB twiddle
5908trick, but makes it more resistant to LCG prediction.
5909
5910Redistribution and use in source and binary forms, with or without
5911modification, are permitted provided that the following conditions
5912are met:
59131. Redistributions of source code must retain the above copyright
5914   notice, this list of conditions and the following disclaimer.
59152. Redistributions in binary form must reproduce the above copyright
5916   notice, this list of conditions and the following disclaimer in the
5917   documentation and/or other materials provided with the distribution.
5918
5919THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
5920IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
5921OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
5922IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
5923INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
5924NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
5925DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
5926THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
5927(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
5928THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
5929
5930-------------------------------------------------------------------
5931
5932From: @(#)s_ilogb.c 5.1 93/09/24
5933====================================================
5934Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved.
5935
5936Developed at SunPro, a Sun Microsystems, Inc. business.
5937Permission to use, copy, modify, and distribute this
5938software is freely granted, provided that this notice
5939is preserved.
5940
5941-------------------------------------------------------------------
5942
5943Portions Copyright (C) 2004, 2005, 2008, 2009  Internet Systems Consortium, Inc. ("ISC")
5944Portions Copyright (C) 1996-2003  Internet Software Consortium.
5945
5946Permission to use, copy, modify, and/or distribute this software for any
5947purpose with or without fee is hereby granted, provided that the above
5948copyright notice and this permission notice appear in all copies.
5949
5950THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH
5951REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
5952AND FITNESS.  IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT,
5953INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
5954LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
5955OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
5956PERFORMANCE OF THIS SOFTWARE.
5957
5958-------------------------------------------------------------------
5959
5960Portions Copyright (c) 1993 by Digital Equipment Corporation.
5961
5962Permission to use, copy, modify, and distribute this software for any
5963purpose with or without fee is hereby granted, provided that the above
5964copyright notice and this permission notice appear in all copies, and that
5965the name of Digital Equipment Corporation not be used in advertising or
5966publicity pertaining to distribution of the document or software without
5967specific, written prior permission.
5968
5969THE SOFTWARE IS PROVIDED "AS IS" AND DIGITAL EQUIPMENT CORP. DISCLAIMS ALL
5970WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES
5971OF MERCHANTABILITY AND FITNESS.   IN NO EVENT SHALL DIGITAL EQUIPMENT
5972CORPORATION BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL
5973DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR
5974PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS
5975ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
5976SOFTWARE.
5977
5978-------------------------------------------------------------------
5979
5980Portions Copyright (c) 1995 by International Business Machines, Inc.
5981
5982International Business Machines, Inc. (hereinafter called IBM) grants
5983permission under its copyrights to use, copy, modify, and distribute this
5984Software with or without fee, provided that the above copyright notice and
5985all paragraphs of this notice appear in all copies, and that the name of IBM
5986not be used in connection with the marketing of any product incorporating
5987the Software or modifications thereof, without specific, written prior
5988permission.
5989
5990To the extent it has a right to do so, IBM grants an immunity from suit
5991under its patents, if any, for the use, sale or manufacture of products to
5992the extent that such products are used for performing Domain Name System
5993dynamic updates in TCP/IP networks by means of the Software.  No immunity is
5994granted for any product per se or for any other function of any product.
5995
5996THE SOFTWARE IS PROVIDED "AS IS", AND IBM DISCLAIMS ALL WARRANTIES,
5997INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
5998PARTICULAR PURPOSE.  IN NO EVENT SHALL IBM BE LIABLE FOR ANY SPECIAL,
5999DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER ARISING
6000OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE, EVEN
6001IF IBM IS APPRISED OF THE POSSIBILITY OF SUCH DAMAGES.
6002
6003-------------------------------------------------------------------
6004
6005Portions Copyright(C) 1995, Jason Downs.  All rights reserved.
6006
6007Redistribution and use in source and binary forms, with or without
6008modification, are permitted provided that the following conditions
6009are met:
60101. Redistributions of source code must retain the above copyright
6011   notice, this list of conditions and the following disclaimer.
60122. Redistributions in binary form must reproduce the above copyright
6013   notice, this list of conditions and the following disclaimer in the
6014   documentation and/or other materials provided with the distribution.
6015
6016THIS SOFTWARE IS PROVIDED BY THE AUTHOR(S) ``AS IS'' AND ANY EXPRESS
6017OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
6018WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
6019DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR(S) BE LIABLE FOR ANY DIRECT,
6020INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
6021(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
6022SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
6023CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
6024LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
6025OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
6026SUCH DAMAGE.
6027
6028-------------------------------------------------------------------
6029
6030The author of this software is David M. Gay.
6031
6032Copyright (C) 1998 by Lucent Technologies
6033All Rights Reserved
6034
6035Permission to use, copy, modify, and distribute this software and
6036its documentation for any purpose and without fee is hereby
6037granted, provided that the above copyright notice appear in all
6038copies and that both that the copyright notice and this
6039permission notice and warranty disclaimer appear in supporting
6040documentation, and that the name of Lucent or any of its entities
6041not be used in advertising or publicity pertaining to
6042distribution of the software without specific, written prior
6043permission.
6044
6045LUCENT DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
6046INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS.
6047IN NO EVENT SHALL LUCENT OR ANY OF ITS ENTITIES BE LIABLE FOR ANY
6048SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
6049WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER
6050IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
6051ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF
6052THIS SOFTWARE.
6053
6054-------------------------------------------------------------------
6055
6056The author of this software is David M. Gay.
6057
6058Copyright (C) 1998, 1999 by Lucent Technologies
6059All Rights Reserved
6060
6061Permission to use, copy, modify, and distribute this software and
6062its documentation for any purpose and without fee is hereby
6063granted, provided that the above copyright notice appear in all
6064copies and that both that the copyright notice and this
6065permission notice and warranty disclaimer appear in supporting
6066documentation, and that the name of Lucent or any of its entities
6067not be used in advertising or publicity pertaining to
6068distribution of the software without specific, written prior
6069permission.
6070
6071LUCENT DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
6072INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS.
6073IN NO EVENT SHALL LUCENT OR ANY OF ITS ENTITIES BE LIABLE FOR ANY
6074SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
6075WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER
6076IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
6077ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF
6078THIS SOFTWARE.
6079
6080-------------------------------------------------------------------
6081
6082The author of this software is David M. Gay.
6083
6084Copyright (C) 1998, 2000 by Lucent Technologies
6085All Rights Reserved
6086
6087Permission to use, copy, modify, and distribute this software and
6088its documentation for any purpose and without fee is hereby
6089granted, provided that the above copyright notice appear in all
6090copies and that both that the copyright notice and this
6091permission notice and warranty disclaimer appear in supporting
6092documentation, and that the name of Lucent or any of its entities
6093not be used in advertising or publicity pertaining to
6094distribution of the software without specific, written prior
6095permission.
6096
6097LUCENT DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
6098INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS.
6099IN NO EVENT SHALL LUCENT OR ANY OF ITS ENTITIES BE LIABLE FOR ANY
6100SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
6101WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER
6102IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
6103ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF
6104THIS SOFTWARE.
6105
6106-------------------------------------------------------------------
6107
6108The author of this software is David M. Gay.
6109
6110Copyright (C) 1998-2000 by Lucent Technologies
6111All Rights Reserved
6112
6113Permission to use, copy, modify, and distribute this software and
6114its documentation for any purpose and without fee is hereby
6115granted, provided that the above copyright notice appear in all
6116copies and that both that the copyright notice and this
6117permission notice and warranty disclaimer appear in supporting
6118documentation, and that the name of Lucent or any of its entities
6119not be used in advertising or publicity pertaining to
6120distribution of the software without specific, written prior
6121permission.
6122
6123LUCENT DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
6124INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS.
6125IN NO EVENT SHALL LUCENT OR ANY OF ITS ENTITIES BE LIABLE FOR ANY
6126SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
6127WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER
6128IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
6129ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF
6130THIS SOFTWARE.
6131
6132-------------------------------------------------------------------
6133
6134The author of this software is David M. Gay.
6135
6136Copyright (C) 1998-2001 by Lucent Technologies
6137All Rights Reserved
6138
6139Permission to use, copy, modify, and distribute this software and
6140its documentation for any purpose and without fee is hereby
6141granted, provided that the above copyright notice appear in all
6142copies and that both that the copyright notice and this
6143permission notice and warranty disclaimer appear in supporting
6144documentation, and that the name of Lucent or any of its entities
6145not be used in advertising or publicity pertaining to
6146distribution of the software without specific, written prior
6147permission.
6148
6149LUCENT DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
6150INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS.
6151IN NO EVENT SHALL LUCENT OR ANY OF ITS ENTITIES BE LIABLE FOR ANY
6152SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
6153WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER
6154IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
6155ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF
6156THIS SOFTWARE.
6157
6158-------------------------------------------------------------------
6159
6160The author of this software is David M. Gay.
6161
6162Copyright (C) 2000 by Lucent Technologies
6163All Rights Reserved
6164
6165Permission to use, copy, modify, and distribute this software and
6166its documentation for any purpose and without fee is hereby
6167granted, provided that the above copyright notice appear in all
6168copies and that both that the copyright notice and this
6169permission notice and warranty disclaimer appear in supporting
6170documentation, and that the name of Lucent or any of its entities
6171not be used in advertising or publicity pertaining to
6172distribution of the software without specific, written prior
6173permission.
6174
6175LUCENT DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
6176INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS.
6177IN NO EVENT SHALL LUCENT OR ANY OF ITS ENTITIES BE LIABLE FOR ANY
6178SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
6179WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER
6180IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
6181ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF
6182THIS SOFTWARE.
6183
6184-------------------------------------------------------------------
6185
6186