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 | |
Pirama Arumuga Nainar | 0c3bb2c | 2021-08-19 20:15:12 -0700 | [diff] [blame] | 284 | Copyright (C) 2021 The Android Open Source Project |
| 285 | 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 | * Redistributions of source code must retain the above copyright |
| 291 | notice, this list of conditions and the following disclaimer. |
| 292 | * Redistributions in binary form must reproduce the above copyright |
| 293 | notice, this list of conditions and the following disclaimer in |
| 294 | the documentation and/or other materials provided with the |
| 295 | distribution. |
| 296 | |
| 297 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS |
| 298 | "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT |
| 299 | LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS |
| 300 | FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE |
| 301 | COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, |
| 302 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, |
| 303 | BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS |
| 304 | OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED |
| 305 | AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, |
| 306 | OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT |
| 307 | OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 308 | SUCH DAMAGE. |
| 309 | |
| 310 | ------------------------------------------------------------------- |
| 311 | |
Elliott Hughes | aa8db1b | 2021-02-16 15:05:44 -0800 | [diff] [blame] | 312 | Copyright (c) 1985, 1993 |
| 313 | The Regents of the University of California. All rights reserved. |
| 314 | |
| 315 | Redistribution and use in source and binary forms, with or without |
| 316 | modification, are permitted provided that the following conditions |
| 317 | are met: |
| 318 | 1. Redistributions of source code must retain the above copyright |
| 319 | notice, this list of conditions and the following disclaimer. |
| 320 | 2. Redistributions in binary form must reproduce the above copyright |
| 321 | notice, this list of conditions and the following disclaimer in the |
| 322 | documentation and/or other materials provided with the distribution. |
| 323 | 3. Neither the name of the University nor the names of its contributors |
| 324 | may be used to endorse or promote products derived from this software |
| 325 | without specific prior written permission. |
| 326 | |
| 327 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 328 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 329 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 330 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 331 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 332 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 333 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 334 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 335 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 336 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 337 | SUCH DAMAGE. |
| 338 | |
| 339 | ------------------------------------------------------------------- |
| 340 | |
| 341 | Copyright (c) 1988, 1993 |
| 342 | The Regents of the University of California. All rights reserved. |
| 343 | |
| 344 | Redistribution and use in source and binary forms, with or without |
| 345 | modification, are permitted provided that the following conditions |
| 346 | are met: |
| 347 | 1. Redistributions of source code must retain the above copyright |
| 348 | notice, this list of conditions and the following disclaimer. |
| 349 | 2. Redistributions in binary form must reproduce the above copyright |
| 350 | notice, this list of conditions and the following disclaimer in the |
| 351 | documentation and/or other materials provided with the distribution. |
| 352 | 3. All advertising materials mentioning features or use of this software |
| 353 | must display the following acknowledgement: |
| 354 | This product includes software developed by the University of |
| 355 | California, Berkeley and its contributors. |
| 356 | 4. Neither the name of the University nor the names of its contributors |
| 357 | may be used to endorse or promote products derived from this software |
| 358 | without specific prior written permission. |
| 359 | |
| 360 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 361 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 362 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 363 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 364 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 365 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 366 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 367 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 368 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 369 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 370 | SUCH DAMAGE. |
| 371 | |
| 372 | ------------------------------------------------------------------- |
| 373 | |
| 374 | Copyright (c) 1992, 1993 |
| 375 | The Regents of the University of California. All rights reserved. |
| 376 | |
| 377 | Redistribution and use in source and binary forms, with or without |
| 378 | modification, are permitted provided that the following conditions |
| 379 | are met: |
| 380 | 1. Redistributions of source code must retain the above copyright |
| 381 | notice, this list of conditions and the following disclaimer. |
| 382 | 2. Redistributions in binary form must reproduce the above copyright |
| 383 | notice, this list of conditions and the following disclaimer in the |
| 384 | documentation and/or other materials provided with the distribution. |
| 385 | 3. Neither the name of the University nor the names of its contributors |
| 386 | may be used to endorse or promote products derived from this software |
| 387 | without specific prior written permission. |
| 388 | |
| 389 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 390 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 391 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 392 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 393 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 394 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 395 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 396 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 397 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 398 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 399 | SUCH DAMAGE. |
| 400 | |
| 401 | ------------------------------------------------------------------- |
| 402 | |
| 403 | Copyright (c) 2003 Dag-Erling Smørgrav |
| 404 | All rights reserved. |
| 405 | |
| 406 | Redistribution and use in source and binary forms, with or without |
| 407 | modification, are permitted provided that the following conditions |
| 408 | are met: |
| 409 | 1. Redistributions of source code must retain the above copyright |
| 410 | notice, this list of conditions and the following disclaimer |
| 411 | in this position and unchanged. |
| 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 | 3. The name of the author may not be used to endorse or promote products |
| 416 | derived from this software without specific prior written permission. |
| 417 | |
| 418 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR |
| 419 | IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES |
| 420 | OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. |
| 421 | IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, |
| 422 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT |
| 423 | NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, |
| 424 | DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY |
| 425 | THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
| 426 | (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF |
| 427 | THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 428 | |
| 429 | ------------------------------------------------------------------- |
| 430 | |
| 431 | Copyright (c) 2003 Mike Barcroft <mike@FreeBSD.org> |
| 432 | Copyright (c) 2002 David Schultz <das@FreeBSD.ORG> |
| 433 | All rights reserved. |
| 434 | |
| 435 | Redistribution and use in source and binary forms, with or without |
| 436 | modification, are permitted provided that the following conditions |
| 437 | are met: |
| 438 | 1. Redistributions of source code must retain the above copyright |
| 439 | notice, this list of conditions and the following disclaimer. |
| 440 | 2. Redistributions in binary form must reproduce the above copyright |
| 441 | notice, this list of conditions and the following disclaimer in the |
| 442 | documentation and/or other materials provided with the distribution. |
| 443 | |
| 444 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 445 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 446 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 447 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 448 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 449 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 450 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 451 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 452 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 453 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 454 | SUCH DAMAGE. |
| 455 | |
| 456 | ------------------------------------------------------------------- |
| 457 | |
| 458 | Copyright (c) 2003, Steven G. Kargl |
| 459 | All rights reserved. |
| 460 | |
| 461 | Redistribution and use in source and binary forms, with or without |
| 462 | modification, are permitted provided that the following conditions |
| 463 | are met: |
| 464 | 1. Redistributions of source code must retain the above copyright |
| 465 | notice unmodified, this list of conditions, and the following |
| 466 | disclaimer. |
| 467 | 2. Redistributions in binary form must reproduce the above copyright |
| 468 | notice, this list of conditions and the following disclaimer in the |
| 469 | documentation and/or other materials provided with the distribution. |
| 470 | |
| 471 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR |
| 472 | IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES |
| 473 | OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. |
| 474 | IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, |
| 475 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT |
| 476 | NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, |
| 477 | DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY |
| 478 | THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
| 479 | (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF |
| 480 | THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 481 | |
| 482 | ------------------------------------------------------------------- |
| 483 | |
| 484 | Copyright (c) 2004 David Schultz <das@FreeBSD.ORG> |
| 485 | All rights reserved. |
| 486 | |
| 487 | Redistribution and use in source and binary forms, with or without |
| 488 | modification, are permitted provided that the following conditions |
| 489 | are met: |
| 490 | 1. Redistributions of source code must retain the above copyright |
| 491 | notice, this list of conditions and the following disclaimer. |
| 492 | 2. Redistributions in binary form must reproduce the above copyright |
| 493 | notice, this list of conditions and the following disclaimer in the |
| 494 | documentation and/or other materials provided with the distribution. |
| 495 | |
| 496 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 497 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 498 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 499 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 500 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 501 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 502 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 503 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 504 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 505 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 506 | SUCH DAMAGE. |
| 507 | |
| 508 | ------------------------------------------------------------------- |
| 509 | |
| 510 | Copyright (c) 2004 Stefan Farfeleder |
| 511 | All rights reserved. |
| 512 | |
| 513 | Redistribution and use in source and binary forms, with or without |
| 514 | modification, are permitted provided that the following conditions |
| 515 | are met: |
| 516 | 1. Redistributions of source code must retain the above copyright |
| 517 | notice, this list of conditions and the following disclaimer. |
| 518 | 2. Redistributions in binary form must reproduce the above copyright |
| 519 | notice, this list of conditions and the following disclaimer in the |
| 520 | documentation and/or other materials provided with the distribution. |
| 521 | |
| 522 | THIS SOFTWARE IS PROVIDED BY AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 523 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 524 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 525 | ARE DISCLAIMED. IN NO EVENT SHALL AUTHOR OR CONTRIBUTORS BE LIABLE |
| 526 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 527 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 528 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 529 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 530 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 531 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 532 | SUCH DAMAGE. |
| 533 | |
| 534 | ------------------------------------------------------------------- |
| 535 | |
| 536 | Copyright (c) 2004-2005 David Schultz <das (at) FreeBSD.ORG> |
| 537 | All rights reserved. |
| 538 | |
| 539 | Redistribution and use in source and binary forms, with or without |
| 540 | modification, are permitted provided that the following conditions |
| 541 | are met: |
| 542 | 1. Redistributions of source code must retain the above copyright |
| 543 | notice, this list of conditions and the following disclaimer. |
| 544 | 2. Redistributions in binary form must reproduce the above copyright |
| 545 | notice, this list of conditions and the following disclaimer in the |
| 546 | documentation and/or other materials provided with the distribution. |
| 547 | |
| 548 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 549 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 550 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 551 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 552 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 553 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 554 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 555 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 556 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 557 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 558 | SUCH DAMAGE. |
| 559 | |
| 560 | ------------------------------------------------------------------- |
| 561 | |
| 562 | Copyright (c) 2004-2005 David Schultz <das@FreeBSD.ORG> |
| 563 | All rights reserved. |
| 564 | |
| 565 | Redistribution and use in source and binary forms, with or without |
| 566 | modification, are permitted provided that the following conditions |
| 567 | are met: |
| 568 | 1. Redistributions of source code must retain the above copyright |
| 569 | notice, this list of conditions and the following disclaimer. |
| 570 | 2. Redistributions in binary form must reproduce the above copyright |
| 571 | notice, this list of conditions and the following disclaimer in the |
| 572 | documentation and/or other materials provided with the distribution. |
| 573 | |
| 574 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 575 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 576 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 577 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 578 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 579 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 580 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 581 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 582 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 583 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 584 | SUCH DAMAGE. |
| 585 | |
| 586 | ------------------------------------------------------------------- |
| 587 | |
| 588 | Copyright (c) 2005 Bruce D. Evans and Steven G. Kargl |
| 589 | All rights reserved. |
| 590 | |
| 591 | Redistribution and use in source and binary forms, with or without |
| 592 | modification, are permitted provided that the following conditions |
| 593 | are met: |
| 594 | 1. Redistributions of source code must retain the above copyright |
| 595 | notice unmodified, this list of conditions, and the following |
| 596 | disclaimer. |
| 597 | 2. Redistributions in binary form must reproduce the above copyright |
| 598 | notice, this list of conditions and the following disclaimer in the |
| 599 | documentation and/or other materials provided with the distribution. |
| 600 | |
| 601 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR |
| 602 | IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES |
| 603 | OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. |
| 604 | IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, |
| 605 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT |
| 606 | NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, |
| 607 | DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY |
| 608 | THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
| 609 | (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF |
| 610 | THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 611 | |
| 612 | ------------------------------------------------------------------- |
| 613 | |
| 614 | Copyright (c) 2005 David Schultz <das@FreeBSD.ORG> |
| 615 | All rights reserved. |
| 616 | |
| 617 | Redistribution and use in source and binary forms, with or without |
| 618 | modification, are permitted provided that the following conditions |
| 619 | are met: |
| 620 | 1. Redistributions of source code must retain the above copyright |
| 621 | notice, this list of conditions and the following disclaimer. |
| 622 | 2. Redistributions in binary form must reproduce the above copyright |
| 623 | notice, this list of conditions and the following disclaimer in the |
| 624 | documentation and/or other materials provided with the distribution. |
| 625 | |
| 626 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 627 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 628 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 629 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 630 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 631 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 632 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 633 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 634 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 635 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 636 | SUCH DAMAGE. |
| 637 | |
| 638 | ------------------------------------------------------------------- |
| 639 | |
| 640 | Copyright (c) 2005-2008 David Schultz <das@FreeBSD.ORG> |
| 641 | All rights reserved. |
| 642 | |
| 643 | Redistribution and use in source and binary forms, with or without |
| 644 | modification, are permitted provided that the following conditions |
| 645 | are met: |
| 646 | 1. Redistributions of source code must retain the above copyright |
| 647 | notice, this list of conditions and the following disclaimer. |
| 648 | 2. Redistributions in binary form must reproduce the above copyright |
| 649 | notice, this list of conditions and the following disclaimer in the |
| 650 | documentation and/or other materials provided with the distribution. |
| 651 | |
| 652 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 653 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 654 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 655 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 656 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 657 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 658 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 659 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 660 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 661 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 662 | SUCH DAMAGE. |
| 663 | |
| 664 | ------------------------------------------------------------------- |
| 665 | |
| 666 | Copyright (c) 2005-2011 David Schultz <das@FreeBSD.ORG> |
| 667 | All rights reserved. |
| 668 | |
| 669 | Redistribution and use in source and binary forms, with or without |
| 670 | modification, are permitted provided that the following conditions |
| 671 | are met: |
| 672 | 1. Redistributions of source code must retain the above copyright |
| 673 | notice, this list of conditions and the following disclaimer. |
| 674 | 2. Redistributions in binary form must reproduce the above copyright |
| 675 | notice, this list of conditions and the following disclaimer in the |
| 676 | documentation and/or other materials provided with the distribution. |
| 677 | |
| 678 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 679 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 680 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 681 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 682 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 683 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 684 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 685 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 686 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 687 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 688 | SUCH DAMAGE. |
| 689 | |
| 690 | ------------------------------------------------------------------- |
| 691 | |
| 692 | Copyright (c) 2007 David Schultz |
| 693 | All rights reserved. |
| 694 | |
| 695 | Redistribution and use in source and binary forms, with or without |
| 696 | modification, are permitted provided that the following conditions |
| 697 | are met: |
| 698 | 1. Redistributions of source code must retain the above copyright |
| 699 | notice, this list of conditions and the following disclaimer. |
| 700 | 2. Redistributions in binary form must reproduce the above copyright |
| 701 | notice, this list of conditions and the following disclaimer in the |
| 702 | documentation and/or other materials provided with the distribution. |
| 703 | |
| 704 | THIS SOFTWARE IS PROVIDED BY AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 705 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 706 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 707 | ARE DISCLAIMED. IN NO EVENT SHALL AUTHOR OR CONTRIBUTORS BE LIABLE |
| 708 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 709 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 710 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 711 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 712 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 713 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 714 | SUCH DAMAGE. |
| 715 | |
| 716 | ------------------------------------------------------------------- |
| 717 | |
| 718 | Copyright (c) 2007 David Schultz <das@FreeBSD.ORG> |
| 719 | All rights reserved. |
| 720 | |
| 721 | Redistribution and use in source and binary forms, with or without |
| 722 | modification, are permitted provided that the following conditions |
| 723 | are met: |
| 724 | 1. Redistributions of source code must retain the above copyright |
| 725 | notice, this list of conditions and the following disclaimer. |
| 726 | 2. Redistributions in binary form must reproduce the above copyright |
| 727 | notice, this list of conditions and the following disclaimer in the |
| 728 | documentation and/or other materials provided with the distribution. |
| 729 | |
| 730 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 731 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 732 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 733 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 734 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 735 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 736 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 737 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 738 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 739 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 740 | SUCH DAMAGE. |
| 741 | |
| 742 | ------------------------------------------------------------------- |
| 743 | |
| 744 | Copyright (c) 2007 David Schultz <das@FreeBSD.ORG> |
| 745 | All rights reserved. |
| 746 | |
| 747 | Redistribution and use in source and binary forms, with or without |
| 748 | modification, are permitted provided that the following conditions |
| 749 | are met: |
| 750 | 1. Redistributions of source code must retain the above copyright |
| 751 | notice, this list of conditions and the following disclaimer. |
| 752 | 2. Redistributions in binary form must reproduce the above copyright |
| 753 | notice, this list of conditions and the following disclaimer in the |
| 754 | documentation and/or other materials provided with the distribution. |
| 755 | |
| 756 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 757 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 758 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 759 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 760 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 761 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 762 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 763 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 764 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 765 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 766 | SUCH DAMAGE. |
| 767 | |
| 768 | Derived from s_modf.c, which has the following Copyright: |
| 769 | ==================================================== |
| 770 | Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved. |
| 771 | |
| 772 | Developed at SunPro, a Sun Microsystems, Inc. business. |
| 773 | Permission to use, copy, modify, and distribute this |
| 774 | software is freely granted, provided that this notice |
| 775 | is preserved. |
| 776 | |
| 777 | ------------------------------------------------------------------- |
| 778 | |
| 779 | Copyright (c) 2007 Steven G. Kargl |
| 780 | All rights reserved. |
| 781 | |
| 782 | Redistribution and use in source and binary forms, with or without |
| 783 | modification, are permitted provided that the following conditions |
| 784 | are met: |
| 785 | 1. Redistributions of source code must retain the above copyright |
| 786 | notice unmodified, this list of conditions, and the following |
| 787 | 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 AUTHOR ``AS IS'' AND ANY EXPRESS OR |
| 793 | IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES |
| 794 | OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. |
| 795 | IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, |
| 796 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT |
| 797 | NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, |
| 798 | DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY |
| 799 | THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
| 800 | (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF |
| 801 | THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 802 | |
| 803 | ------------------------------------------------------------------- |
| 804 | |
| 805 | Copyright (c) 2007 The NetBSD Foundation, Inc. |
| 806 | All rights reserved. |
| 807 | |
| 808 | This code is derived from software written by Stephen L. Moshier. |
| 809 | It is redistributed by the NetBSD Foundation by permission of the author. |
| 810 | |
| 811 | Redistribution and use in source and binary forms, with or without |
| 812 | modification, are permitted provided that the following conditions |
| 813 | are met: |
| 814 | 1. Redistributions of source code must retain the above copyright |
| 815 | notice, this list of conditions and the following disclaimer. |
| 816 | 2. Redistributions in binary form must reproduce the above copyright |
| 817 | notice, this list of conditions and the following disclaimer in the |
| 818 | documentation and/or other materials provided with the distribution. |
| 819 | |
| 820 | THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS |
| 821 | ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED |
| 822 | TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR |
| 823 | PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS |
| 824 | BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR |
| 825 | CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF |
| 826 | SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS |
| 827 | INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN |
| 828 | CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) |
| 829 | ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE |
| 830 | POSSIBILITY OF SUCH DAMAGE. |
| 831 | |
| 832 | ------------------------------------------------------------------- |
| 833 | |
| 834 | Copyright (c) 2007, 2010-2013 Steven G. Kargl |
| 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 unmodified, this list of conditions, and the following |
| 842 | disclaimer. |
| 843 | 2. Redistributions in binary form must reproduce the above copyright |
| 844 | notice, this list of conditions and the following disclaimer in the |
| 845 | documentation and/or other materials provided with the distribution. |
| 846 | |
| 847 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR |
| 848 | IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES |
| 849 | OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. |
| 850 | IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, |
| 851 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT |
| 852 | NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, |
| 853 | DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY |
| 854 | THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
| 855 | (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF |
| 856 | THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 857 | |
| 858 | s_sinl.c and s_cosl.c merged by Steven G. Kargl. |
| 859 | |
| 860 | ------------------------------------------------------------------- |
| 861 | |
| 862 | Copyright (c) 2007-2008 David Schultz <das@FreeBSD.ORG> |
| 863 | All rights reserved. |
| 864 | |
| 865 | Redistribution and use in source and binary forms, with or without |
| 866 | modification, are permitted provided that the following conditions |
| 867 | are met: |
| 868 | 1. Redistributions of source code must retain the above copyright |
| 869 | notice, this list of conditions and the following disclaimer. |
| 870 | 2. Redistributions in binary form must reproduce the above copyright |
| 871 | notice, this list of conditions and the following disclaimer in the |
| 872 | documentation and/or other materials provided with the distribution. |
| 873 | |
| 874 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 875 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 876 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 877 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 878 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 879 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 880 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 881 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 882 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 883 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 884 | SUCH DAMAGE. |
| 885 | |
| 886 | ------------------------------------------------------------------- |
| 887 | |
| 888 | Copyright (c) 2007-2013 Bruce D. Evans |
| 889 | All rights reserved. |
| 890 | |
| 891 | Redistribution and use in source and binary forms, with or without |
| 892 | modification, are permitted provided that the following conditions |
| 893 | are met: |
| 894 | 1. Redistributions of source code must retain the above copyright |
| 895 | notice unmodified, this list of conditions, and the following |
| 896 | disclaimer. |
| 897 | 2. Redistributions in binary form must reproduce the above copyright |
| 898 | notice, this list of conditions and the following disclaimer in the |
| 899 | documentation and/or other materials provided with the distribution. |
| 900 | |
| 901 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR |
| 902 | IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES |
| 903 | OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. |
| 904 | IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, |
| 905 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT |
| 906 | NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, |
| 907 | DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY |
| 908 | THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
| 909 | (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF |
| 910 | THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 911 | |
| 912 | ------------------------------------------------------------------- |
| 913 | |
| 914 | Copyright (c) 2008 David Schultz <das@FreeBSD.ORG> |
| 915 | All rights reserved. |
| 916 | |
| 917 | Redistribution and use in source and binary forms, with or without |
| 918 | modification, are permitted provided that the following conditions |
| 919 | are met: |
| 920 | 1. Redistributions of source code must retain the above copyright |
| 921 | notice, this list of conditions and the following disclaimer. |
| 922 | 2. Redistributions in binary form must reproduce the above copyright |
| 923 | notice, this list of conditions and the following disclaimer in the |
| 924 | documentation and/or other materials provided with the distribution. |
| 925 | |
| 926 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 927 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 928 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 929 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 930 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 931 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 932 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 933 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 934 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 935 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 936 | SUCH DAMAGE. |
| 937 | |
| 938 | ------------------------------------------------------------------- |
| 939 | |
| 940 | Copyright (c) 2008 Stephen L. Moshier <steve@moshier.net> |
| 941 | |
| 942 | Permission to use, copy, modify, and distribute this software for any |
| 943 | purpose with or without fee is hereby granted, provided that the above |
| 944 | copyright notice and this permission notice appear in all copies. |
| 945 | |
| 946 | THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES |
| 947 | WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF |
| 948 | MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR |
| 949 | ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES |
| 950 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN |
| 951 | ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF |
| 952 | OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
| 953 | |
| 954 | ------------------------------------------------------------------- |
| 955 | |
| 956 | Copyright (c) 2009-2013 Steven G. Kargl |
| 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 | Optimized by Bruce D. Evans. |
| 981 | |
| 982 | ------------------------------------------------------------------- |
| 983 | |
| 984 | Copyright (c) 2011 David Schultz |
| 985 | All rights reserved. |
| 986 | |
| 987 | Redistribution and use in source and binary forms, with or without |
| 988 | modification, are permitted provided that the following conditions |
| 989 | are met: |
| 990 | 1. Redistributions of source code must retain the above copyright |
| 991 | notice unmodified, this list of conditions, and the following |
| 992 | disclaimer. |
| 993 | 2. Redistributions in binary form must reproduce the above copyright |
| 994 | notice, this list of conditions and the following disclaimer in the |
| 995 | documentation and/or other materials provided with the distribution. |
| 996 | |
| 997 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR |
| 998 | IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES |
| 999 | OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. |
| 1000 | IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, |
| 1001 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT |
| 1002 | NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, |
| 1003 | DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY |
| 1004 | THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
| 1005 | (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF |
| 1006 | THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 1007 | |
| 1008 | ------------------------------------------------------------------- |
| 1009 | |
| 1010 | Copyright (c) 2011 David Schultz <das@FreeBSD.ORG> |
| 1011 | All rights reserved. |
| 1012 | |
| 1013 | Redistribution and use in source and binary forms, with or without |
| 1014 | modification, are permitted provided that the following conditions |
| 1015 | are met: |
| 1016 | 1. Redistributions of source code must retain the above copyright |
| 1017 | notice, this list of conditions and the following disclaimer. |
| 1018 | 2. Redistributions in binary form must reproduce the above copyright |
| 1019 | notice, this list of conditions and the following disclaimer in the |
| 1020 | documentation and/or other materials provided with the distribution. |
| 1021 | |
| 1022 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 1023 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 1024 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 1025 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 1026 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 1027 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 1028 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 1029 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 1030 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 1031 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 1032 | SUCH DAMAGE. |
| 1033 | |
| 1034 | ------------------------------------------------------------------- |
| 1035 | |
| 1036 | Copyright (c) 2012 Stephen Montgomery-Smith <stephen@FreeBSD.ORG> |
| 1037 | All rights reserved. |
| 1038 | |
| 1039 | Redistribution and use in source and binary forms, with or without |
| 1040 | modification, are permitted provided that the following conditions |
| 1041 | are met: |
| 1042 | 1. Redistributions of source code must retain the above copyright |
| 1043 | notice, this list of conditions and the following disclaimer. |
| 1044 | 2. Redistributions in binary form must reproduce the above copyright |
| 1045 | notice, this list of conditions and the following disclaimer in the |
| 1046 | documentation and/or other materials provided with the distribution. |
| 1047 | |
| 1048 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 1049 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 1050 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 1051 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 1052 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 1053 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 1054 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 1055 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 1056 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 1057 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 1058 | SUCH DAMAGE. |
| 1059 | |
| 1060 | ------------------------------------------------------------------- |
| 1061 | |
| 1062 | Copyright (c) 2012 Stephen Montgomery-Smith <stephen@FreeBSD.ORG> |
| 1063 | Copyright (c) 2017 Mahdi Mokhtari <mmokhi@FreeBSD.org> |
| 1064 | All rights reserved. |
| 1065 | |
| 1066 | Redistribution and use in source and binary forms, with or without |
| 1067 | modification, are permitted provided that the following conditions |
| 1068 | are met: |
| 1069 | 1. Redistributions of source code must retain the above copyright |
| 1070 | notice, this list of conditions and the following disclaimer. |
| 1071 | 2. Redistributions in binary form must reproduce the above copyright |
| 1072 | notice, this list of conditions and the following disclaimer in the |
| 1073 | documentation and/or other materials provided with the distribution. |
| 1074 | |
| 1075 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 1076 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 1077 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 1078 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 1079 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 1080 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 1081 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 1082 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 1083 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 1084 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 1085 | SUCH DAMAGE. |
| 1086 | |
| 1087 | ------------------------------------------------------------------- |
| 1088 | |
| 1089 | Copyright (c) 2013 Bruce D. Evans |
| 1090 | All rights reserved. |
| 1091 | |
| 1092 | Redistribution and use in source and binary forms, with or without |
| 1093 | modification, are permitted provided that the following conditions |
| 1094 | are met: |
| 1095 | 1. Redistributions of source code must retain the above copyright |
| 1096 | notice unmodified, this list of conditions, and the following |
| 1097 | disclaimer. |
| 1098 | 2. Redistributions in binary form must reproduce the above copyright |
| 1099 | notice, this list of conditions and the following disclaimer in the |
| 1100 | documentation and/or other materials provided with the distribution. |
| 1101 | |
| 1102 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR |
| 1103 | IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES |
| 1104 | OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. |
| 1105 | IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, |
| 1106 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT |
| 1107 | NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, |
| 1108 | DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY |
| 1109 | THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
| 1110 | (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF |
| 1111 | THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 1112 | |
| 1113 | ------------------------------------------------------------------- |
| 1114 | |
| 1115 | Copyright (c) 2013-2014, NVIDIA Corporation. All rights reserved. |
| 1116 | Johnny Qiu <joqiu@nvidia.com> |
| 1117 | Shu Zhang <chazhang@nvidia.com> |
| 1118 | |
| 1119 | Redistribution and use in source and binary forms, with or without |
| 1120 | modification, are permitted provided that the following conditions are |
| 1121 | met: |
| 1122 | * Redistributions of source code must retain the above copyright |
| 1123 | notice, this list of conditions and the following disclaimer. |
| 1124 | * Redistributions in binary form must reproduce the above |
| 1125 | copyright notice, this list of conditions and the following |
| 1126 | disclaimer in the documentation and/or other materials provided |
| 1127 | with the distribution. |
| 1128 | * Neither the name of The Linux Foundation nor the names of its |
| 1129 | contributors may be used to endorse or promote products derived |
| 1130 | from this software without specific prior written permission. |
| 1131 | |
| 1132 | THIS SOFTWARE IS PROVIDED "AS IS" AND ANY EXPRESS OR IMPLIED |
| 1133 | WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF |
| 1134 | MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT |
| 1135 | ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS |
| 1136 | BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR |
| 1137 | CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF |
| 1138 | SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR |
| 1139 | BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, |
| 1140 | WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE |
| 1141 | OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN |
| 1142 | IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 1143 | |
| 1144 | ------------------------------------------------------------------- |
| 1145 | |
| 1146 | Copyright (c) 2014, Intel Corporation |
| 1147 | All rights reserved. |
| 1148 | |
| 1149 | Redistribution and use in source and binary forms, with or without |
| 1150 | modification, are permitted provided that the following conditions are met: |
| 1151 | |
| 1152 | * Redistributions of source code must retain the above copyright notice, |
| 1153 | * this list of conditions and the following disclaimer. |
| 1154 | |
| 1155 | * Redistributions in binary form must reproduce the above copyright notice, |
| 1156 | * this list of conditions and the following disclaimer in the documentation |
| 1157 | * and/or other materials provided with the distribution. |
| 1158 | |
| 1159 | * Neither the name of Intel Corporation nor the names of its contributors |
| 1160 | * may be used to endorse or promote products derived from this software |
| 1161 | * without specific prior written permission. |
| 1162 | |
| 1163 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND |
| 1164 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED |
| 1165 | WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE |
| 1166 | DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR |
| 1167 | ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES |
| 1168 | (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; |
| 1169 | LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON |
| 1170 | ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
| 1171 | (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS |
| 1172 | SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 1173 | |
| 1174 | ------------------------------------------------------------------- |
| 1175 | |
| 1176 | From: @(#)s_ilogb.c 5.1 93/09/24 |
| 1177 | ==================================================== |
| 1178 | Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved. |
| 1179 | |
| 1180 | Developed at SunPro, a Sun Microsystems, Inc. business. |
| 1181 | Permission to use, copy, modify, and distribute this |
| 1182 | software is freely granted, provided that this notice |
| 1183 | is preserved. |
| 1184 | |
| 1185 | ------------------------------------------------------------------- |
| 1186 | |