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) 2009-2011, Bruce D. Evans, Steven G. Kargl, David Schultz. 50 51 Developed at SunPro, 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 The argument reduction and testing for exceptional cases was 58 written by Steven G. Kargl with input from Bruce D. Evans 59 and David A. Schultz. 60 61 ------------------------------------------------------------------- 62 63 ==================================================== 64 Copyright (C) 2004 by Sun Microsystems, Inc. All rights reserved. 65 66 Permission to use, copy, modify, and distribute this 67 software is freely granted, provided that this notice 68 is preserved. 69 70 ------------------------------------------------------------------- 71 72 ==================================================== 73 Copyright 2004 Sun Microsystems, Inc. All Rights Reserved. 74 75 Permission to use, copy, modify, and distribute this 76 software is freely granted, provided that this notice 77 is preserved. 78 79 ------------------------------------------------------------------- 80 81 Copyright (C) 2013 The Android Open Source Project 82 83 Licensed under the Apache License, Version 2.0 (the "License"); 84 you may not use this file except in compliance with the License. 85 You may obtain a copy of the License at 86 87 http://www.apache.org/licenses/LICENSE-2.0 88 89 Unless required by applicable law or agreed to in writing, software 90 distributed under the License is distributed on an "AS IS" BASIS, 91 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 92 See the License for the specific language governing permissions and 93 limitations under the License. 94 95 ------------------------------------------------------------------- 96 97 Copyright (c) 1985, 1993 98 The Regents of the University of California. All rights reserved. 99 100 Redistribution and use in source and binary forms, with or without 101 modification, are permitted provided that the following conditions 102 are met: 103 1. Redistributions of source code must retain the above copyright 104 notice, this list of conditions and the following disclaimer. 105 2. Redistributions in binary form must reproduce the above copyright 106 notice, this list of conditions and the following disclaimer in the 107 documentation and/or other materials provided with the distribution. 108 3. All advertising materials mentioning features or use of this software 109 must display the following acknowledgement: 110 This product includes software developed by the University of 111 California, Berkeley and its contributors. 112 4. Neither the name of the University nor the names of its contributors 113 may be used to endorse or promote products derived from this software 114 without specific prior written permission. 115 116 THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND 117 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 118 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 119 ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE 120 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 121 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 122 OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 123 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 124 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 125 OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 126 SUCH DAMAGE. 127 128 ------------------------------------------------------------------- 129 130 Copyright (c) 1988, 1993 131 The Regents of the University of California. All rights reserved. 132 133 Redistribution and use in source and binary forms, with or without 134 modification, are permitted provided that the following conditions 135 are met: 136 1. Redistributions of source code must retain the above copyright 137 notice, this list of conditions and the following disclaimer. 138 2. Redistributions in binary form must reproduce the above copyright 139 notice, this list of conditions and the following disclaimer in the 140 documentation and/or other materials provided with the distribution. 141 3. All advertising materials mentioning features or use of this software 142 must display the following acknowledgement: 143 This product includes software developed by the University of 144 California, Berkeley and its contributors. 145 4. Neither the name of the University nor the names of its contributors 146 may be used to endorse or promote products derived from this software 147 without specific prior written permission. 148 149 THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND 150 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 151 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 152 ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE 153 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 154 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 155 OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 156 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 157 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 158 OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 159 SUCH DAMAGE. 160 161 ------------------------------------------------------------------- 162 163 Copyright (c) 1990 The Regents of the University of California. 164 All rights reserved. 165 166 This code is derived from software contributed to Berkeley by 167 William Jolitz. 168 169 Redistribution and use in source and binary forms, with or without 170 modification, are permitted provided that the following conditions 171 are met: 172 1. Redistributions of source code must retain the above copyright 173 notice, this list of conditions and the following disclaimer. 174 2. Redistributions in binary form must reproduce the above copyright 175 notice, this list of conditions and the following disclaimer in the 176 documentation and/or other materials provided with the distribution. 177 4. Neither the name of the University nor the names of its contributors 178 may be used to endorse or promote products derived from this software 179 without specific prior written permission. 180 181 THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND 182 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 183 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 184 ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE 185 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 186 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 187 OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 188 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 189 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 190 OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 191 SUCH DAMAGE. 192 193 ------------------------------------------------------------------- 194 195 Copyright (c) 1992, 1993 196 The Regents of the University of California. All rights reserved. 197 198 Redistribution and use in source and binary forms, with or without 199 modification, are permitted provided that the following conditions 200 are met: 201 1. Redistributions of source code must retain the above copyright 202 notice, this list of conditions and the following disclaimer. 203 2. Redistributions in binary form must reproduce the above copyright 204 notice, this list of conditions and the following disclaimer in the 205 documentation and/or other materials provided with the distribution. 206 3. All advertising materials mentioning features or use of this software 207 must display the following acknowledgement: 208 This product includes software developed by the University of 209 California, Berkeley and its contributors. 210 4. Neither the name of the University nor the names of its contributors 211 may be used to endorse or promote products derived from this software 212 without specific prior written permission. 213 214 THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND 215 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 216 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 217 ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE 218 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 219 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 220 OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 221 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 222 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 223 OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 224 SUCH DAMAGE. 225 226 ------------------------------------------------------------------- 227 228 Copyright (c) 2001-2011 The FreeBSD Project. 229 All rights reserved. 230 231 Redistribution and use in source and binary forms, with or without 232 modification, are permitted provided that the following conditions 233 are met: 234 1. Redistributions of source code must retain the above copyright 235 notice, this list of conditions and the following disclaimer. 236 2. Redistributions in binary form must reproduce the above copyright 237 notice, this list of conditions and the following disclaimer in the 238 documentation and/or other materials provided with the distribution. 239 240 THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND 241 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 242 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 243 ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE 244 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 245 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 246 OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 247 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 248 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 249 OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 250 SUCH DAMAGE. 251 252 ------------------------------------------------------------------- 253 254 Copyright (c) 2002, 2003 David Schultz <das (a] FreeBSD.ORG> 255 All rights reserved. 256 257 Redistribution and use in source and binary forms, with or without 258 modification, are permitted provided that the following conditions 259 are met: 260 1. Redistributions of source code must retain the above copyright 261 notice, this list of conditions and the following disclaimer. 262 2. Redistributions in binary form must reproduce the above copyright 263 notice, this list of conditions and the following disclaimer in the 264 documentation and/or other materials provided with the distribution. 265 266 THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND 267 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 268 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 269 ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE 270 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 271 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 272 OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 273 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 274 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 275 OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 276 SUCH DAMAGE. 277 278 ------------------------------------------------------------------- 279 280 Copyright (c) 2003 Dag-Erling Smrgrav 281 All rights reserved. 282 283 Redistribution and use in source and binary forms, with or without 284 modification, are permitted provided that the following conditions 285 are met: 286 1. Redistributions of source code must retain the above copyright 287 notice, this list of conditions and the following disclaimer 288 in this position and unchanged. 289 2. Redistributions in binary form must reproduce the above copyright 290 notice, this list of conditions and the following disclaimer in the 291 documentation and/or other materials provided with the distribution. 292 3. The name of the author may not be used to endorse or promote products 293 derived from this software without specific prior written permission. 294 295 THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR 296 IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES 297 OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. 298 IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, 299 INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT 300 NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, 301 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY 302 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 303 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF 304 THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 305 306 ------------------------------------------------------------------- 307 308 Copyright (c) 2003 Mike Barcroft <mike (a] FreeBSD.org> 309 All rights reserved. 310 311 Redistribution and use in source and binary forms, with or without 312 modification, are permitted provided that the following conditions 313 are met: 314 1. Redistributions of source code must retain the above copyright 315 notice, this list of conditions and the following disclaimer. 316 2. Redistributions in binary form must reproduce the above copyright 317 notice, this list of conditions and the following disclaimer in the 318 documentation and/or other materials provided with the distribution. 319 320 THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND 321 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 322 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 323 ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE 324 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 325 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 326 OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 327 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 328 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 329 OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 330 SUCH DAMAGE. 331 332 ------------------------------------------------------------------- 333 334 Copyright (c) 2003 Mike Barcroft <mike (a] FreeBSD.org> 335 Copyright (c) 2002 David Schultz <das (a] FreeBSD.ORG> 336 All rights reserved. 337 338 Redistribution and use in source and binary forms, with or without 339 modification, are permitted provided that the following conditions 340 are met: 341 1. Redistributions of source code must retain the above copyright 342 notice, this list of conditions and the following disclaimer. 343 2. Redistributions in binary form must reproduce the above copyright 344 notice, this list of conditions and the following disclaimer in the 345 documentation and/or other materials provided with the distribution. 346 347 THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND 348 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 349 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 350 ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE 351 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 352 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 353 OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 354 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 355 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 356 OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 357 SUCH DAMAGE. 358 359 ------------------------------------------------------------------- 360 361 Copyright (c) 2003 Mike Barcroft <mike (a] FreeBSD.org> 362 Copyright (c) 2002, 2003 David Schultz <das (a] FreeBSD.ORG> 363 All rights reserved. 364 365 Redistribution and use in source and binary forms, with or without 366 modification, are permitted provided that the following conditions 367 are met: 368 1. Redistributions of source code must retain the above copyright 369 notice, this list of conditions and the following disclaimer. 370 2. Redistributions in binary form must reproduce the above copyright 371 notice, this list of conditions and the following disclaimer in the 372 documentation and/or other materials provided with the distribution. 373 374 THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND 375 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 376 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 377 ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE 378 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 379 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 380 OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 381 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 382 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 383 OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 384 SUCH DAMAGE. 385 386 ------------------------------------------------------------------- 387 388 Copyright (c) 2003, Steven G. Kargl 389 All rights reserved. 390 391 Redistribution and use in source and binary forms, with or without 392 modification, are permitted provided that the following conditions 393 are met: 394 1. Redistributions of source code must retain the above copyright 395 notice unmodified, this list of conditions, and the following 396 disclaimer. 397 2. Redistributions in binary form must reproduce the above copyright 398 notice, this list of conditions and the following disclaimer in the 399 documentation and/or other materials provided with the distribution. 400 401 THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR 402 IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES 403 OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. 404 IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, 405 INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT 406 NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, 407 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY 408 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 409 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF 410 THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 411 412 ------------------------------------------------------------------- 413 414 Copyright (c) 2004 David Schultz <das (a] FreeBSD.ORG> 415 All rights reserved. 416 417 Redistribution and use in source and binary forms, with or without 418 modification, are permitted provided that the following conditions 419 are met: 420 1. Redistributions of source code must retain the above copyright 421 notice, this list of conditions and the following disclaimer. 422 2. Redistributions in binary form must reproduce the above copyright 423 notice, this list of conditions and the following disclaimer in the 424 documentation and/or other materials provided with the distribution. 425 426 THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND 427 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 428 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 429 ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE 430 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 431 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 432 OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 433 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 434 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 435 OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 436 SUCH DAMAGE. 437 438 ------------------------------------------------------------------- 439 440 Copyright (c) 2004 Stefan Farfeleder 441 All rights reserved. 442 443 Redistribution and use in source and binary forms, with or without 444 modification, are permitted provided that the following conditions 445 are met: 446 1. Redistributions of source code must retain the above copyright 447 notice, this list of conditions and the following disclaimer. 448 2. Redistributions in binary form must reproduce the above copyright 449 notice, this list of conditions and the following disclaimer in the 450 documentation and/or other materials provided with the distribution. 451 452 THIS SOFTWARE IS PROVIDED BY AUTHOR AND CONTRIBUTORS ``AS IS'' AND 453 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 454 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 455 ARE DISCLAIMED. IN NO EVENT SHALL AUTHOR OR CONTRIBUTORS BE LIABLE 456 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 457 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 458 OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 459 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 460 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 461 OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 462 SUCH DAMAGE. 463 464 ------------------------------------------------------------------- 465 466 Copyright (c) 2004-2005 David Schultz <das (a] FreeBSD.ORG> 467 All rights reserved. 468 469 Redistribution and use in source and binary forms, with or without 470 modification, are permitted provided that the following conditions 471 are met: 472 1. Redistributions of source code must retain the above copyright 473 notice, this list of conditions and the following disclaimer. 474 2. Redistributions in binary form must reproduce the above copyright 475 notice, this list of conditions and the following disclaimer in the 476 documentation and/or other materials provided with the distribution. 477 478 THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND 479 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 480 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 481 ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE 482 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 483 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 484 OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 485 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 486 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 487 OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 488 SUCH DAMAGE. 489 490 ------------------------------------------------------------------- 491 492 Copyright (c) 2004-2011 David Schultz <das (a] FreeBSD.ORG> 493 All rights reserved. 494 495 Redistribution and use in source and binary forms, with or without 496 modification, are permitted provided that the following conditions 497 are met: 498 1. Redistributions of source code must retain the above copyright 499 notice, this list of conditions and the following disclaimer. 500 2. Redistributions in binary form must reproduce the above copyright 501 notice, this list of conditions and the following disclaimer in the 502 documentation and/or other materials provided with the distribution. 503 504 THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND 505 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 506 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 507 ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE 508 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 509 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 510 OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 511 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 512 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 513 OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 514 SUCH DAMAGE. 515 516 ------------------------------------------------------------------- 517 518 Copyright (c) 2005 Bruce D. Evans and Steven G. Kargl 519 All rights reserved. 520 521 Redistribution and use in source and binary forms, with or without 522 modification, are permitted provided that the following conditions 523 are met: 524 1. Redistributions of source code must retain the above copyright 525 notice unmodified, this list of conditions, and the following 526 disclaimer. 527 2. Redistributions in binary form must reproduce the above copyright 528 notice, this list of conditions and the following disclaimer in the 529 documentation and/or other materials provided with the distribution. 530 531 THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR 532 IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES 533 OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. 534 IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, 535 INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT 536 NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, 537 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY 538 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 539 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF 540 THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 541 542 ------------------------------------------------------------------- 543 544 Copyright (c) 2005 David Schultz <das (a] FreeBSD.ORG> 545 All rights reserved. 546 547 Redistribution and use in source and binary forms, with or without 548 modification, are permitted provided that the following conditions 549 are met: 550 1. Redistributions of source code must retain the above copyright 551 notice, this list of conditions and the following disclaimer. 552 2. Redistributions in binary form must reproduce the above copyright 553 notice, this list of conditions and the following disclaimer in the 554 documentation and/or other materials provided with the distribution. 555 556 THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND 557 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 558 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 559 ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE 560 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 561 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 562 OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 563 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 564 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 565 OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 566 SUCH DAMAGE. 567 568 ------------------------------------------------------------------- 569 570 Copyright (c) 2005-2008 David Schultz <das (a] FreeBSD.ORG> 571 All rights reserved. 572 573 Redistribution and use in source and binary forms, with or without 574 modification, are permitted provided that the following conditions 575 are met: 576 1. Redistributions of source code must retain the above copyright 577 notice, this list of conditions and the following disclaimer. 578 2. Redistributions in binary form must reproduce the above copyright 579 notice, this list of conditions and the following disclaimer in the 580 documentation and/or other materials provided with the distribution. 581 582 THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND 583 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 584 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 585 ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE 586 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 587 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 588 OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 589 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 590 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 591 OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 592 SUCH DAMAGE. 593 594 ------------------------------------------------------------------- 595 596 Copyright (c) 2005-2011 David Schultz <das (a] FreeBSD.ORG> 597 All rights reserved. 598 599 Redistribution and use in source and binary forms, with or without 600 modification, are permitted provided that the following conditions 601 are met: 602 1. Redistributions of source code must retain the above copyright 603 notice, this list of conditions and the following disclaimer. 604 2. Redistributions in binary form must reproduce the above copyright 605 notice, this list of conditions and the following disclaimer in the 606 documentation and/or other materials provided with the distribution. 607 608 THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND 609 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 610 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 611 ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE 612 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 613 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 614 OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 615 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 616 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 617 OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 618 SUCH DAMAGE. 619 620 ------------------------------------------------------------------- 621 622 Copyright (c) 2007 David Schultz 623 All rights reserved. 624 625 Redistribution and use in source and binary forms, with or without 626 modification, are permitted provided that the following conditions 627 are met: 628 1. Redistributions of source code must retain the above copyright 629 notice, this list of conditions and the following disclaimer. 630 2. Redistributions in binary form must reproduce the above copyright 631 notice, this list of conditions and the following disclaimer in the 632 documentation and/or other materials provided with the distribution. 633 634 THIS SOFTWARE IS PROVIDED BY AUTHOR AND CONTRIBUTORS ``AS IS'' AND 635 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 636 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 637 ARE DISCLAIMED. IN NO EVENT SHALL AUTHOR OR CONTRIBUTORS BE LIABLE 638 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 639 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 640 OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 641 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 642 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 643 OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 644 SUCH DAMAGE. 645 646 ------------------------------------------------------------------- 647 648 Copyright (c) 2007 David Schultz <das (a] FreeBSD.ORG> 649 All rights reserved. 650 651 Redistribution and use in source and binary forms, with or without 652 modification, are permitted provided that the following conditions 653 are met: 654 1. Redistributions of source code must retain the above copyright 655 notice, this list of conditions and the following disclaimer. 656 2. Redistributions in binary form must reproduce the above copyright 657 notice, this list of conditions and the following disclaimer in the 658 documentation and/or other materials provided with the distribution. 659 660 THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND 661 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 662 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 663 ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE 664 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 665 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 666 OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 667 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 668 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 669 OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 670 SUCH DAMAGE. 671 672 ------------------------------------------------------------------- 673 674 Copyright (c) 2007 David Schultz <das (a] FreeBSD.ORG> 675 All rights reserved. 676 677 Redistribution and use in source and binary forms, with or without 678 modification, are permitted provided that the following conditions 679 are met: 680 1. Redistributions of source code must retain the above copyright 681 notice, this list of conditions and the following disclaimer. 682 2. Redistributions in binary form must reproduce the above copyright 683 notice, this list of conditions and the following disclaimer in the 684 documentation and/or other materials provided with the distribution. 685 686 THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND 687 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 688 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 689 ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE 690 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 691 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 692 OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 693 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 694 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 695 OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 696 SUCH DAMAGE. 697 698 Derived from s_modf.c, which has the following Copyright: 699 ==================================================== 700 Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved. 701 702 Developed at SunPro, a Sun Microsystems, Inc. business. 703 Permission to use, copy, modify, and distribute this 704 software is freely granted, provided that this notice 705 is preserved. 706 707 ------------------------------------------------------------------- 708 709 Copyright (c) 2007 Steven G. Kargl 710 All rights reserved. 711 712 Redistribution and use in source and binary forms, with or without 713 modification, are permitted provided that the following conditions 714 are met: 715 1. Redistributions of source code must retain the above copyright 716 notice unmodified, this list of conditions, and the following 717 disclaimer. 718 2. Redistributions in binary form must reproduce the above copyright 719 notice, this list of conditions and the following disclaimer in the 720 documentation and/or other materials provided with the distribution. 721 722 THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR 723 IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES 724 OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. 725 IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, 726 INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT 727 NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, 728 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY 729 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 730 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF 731 THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 732 733 ------------------------------------------------------------------- 734 735 Copyright (c) 2007-2008 David Schultz <das (a] FreeBSD.ORG> 736 All rights reserved. 737 738 Redistribution and use in source and binary forms, with or without 739 modification, are permitted provided that the following conditions 740 are met: 741 1. Redistributions of source code must retain the above copyright 742 notice, this list of conditions and the following disclaimer. 743 2. Redistributions in binary form must reproduce the above copyright 744 notice, this list of conditions and the following disclaimer in the 745 documentation and/or other materials provided with the distribution. 746 747 THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND 748 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 749 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 750 ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE 751 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 752 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 753 OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 754 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 755 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 756 OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 757 SUCH DAMAGE. 758 759 ------------------------------------------------------------------- 760 761 Copyright (c) 2008 David Schultz <das (a] FreeBSD.ORG> 762 All rights reserved. 763 764 Redistribution and use in source and binary forms, with or without 765 modification, are permitted provided that the following conditions 766 are met: 767 1. Redistributions of source code must retain the above copyright 768 notice, this list of conditions and the following disclaimer. 769 2. Redistributions in binary form must reproduce the above copyright 770 notice, this list of conditions and the following disclaimer in the 771 documentation and/or other materials provided with the distribution. 772 773 THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND 774 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 775 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 776 ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE 777 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 778 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 779 OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 780 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 781 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 782 OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 783 SUCH DAMAGE. 784 785 ------------------------------------------------------------------- 786 787 Copyright (c) 2010 The Android Open Source Project 788 All rights reserved. 789 790 Redistribution and use in source and binary forms, with or without 791 modification, are permitted provided that the following conditions 792 are met: 793 1. Redistributions of source code must retain the above copyright 794 notice, this list of conditions and the following disclaimer. 795 2. Redistributions in binary form must reproduce the above copyright 796 notice, this list of conditions and the following disclaimer in the 797 documentation and/or other materials provided with the distribution. 798 799 THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND 800 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 801 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 802 ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE 803 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 804 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 805 OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 806 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 807 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 808 OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 809 SUCH DAMAGE. 810 811 ------------------------------------------------------------------- 812 813 Copyright (c) 2011 David Schultz 814 All rights reserved. 815 816 Redistribution and use in source and binary forms, with or without 817 modification, are permitted provided that the following conditions 818 are met: 819 1. Redistributions of source code must retain the above copyright 820 notice unmodified, this list of conditions, and the following 821 disclaimer. 822 2. Redistributions in binary form must reproduce the above copyright 823 notice, this list of conditions and the following disclaimer in the 824 documentation and/or other materials provided with the distribution. 825 826 THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR 827 IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES 828 OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. 829 IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, 830 INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT 831 NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, 832 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY 833 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 834 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF 835 THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 836 837 ------------------------------------------------------------------- 838 839 Copyright (c) 2011 David Schultz <das (a] FreeBSD.ORG> 840 All rights reserved. 841 842 Redistribution and use in source and binary forms, with or without 843 modification, are permitted provided that the following conditions 844 are met: 845 1. Redistributions of source code must retain the above copyright 846 notice, this list of conditions and the following disclaimer. 847 2. Redistributions in binary form must reproduce the above copyright 848 notice, this list of conditions and the following disclaimer in the 849 documentation and/or other materials provided with the distribution. 850 851 THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND 852 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 853 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 854 ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE 855 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 856 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 857 OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 858 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 859 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 860 OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 861 SUCH DAMAGE. 862 863 ------------------------------------------------------------------- 864 865 From: @(#)s_ilogb.c 5.1 93/09/24 866 ==================================================== 867 Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved. 868 869 Developed at SunPro, a Sun Microsystems, Inc. business. 870 Permission to use, copy, modify, and distribute this 871 software is freely granted, provided that this notice 872 is preserved. 873 874 ------------------------------------------------------------------- 875 876