blob: 06a100c906e3aea32ac2f11a7881fe4fe80b7b12 [file] [log] [blame]
Elliott Hughes32dbc032012-08-15 15:43:13 -07001====================================================
2Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved.
3
4Developed at SunPro, a Sun Microsystems, Inc. business.
5Permission to use, copy, modify, and distribute this
6software is freely granted, provided that this notice
7is preserved.
8
9-------------------------------------------------------------------
10
11====================================================
12Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved.
13
14Developed at SunPro, a Sun Microsystems, Inc. business.
15Permission to use, copy, modify, and distribute this
16software is freely granted, provided that this notice
17is preserved.
18====================================================
19
20Optimized by Bruce D. Evans.
21
22-------------------------------------------------------------------
23
24====================================================
25Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved.
26
27Developed at SunSoft, a Sun Microsystems, Inc. business.
28Permission to use, copy, modify, and distribute this
29software is freely granted, provided that this notice
30is preserved.
31
32-------------------------------------------------------------------
33
34====================================================
Elliott Hughesd65bd842013-02-01 16:16:54 -080035Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved.
36
37Developed at SunSoft, a Sun Microsystems, Inc. business.
38Permission to use, copy, modify, and distribute this
39software is freely granted, provided that this notice
40is preserved.
41====================================================
42
43Optimized by Bruce D. Evans.
44
45-------------------------------------------------------------------
46
47====================================================
48Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved.
49Copyright (c) 2009-2011, Bruce D. Evans, Steven G. Kargl, David Schultz.
50
51Developed at SunPro, a Sun Microsystems, Inc. business.
52Permission to use, copy, modify, and distribute this
53software is freely granted, provided that this notice
54is preserved.
55====================================================
56
57The argument reduction and testing for exceptional cases was
58written by Steven G. Kargl with input from Bruce D. Evans
59and David A. Schultz.
60
61-------------------------------------------------------------------
62
63====================================================
Elliott Hughes32dbc032012-08-15 15:43:13 -070064Copyright (C) 2004 by Sun Microsystems, Inc. All rights reserved.
65
66Permission to use, copy, modify, and distribute this
67software is freely granted, provided that this notice
68is preserved.
69
70-------------------------------------------------------------------
71
72====================================================
73Copyright 2004 Sun Microsystems, Inc. All Rights Reserved.
74
75Permission to use, copy, modify, and distribute this
76software is freely granted, provided that this notice
77is preserved.
The Android Open Source Project1dc9e472009-03-03 19:28:35 -080078
Elliott Hughes387d4b72012-08-09 15:17:46 -070079-------------------------------------------------------------------
The Android Open Source Project1dc9e472009-03-03 19:28:35 -080080
Elliott Hughesd65bd842013-02-01 16:16:54 -080081Copyright (C) 2013 The Android Open Source Project
82
83Licensed under the Apache License, Version 2.0 (the "License");
84you may not use this file except in compliance with the License.
85You may obtain a copy of the License at
86
87 http://www.apache.org/licenses/LICENSE-2.0
88
89Unless required by applicable law or agreed to in writing, software
90distributed under the License is distributed on an "AS IS" BASIS,
91WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
92See the License for the specific language governing permissions and
93limitations under the License.
94
95-------------------------------------------------------------------
96
Elliott Hughes387d4b72012-08-09 15:17:46 -070097Copyright (c) 1985, 1993
98 The Regents of the University of California. All rights reserved.
The Android Open Source Project1dc9e472009-03-03 19:28:35 -080099
Elliott Hughes387d4b72012-08-09 15:17:46 -0700100Redistribution and use in source and binary forms, with or without
101modification, are permitted provided that the following conditions
102are met:
1031. Redistributions of source code must retain the above copyright
104 notice, this list of conditions and the following disclaimer.
1052. Redistributions in binary form must reproduce the above copyright
106 notice, this list of conditions and the following disclaimer in the
107 documentation and/or other materials provided with the distribution.
1083. All advertising materials mentioning features or use of this software
109 must display the following acknowledgement:
110 This product includes software developed by the University of
111 California, Berkeley and its contributors.
1124. Neither the name of the University nor the names of its contributors
113 may be used to endorse or promote products derived from this software
114 without specific prior written permission.
The Android Open Source Project1dc9e472009-03-03 19:28:35 -0800115
Elliott Hughes387d4b72012-08-09 15:17:46 -0700116THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
117ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
118IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
119ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
120FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
121DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
122OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
123HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
124LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
125OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
126SUCH DAMAGE.
The Android Open Source Project1dc9e472009-03-03 19:28:35 -0800127
Elliott Hughes387d4b72012-08-09 15:17:46 -0700128-------------------------------------------------------------------
The Android Open Source Project1dc9e472009-03-03 19:28:35 -0800129
Elliott Hughes387d4b72012-08-09 15:17:46 -0700130Copyright (c) 1988, 1993
131 The Regents of the University of California. All rights reserved.
132
133Redistribution and use in source and binary forms, with or without
134modification, are permitted provided that the following conditions
135are met:
1361. Redistributions of source code must retain the above copyright
137 notice, this list of conditions and the following disclaimer.
1382. Redistributions in binary form must reproduce the above copyright
139 notice, this list of conditions and the following disclaimer in the
140 documentation and/or other materials provided with the distribution.
1413. All advertising materials mentioning features or use of this software
142 must display the following acknowledgement:
143 This product includes software developed by the University of
144 California, Berkeley and its contributors.
1454. Neither the name of the University nor the names of its contributors
146 may be used to endorse or promote products derived from this software
147 without specific prior written permission.
148
149THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
150ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
151IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
152ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
153FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
154DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
155OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
156HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
157LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
158OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
159SUCH DAMAGE.
160
161-------------------------------------------------------------------
162
Elliott Hughes32dbc032012-08-15 15:43:13 -0700163Copyright (c) 1990 The Regents of the University of California.
164All rights reserved.
165
166This code is derived from software contributed to Berkeley by
167William Jolitz.
168
169Redistribution and use in source and binary forms, with or without
170modification, are permitted provided that the following conditions
171are met:
1721. Redistributions of source code must retain the above copyright
173 notice, this list of conditions and the following disclaimer.
1742. Redistributions in binary form must reproduce the above copyright
175 notice, this list of conditions and the following disclaimer in the
176 documentation and/or other materials provided with the distribution.
1774. Neither the name of the University nor the names of its contributors
178 may be used to endorse or promote products derived from this software
179 without specific prior written permission.
180
181THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
182ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
183IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
184ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
185FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
186DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
187OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
188HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
189LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
190OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
191SUCH DAMAGE.
192
193-------------------------------------------------------------------
194
Elliott Hughes387d4b72012-08-09 15:17:46 -0700195Copyright (c) 1992, 1993
196 The Regents of the University of California. All rights reserved.
197
198Redistribution and use in source and binary forms, with or without
199modification, are permitted provided that the following conditions
200are met:
2011. Redistributions of source code must retain the above copyright
202 notice, this list of conditions and the following disclaimer.
2032. Redistributions in binary form must reproduce the above copyright
204 notice, this list of conditions and the following disclaimer in the
205 documentation and/or other materials provided with the distribution.
2063. All advertising materials mentioning features or use of this software
207 must display the following acknowledgement:
208 This product includes software developed by the University of
209 California, Berkeley and its contributors.
2104. Neither the name of the University nor the names of its contributors
211 may be used to endorse or promote products derived from this software
212 without specific prior written permission.
213
214THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
215ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
216IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
217ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
218FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
219DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
220OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
221HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
222LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
223OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
224SUCH DAMAGE.
225
226-------------------------------------------------------------------
227
Elliott Hughes32dbc032012-08-15 15:43:13 -0700228Copyright (c) 1993,94 Winning Strategies, Inc.
Elliott Hughes387d4b72012-08-09 15:17:46 -0700229All rights reserved.
230
231Redistribution and use in source and binary forms, with or without
232modification, are permitted provided that the following conditions
233are met:
2341. Redistributions of source code must retain the above copyright
235 notice, this list of conditions and the following disclaimer.
2362. Redistributions in binary form must reproduce the above copyright
237 notice, this list of conditions and the following disclaimer in the
238 documentation and/or other materials provided with the distribution.
Elliott Hughes32dbc032012-08-15 15:43:13 -07002393. All advertising materials mentioning features or use of this software
240 must display the following acknowledgement:
241 This product includes software developed by Winning Strategies, Inc.
2424. The name of the author may not be used to endorse or promote products
243 derived from this software without specific prior written permission
Elliott Hughes387d4b72012-08-09 15:17:46 -0700244
Elliott Hughes32dbc032012-08-15 15:43:13 -0700245THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
246IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
247OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
248IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
249INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
250NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
251DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
252THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
253(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
254THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
Elliott Hughes387d4b72012-08-09 15:17:46 -0700255
256-------------------------------------------------------------------
257
258Copyright (c) 1993,94 Winning Strategies, Inc.
259All rights reserved.
260
261Redistribution and use in source and binary forms, with or without
262modification, are permitted provided that the following conditions
263are met:
2641. Redistributions of source code must retain the above copyright
265 notice, this list of conditions and the following disclaimer.
2662. Redistributions in binary form must reproduce the above copyright
267 notice, this list of conditions and the following disclaimer in the
268 documentation and/or other materials provided with the distribution.
2693. All advertising materials mentioning features or use of this software
270 must display the following acknowledgement:
271 This product includes software developed by Winning Strategies, Inc.
2724. The name of the author may not be used to endorse or promote products
Elliott Hughes32dbc032012-08-15 15:43:13 -0700273 derived from this software without specific prior written permission.
274
275THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
276IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
277OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
278IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
279INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
280NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
281DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
282THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
283(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
284THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
285
286-------------------------------------------------------------------
287
288Copyright (c) 1994 Winning Strategies, Inc.
289All rights reserved.
290
291Redistribution and use in source and binary forms, with or without
292modification, are permitted provided that the following conditions
293are met:
2941. Redistributions of source code must retain the above copyright
295 notice, this list of conditions and the following disclaimer.
2962. Redistributions in binary form must reproduce the above copyright
297 notice, this list of conditions and the following disclaimer in the
298 documentation and/or other materials provided with the distribution.
2993. All advertising materials mentioning features or use of this software
300 must display the following acknowledgement:
301 This product includes software developed by Winning Strategies, Inc.
3024. The name of the author may not be used to endorse or promote products
303 derived from this software without specific prior written permission.
Elliott Hughes387d4b72012-08-09 15:17:46 -0700304
305THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
306IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
307OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
308IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
309INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
310NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
311DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
312THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
313(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
314THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
315
316-------------------------------------------------------------------
317
Elliott Hughesd65bd842013-02-01 16:16:54 -0800318Copyright (c) 2001-2011 The FreeBSD Project.
319All rights reserved.
320
321Redistribution and use in source and binary forms, with or without
322modification, are permitted provided that the following conditions
323are met:
3241. Redistributions of source code must retain the above copyright
325 notice, this list of conditions and the following disclaimer.
3262. Redistributions in binary form must reproduce the above copyright
327 notice, this list of conditions and the following disclaimer in the
328 documentation and/or other materials provided with the distribution.
329
330THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
331ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
332IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
333ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
334FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
335DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
336OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
337HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
338LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
339OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
340SUCH DAMAGE.
341
342-------------------------------------------------------------------
343
Elliott Hughes387d4b72012-08-09 15:17:46 -0700344Copyright (c) 2002, 2003 David Schultz <das@FreeBSD.ORG>
345All rights reserved.
346
347Redistribution and use in source and binary forms, with or without
348modification, are permitted provided that the following conditions
349are met:
3501. Redistributions of source code must retain the above copyright
351 notice, this list of conditions and the following disclaimer.
3522. Redistributions in binary form must reproduce the above copyright
353 notice, this list of conditions and the following disclaimer in the
354 documentation and/or other materials provided with the distribution.
355
356THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
357ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
358IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
359ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
360FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
361DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
362OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
363HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
364LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
365OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
366SUCH DAMAGE.
367
368-------------------------------------------------------------------
369
370Copyright (c) 2003 Dag-Erling Smørgrav
371All rights reserved.
372
373Redistribution and use in source and binary forms, with or without
374modification, are permitted provided that the following conditions
375are met:
3761. Redistributions of source code must retain the above copyright
377 notice, this list of conditions and the following disclaimer
378 in this position and unchanged.
3792. Redistributions in binary form must reproduce the above copyright
380 notice, this list of conditions and the following disclaimer in the
381 documentation and/or other materials provided with the distribution.
3823. The name of the author may not be used to endorse or promote products
383 derived from this software without specific prior written permission.
384
385THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
386IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
387OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
388IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
389INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
390NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
391DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
392THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
393(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
394THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
395
396-------------------------------------------------------------------
397
Elliott Hughes32dbc032012-08-15 15:43:13 -0700398Copyright (c) 2003 Mike Barcroft <mike@FreeBSD.org>
399All rights reserved.
400
401Redistribution and use in source and binary forms, with or without
402modification, are permitted provided that the following conditions
403are met:
4041. Redistributions of source code must retain the above copyright
405 notice, this list of conditions and the following disclaimer.
4062. Redistributions in binary form must reproduce the above copyright
407 notice, this list of conditions and the following disclaimer in the
408 documentation and/or other materials provided with the distribution.
409
410THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
411ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
412IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
413ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
414FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
415DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
416OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
417HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
418LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
419OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
420SUCH DAMAGE.
421
422-------------------------------------------------------------------
423
424Copyright (c) 2003 Mike Barcroft <mike@FreeBSD.org>
425Copyright (c) 2002 David Schultz <das@FreeBSD.ORG>
426All rights reserved.
427
428Redistribution and use in source and binary forms, with or without
429modification, are permitted provided that the following conditions
430are met:
4311. Redistributions of source code must retain the above copyright
432 notice, this list of conditions and the following disclaimer.
4332. Redistributions in binary form must reproduce the above copyright
434 notice, this list of conditions and the following disclaimer in the
435 documentation and/or other materials provided with the distribution.
436
437THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
438ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
439IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
440ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
441FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
442DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
443OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
444HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
445LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
446OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
447SUCH DAMAGE.
448
449-------------------------------------------------------------------
450
451Copyright (c) 2003 Mike Barcroft <mike@FreeBSD.org>
452Copyright (c) 2002, 2003 David Schultz <das@FreeBSD.ORG>
453All rights reserved.
454
455Redistribution and use in source and binary forms, with or without
456modification, are permitted provided that the following conditions
457are met:
4581. Redistributions of source code must retain the above copyright
459 notice, this list of conditions and the following disclaimer.
4602. Redistributions in binary form must reproduce the above copyright
461 notice, this list of conditions and the following disclaimer in the
462 documentation and/or other materials provided with the distribution.
463
464THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
465ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
466IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
467ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
468FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
469DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
470OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
471HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
472LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
473OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
474SUCH DAMAGE.
475
476-------------------------------------------------------------------
477
Elliott Hughes387d4b72012-08-09 15:17:46 -0700478Copyright (c) 2003, Steven G. Kargl
479All rights reserved.
480
481Redistribution and use in source and binary forms, with or without
482modification, are permitted provided that the following conditions
483are met:
4841. Redistributions of source code must retain the above copyright
485 notice unmodified, this list of conditions, and the following
486 disclaimer.
4872. Redistributions in binary form must reproduce the above copyright
488 notice, this list of conditions and the following disclaimer in the
489 documentation and/or other materials provided with the distribution.
490
491THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
492IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
493OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
494IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
495INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
496NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
497DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
498THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
499(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
500THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
501
502-------------------------------------------------------------------
503
Elliott Hughes32dbc032012-08-15 15:43:13 -0700504Copyright (c) 2004 David Schultz <das@FreeBSD.ORG>
505All rights reserved.
Elliott Hughes387d4b72012-08-09 15:17:46 -0700506
Elliott Hughes32dbc032012-08-15 15:43:13 -0700507Redistribution and use in source and binary forms, with or without
508modification, are permitted provided that the following conditions
509are met:
5101. Redistributions of source code must retain the above copyright
511 notice, this list of conditions and the following disclaimer.
5122. Redistributions in binary form must reproduce the above copyright
513 notice, this list of conditions and the following disclaimer in the
514 documentation and/or other materials provided with the distribution.
Elliott Hughes387d4b72012-08-09 15:17:46 -0700515
Elliott Hughes32dbc032012-08-15 15:43:13 -0700516THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
517ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
518IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
519ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
520FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
521DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
522OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
523HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
524LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
525OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
526SUCH DAMAGE.
527
528-------------------------------------------------------------------
529
530Copyright (c) 2004 Stefan Farfeleder
531All rights reserved.
532
533Redistribution and use in source and binary forms, with or without
534modification, are permitted provided that the following conditions
535are met:
5361. Redistributions of source code must retain the above copyright
537 notice, this list of conditions and the following disclaimer.
5382. Redistributions in binary form must reproduce the above copyright
539 notice, this list of conditions and the following disclaimer in the
540 documentation and/or other materials provided with the distribution.
541
542THIS SOFTWARE IS PROVIDED BY AUTHOR AND CONTRIBUTORS ``AS IS'' AND
543ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
544IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
545ARE DISCLAIMED. IN NO EVENT SHALL AUTHOR OR CONTRIBUTORS BE LIABLE
546FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
547DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
548OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
549HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
550LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
551OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
552SUCH DAMAGE.
553
554-------------------------------------------------------------------
555
556Copyright (c) 2004-2005 David Schultz <das@FreeBSD.ORG>
557All rights reserved.
558
559Redistribution and use in source and binary forms, with or without
560modification, are permitted provided that the following conditions
561are met:
5621. Redistributions of source code must retain the above copyright
563 notice, this list of conditions and the following disclaimer.
5642. Redistributions in binary form must reproduce the above copyright
565 notice, this list of conditions and the following disclaimer in the
566 documentation and/or other materials provided with the distribution.
567
568THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
569ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
570IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
571ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
572FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
573DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
574OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
575HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
576LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
577OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
578SUCH DAMAGE.
Elliott Hughes387d4b72012-08-09 15:17:46 -0700579
580-------------------------------------------------------------------
581
Elliott Hughesd65bd842013-02-01 16:16:54 -0800582Copyright (c) 2004-2011 David Schultz <das@FreeBSD.ORG>
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:
5881. Redistributions of source code must retain the above copyright
589 notice, this list of conditions and the following disclaimer.
5902. Redistributions in binary form must reproduce the above copyright
591 notice, this list of conditions and the following disclaimer in the
592 documentation and/or other materials provided with the distribution.
593
594THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
595ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
596IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
597ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
598FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
599DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
600OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
601HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
602LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
603OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
604SUCH DAMAGE.
605
606-------------------------------------------------------------------
607
608Copyright (c) 2005 Bruce D. Evans and Steven G. Kargl
609All rights reserved.
610
611Redistribution and use in source and binary forms, with or without
612modification, are permitted provided that the following conditions
613are met:
6141. Redistributions of source code must retain the above copyright
615 notice unmodified, this list of conditions, and the following
616 disclaimer.
6172. Redistributions in binary form must reproduce the above copyright
618 notice, this list of conditions and the following disclaimer in the
619 documentation and/or other materials provided with the distribution.
620
621THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
622IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
623OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
624IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
625INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
626NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
627DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
628THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
629(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
630THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
631
632-------------------------------------------------------------------
633
Elliott Hughes387d4b72012-08-09 15:17:46 -0700634Copyright (c) 2005 David Schultz <das@FreeBSD.ORG>
635All rights reserved.
636
637Redistribution and use in source and binary forms, with or without
638modification, are permitted provided that the following conditions
639are met:
6401. Redistributions of source code must retain the above copyright
641 notice, this list of conditions and the following disclaimer.
6422. Redistributions in binary form must reproduce the above copyright
643 notice, this list of conditions and the following disclaimer in the
644 documentation and/or other materials provided with the distribution.
645
646THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
647ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
648IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
649ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
650FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
651DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
652OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
653HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
654LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
655OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
656SUCH DAMAGE.
657
658-------------------------------------------------------------------
659
Elliott Hughesd65bd842013-02-01 16:16:54 -0800660Copyright (c) 2005-2008 David Schultz <das@FreeBSD.ORG>
661All rights reserved.
662
663Redistribution and use in source and binary forms, with or without
664modification, are permitted provided that the following conditions
665are met:
6661. Redistributions of source code must retain the above copyright
667 notice, this list of conditions and the following disclaimer.
6682. Redistributions in binary form must reproduce the above copyright
669 notice, this list of conditions and the following disclaimer in the
670 documentation and/or other materials provided with the distribution.
671
672THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
673ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
674IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
675ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
676FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
677DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
678OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
679HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
680LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
681OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
682SUCH DAMAGE.
683
684-------------------------------------------------------------------
685
686Copyright (c) 2005-2011 David Schultz <das@FreeBSD.ORG>
687All rights reserved.
688
689Redistribution and use in source and binary forms, with or without
690modification, are permitted provided that the following conditions
691are met:
6921. Redistributions of source code must retain the above copyright
693 notice, this list of conditions and the following disclaimer.
6942. Redistributions in binary form must reproduce the above copyright
695 notice, this list of conditions and the following disclaimer in the
696 documentation and/or other materials provided with the distribution.
697
698THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
699ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
700IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
701ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
702FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
703DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
704OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
705HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
706LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
707OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
708SUCH DAMAGE.
709
710-------------------------------------------------------------------
711
Elliott Hughes32dbc032012-08-15 15:43:13 -0700712Copyright (c) 2007 David Schultz
Elliott Hughes387d4b72012-08-09 15:17:46 -0700713All rights reserved.
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.
Elliott Hughes387d4b72012-08-09 15:17:46 -0700723
Elliott Hughes32dbc032012-08-15 15:43:13 -0700724THIS 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.
Elliott Hughes387d4b72012-08-09 15:17:46 -0700735
736-------------------------------------------------------------------
737
Elliott Hughesd65bd842013-02-01 16:16:54 -0800738Copyright (c) 2007 David Schultz <das@FreeBSD.ORG>
739All rights reserved.
740
741Redistribution and use in source and binary forms, with or without
742modification, are permitted provided that the following conditions
743are met:
7441. Redistributions of source code must retain the above copyright
745 notice, this list of conditions and the following disclaimer.
7462. Redistributions in binary form must reproduce the above copyright
747 notice, this list of conditions and the following disclaimer in the
748 documentation and/or other materials provided with the distribution.
749
750THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
751ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
752IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
753ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
754FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
755DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
756OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
757HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
758LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
759OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
760SUCH DAMAGE.
761
762-------------------------------------------------------------------
763
764Copyright (c) 2007 David Schultz <das@FreeBSD.ORG>
765All rights reserved.
766
767Redistribution and use in source and binary forms, with or without
768modification, are permitted provided that the following conditions
769are met:
7701. Redistributions of source code must retain the above copyright
771 notice, this list of conditions and the following disclaimer.
7722. Redistributions in binary form must reproduce the above copyright
773 notice, this list of conditions and the following disclaimer in the
774 documentation and/or other materials provided with the distribution.
775
776THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
777ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
778IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
779ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
780FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
781DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
782OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
783HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
784LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
785OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
786SUCH DAMAGE.
787
788Derived from s_modf.c, which has the following Copyright:
789====================================================
790Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved.
791
792Developed at SunPro, a Sun Microsystems, Inc. business.
793Permission to use, copy, modify, and distribute this
794software is freely granted, provided that this notice
795is preserved.
796
797-------------------------------------------------------------------
798
799Copyright (c) 2007 Steven G. Kargl
800All rights reserved.
801
802Redistribution and use in source and binary forms, with or without
803modification, are permitted provided that the following conditions
804are met:
8051. Redistributions of source code must retain the above copyright
806 notice unmodified, this list of conditions, and the following
807 disclaimer.
8082. Redistributions in binary form must reproduce the above copyright
809 notice, this list of conditions and the following disclaimer in the
810 documentation and/or other materials provided with the distribution.
811
812THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
813IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
814OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
815IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
816INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
817NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
818DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
819THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
820(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
821THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
822
823-------------------------------------------------------------------
824
825Copyright (c) 2007-2008 David Schultz <das@FreeBSD.ORG>
826All rights reserved.
827
828Redistribution and use in source and binary forms, with or without
829modification, are permitted provided that the following conditions
830are met:
8311. Redistributions of source code must retain the above copyright
832 notice, this list of conditions and the following disclaimer.
8332. Redistributions in binary form must reproduce the above copyright
834 notice, this list of conditions and the following disclaimer in the
835 documentation and/or other materials provided with the distribution.
836
837THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
838ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
839IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
840ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
841FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
842DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
843OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
844HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
845LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
846OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
847SUCH DAMAGE.
848
849-------------------------------------------------------------------
850
Elliott Hughes32dbc032012-08-15 15:43:13 -0700851Copyright (c) 2008 David Schultz <das@FreeBSD.ORG>
Elliott Hughes387d4b72012-08-09 15:17:46 -0700852All rights reserved.
853
854Redistribution and use in source and binary forms, with or without
855modification, are permitted provided that the following conditions
856are met:
8571. Redistributions of source code must retain the above copyright
858 notice, this list of conditions and the following disclaimer.
8592. Redistributions in binary form must reproduce the above copyright
860 notice, this list of conditions and the following disclaimer in the
861 documentation and/or other materials provided with the distribution.
862
863THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
864ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
865IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
866ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
867FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
868DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
869OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
870HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
871LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
872OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
873SUCH DAMAGE.
874
875-------------------------------------------------------------------
876
Elliott Hughes32dbc032012-08-15 15:43:13 -0700877Copyright (c) 2010 The Android Open Source Project
Elliott Hughes387d4b72012-08-09 15:17:46 -0700878All rights reserved.
879
880Redistribution and use in source and binary forms, with or without
881modification, are permitted provided that the following conditions
882are met:
8831. Redistributions of source code must retain the above copyright
884 notice, this list of conditions and the following disclaimer.
8852. Redistributions in binary form must reproduce the above copyright
886 notice, this list of conditions and the following disclaimer in the
887 documentation and/or other materials provided with the distribution.
Elliott Hughes387d4b72012-08-09 15:17:46 -0700888
Elliott Hughes32dbc032012-08-15 15:43:13 -0700889THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
890ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
891IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
892ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
893FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
894DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
895OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
896HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
897LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
898OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
899SUCH DAMAGE.
Elliott Hughes387d4b72012-08-09 15:17:46 -0700900
901-------------------------------------------------------------------
902
Elliott Hughesd65bd842013-02-01 16:16:54 -0800903Copyright (c) 2011 David Schultz
904All rights reserved.
905
906Redistribution and use in source and binary forms, with or without
907modification, are permitted provided that the following conditions
908are met:
9091. Redistributions of source code must retain the above copyright
910 notice unmodified, this list of conditions, and the following
911 disclaimer.
9122. Redistributions in binary form must reproduce the above copyright
913 notice, this list of conditions and the following disclaimer in the
914 documentation and/or other materials provided with the distribution.
915
916THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
917IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
918OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
919IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
920INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
921NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
922DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
923THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
924(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
925THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
926
927-------------------------------------------------------------------
928
929Copyright (c) 2011 David Schultz <das@FreeBSD.ORG>
930All rights reserved.
931
932Redistribution and use in source and binary forms, with or without
933modification, are permitted provided that the following conditions
934are met:
9351. Redistributions of source code must retain the above copyright
936 notice, this list of conditions and the following disclaimer.
9372. Redistributions in binary form must reproduce the above copyright
938 notice, this list of conditions and the following disclaimer in the
939 documentation and/or other materials provided with the distribution.
940
941THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
942ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
943IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
944ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
945FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
946DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
947OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
948HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
949LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
950OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
951SUCH DAMAGE.
952
953-------------------------------------------------------------------
954
Elliott Hughes32dbc032012-08-15 15:43:13 -0700955From: @(#)s_ilogb.c 5.1 93/09/24
956====================================================
957Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved.
Elliott Hughes387d4b72012-08-09 15:17:46 -0700958
Elliott Hughes32dbc032012-08-15 15:43:13 -0700959Developed at SunPro, a Sun Microsystems, Inc. business.
Elliott Hughes387d4b72012-08-09 15:17:46 -0700960Permission to use, copy, modify, and distribute this
961software is freely granted, provided that this notice
962is preserved.
963
964-------------------------------------------------------------------
The Android Open Source Project1dc9e472009-03-03 19:28:35 -0800965