blob: 3c0e78323974e163d952c621fcc9b86178ea3eac [file] [log] [blame]
Elliott Hughesaa8db1b2021-02-16 15:05:44 -08001====================================================
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 SunPro, 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
33k_sinf.c and k_cosf.c merged by Steven G. Kargl.
34
35-------------------------------------------------------------------
36
37====================================================
38Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved.
39
40Developed at SunPro, a Sun Microsystems, Inc. business.
41Permission to use, copy, modify, and distribute this
42software is freely granted, provided that this notice
43is preserved.
44====================================================
45
46s_sin.c and s_cos.c merged by Steven G. Kargl. Descriptions of the
47algorithms are contained in the original files.
48
49-------------------------------------------------------------------
50
51====================================================
52Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved.
53
54Developed at SunSoft, a Sun Microsystems, Inc. business.
55Permission to use, copy, modify, and distribute this
56software is freely granted, provided that this notice
57is preserved.
58
59-------------------------------------------------------------------
60
61====================================================
62Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved.
63
64Developed at SunSoft, a Sun Microsystems, Inc. business.
65Permission to use, copy, modify, and distribute this
66software is freely granted, provided that this notice
67is preserved.
68====================================================
69
70Optimized by Bruce D. Evans.
71
72-------------------------------------------------------------------
73
74====================================================
75Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved.
76
77Developed at SunSoft, a Sun Microsystems, Inc. business.
78Permission to use, copy, modify, and distribute this
79software is freely granted, provided that this notice
80is preserved.
81====================================================
82
83k_sin.c and k_cos.c merged by Steven G. Kargl.
84
85-------------------------------------------------------------------
86
87====================================================
88Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved.
89Copyright (c) 2008 Steven G. Kargl, David Schultz, Bruce D. Evans.
90
91Developed at SunSoft, a Sun Microsystems, Inc. business.
92Permission to use, copy, modify, and distribute this
93software is freely granted, provided that this notice
94is preserved.
95
96-------------------------------------------------------------------
97
98====================================================
99Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved.
100Copyright (c) 2008 Steven G. Kargl, David Schultz, Bruce D. Evans.
101
102Developed at SunSoft, a Sun Microsystems, Inc. business.
103Permission to use, copy, modify, and distribute this
104software is freely granted, provided that this notice
105is preserved.
106====================================================
107
108Optimized by Bruce D. Evans.
109
110-------------------------------------------------------------------
111
112====================================================
113Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved.
114Copyright (c) 2008 Steven G. Kargl, David Schultz, Bruce D. Evans.
115
116Developed at SunSoft, 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
122k_sinl.c and k_cosl.c merged by Steven G. Kargl
123
124-------------------------------------------------------------------
125
126====================================================
127Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved.
128Copyright (c) 2009-2011, Bruce D. Evans, Steven G. Kargl, David Schultz.
129
130Developed at SunPro, a Sun Microsystems, Inc. business.
131Permission to use, copy, modify, and distribute this
132software is freely granted, provided that this notice
133is preserved.
134====================================================
135
136The argument reduction and testing for exceptional cases was
137written by Steven G. Kargl with input from Bruce D. Evans
138and David A. Schultz.
139
140-------------------------------------------------------------------
141
142====================================================
Elliott Hughesaa8db1b2021-02-16 15:05:44 -0800143Copyright 2004 Sun Microsystems, Inc. All Rights Reserved.
144
145Permission to use, copy, modify, and distribute this
146software is freely granted, provided that this notice
147is preserved.
148
149-------------------------------------------------------------------
150
151====================================================
152Copyright 2004 Sun Microsystems, Inc. All Rights Reserved.
153Copyright (c) 2008 Steven G. Kargl, David Schultz, Bruce D. Evans.
154
155Permission to use, copy, modify, and distribute this
156software is freely granted, provided that this notice
157is preserved.
158
159-------------------------------------------------------------------
160
161Copyright (C) 2013 The Android Open Source Project
162
163Licensed under the Apache License, Version 2.0 (the "License");
164you may not use this file except in compliance with the License.
165You may obtain a copy of the License at
166
167 http://www.apache.org/licenses/LICENSE-2.0
168
169Unless required by applicable law or agreed to in writing, software
170distributed under the License is distributed on an "AS IS" BASIS,
171WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
172See the License for the specific language governing permissions and
173limitations under the License.
174
175-------------------------------------------------------------------
176
177Copyright (C) 2014 The Android Open Source Project
178All rights reserved.
179
180Redistribution and use in source and binary forms, with or without
181modification, are permitted provided that the following conditions
182are met:
1831. Redistributions of source code must retain the above copyright
184 notice, this list of conditions and the following disclaimer.
1852. Redistributions in binary form must reproduce the above copyright
186 notice, this list of conditions and the following disclaimer in the
187 documentation and/or other materials provided with the distribution.
188
189THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
190ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
191IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
192ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
193FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
194DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
195OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
196HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
197LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
198OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
199SUCH DAMAGE.
200
201-------------------------------------------------------------------
202
203Copyright (C) 2015 The Android Open Source Project
204
205Licensed under the Apache License, Version 2.0 (the "License");
206you may not use this file except in compliance with the License.
207You may obtain a copy of the License at
208
209 http://www.apache.org/licenses/LICENSE-2.0
210
211Unless required by applicable law or agreed to in writing, software
212distributed under the License is distributed on an "AS IS" BASIS,
213WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
214See the License for the specific language governing permissions and
215limitations under the License.
216
217-------------------------------------------------------------------
218
219Copyright (C) 2017 The Android Open Source Project
220All rights reserved.
221
222Redistribution and use in source and binary forms, with or without
223modification, are permitted provided that the following conditions
224are met:
225 * Redistributions of source code must retain the above copyright
226 notice, this list of conditions and the following disclaimer.
227 * Redistributions in binary form must reproduce the above copyright
228 notice, this list of conditions and the following disclaimer in
229 the documentation and/or other materials provided with the
230 distribution.
231
232THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
233"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
234LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
235FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
236COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
237INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
238BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS
239OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED
240AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
241OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
242OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
243SUCH DAMAGE.
244
245-------------------------------------------------------------------
246
Pirama Arumuga Nainar0c3bb2c2021-08-19 20:15:12 -0700247Copyright (C) 2021 The Android Open Source Project
248All rights reserved.
249
250Redistribution and use in source and binary forms, with or without
251modification, are permitted provided that the following conditions
252are met:
253 * Redistributions of source code must retain the above copyright
254 notice, this list of conditions and the following disclaimer.
255 * Redistributions in binary form must reproduce the above copyright
256 notice, this list of conditions and the following disclaimer in
257 the documentation and/or other materials provided with the
258 distribution.
259
260THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
261"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
262LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
263FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
264COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
265INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
266BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS
267OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED
268AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
269OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
270OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
271SUCH DAMAGE.
272
273-------------------------------------------------------------------
274
Elliott Hughes6a1b0f32022-10-14 21:31:39 +0000275Copyright (C) 2022 The Android Open Source Project
276All rights reserved.
277
278Redistribution and use in source and binary forms, with or without
279modification, are permitted provided that the following conditions
280are met:
281 * Redistributions of source code must retain the above copyright
282 notice, this list of conditions and the following disclaimer.
283 * Redistributions in binary form must reproduce the above copyright
284 notice, this list of conditions and the following disclaimer in
285 the documentation and/or other materials provided with the
286 distribution.
287
288THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
289"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
290LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
291FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
292COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
293INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
294BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS
295OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED
296AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
297OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
298OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
299SUCH DAMAGE.
300
301-------------------------------------------------------------------
302
Elliott Hughesaa8db1b2021-02-16 15:05:44 -0800303Copyright (c) 2003 Mike Barcroft <mike@FreeBSD.org>
304Copyright (c) 2002 David Schultz <das@FreeBSD.ORG>
305All rights reserved.
306
307Redistribution and use in source and binary forms, with or without
308modification, are permitted provided that the following conditions
309are met:
3101. Redistributions of source code must retain the above copyright
311 notice, this list of conditions and the following disclaimer.
3122. Redistributions in binary form must reproduce the above copyright
313 notice, this list of conditions and the following disclaimer in the
314 documentation and/or other materials provided with the distribution.
315
316THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
317ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
318IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
319ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
320FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
321DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
322OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
323HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
324LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
325OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
326SUCH DAMAGE.
327
328-------------------------------------------------------------------
329
Elliott Hughesaa8db1b2021-02-16 15:05:44 -0800330Copyright (c) 2004 David Schultz <das@FreeBSD.ORG>
331All rights reserved.
332
333Redistribution and use in source and binary forms, with or without
334modification, are permitted provided that the following conditions
335are met:
3361. Redistributions of source code must retain the above copyright
337 notice, this list of conditions and the following disclaimer.
3382. Redistributions in binary form must reproduce the above copyright
339 notice, this list of conditions and the following disclaimer in the
340 documentation and/or other materials provided with the distribution.
341
342THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
343ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
344IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
345ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
346FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
347DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
348OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
349HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
350LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
351OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
352SUCH DAMAGE.
353
354-------------------------------------------------------------------
355
Elliott Hughesaa8db1b2021-02-16 15:05:44 -0800356Copyright (c) 2004-2005 David Schultz <das (at) FreeBSD.ORG>
357All rights reserved.
358
359Redistribution and use in source and binary forms, with or without
360modification, are permitted provided that the following conditions
361are met:
3621. Redistributions of source code must retain the above copyright
363 notice, this list of conditions and the following disclaimer.
3642. Redistributions in binary form must reproduce the above copyright
365 notice, this list of conditions and the following disclaimer in the
366 documentation and/or other materials provided with the distribution.
367
368THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
369ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
370IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
371ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
372FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
373DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
374OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
375HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
376LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
377OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
378SUCH DAMAGE.
379
380-------------------------------------------------------------------
381
382Copyright (c) 2004-2005 David Schultz <das@FreeBSD.ORG>
383All rights reserved.
384
385Redistribution and use in source and binary forms, with or without
386modification, are permitted provided that the following conditions
387are met:
3881. Redistributions of source code must retain the above copyright
389 notice, this list of conditions and the following disclaimer.
3902. Redistributions in binary form must reproduce the above copyright
391 notice, this list of conditions and the following disclaimer in the
392 documentation and/or other materials provided with the distribution.
393
394THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
395ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
396IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
397ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
398FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
399DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
400OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
401HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
402LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
403OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
404SUCH DAMAGE.
405
406-------------------------------------------------------------------
407
Elliott Hughes99ef4472022-01-12 17:51:20 -0800408Copyright (c) 2005-2020 Rich Felker, et al.
409
Elliott Hughes526bd982024-03-19 15:56:30 +0000410SPDX-License-Identifier: MIT
Elliott Hughes99ef4472022-01-12 17:51:20 -0800411
412Please see https://git.musl-libc.org/cgit/musl/tree/COPYRIGHT
413for all contributors to musl.
414
415-------------------------------------------------------------------
416
Elliott Hughesaa8db1b2021-02-16 15:05:44 -0800417Copyright (c) 2007 The NetBSD Foundation, Inc.
418All rights reserved.
419
420This code is derived from software written by Stephen L. Moshier.
421It is redistributed by the NetBSD Foundation by permission of the author.
422
423Redistribution and use in source and binary forms, with or without
424modification, are permitted provided that the following conditions
425are met:
4261. Redistributions of source code must retain the above copyright
427 notice, this list of conditions and the following disclaimer.
4282. Redistributions in binary form must reproduce the above copyright
429 notice, this list of conditions and the following disclaimer in the
430 documentation and/or other materials provided with the distribution.
431
432THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
433``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
434TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
435PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
436BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
437CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
438SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
439INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
440CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
441ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
442POSSIBILITY OF SUCH DAMAGE.
443
444-------------------------------------------------------------------
445
446Copyright (c) 2007, 2010-2013 Steven G. Kargl
447All rights reserved.
448
449Redistribution and use in source and binary forms, with or without
450modification, are permitted provided that the following conditions
451are met:
4521. Redistributions of source code must retain the above copyright
453 notice unmodified, this list of conditions, and the following
454 disclaimer.
4552. Redistributions in binary form must reproduce the above copyright
456 notice, this list of conditions and the following disclaimer in the
457 documentation and/or other materials provided with the distribution.
458
459THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
460IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
461OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
462IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
463INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
464NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
465DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
466THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
467(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
468THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
469
470s_sinl.c and s_cosl.c merged by Steven G. Kargl.
471
472-------------------------------------------------------------------
473
Elliott Hughesaa8db1b2021-02-16 15:05:44 -0800474Copyright (c) 2008 Stephen L. Moshier <steve@moshier.net>
475
476Permission to use, copy, modify, and distribute this software for any
477purpose with or without fee is hereby granted, provided that the above
478copyright notice and this permission notice appear in all copies.
479
480THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
481WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
482MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
483ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
484WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
485ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
486OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
487
488-------------------------------------------------------------------
489
Elliott Hughesaa8db1b2021-02-16 15:05:44 -0800490Copyright (c) 2012 Stephen Montgomery-Smith <stephen@FreeBSD.ORG>
491Copyright (c) 2017 Mahdi Mokhtari <mmokhi@FreeBSD.org>
492All rights reserved.
493
494Redistribution and use in source and binary forms, with or without
495modification, are permitted provided that the following conditions
496are met:
4971. Redistributions of source code must retain the above copyright
498 notice, this list of conditions and the following disclaimer.
4992. Redistributions in binary form must reproduce the above copyright
500 notice, this list of conditions and the following disclaimer in the
501 documentation and/or other materials provided with the distribution.
502
503THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
504ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
505IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
506ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
507FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
508DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
509OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
510HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
511LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
512OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
513SUCH DAMAGE.
514
515-------------------------------------------------------------------
516
517Copyright (c) 2013 Bruce D. Evans
518All rights reserved.
519
520Redistribution and use in source and binary forms, with or without
521modification, are permitted provided that the following conditions
522are met:
5231. Redistributions of source code must retain the above copyright
524 notice unmodified, this list of conditions, and the following
525 disclaimer.
5262. Redistributions in binary form must reproduce the above copyright
527 notice, this list of conditions and the following disclaimer in the
528 documentation and/or other materials provided with the distribution.
529
530THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
531IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
532OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
533IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
534INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
535NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
536DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
537THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
538(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
539THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
540
541-------------------------------------------------------------------
542
Elliott Hughesaa8db1b2021-02-16 15:05:44 -0800543Copyright (c) 2014, Intel Corporation
544All rights reserved.
545
546Redistribution and use in source and binary forms, with or without
547modification, are permitted provided that the following conditions are met:
548
549 * Redistributions of source code must retain the above copyright notice,
550 * this list of conditions and the following disclaimer.
551
552 * Redistributions in binary form must reproduce the above copyright notice,
553 * this list of conditions and the following disclaimer in the documentation
554 * and/or other materials provided with the distribution.
555
556 * Neither the name of Intel Corporation nor the names of its contributors
557 * may be used to endorse or promote products derived from this software
558 * without specific prior written permission.
559
560THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
561ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
562WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
563DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR
564ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
565(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
566LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
567ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
568(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
569SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
570
571-------------------------------------------------------------------
572
Elliott Hughes99ef4472022-01-12 17:51:20 -0800573Copyright (c) 2017 Steven G. Kargl
574All rights reserved.
575
576Redistribution and use in source and binary forms, with or without
577modification, are permitted provided that the following conditions
578are met:
5791. Redistributions of source code must retain the above copyright
580 notice unmodified, this list of conditions, and the following
581 disclaimer.
5822. Redistributions in binary form must reproduce the above copyright
583 notice, this list of conditions and the following disclaimer in the
584 documentation and/or other materials provided with the distribution.
585
586THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
587IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
588OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
589IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
590INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
591NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
592DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
593THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
594(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
595THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
596
597-------------------------------------------------------------------
598
Elliott Hughesa1372342023-08-04 12:43:21 -0700599Copyright (c) 2017, 2023 Steven G. Kargl
600All rights reserved.
601
602Redistribution and use in source and binary forms, with or without
603modification, are permitted provided that the following conditions
604are met:
6051. Redistributions of source code must retain the above copyright
606 notice unmodified, this list of conditions, and the following
607 disclaimer.
6082. Redistributions in binary form must reproduce the above copyright
609 notice, this list of conditions and the following disclaimer in the
610 documentation and/or other materials provided with the distribution.
611
612THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
613IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
614OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
615IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
616INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
617NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
618DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
619THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
620(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
621THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
622
623-------------------------------------------------------------------
624
Elliott Hughesaa8db1b2021-02-16 15:05:44 -0800625From: @(#)s_ilogb.c 5.1 93/09/24
626====================================================
627Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved.
628
629Developed at SunPro, a Sun Microsystems, Inc. business.
630Permission to use, copy, modify, and distribute this
631software is freely granted, provided that this notice
632is preserved.
633
634-------------------------------------------------------------------
635
Elliott Hughes526bd982024-03-19 15:56:30 +0000636SPDX-License-Identifier: BSD-2-Clause
637
638Copyright (c) 2003, Steven G. Kargl
639All rights reserved.
640
641Redistribution and use in source and binary forms, with or without
642modification, are permitted provided that the following conditions
643are met:
6441. Redistributions of source code must retain the above copyright
645 notice unmodified, this list of conditions, and the following
646 disclaimer.
6472. Redistributions in binary form must reproduce the above copyright
648 notice, this list of conditions and the following disclaimer in the
649 documentation and/or other materials provided with the distribution.
650
651THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
652IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
653OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
654IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
655INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
656NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
657DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
658THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
659(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
660THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
661
662-------------------------------------------------------------------
663
664SPDX-License-Identifier: BSD-2-Clause
665
666Copyright (c) 2004 David Schultz <das@FreeBSD.ORG>
667All rights reserved.
668
669Redistribution and use in source and binary forms, with or without
670modification, are permitted provided that the following conditions
671are met:
6721. Redistributions of source code must retain the above copyright
673 notice, this list of conditions and the following disclaimer.
6742. Redistributions in binary form must reproduce the above copyright
675 notice, this list of conditions and the following disclaimer in the
676 documentation and/or other materials provided with the distribution.
677
678THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
679ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
680IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
681ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
682FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
683DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
684OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
685HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
686LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
687OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
688SUCH DAMAGE.
689
690-------------------------------------------------------------------
691
692SPDX-License-Identifier: BSD-2-Clause
693
694Copyright (c) 2004 Stefan Farfeleder
695All rights reserved.
696
697Redistribution and use in source and binary forms, with or without
698modification, are permitted provided that the following conditions
699are met:
7001. Redistributions of source code must retain the above copyright
701 notice, this list of conditions and the following disclaimer.
7022. Redistributions in binary form must reproduce the above copyright
703 notice, this list of conditions and the following disclaimer in the
704 documentation and/or other materials provided with the distribution.
705
706THIS SOFTWARE IS PROVIDED BY AUTHOR AND CONTRIBUTORS ``AS IS'' AND
707ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
708IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
709ARE DISCLAIMED. IN NO EVENT SHALL AUTHOR OR CONTRIBUTORS BE LIABLE
710FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
711DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
712OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
713HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
714LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
715OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
716SUCH DAMAGE.
717
718-------------------------------------------------------------------
719
720SPDX-License-Identifier: BSD-2-Clause
721
722Copyright (c) 2004-2005 David Schultz <das@FreeBSD.ORG>
723All rights reserved.
724
725Redistribution and use in source and binary forms, with or without
726modification, are permitted provided that the following conditions
727are met:
7281. Redistributions of source code must retain the above copyright
729 notice, this list of conditions and the following disclaimer.
7302. Redistributions in binary form must reproduce the above copyright
731 notice, this list of conditions and the following disclaimer in the
732 documentation and/or other materials provided with the distribution.
733
734THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
735ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
736IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
737ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
738FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
739DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
740OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
741HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
742LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
743OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
744SUCH DAMAGE.
745
746-------------------------------------------------------------------
747
748SPDX-License-Identifier: BSD-2-Clause
749
750Copyright (c) 2005 Bruce D. Evans and Steven G. Kargl
751All rights reserved.
752
753Redistribution and use in source and binary forms, with or without
754modification, are permitted provided that the following conditions
755are met:
7561. Redistributions of source code must retain the above copyright
757 notice unmodified, this list of conditions, and the following
758 disclaimer.
7592. Redistributions in binary form must reproduce the above copyright
760 notice, this list of conditions and the following disclaimer in the
761 documentation and/or other materials provided with the distribution.
762
763THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
764IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
765OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
766IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
767INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
768NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
769DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
770THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
771(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
772THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
773
774-------------------------------------------------------------------
775
776SPDX-License-Identifier: BSD-2-Clause
777
778Copyright (c) 2005 David Schultz <das@FreeBSD.ORG>
779All rights reserved.
780
781Redistribution and use in source and binary forms, with or without
782modification, are permitted provided that the following conditions
783are met:
7841. Redistributions of source code must retain the above copyright
785 notice, this list of conditions and the following disclaimer.
7862. Redistributions in binary form must reproduce the above copyright
787 notice, this list of conditions and the following disclaimer in the
788 documentation and/or other materials provided with the distribution.
789
790THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
791ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
792IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
793ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
794FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
795DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
796OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
797HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
798LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
799OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
800SUCH DAMAGE.
801
802-------------------------------------------------------------------
803
804SPDX-License-Identifier: BSD-2-Clause
805
806Copyright (c) 2005-2008 David Schultz <das@FreeBSD.ORG>
807All rights reserved.
808
809Redistribution and use in source and binary forms, with or without
810modification, are permitted provided that the following conditions
811are met:
8121. Redistributions of source code must retain the above copyright
813 notice, this list of conditions and the following disclaimer.
8142. Redistributions in binary form must reproduce the above copyright
815 notice, this list of conditions and the following disclaimer in the
816 documentation and/or other materials provided with the distribution.
817
818THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
819ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
820IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
821ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
822FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
823DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
824OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
825HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
826LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
827OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
828SUCH DAMAGE.
829
830-------------------------------------------------------------------
831
832SPDX-License-Identifier: BSD-2-Clause
833
834Copyright (c) 2005-2011 David Schultz <das@FreeBSD.ORG>
835All rights reserved.
836
837Redistribution and use in source and binary forms, with or without
838modification, are permitted provided that the following conditions
839are met:
8401. Redistributions of source code must retain the above copyright
841 notice, this list of conditions and the following disclaimer.
8422. Redistributions in binary form must reproduce the above copyright
843 notice, this list of conditions and the following disclaimer in the
844 documentation and/or other materials provided with the distribution.
845
846THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
847ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
848IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
849ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
850FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
851DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
852OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
853HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
854LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
855OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
856SUCH DAMAGE.
857
858-------------------------------------------------------------------
859
860SPDX-License-Identifier: BSD-2-Clause
861
862Copyright (c) 2007 David Schultz
863All rights reserved.
864
865Redistribution and use in source and binary forms, with or without
866modification, are permitted provided that the following conditions
867are met:
8681. Redistributions of source code must retain the above copyright
869 notice, this list of conditions and the following disclaimer.
8702. Redistributions in binary form must reproduce the above copyright
871 notice, this list of conditions and the following disclaimer in the
872 documentation and/or other materials provided with the distribution.
873
874THIS SOFTWARE IS PROVIDED BY AUTHOR AND CONTRIBUTORS ``AS IS'' AND
875ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
876IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
877ARE DISCLAIMED. IN NO EVENT SHALL AUTHOR OR CONTRIBUTORS BE LIABLE
878FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
879DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
880OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
881HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
882LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
883OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
884SUCH DAMAGE.
885
886-------------------------------------------------------------------
887
888SPDX-License-Identifier: BSD-2-Clause
889
890Copyright (c) 2007 David Schultz <das@FreeBSD.ORG>
891All rights reserved.
892
893Redistribution and use in source and binary forms, with or without
894modification, are permitted provided that the following conditions
895are met:
8961. Redistributions of source code must retain the above copyright
897 notice, this list of conditions and the following disclaimer.
8982. Redistributions in binary form must reproduce the above copyright
899 notice, this list of conditions and the following disclaimer in the
900 documentation and/or other materials provided with the distribution.
901
902THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
903ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
904IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
905ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
906FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
907DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
908OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
909HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
910LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
911OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
912SUCH DAMAGE.
913
914-------------------------------------------------------------------
915
916SPDX-License-Identifier: BSD-2-Clause
917
918Copyright (c) 2007 David Schultz <das@FreeBSD.ORG>
919All rights reserved.
920
921Redistribution and use in source and binary forms, with or without
922modification, are permitted provided that the following conditions
923are met:
9241. Redistributions of source code must retain the above copyright
925 notice, this list of conditions and the following disclaimer.
9262. Redistributions in binary form must reproduce the above copyright
927 notice, this list of conditions and the following disclaimer in the
928 documentation and/or other materials provided with the distribution.
929
930THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
931ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
932IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
933ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
934FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
935DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
936OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
937HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
938LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
939OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
940SUCH DAMAGE.
941
942Derived from s_modf.c, which has the following Copyright:
943====================================================
944Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved.
945
946Developed at SunPro, a Sun Microsystems, Inc. business.
947Permission to use, copy, modify, and distribute this
948software is freely granted, provided that this notice
949is preserved.
950
951-------------------------------------------------------------------
952
953SPDX-License-Identifier: BSD-2-Clause
954
955Copyright (c) 2007 Steven G. Kargl
956All rights reserved.
957
958Redistribution and use in source and binary forms, with or without
959modification, are permitted provided that the following conditions
960are met:
9611. Redistributions of source code must retain the above copyright
962 notice unmodified, this list of conditions, and the following
963 disclaimer.
9642. Redistributions in binary form must reproduce the above copyright
965 notice, this list of conditions and the following disclaimer in the
966 documentation and/or other materials provided with the distribution.
967
968THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
969IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
970OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
971IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
972INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
973NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
974DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
975THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
976(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
977THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
978
979-------------------------------------------------------------------
980
981SPDX-License-Identifier: BSD-2-Clause
982
983Copyright (c) 2007-2008 David Schultz <das@FreeBSD.ORG>
984All rights reserved.
985
986Redistribution and use in source and binary forms, with or without
987modification, are permitted provided that the following conditions
988are met:
9891. Redistributions of source code must retain the above copyright
990 notice, this list of conditions and the following disclaimer.
9912. Redistributions in binary form must reproduce the above copyright
992 notice, this list of conditions and the following disclaimer in the
993 documentation and/or other materials provided with the distribution.
994
995THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
996ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
997IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
998ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
999FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
1000DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
1001OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
1002HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
1003LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
1004OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
1005SUCH DAMAGE.
1006
1007-------------------------------------------------------------------
1008
1009SPDX-License-Identifier: BSD-2-Clause
1010
1011Copyright (c) 2007-2013 Bruce D. Evans
1012All rights reserved.
1013
1014Redistribution and use in source and binary forms, with or without
1015modification, are permitted provided that the following conditions
1016are met:
10171. Redistributions of source code must retain the above copyright
1018 notice unmodified, this list of conditions, and the following
1019 disclaimer.
10202. Redistributions in binary form must reproduce the above copyright
1021 notice, this list of conditions and the following disclaimer in the
1022 documentation and/or other materials provided with the distribution.
1023
1024THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
1025IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
1026OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
1027IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
1028INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
1029NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
1030DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
1031THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
1032(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
1033THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1034
1035-------------------------------------------------------------------
1036
1037SPDX-License-Identifier: BSD-2-Clause
1038
1039Copyright (c) 2008 David Schultz <das@FreeBSD.ORG>
1040All rights reserved.
1041
1042Redistribution and use in source and binary forms, with or without
1043modification, are permitted provided that the following conditions
1044are met:
10451. Redistributions of source code must retain the above copyright
1046 notice, this list of conditions and the following disclaimer.
10472. Redistributions in binary form must reproduce the above copyright
1048 notice, this list of conditions and the following disclaimer in the
1049 documentation and/or other materials provided with the distribution.
1050
1051THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
1052ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
1053IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
1054ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
1055FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
1056DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
1057OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
1058HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
1059LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
1060OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
1061SUCH DAMAGE.
1062
1063-------------------------------------------------------------------
1064
1065SPDX-License-Identifier: BSD-2-Clause
1066
1067Copyright (c) 2009-2013 Steven G. Kargl
1068All rights reserved.
1069
1070Redistribution and use in source and binary forms, with or without
1071modification, are permitted provided that the following conditions
1072are met:
10731. Redistributions of source code must retain the above copyright
1074 notice unmodified, this list of conditions, and the following
1075 disclaimer.
10762. Redistributions in binary form must reproduce the above copyright
1077 notice, this list of conditions and the following disclaimer in the
1078 documentation and/or other materials provided with the distribution.
1079
1080THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
1081IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
1082OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
1083IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
1084INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
1085NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
1086DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
1087THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
1088(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
1089THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1090
1091Optimized by Bruce D. Evans.
1092
1093-------------------------------------------------------------------
1094
1095SPDX-License-Identifier: BSD-2-Clause
1096
1097Copyright (c) 2011 David Schultz
1098All rights reserved.
1099
1100Redistribution and use in source and binary forms, with or without
1101modification, are permitted provided that the following conditions
1102are met:
11031. Redistributions of source code must retain the above copyright
1104 notice unmodified, this list of conditions, and the following
1105 disclaimer.
11062. Redistributions in binary form must reproduce the above copyright
1107 notice, this list of conditions and the following disclaimer in the
1108 documentation and/or other materials provided with the distribution.
1109
1110THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
1111IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
1112OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
1113IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
1114INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
1115NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
1116DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
1117THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
1118(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
1119THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1120
1121-------------------------------------------------------------------
1122
1123SPDX-License-Identifier: BSD-2-Clause
1124
1125Copyright (c) 2011 David Schultz <das@FreeBSD.ORG>
1126All rights reserved.
1127
1128Redistribution and use in source and binary forms, with or without
1129modification, are permitted provided that the following conditions
1130are met:
11311. Redistributions of source code must retain the above copyright
1132 notice, this list of conditions and the following disclaimer.
11332. Redistributions in binary form must reproduce the above copyright
1134 notice, this list of conditions and the following disclaimer in the
1135 documentation and/or other materials provided with the distribution.
1136
1137THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
1138ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
1139IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
1140ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
1141FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
1142DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
1143OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
1144HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
1145LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
1146OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
1147SUCH DAMAGE.
1148
1149-------------------------------------------------------------------
1150
1151SPDX-License-Identifier: BSD-2-Clause
1152
1153Copyright (c) 2012 Stephen Montgomery-Smith <stephen@FreeBSD.ORG>
1154All rights reserved.
1155
1156Redistribution and use in source and binary forms, with or without
1157modification, are permitted provided that the following conditions
1158are met:
11591. Redistributions of source code must retain the above copyright
1160 notice, this list of conditions and the following disclaimer.
11612. Redistributions in binary form must reproduce the above copyright
1162 notice, this list of conditions and the following disclaimer in the
1163 documentation and/or other materials provided with the distribution.
1164
1165THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
1166ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
1167IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
1168ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
1169FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
1170DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
1171OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
1172HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
1173LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
1174OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
1175SUCH DAMAGE.
1176
1177-------------------------------------------------------------------
1178
1179SPDX-License-Identifier: BSD-3-Clause
1180
1181Copyright (c) 1985, 1993
1182 The Regents of the University of California. All rights reserved.
1183
1184Redistribution and use in source and binary forms, with or without
1185modification, are permitted provided that the following conditions
1186are met:
11871. Redistributions of source code must retain the above copyright
1188 notice, this list of conditions and the following disclaimer.
11892. Redistributions in binary form must reproduce the above copyright
1190 notice, this list of conditions and the following disclaimer in the
1191 documentation and/or other materials provided with the distribution.
11923. Neither the name of the University nor the names of its contributors
1193 may be used to endorse or promote products derived from this software
1194 without specific prior written permission.
1195
1196THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
1197ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
1198IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
1199ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
1200FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
1201DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
1202OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
1203HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
1204LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
1205OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
1206SUCH DAMAGE.
1207
1208-------------------------------------------------------------------
1209
1210SPDX-License-Identifier: BSD-3-Clause
1211
1212Copyright (c) 1992, 1993
1213 The Regents of the University of California. All rights reserved.
1214
1215Redistribution and use in source and binary forms, with or without
1216modification, are permitted provided that the following conditions
1217are met:
12181. Redistributions of source code must retain the above copyright
1219 notice, this list of conditions and the following disclaimer.
12202. Redistributions in binary form must reproduce the above copyright
1221 notice, this list of conditions and the following disclaimer in the
1222 documentation and/or other materials provided with the distribution.
12233. Neither the name of the University nor the names of its contributors
1224 may be used to endorse or promote products derived from this software
1225 without specific prior written permission.
1226
1227THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
1228ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
1229IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
1230ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
1231FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
1232DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
1233OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
1234HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
1235LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
1236OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
1237SUCH DAMAGE.
1238
1239-------------------------------------------------------------------
1240