Home | History | Annotate | Download | only in libm
      1 ====================================================
      2 Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved.
      3 
      4 Developed at SunPro, a Sun Microsystems, Inc. business.
      5 Permission to use, copy, modify, and distribute this
      6 software is freely granted, provided that this notice
      7 is preserved.
      8 
      9 -------------------------------------------------------------------
     10 
     11 ====================================================
     12 Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved.
     13 
     14 Developed at SunPro, a Sun Microsystems, Inc. business.
     15 Permission to use, copy, modify, and distribute this
     16 software is freely granted, provided that this notice
     17 is preserved.
     18 ====================================================
     19 
     20 Optimized by Bruce D. Evans.
     21 
     22 -------------------------------------------------------------------
     23 
     24 ====================================================
     25 Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved.
     26 
     27 Developed at SunSoft, a Sun Microsystems, Inc. business.
     28 Permission to use, copy, modify, and distribute this
     29 software is freely granted, provided that this notice
     30 is preserved.
     31 
     32 -------------------------------------------------------------------
     33 
     34 ====================================================
     35 Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved.
     36 
     37 Developed at SunSoft, a Sun Microsystems, Inc. business.
     38 Permission to use, copy, modify, and distribute this
     39 software is freely granted, provided that this notice
     40 is preserved.
     41 ====================================================
     42 
     43 Optimized by Bruce D. Evans.
     44 
     45 -------------------------------------------------------------------
     46 
     47 ====================================================
     48 Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved.
     49 Copyright (c) 2008 Steven G. Kargl, David Schultz, Bruce D. Evans.
     50 
     51 Developed at SunSoft, a Sun Microsystems, Inc. business.
     52 Permission to use, copy, modify, and distribute this
     53 software is freely granted, provided that this notice
     54 is preserved.
     55 
     56 -------------------------------------------------------------------
     57 
     58 ====================================================
     59 Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved.
     60 Copyright (c) 2008 Steven G. Kargl, David Schultz, Bruce D. Evans.
     61 
     62 Developed at SunSoft, a Sun Microsystems, Inc. business.
     63 Permission to use, copy, modify, and distribute this
     64 software is freely granted, provided that this notice
     65 is preserved.
     66 ====================================================
     67 
     68 Optimized by Bruce D. Evans.
     69 
     70 -------------------------------------------------------------------
     71 
     72 ====================================================
     73 Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved.
     74 Copyright (c) 2009-2011, Bruce D. Evans, Steven G. Kargl, David Schultz.
     75 
     76 Developed at SunPro, a Sun Microsystems, Inc. business.
     77 Permission to use, copy, modify, and distribute this
     78 software is freely granted, provided that this notice
     79 is preserved.
     80 ====================================================
     81 
     82 The argument reduction and testing for exceptional cases was
     83 written by Steven G. Kargl with input from Bruce D. Evans
     84 and David A. Schultz.
     85 
     86 -------------------------------------------------------------------
     87 
     88 ====================================================
     89 Copyright (C) 2004 by Sun Microsystems, Inc. All rights reserved.
     90 
     91 Permission to use, copy, modify, and distribute this
     92 software is freely granted, provided that this notice
     93 is preserved.
     94 
     95 -------------------------------------------------------------------
     96 
     97 ====================================================
     98 Copyright 2004 Sun Microsystems, Inc.  All Rights Reserved.
     99 
    100 Permission to use, copy, modify, and distribute this
    101 software is freely granted, provided that this notice
    102 is preserved.
    103 
    104 -------------------------------------------------------------------
    105 
    106 ====================================================
    107 Copyright 2004 Sun Microsystems, Inc.  All Rights Reserved.
    108 Copyright (c) 2008 Steven G. Kargl, David Schultz, Bruce D. Evans.
    109 
    110 Permission to use, copy, modify, and distribute this
    111 software is freely granted, provided that this notice
    112 is preserved.
    113 
    114 -------------------------------------------------------------------
    115 
    116 Copyright (C) 2010 The Android Open Source Project
    117 All rights reserved.
    118 
    119 Redistribution and use in source and binary forms, with or without
    120 modification, are permitted provided that the following conditions
    121 are met:
    122 1. Redistributions of source code must retain the above copyright
    123    notice, this list of conditions and the following disclaimer.
    124 2. Redistributions in binary form must reproduce the above copyright
    125    notice, this list of conditions and the following disclaimer in the
    126    documentation and/or other materials provided with the distribution.
    127 
    128 THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
    129 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
    130 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    131 ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
    132 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
    133 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
    134 OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
    135 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
    136 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
    137 OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
    138 SUCH DAMAGE.
    139 
    140 -------------------------------------------------------------------
    141 
    142 Copyright (C) 2013 The Android Open Source Project
    143 
    144 Licensed under the Apache License, Version 2.0 (the "License");
    145 you may not use this file except in compliance with the License.
    146 You may obtain a copy of the License at
    147 
    148      http://www.apache.org/licenses/LICENSE-2.0
    149 
    150 Unless required by applicable law or agreed to in writing, software
    151 distributed under the License is distributed on an "AS IS" BASIS,
    152 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
    153 See the License for the specific language governing permissions and
    154 limitations under the License.
    155 
    156 -------------------------------------------------------------------
    157 
    158 Copyright (C) 2014 The Android Open Source Project
    159 All rights reserved.
    160 
    161 Redistribution and use in source and binary forms, with or without
    162 modification, are permitted provided that the following conditions
    163 are met:
    164 1. Redistributions of source code must retain the above copyright
    165    notice, this list of conditions and the following disclaimer.
    166 2. Redistributions in binary form must reproduce the above copyright
    167    notice, this list of conditions and the following disclaimer in the
    168    documentation and/or other materials provided with the distribution.
    169 
    170 THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
    171 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
    172 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    173 ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
    174 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
    175 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
    176 OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
    177 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
    178 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
    179 OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
    180 SUCH DAMAGE.
    181 
    182 -------------------------------------------------------------------
    183 
    184 Copyright (c) 1985, 1993
    185    The Regents of the University of California.  All rights reserved.
    186 
    187 Redistribution and use in source and binary forms, with or without
    188 modification, are permitted provided that the following conditions
    189 are met:
    190 1. Redistributions of source code must retain the above copyright
    191    notice, this list of conditions and the following disclaimer.
    192 2. Redistributions in binary form must reproduce the above copyright
    193    notice, this list of conditions and the following disclaimer in the
    194    documentation and/or other materials provided with the distribution.
    195 3. All advertising materials mentioning features or use of this software
    196    must display the following acknowledgement:
    197    This product includes software developed by the University of
    198    California, Berkeley and its contributors.
    199 4. Neither the name of the University nor the names of its contributors
    200    may be used to endorse or promote products derived from this software
    201    without specific prior written permission.
    202 
    203 THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
    204 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
    205 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    206 ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
    207 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
    208 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
    209 OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
    210 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
    211 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
    212 OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
    213 SUCH DAMAGE.
    214 
    215 -------------------------------------------------------------------
    216 
    217 Copyright (c) 1988, 1993
    218    The Regents of the University of California.  All rights reserved.
    219 
    220 Redistribution and use in source and binary forms, with or without
    221 modification, are permitted provided that the following conditions
    222 are met:
    223 1. Redistributions of source code must retain the above copyright
    224    notice, this list of conditions and the following disclaimer.
    225 2. Redistributions in binary form must reproduce the above copyright
    226    notice, this list of conditions and the following disclaimer in the
    227    documentation and/or other materials provided with the distribution.
    228 3. All advertising materials mentioning features or use of this software
    229    must display the following acknowledgement:
    230    This product includes software developed by the University of
    231    California, Berkeley and its contributors.
    232 4. Neither the name of the University nor the names of its contributors
    233    may be used to endorse or promote products derived from this software
    234    without specific prior written permission.
    235 
    236 THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
    237 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
    238 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    239 ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
    240 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
    241 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
    242 OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
    243 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
    244 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
    245 OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
    246 SUCH DAMAGE.
    247 
    248 -------------------------------------------------------------------
    249 
    250 Copyright (c) 1990 The Regents of the University of California.
    251 All rights reserved.
    252 
    253 This code is derived from software contributed to Berkeley by
    254 William Jolitz.
    255 
    256 Redistribution and use in source and binary forms, with or without
    257 modification, are permitted provided that the following conditions
    258 are met:
    259 1. Redistributions of source code must retain the above copyright
    260    notice, this list of conditions and the following disclaimer.
    261 2. Redistributions in binary form must reproduce the above copyright
    262    notice, this list of conditions and the following disclaimer in the
    263    documentation and/or other materials provided with the distribution.
    264 4. Neither the name of the University nor the names of its contributors
    265    may be used to endorse or promote products derived from this software
    266    without specific prior written permission.
    267 
    268 THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
    269 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
    270 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    271 ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
    272 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
    273 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
    274 OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
    275 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
    276 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
    277 OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
    278 SUCH DAMAGE.
    279 
    280 -------------------------------------------------------------------
    281 
    282 Copyright (c) 1992, 1993
    283    The Regents of the University of California.  All rights reserved.
    284 
    285 Redistribution and use in source and binary forms, with or without
    286 modification, are permitted provided that the following conditions
    287 are met:
    288 1. Redistributions of source code must retain the above copyright
    289    notice, this list of conditions and the following disclaimer.
    290 2. Redistributions in binary form must reproduce the above copyright
    291    notice, this list of conditions and the following disclaimer in the
    292    documentation and/or other materials provided with the distribution.
    293 3. All advertising materials mentioning features or use of this software
    294    must display the following acknowledgement:
    295    This product includes software developed by the University of
    296    California, Berkeley and its contributors.
    297 4. Neither the name of the University nor the names of its contributors
    298    may be used to endorse or promote products derived from this software
    299    without specific prior written permission.
    300 
    301 THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
    302 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
    303 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    304 ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
    305 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
    306 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
    307 OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
    308 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
    309 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
    310 OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
    311 SUCH DAMAGE.
    312 
    313 -------------------------------------------------------------------
    314 
    315 Copyright (c) 2001-2011 The FreeBSD Project.
    316 All rights reserved.
    317 
    318 Redistribution and use in source and binary forms, with or without
    319 modification, are permitted provided that the following conditions
    320 are met:
    321 1. Redistributions of source code must retain the above copyright
    322    notice, this list of conditions and the following disclaimer.
    323 2. Redistributions in binary form must reproduce the above copyright
    324    notice, this list of conditions and the following disclaimer in the
    325    documentation and/or other materials provided with the distribution.
    326 
    327 THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
    328 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
    329 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    330 ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
    331 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
    332 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
    333 OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
    334 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
    335 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
    336 OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
    337 SUCH DAMAGE.
    338 
    339 -------------------------------------------------------------------
    340 
    341 Copyright (c) 2003 Dag-Erling Smrgrav
    342 All rights reserved.
    343 
    344 Redistribution and use in source and binary forms, with or without
    345 modification, are permitted provided that the following conditions
    346 are met:
    347 1. Redistributions of source code must retain the above copyright
    348    notice, this list of conditions and the following disclaimer
    349    in this position and unchanged.
    350 2. Redistributions in binary form must reproduce the above copyright
    351    notice, this list of conditions and the following disclaimer in the
    352    documentation and/or other materials provided with the distribution.
    353 3. The name of the author may not be used to endorse or promote products
    354    derived from this software without specific prior written permission.
    355 
    356 THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
    357 IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
    358 OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
    359 IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
    360 INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
    361 NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
    362 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
    363 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
    364 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
    365 THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
    366 
    367 -------------------------------------------------------------------
    368 
    369 Copyright (c) 2003 Mike Barcroft <mike (a] FreeBSD.org>
    370 All rights reserved.
    371 
    372 Redistribution and use in source and binary forms, with or without
    373 modification, are permitted provided that the following conditions
    374 are met:
    375 1. Redistributions of source code must retain the above copyright
    376    notice, this list of conditions and the following disclaimer.
    377 2. Redistributions in binary form must reproduce the above copyright
    378    notice, this list of conditions and the following disclaimer in the
    379    documentation and/or other materials provided with the distribution.
    380 
    381 THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
    382 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
    383 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    384 ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
    385 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
    386 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
    387 OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
    388 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
    389 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
    390 OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
    391 SUCH DAMAGE.
    392 
    393 -------------------------------------------------------------------
    394 
    395 Copyright (c) 2003 Mike Barcroft <mike (a] FreeBSD.org>
    396 Copyright (c) 2002 David Schultz <das (a] FreeBSD.ORG>
    397 All rights reserved.
    398 
    399 Redistribution and use in source and binary forms, with or without
    400 modification, are permitted provided that the following conditions
    401 are met:
    402 1. Redistributions of source code must retain the above copyright
    403    notice, this list of conditions and the following disclaimer.
    404 2. Redistributions in binary form must reproduce the above copyright
    405    notice, this list of conditions and the following disclaimer in the
    406    documentation and/or other materials provided with the distribution.
    407 
    408 THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
    409 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
    410 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    411 ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
    412 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
    413 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
    414 OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
    415 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
    416 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
    417 OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
    418 SUCH DAMAGE.
    419 
    420 -------------------------------------------------------------------
    421 
    422 Copyright (c) 2003, Steven G. Kargl
    423 All rights reserved.
    424 
    425 Redistribution and use in source and binary forms, with or without
    426 modification, are permitted provided that the following conditions
    427 are met:
    428 1. Redistributions of source code must retain the above copyright
    429    notice unmodified, this list of conditions, and the following
    430    disclaimer.
    431 2. Redistributions in binary form must reproduce the above copyright
    432    notice, this list of conditions and the following disclaimer in the
    433    documentation and/or other materials provided with the distribution.
    434 
    435 THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
    436 IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
    437 OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
    438 IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
    439 INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
    440 NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
    441 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
    442 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
    443 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
    444 THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
    445 
    446 -------------------------------------------------------------------
    447 
    448 Copyright (c) 2004 David Schultz <das (a] FreeBSD.ORG>
    449 All rights reserved.
    450 
    451 Redistribution and use in source and binary forms, with or without
    452 modification, are permitted provided that the following conditions
    453 are met:
    454 1. Redistributions of source code must retain the above copyright
    455    notice, this list of conditions and the following disclaimer.
    456 2. Redistributions in binary form must reproduce the above copyright
    457    notice, this list of conditions and the following disclaimer in the
    458    documentation and/or other materials provided with the distribution.
    459 
    460 THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
    461 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
    462 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    463 ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
    464 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
    465 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
    466 OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
    467 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
    468 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
    469 OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
    470 SUCH DAMAGE.
    471 
    472 -------------------------------------------------------------------
    473 
    474 Copyright (c) 2004 Stefan Farfeleder
    475 All rights reserved.
    476 
    477 Redistribution and use in source and binary forms, with or without
    478 modification, are permitted provided that the following conditions
    479 are met:
    480 1. Redistributions of source code must retain the above copyright
    481    notice, this list of conditions and the following disclaimer.
    482 2. Redistributions in binary form must reproduce the above copyright
    483    notice, this list of conditions and the following disclaimer in the
    484    documentation and/or other materials provided with the distribution.
    485 
    486 THIS SOFTWARE IS PROVIDED BY AUTHOR AND CONTRIBUTORS ``AS IS'' AND
    487 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
    488 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    489 ARE DISCLAIMED.  IN NO EVENT SHALL AUTHOR OR CONTRIBUTORS BE LIABLE
    490 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
    491 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
    492 OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
    493 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
    494 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
    495 OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
    496 SUCH DAMAGE.
    497 
    498 -------------------------------------------------------------------
    499 
    500 Copyright (c) 2004-2005 David Schultz <das (at) FreeBSD.ORG>
    501 All rights reserved.
    502 
    503 Redistribution and use in source and binary forms, with or without
    504 modification, are permitted provided that the following conditions
    505 are met:
    506 1. Redistributions of source code must retain the above copyright
    507    notice, this list of conditions and the following disclaimer.
    508 2. Redistributions in binary form must reproduce the above copyright
    509    notice, this list of conditions and the following disclaimer in the
    510    documentation and/or other materials provided with the distribution.
    511 
    512 THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
    513 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
    514 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    515 ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
    516 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
    517 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
    518 OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
    519 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
    520 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
    521 OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
    522 SUCH DAMAGE.
    523 
    524 -------------------------------------------------------------------
    525 
    526 Copyright (c) 2004-2005 David Schultz <das (a] FreeBSD.ORG>
    527 All rights reserved.
    528 
    529 Redistribution and use in source and binary forms, with or without
    530 modification, are permitted provided that the following conditions
    531 are met:
    532 1. Redistributions of source code must retain the above copyright
    533    notice, this list of conditions and the following disclaimer.
    534 2. Redistributions in binary form must reproduce the above copyright
    535    notice, this list of conditions and the following disclaimer in the
    536    documentation and/or other materials provided with the distribution.
    537 
    538 THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
    539 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
    540 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    541 ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
    542 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
    543 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
    544 OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
    545 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
    546 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
    547 OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
    548 SUCH DAMAGE.
    549 
    550 -------------------------------------------------------------------
    551 
    552 Copyright (c) 2005 Bruce D. Evans and Steven G. Kargl
    553 All rights reserved.
    554 
    555 Redistribution and use in source and binary forms, with or without
    556 modification, are permitted provided that the following conditions
    557 are met:
    558 1. Redistributions of source code must retain the above copyright
    559    notice unmodified, this list of conditions, and the following
    560    disclaimer.
    561 2. Redistributions in binary form must reproduce the above copyright
    562    notice, this list of conditions and the following disclaimer in the
    563    documentation and/or other materials provided with the distribution.
    564 
    565 THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
    566 IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
    567 OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
    568 IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
    569 INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
    570 NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
    571 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
    572 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
    573 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
    574 THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
    575 
    576 -------------------------------------------------------------------
    577 
    578 Copyright (c) 2005 David Schultz <das (a] FreeBSD.ORG>
    579 All rights reserved.
    580 
    581 Redistribution and use in source and binary forms, with or without
    582 modification, are permitted provided that the following conditions
    583 are met:
    584 1. Redistributions of source code must retain the above copyright
    585    notice, this list of conditions and the following disclaimer.
    586 2. Redistributions in binary form must reproduce the above copyright
    587    notice, this list of conditions and the following disclaimer in the
    588    documentation and/or other materials provided with the distribution.
    589 
    590 THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
    591 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
    592 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    593 ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
    594 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
    595 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
    596 OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
    597 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
    598 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
    599 OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
    600 SUCH DAMAGE.
    601 
    602 -------------------------------------------------------------------
    603 
    604 Copyright (c) 2005-2008 David Schultz <das (a] FreeBSD.ORG>
    605 All rights reserved.
    606 
    607 Redistribution and use in source and binary forms, with or without
    608 modification, are permitted provided that the following conditions
    609 are met:
    610 1. Redistributions of source code must retain the above copyright
    611    notice, this list of conditions and the following disclaimer.
    612 2. Redistributions in binary form must reproduce the above copyright
    613    notice, this list of conditions and the following disclaimer in the
    614    documentation and/or other materials provided with the distribution.
    615 
    616 THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
    617 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
    618 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    619 ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
    620 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
    621 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
    622 OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
    623 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
    624 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
    625 OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
    626 SUCH DAMAGE.
    627 
    628 -------------------------------------------------------------------
    629 
    630 Copyright (c) 2005-2011 David Schultz <das (a] FreeBSD.ORG>
    631 All rights reserved.
    632 
    633 Redistribution and use in source and binary forms, with or without
    634 modification, are permitted provided that the following conditions
    635 are met:
    636 1. Redistributions of source code must retain the above copyright
    637    notice, this list of conditions and the following disclaimer.
    638 2. Redistributions in binary form must reproduce the above copyright
    639    notice, this list of conditions and the following disclaimer in the
    640    documentation and/or other materials provided with the distribution.
    641 
    642 THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
    643 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
    644 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    645 ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
    646 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
    647 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
    648 OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
    649 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
    650 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
    651 OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
    652 SUCH DAMAGE.
    653 
    654 -------------------------------------------------------------------
    655 
    656 Copyright (c) 2007 David Schultz
    657 All rights reserved.
    658 
    659 Redistribution and use in source and binary forms, with or without
    660 modification, are permitted provided that the following conditions
    661 are met:
    662 1. Redistributions of source code must retain the above copyright
    663    notice, this list of conditions and the following disclaimer.
    664 2. Redistributions in binary form must reproduce the above copyright
    665    notice, this list of conditions and the following disclaimer in the
    666    documentation and/or other materials provided with the distribution.
    667 
    668 THIS SOFTWARE IS PROVIDED BY AUTHOR AND CONTRIBUTORS ``AS IS'' AND
    669 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
    670 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    671 ARE DISCLAIMED.  IN NO EVENT SHALL AUTHOR OR CONTRIBUTORS BE LIABLE
    672 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
    673 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
    674 OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
    675 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
    676 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
    677 OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
    678 SUCH DAMAGE.
    679 
    680 -------------------------------------------------------------------
    681 
    682 Copyright (c) 2007 David Schultz <das (a] FreeBSD.ORG>
    683 All rights reserved.
    684 
    685 Redistribution and use in source and binary forms, with or without
    686 modification, are permitted provided that the following conditions
    687 are met:
    688 1. Redistributions of source code must retain the above copyright
    689    notice, this list of conditions and the following disclaimer.
    690 2. Redistributions in binary form must reproduce the above copyright
    691    notice, this list of conditions and the following disclaimer in the
    692    documentation and/or other materials provided with the distribution.
    693 
    694 THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
    695 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
    696 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    697 ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
    698 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
    699 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
    700 OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
    701 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
    702 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
    703 OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
    704 SUCH DAMAGE.
    705 
    706 -------------------------------------------------------------------
    707 
    708 Copyright (c) 2007 David Schultz <das (a] FreeBSD.ORG>
    709 All rights reserved.
    710 
    711 Redistribution and use in source and binary forms, with or without
    712 modification, are permitted provided that the following conditions
    713 are met:
    714 1. Redistributions of source code must retain the above copyright
    715    notice, this list of conditions and the following disclaimer.
    716 2. Redistributions in binary form must reproduce the above copyright
    717    notice, this list of conditions and the following disclaimer in the
    718    documentation and/or other materials provided with the distribution.
    719 
    720 THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
    721 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
    722 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    723 ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
    724 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
    725 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
    726 OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
    727 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
    728 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
    729 OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
    730 SUCH DAMAGE.
    731 
    732 Derived from s_modf.c, which has the following Copyright:
    733 ====================================================
    734 Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved.
    735 
    736 Developed at SunPro, a Sun Microsystems, Inc. business.
    737 Permission to use, copy, modify, and distribute this
    738 software is freely granted, provided that this notice
    739 is preserved.
    740 
    741 -------------------------------------------------------------------
    742 
    743 Copyright (c) 2007 Steven G. Kargl
    744 All rights reserved.
    745 
    746 Redistribution and use in source and binary forms, with or without
    747 modification, are permitted provided that the following conditions
    748 are met:
    749 1. Redistributions of source code must retain the above copyright
    750    notice unmodified, this list of conditions, and the following
    751    disclaimer.
    752 2. Redistributions in binary form must reproduce the above copyright
    753    notice, this list of conditions and the following disclaimer in the
    754    documentation and/or other materials provided with the distribution.
    755 
    756 THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
    757 IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
    758 OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
    759 IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
    760 INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
    761 NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
    762 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
    763 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
    764 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
    765 THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
    766 
    767 -------------------------------------------------------------------
    768 
    769 Copyright (c) 2007-2008 David Schultz <das (a] FreeBSD.ORG>
    770 All rights reserved.
    771 
    772 Redistribution and use in source and binary forms, with or without
    773 modification, are permitted provided that the following conditions
    774 are met:
    775 1. Redistributions of source code must retain the above copyright
    776    notice, this list of conditions and the following disclaimer.
    777 2. Redistributions in binary form must reproduce the above copyright
    778    notice, this list of conditions and the following disclaimer in the
    779    documentation and/or other materials provided with the distribution.
    780 
    781 THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
    782 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
    783 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    784 ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
    785 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
    786 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
    787 OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
    788 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
    789 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
    790 OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
    791 SUCH DAMAGE.
    792 
    793 -------------------------------------------------------------------
    794 
    795 Copyright (c) 2007-2013 Bruce D. Evans
    796 All rights reserved.
    797 
    798 Redistribution and use in source and binary forms, with or without
    799 modification, are permitted provided that the following conditions
    800 are met:
    801 1. Redistributions of source code must retain the above copyright
    802    notice unmodified, this list of conditions, and the following
    803    disclaimer.
    804 2. Redistributions in binary form must reproduce the above copyright
    805    notice, this list of conditions and the following disclaimer in the
    806    documentation and/or other materials provided with the distribution.
    807 
    808 THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
    809 IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
    810 OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
    811 IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
    812 INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
    813 NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
    814 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
    815 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
    816 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
    817 THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
    818 
    819 -------------------------------------------------------------------
    820 
    821 Copyright (c) 2008 David Schultz <das (a] FreeBSD.ORG>
    822 All rights reserved.
    823 
    824 Redistribution and use in source and binary forms, with or without
    825 modification, are permitted provided that the following conditions
    826 are met:
    827 1. Redistributions of source code must retain the above copyright
    828    notice, this list of conditions and the following disclaimer.
    829 2. Redistributions in binary form must reproduce the above copyright
    830    notice, this list of conditions and the following disclaimer in the
    831    documentation and/or other materials provided with the distribution.
    832 
    833 THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
    834 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
    835 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    836 ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
    837 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
    838 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
    839 OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
    840 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
    841 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
    842 OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
    843 SUCH DAMAGE.
    844 
    845 -------------------------------------------------------------------
    846 
    847 Copyright (c) 2009-2013 Steven G. Kargl
    848 All rights reserved.
    849 
    850 Redistribution and use in source and binary forms, with or without
    851 modification, are permitted provided that the following conditions
    852 are met:
    853 1. Redistributions of source code must retain the above copyright
    854    notice unmodified, this list of conditions, and the following
    855    disclaimer.
    856 2. Redistributions in binary form must reproduce the above copyright
    857    notice, this list of conditions and the following disclaimer in the
    858    documentation and/or other materials provided with the distribution.
    859 
    860 THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
    861 IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
    862 OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
    863 IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
    864 INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
    865 NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
    866 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
    867 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
    868 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
    869 THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
    870 
    871 Optimized by Bruce D. Evans.
    872 
    873 -------------------------------------------------------------------
    874 
    875 Copyright (c) 2010 The NetBSD Foundation, Inc.
    876 All rights reserved.
    877 
    878 Redistribution and use in source and binary forms, with or without
    879 modification, are permitted provided that the following conditions
    880 are met:
    881 1. Redistributions of source code must retain the above copyright
    882    notice, this list of conditions and the following disclaimer.
    883 2. Redistributions in binary form must reproduce the above copyright
    884    notice, this list of conditions and the following disclaimer in the
    885    documentation and/or other materials provided with the distribution.
    886 
    887 THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
    888 ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
    889 TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
    890 PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
    891 BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
    892 CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
    893 SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
    894 INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
    895 CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
    896 ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
    897 POSSIBILITY OF SUCH DAMAGE.
    898 
    899 -------------------------------------------------------------------
    900 
    901 Copyright (c) 2011 David Schultz
    902 All rights reserved.
    903 
    904 Redistribution and use in source and binary forms, with or without
    905 modification, are permitted provided that the following conditions
    906 are met:
    907 1. Redistributions of source code must retain the above copyright
    908    notice unmodified, this list of conditions, and the following
    909    disclaimer.
    910 2. Redistributions in binary form must reproduce the above copyright
    911    notice, this list of conditions and the following disclaimer in the
    912    documentation and/or other materials provided with the distribution.
    913 
    914 THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
    915 IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
    916 OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
    917 IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
    918 INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
    919 NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
    920 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
    921 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
    922 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
    923 THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
    924 
    925 -------------------------------------------------------------------
    926 
    927 Copyright (c) 2011 David Schultz <das (a] FreeBSD.ORG>
    928 All rights reserved.
    929 
    930 Redistribution and use in source and binary forms, with or without
    931 modification, are permitted provided that the following conditions
    932 are met:
    933 1. Redistributions of source code must retain the above copyright
    934    notice, this list of conditions and the following disclaimer.
    935 2. Redistributions in binary form must reproduce the above copyright
    936    notice, this list of conditions and the following disclaimer in the
    937    documentation and/or other materials provided with the distribution.
    938 
    939 THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
    940 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
    941 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    942 ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
    943 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
    944 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
    945 OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
    946 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
    947 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
    948 OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
    949 SUCH DAMAGE.
    950 
    951 -------------------------------------------------------------------
    952 
    953 Copyright (c) 2012 Stephen Montgomery-Smith <stephen (a] FreeBSD.ORG>
    954 All rights reserved.
    955 
    956 Redistribution and use in source and binary forms, with or without
    957 modification, are permitted provided that the following conditions
    958 are met:
    959 1. Redistributions of source code must retain the above copyright
    960    notice, this list of conditions and the following disclaimer.
    961 2. Redistributions in binary form must reproduce the above copyright
    962    notice, this list of conditions and the following disclaimer in the
    963    documentation and/or other materials provided with the distribution.
    964 
    965 THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
    966 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
    967 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    968 ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
    969 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
    970 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
    971 OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
    972 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
    973 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
    974 OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
    975 SUCH DAMAGE.
    976 
    977 -------------------------------------------------------------------
    978 
    979 Copyright (c) 2013 David Chisnall
    980 All rights reserved.
    981 
    982 Redistribution and use in source and binary forms, with or without
    983 modification, are permitted provided that the following conditions
    984 are met:
    985 1. Redistributions of source code must retain the above copyright
    986    notice, this list of conditions and the following disclaimer.
    987 2. Redistributions in binary form must reproduce the above copyright
    988    notice, this list of conditions and the following disclaimer in the
    989    documentation and/or other materials provided with the distribution.
    990 
    991 THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
    992 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
    993 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    994 ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
    995 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
    996 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
    997 OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
    998 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
    999 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
   1000 OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
   1001 SUCH DAMAGE.
   1002 
   1003 -------------------------------------------------------------------
   1004 
   1005 Copyright (c) 2013-2014, NVIDIA Corporation.  All rights reserved.
   1006 Johhnny Qiu <joqiu (a] nvidia.com>
   1007 Shu Zhang <chazhang (a] nvidia.com>
   1008 
   1009 Redistribution and use in source and binary forms, with or without
   1010 modification, are permitted provided that the following conditions are
   1011 met:
   1012     * Redistributions of source code must retain the above copyright
   1013       notice, this list of conditions and the following disclaimer.
   1014     * Redistributions in binary form must reproduce the above
   1015       copyright notice, this list of conditions and the following
   1016       disclaimer in the documentation and/or other materials provided
   1017       with the distribution.
   1018     * Neither the name of The Linux Foundation nor the names of its
   1019       contributors may be used to endorse or promote products derived
   1020       from this software without specific prior written permission.
   1021 
   1022 THIS SOFTWARE IS PROVIDED "AS IS" AND ANY EXPRESS OR IMPLIED
   1023 WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
   1024 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT
   1025 ARE DISCLAIMED.  IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS
   1026 BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
   1027 CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
   1028 SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
   1029 BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
   1030 WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE
   1031 OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN
   1032 IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
   1033 
   1034 -------------------------------------------------------------------
   1035 
   1036 Copyright (c) 2013-2014, NVIDIA Corporation.  All rights reserved.
   1037 Johnny Qiu <joqiu (a] nvidia.com>
   1038 Shu Zhang <chazhang (a] nvidia.com>
   1039 
   1040 Redistribution and use in source and binary forms, with or without
   1041 modification, are permitted provided that the following conditions are
   1042 met:
   1043     * Redistributions of source code must retain the above copyright
   1044       notice, this list of conditions and the following disclaimer.
   1045     * Redistributions in binary form must reproduce the above
   1046       copyright notice, this list of conditions and the following
   1047       disclaimer in the documentation and/or other materials provided
   1048       with the distribution.
   1049     * Neither the name of The Linux Foundation nor the names of its
   1050       contributors may be used to endorse or promote products derived
   1051       from this software without specific prior written permission.
   1052 
   1053 THIS SOFTWARE IS PROVIDED "AS IS" AND ANY EXPRESS OR IMPLIED
   1054 WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
   1055 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT
   1056 ARE DISCLAIMED.  IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS
   1057 BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
   1058 CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
   1059 SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
   1060 BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
   1061 WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE
   1062 OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN
   1063 IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
   1064 
   1065 -------------------------------------------------------------------
   1066 
   1067 Copyright (c) 2014, Intel Corporation
   1068 All rights reserved.
   1069 
   1070 Redistribution and use in source and binary forms, with or without
   1071 modification, are permitted provided that the following conditions are met:
   1072 
   1073     * Redistributions of source code must retain the above copyright notice,
   1074     * this list of conditions and the following disclaimer.
   1075 
   1076     * Redistributions in binary form must reproduce the above copyright notice,
   1077     * this list of conditions and the following disclaimer in the documentation
   1078     * and/or other materials provided with the distribution.
   1079 
   1080     * Neither the name of Intel Corporation nor the names of its contributors
   1081     * may be used to endorse or promote products derived from this software
   1082     * without specific prior written permission.
   1083 
   1084 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
   1085 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
   1086 WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
   1087 DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR
   1088 ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
   1089 (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
   1090 LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
   1091 ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
   1092 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
   1093 SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
   1094 
   1095 -------------------------------------------------------------------
   1096 
   1097 Copyright 2015, The Android Open Source Project
   1098 
   1099 Licensed under the Apache License, Version 2.0 (the "License");
   1100 you may not use this file except in compliance with the License.
   1101 You may obtain a copy of the License at
   1102 
   1103     http://www.apache.org/licenses/LICENSE-2.0
   1104 
   1105 Unless required by applicable law or agreed to in writing, software
   1106 distributed under the License is distributed on an "AS IS" BASIS,
   1107 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
   1108 See the License for the specific language governing permissions and
   1109 limitations under the License.
   1110 
   1111 -------------------------------------------------------------------
   1112 
   1113 From: @(#)s_ilogb.c 5.1 93/09/24
   1114 ====================================================
   1115 Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved.
   1116 
   1117 Developed at SunPro, a Sun Microsystems, Inc. business.
   1118 Permission to use, copy, modify, and distribute this
   1119 software is freely granted, provided that this notice
   1120 is preserved.
   1121 
   1122 -------------------------------------------------------------------
   1123 
   1124