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