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 | ==================================================== |
Elliott Hughes | aa8db1b | 2021-02-16 15:05:44 -0800 | [diff] [blame] | 143 | Copyright 2004 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 | Copyright (c) 2008 Steven G. Kargl, David Schultz, Bruce D. Evans. |
| 154 | |
| 155 | Permission to use, copy, modify, and distribute this |
| 156 | software is freely granted, provided that this notice |
| 157 | is preserved. |
| 158 | |
| 159 | ------------------------------------------------------------------- |
| 160 | |
| 161 | Copyright (C) 2013 The Android Open Source Project |
| 162 | |
| 163 | Licensed under the Apache License, Version 2.0 (the "License"); |
| 164 | you may not use this file except in compliance with the License. |
| 165 | You may obtain a copy of the License at |
| 166 | |
| 167 | http://www.apache.org/licenses/LICENSE-2.0 |
| 168 | |
| 169 | Unless required by applicable law or agreed to in writing, software |
| 170 | distributed under the License is distributed on an "AS IS" BASIS, |
| 171 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 172 | See the License for the specific language governing permissions and |
| 173 | limitations under the License. |
| 174 | |
| 175 | ------------------------------------------------------------------- |
| 176 | |
| 177 | Copyright (C) 2014 The Android Open Source Project |
| 178 | All rights reserved. |
| 179 | |
| 180 | Redistribution and use in source and binary forms, with or without |
| 181 | modification, are permitted provided that the following conditions |
| 182 | are met: |
| 183 | 1. Redistributions of source code must retain the above copyright |
| 184 | notice, this list of conditions and the following disclaimer. |
| 185 | 2. Redistributions in binary form must reproduce the above copyright |
| 186 | notice, this list of conditions and the following disclaimer in the |
| 187 | documentation and/or other materials provided with the distribution. |
| 188 | |
| 189 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 190 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 191 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 192 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 193 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 194 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 195 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 196 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 197 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 198 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 199 | SUCH DAMAGE. |
| 200 | |
| 201 | ------------------------------------------------------------------- |
| 202 | |
| 203 | Copyright (C) 2015 The Android Open Source Project |
| 204 | |
| 205 | Licensed under the Apache License, Version 2.0 (the "License"); |
| 206 | you may not use this file except in compliance with the License. |
| 207 | You may obtain a copy of the License at |
| 208 | |
| 209 | http://www.apache.org/licenses/LICENSE-2.0 |
| 210 | |
| 211 | Unless required by applicable law or agreed to in writing, software |
| 212 | distributed under the License is distributed on an "AS IS" BASIS, |
| 213 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 214 | See the License for the specific language governing permissions and |
| 215 | limitations under the License. |
| 216 | |
| 217 | ------------------------------------------------------------------- |
| 218 | |
| 219 | Copyright (C) 2017 The Android Open Source Project |
| 220 | All rights reserved. |
| 221 | |
| 222 | Redistribution and use in source and binary forms, with or without |
| 223 | modification, are permitted provided that the following conditions |
| 224 | are met: |
| 225 | * Redistributions of source code must retain the above copyright |
| 226 | notice, this list of conditions and the following disclaimer. |
| 227 | * Redistributions in binary form must reproduce the above copyright |
| 228 | notice, this list of conditions and the following disclaimer in |
| 229 | the documentation and/or other materials provided with the |
| 230 | distribution. |
| 231 | |
| 232 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS |
| 233 | "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT |
| 234 | LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS |
| 235 | FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE |
| 236 | COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, |
| 237 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, |
| 238 | BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS |
| 239 | OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED |
| 240 | AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, |
| 241 | OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT |
| 242 | OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 243 | SUCH DAMAGE. |
| 244 | |
| 245 | ------------------------------------------------------------------- |
| 246 | |
Pirama Arumuga Nainar | 0c3bb2c | 2021-08-19 20:15:12 -0700 | [diff] [blame] | 247 | Copyright (C) 2021 The Android Open Source Project |
| 248 | All rights reserved. |
| 249 | |
| 250 | Redistribution and use in source and binary forms, with or without |
| 251 | modification, are permitted provided that the following conditions |
| 252 | are met: |
| 253 | * Redistributions of source code must retain the above copyright |
| 254 | notice, this list of conditions and the following disclaimer. |
| 255 | * Redistributions in binary form must reproduce the above copyright |
| 256 | notice, this list of conditions and the following disclaimer in |
| 257 | the documentation and/or other materials provided with the |
| 258 | distribution. |
| 259 | |
| 260 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS |
| 261 | "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT |
| 262 | LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS |
| 263 | FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE |
| 264 | COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, |
| 265 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, |
| 266 | BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS |
| 267 | OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED |
| 268 | AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, |
| 269 | OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT |
| 270 | OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 271 | SUCH DAMAGE. |
| 272 | |
| 273 | ------------------------------------------------------------------- |
| 274 | |
Elliott Hughes | 6a1b0f3 | 2022-10-14 21:31:39 +0000 | [diff] [blame] | 275 | Copyright (C) 2022 The Android Open Source Project |
| 276 | All rights reserved. |
| 277 | |
| 278 | Redistribution and use in source and binary forms, with or without |
| 279 | modification, are permitted provided that the following conditions |
| 280 | are met: |
| 281 | * Redistributions of source code must retain the above copyright |
| 282 | notice, this list of conditions and the following disclaimer. |
| 283 | * Redistributions in binary form must reproduce the above copyright |
| 284 | notice, this list of conditions and the following disclaimer in |
| 285 | the documentation and/or other materials provided with the |
| 286 | distribution. |
| 287 | |
| 288 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS |
| 289 | "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT |
| 290 | LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS |
| 291 | FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE |
| 292 | COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, |
| 293 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, |
| 294 | BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS |
| 295 | OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED |
| 296 | AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, |
| 297 | OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT |
| 298 | OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 299 | SUCH DAMAGE. |
| 300 | |
| 301 | ------------------------------------------------------------------- |
| 302 | |
Elliott Hughes | aa8db1b | 2021-02-16 15:05:44 -0800 | [diff] [blame] | 303 | Copyright (c) 2003 Mike Barcroft <mike@FreeBSD.org> |
| 304 | Copyright (c) 2002 David Schultz <das@FreeBSD.ORG> |
| 305 | All rights reserved. |
| 306 | |
| 307 | Redistribution and use in source and binary forms, with or without |
| 308 | modification, are permitted provided that the following conditions |
| 309 | are met: |
| 310 | 1. Redistributions of source code must retain the above copyright |
| 311 | notice, this list of conditions and the following disclaimer. |
| 312 | 2. Redistributions in binary form must reproduce the above copyright |
| 313 | notice, this list of conditions and the following disclaimer in the |
| 314 | documentation and/or other materials provided with the distribution. |
| 315 | |
| 316 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 317 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 318 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 319 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 320 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 321 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 322 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 323 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 324 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 325 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 326 | SUCH DAMAGE. |
| 327 | |
| 328 | ------------------------------------------------------------------- |
| 329 | |
Elliott Hughes | aa8db1b | 2021-02-16 15:05:44 -0800 | [diff] [blame] | 330 | Copyright (c) 2004 David Schultz <das@FreeBSD.ORG> |
| 331 | All rights reserved. |
| 332 | |
| 333 | Redistribution and use in source and binary forms, with or without |
| 334 | modification, are permitted provided that the following conditions |
| 335 | are met: |
| 336 | 1. Redistributions of source code must retain the above copyright |
| 337 | notice, this list of conditions and the following disclaimer. |
| 338 | 2. Redistributions in binary form must reproduce the above copyright |
| 339 | notice, this list of conditions and the following disclaimer in the |
| 340 | documentation and/or other materials provided with the distribution. |
| 341 | |
| 342 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 343 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 344 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 345 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 346 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 347 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 348 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 349 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 350 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 351 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 352 | SUCH DAMAGE. |
| 353 | |
| 354 | ------------------------------------------------------------------- |
| 355 | |
Elliott Hughes | aa8db1b | 2021-02-16 15:05:44 -0800 | [diff] [blame] | 356 | Copyright (c) 2004-2005 David Schultz <das (at) FreeBSD.ORG> |
| 357 | All rights reserved. |
| 358 | |
| 359 | Redistribution and use in source and binary forms, with or without |
| 360 | modification, are permitted provided that the following conditions |
| 361 | are met: |
| 362 | 1. Redistributions of source code must retain the above copyright |
| 363 | notice, this list of conditions and the following disclaimer. |
| 364 | 2. Redistributions in binary form must reproduce the above copyright |
| 365 | notice, this list of conditions and the following disclaimer in the |
| 366 | documentation and/or other materials provided with the distribution. |
| 367 | |
| 368 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 369 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 370 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 371 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 372 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 373 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 374 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 375 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 376 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 377 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 378 | SUCH DAMAGE. |
| 379 | |
| 380 | ------------------------------------------------------------------- |
| 381 | |
| 382 | Copyright (c) 2004-2005 David Schultz <das@FreeBSD.ORG> |
| 383 | All rights reserved. |
| 384 | |
| 385 | Redistribution and use in source and binary forms, with or without |
| 386 | modification, are permitted provided that the following conditions |
| 387 | are met: |
| 388 | 1. Redistributions of source code must retain the above copyright |
| 389 | notice, this list of conditions and the following disclaimer. |
| 390 | 2. Redistributions in binary form must reproduce the above copyright |
| 391 | notice, this list of conditions and the following disclaimer in the |
| 392 | documentation and/or other materials provided with the distribution. |
| 393 | |
| 394 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 395 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 396 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 397 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 398 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 399 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 400 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 401 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 402 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 403 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 404 | SUCH DAMAGE. |
| 405 | |
| 406 | ------------------------------------------------------------------- |
| 407 | |
Elliott Hughes | 99ef447 | 2022-01-12 17:51:20 -0800 | [diff] [blame] | 408 | Copyright (c) 2005-2020 Rich Felker, et al. |
| 409 | |
Elliott Hughes | 526bd98 | 2024-03-19 15:56:30 +0000 | [diff] [blame] | 410 | SPDX-License-Identifier: MIT |
Elliott Hughes | 99ef447 | 2022-01-12 17:51:20 -0800 | [diff] [blame] | 411 | |
| 412 | Please see https://git.musl-libc.org/cgit/musl/tree/COPYRIGHT |
| 413 | for all contributors to musl. |
| 414 | |
| 415 | ------------------------------------------------------------------- |
| 416 | |
Elliott Hughes | aa8db1b | 2021-02-16 15:05:44 -0800 | [diff] [blame] | 417 | Copyright (c) 2007 The NetBSD Foundation, Inc. |
| 418 | All rights reserved. |
| 419 | |
| 420 | This code is derived from software written by Stephen L. Moshier. |
| 421 | It is redistributed by the NetBSD Foundation by permission of the author. |
| 422 | |
| 423 | Redistribution and use in source and binary forms, with or without |
| 424 | modification, are permitted provided that the following conditions |
| 425 | are met: |
| 426 | 1. Redistributions of source code must retain the above copyright |
| 427 | notice, this list of conditions and the following disclaimer. |
| 428 | 2. Redistributions in binary form must reproduce the above copyright |
| 429 | notice, this list of conditions and the following disclaimer in the |
| 430 | documentation and/or other materials provided with the distribution. |
| 431 | |
| 432 | THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS |
| 433 | ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED |
| 434 | TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR |
| 435 | PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS |
| 436 | BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR |
| 437 | CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF |
| 438 | SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS |
| 439 | INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN |
| 440 | CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) |
| 441 | ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE |
| 442 | POSSIBILITY OF SUCH DAMAGE. |
| 443 | |
| 444 | ------------------------------------------------------------------- |
| 445 | |
| 446 | Copyright (c) 2007, 2010-2013 Steven G. Kargl |
| 447 | All rights reserved. |
| 448 | |
| 449 | Redistribution and use in source and binary forms, with or without |
| 450 | modification, are permitted provided that the following conditions |
| 451 | are met: |
| 452 | 1. Redistributions of source code must retain the above copyright |
| 453 | notice unmodified, this list of conditions, and the following |
| 454 | disclaimer. |
| 455 | 2. Redistributions in binary form must reproduce the above copyright |
| 456 | notice, this list of conditions and the following disclaimer in the |
| 457 | documentation and/or other materials provided with the distribution. |
| 458 | |
| 459 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR |
| 460 | IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES |
| 461 | OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. |
| 462 | IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, |
| 463 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT |
| 464 | NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, |
| 465 | DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY |
| 466 | THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
| 467 | (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF |
| 468 | THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 469 | |
| 470 | s_sinl.c and s_cosl.c merged by Steven G. Kargl. |
| 471 | |
| 472 | ------------------------------------------------------------------- |
| 473 | |
Elliott Hughes | aa8db1b | 2021-02-16 15:05:44 -0800 | [diff] [blame] | 474 | Copyright (c) 2008 Stephen L. Moshier <steve@moshier.net> |
| 475 | |
| 476 | Permission to use, copy, modify, and distribute this software for any |
| 477 | purpose with or without fee is hereby granted, provided that the above |
| 478 | copyright notice and this permission notice appear in all copies. |
| 479 | |
| 480 | THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES |
| 481 | WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF |
| 482 | MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR |
| 483 | ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES |
| 484 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN |
| 485 | ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF |
| 486 | OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
| 487 | |
| 488 | ------------------------------------------------------------------- |
| 489 | |
Elliott Hughes | aa8db1b | 2021-02-16 15:05:44 -0800 | [diff] [blame] | 490 | Copyright (c) 2012 Stephen Montgomery-Smith <stephen@FreeBSD.ORG> |
| 491 | Copyright (c) 2017 Mahdi Mokhtari <mmokhi@FreeBSD.org> |
| 492 | All rights reserved. |
| 493 | |
| 494 | Redistribution and use in source and binary forms, with or without |
| 495 | modification, are permitted provided that the following conditions |
| 496 | are met: |
| 497 | 1. Redistributions of source code must retain the above copyright |
| 498 | notice, this list of conditions and the following disclaimer. |
| 499 | 2. Redistributions in binary form must reproduce the above copyright |
| 500 | notice, this list of conditions and the following disclaimer in the |
| 501 | documentation and/or other materials provided with the distribution. |
| 502 | |
| 503 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 504 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 505 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 506 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 507 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 508 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 509 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 510 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 511 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 512 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 513 | SUCH DAMAGE. |
| 514 | |
| 515 | ------------------------------------------------------------------- |
| 516 | |
| 517 | Copyright (c) 2013 Bruce D. Evans |
| 518 | All rights reserved. |
| 519 | |
| 520 | Redistribution and use in source and binary forms, with or without |
| 521 | modification, are permitted provided that the following conditions |
| 522 | are met: |
| 523 | 1. Redistributions of source code must retain the above copyright |
| 524 | notice unmodified, this list of conditions, and the following |
| 525 | disclaimer. |
| 526 | 2. Redistributions in binary form must reproduce the above copyright |
| 527 | notice, this list of conditions and the following disclaimer in the |
| 528 | documentation and/or other materials provided with the distribution. |
| 529 | |
| 530 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR |
| 531 | IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES |
| 532 | OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. |
| 533 | IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, |
| 534 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT |
| 535 | NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, |
| 536 | DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY |
| 537 | THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
| 538 | (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF |
| 539 | THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 540 | |
| 541 | ------------------------------------------------------------------- |
| 542 | |
Elliott Hughes | aa8db1b | 2021-02-16 15:05:44 -0800 | [diff] [blame] | 543 | Copyright (c) 2014, Intel Corporation |
| 544 | All rights reserved. |
| 545 | |
| 546 | Redistribution and use in source and binary forms, with or without |
| 547 | modification, are permitted provided that the following conditions are met: |
| 548 | |
| 549 | * Redistributions of source code must retain the above copyright notice, |
| 550 | * this list of conditions and the following disclaimer. |
| 551 | |
| 552 | * Redistributions in binary form must reproduce the above copyright notice, |
| 553 | * this list of conditions and the following disclaimer in the documentation |
| 554 | * and/or other materials provided with the distribution. |
| 555 | |
| 556 | * Neither the name of Intel Corporation nor the names of its contributors |
| 557 | * may be used to endorse or promote products derived from this software |
| 558 | * without specific prior written permission. |
| 559 | |
| 560 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND |
| 561 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED |
| 562 | WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE |
| 563 | DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR |
| 564 | ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES |
| 565 | (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; |
| 566 | LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON |
| 567 | ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
| 568 | (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS |
| 569 | SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 570 | |
| 571 | ------------------------------------------------------------------- |
| 572 | |
Elliott Hughes | 99ef447 | 2022-01-12 17:51:20 -0800 | [diff] [blame] | 573 | Copyright (c) 2017 Steven G. Kargl |
| 574 | All rights reserved. |
| 575 | |
| 576 | Redistribution and use in source and binary forms, with or without |
| 577 | modification, are permitted provided that the following conditions |
| 578 | are met: |
| 579 | 1. Redistributions of source code must retain the above copyright |
| 580 | notice unmodified, this list of conditions, and the following |
| 581 | disclaimer. |
| 582 | 2. Redistributions in binary form must reproduce the above copyright |
| 583 | notice, this list of conditions and the following disclaimer in the |
| 584 | documentation and/or other materials provided with the distribution. |
| 585 | |
| 586 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR |
| 587 | IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES |
| 588 | OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. |
| 589 | IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, |
| 590 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT |
| 591 | NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, |
| 592 | DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY |
| 593 | THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
| 594 | (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF |
| 595 | THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 596 | |
| 597 | ------------------------------------------------------------------- |
| 598 | |
Elliott Hughes | a137234 | 2023-08-04 12:43:21 -0700 | [diff] [blame] | 599 | Copyright (c) 2017, 2023 Steven G. Kargl |
| 600 | All rights reserved. |
| 601 | |
| 602 | Redistribution and use in source and binary forms, with or without |
| 603 | modification, are permitted provided that the following conditions |
| 604 | are met: |
| 605 | 1. Redistributions of source code must retain the above copyright |
| 606 | notice unmodified, this list of conditions, and the following |
| 607 | disclaimer. |
| 608 | 2. Redistributions in binary form must reproduce the above copyright |
| 609 | notice, this list of conditions and the following disclaimer in the |
| 610 | documentation and/or other materials provided with the distribution. |
| 611 | |
| 612 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR |
| 613 | IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES |
| 614 | OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. |
| 615 | IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, |
| 616 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT |
| 617 | NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, |
| 618 | DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY |
| 619 | THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
| 620 | (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF |
| 621 | THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 622 | |
| 623 | ------------------------------------------------------------------- |
| 624 | |
Elliott Hughes | aa8db1b | 2021-02-16 15:05:44 -0800 | [diff] [blame] | 625 | From: @(#)s_ilogb.c 5.1 93/09/24 |
| 626 | ==================================================== |
| 627 | Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved. |
| 628 | |
| 629 | Developed at SunPro, a Sun Microsystems, Inc. business. |
| 630 | Permission to use, copy, modify, and distribute this |
| 631 | software is freely granted, provided that this notice |
| 632 | is preserved. |
| 633 | |
| 634 | ------------------------------------------------------------------- |
| 635 | |
Elliott Hughes | 526bd98 | 2024-03-19 15:56:30 +0000 | [diff] [blame] | 636 | SPDX-License-Identifier: BSD-2-Clause |
| 637 | |
| 638 | Copyright (c) 2003, Steven G. Kargl |
| 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 unmodified, this list of conditions, and the following |
| 646 | disclaimer. |
| 647 | 2. Redistributions in binary form must reproduce the above copyright |
| 648 | notice, this list of conditions and the following disclaimer in the |
| 649 | documentation and/or other materials provided with the distribution. |
| 650 | |
| 651 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR |
| 652 | IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES |
| 653 | OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. |
| 654 | IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, |
| 655 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT |
| 656 | NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, |
| 657 | DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY |
| 658 | THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
| 659 | (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF |
| 660 | THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 661 | |
| 662 | ------------------------------------------------------------------- |
| 663 | |
| 664 | SPDX-License-Identifier: BSD-2-Clause |
| 665 | |
| 666 | Copyright (c) 2004 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 | SPDX-License-Identifier: BSD-2-Clause |
| 693 | |
| 694 | Copyright (c) 2004 Stefan Farfeleder |
| 695 | All rights reserved. |
| 696 | |
| 697 | Redistribution and use in source and binary forms, with or without |
| 698 | modification, are permitted provided that the following conditions |
| 699 | are met: |
| 700 | 1. Redistributions of source code must retain the above copyright |
| 701 | notice, this list of conditions and the following disclaimer. |
| 702 | 2. Redistributions in binary form must reproduce the above copyright |
| 703 | notice, this list of conditions and the following disclaimer in the |
| 704 | documentation and/or other materials provided with the distribution. |
| 705 | |
| 706 | THIS SOFTWARE IS PROVIDED BY AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 707 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 708 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 709 | ARE DISCLAIMED. IN NO EVENT SHALL AUTHOR OR CONTRIBUTORS BE LIABLE |
| 710 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 711 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 712 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 713 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 714 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 715 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 716 | SUCH DAMAGE. |
| 717 | |
| 718 | ------------------------------------------------------------------- |
| 719 | |
| 720 | SPDX-License-Identifier: BSD-2-Clause |
| 721 | |
| 722 | Copyright (c) 2004-2005 David Schultz <das@FreeBSD.ORG> |
| 723 | All rights reserved. |
| 724 | |
| 725 | Redistribution and use in source and binary forms, with or without |
| 726 | modification, are permitted provided that the following conditions |
| 727 | are met: |
| 728 | 1. Redistributions of source code must retain the above copyright |
| 729 | notice, this list of conditions and the following disclaimer. |
| 730 | 2. Redistributions in binary form must reproduce the above copyright |
| 731 | notice, this list of conditions and the following disclaimer in the |
| 732 | documentation and/or other materials provided with the distribution. |
| 733 | |
| 734 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 735 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 736 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 737 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 738 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 739 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 740 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 741 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 742 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 743 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 744 | SUCH DAMAGE. |
| 745 | |
| 746 | ------------------------------------------------------------------- |
| 747 | |
| 748 | SPDX-License-Identifier: BSD-2-Clause |
| 749 | |
| 750 | Copyright (c) 2005 Bruce D. Evans and Steven G. Kargl |
| 751 | All rights reserved. |
| 752 | |
| 753 | Redistribution and use in source and binary forms, with or without |
| 754 | modification, are permitted provided that the following conditions |
| 755 | are met: |
| 756 | 1. Redistributions of source code must retain the above copyright |
| 757 | notice unmodified, this list of conditions, and the following |
| 758 | disclaimer. |
| 759 | 2. Redistributions in binary form must reproduce the above copyright |
| 760 | notice, this list of conditions and the following disclaimer in the |
| 761 | documentation and/or other materials provided with the distribution. |
| 762 | |
| 763 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR |
| 764 | IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES |
| 765 | OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. |
| 766 | IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, |
| 767 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT |
| 768 | NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, |
| 769 | DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY |
| 770 | THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
| 771 | (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF |
| 772 | THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 773 | |
| 774 | ------------------------------------------------------------------- |
| 775 | |
| 776 | SPDX-License-Identifier: BSD-2-Clause |
| 777 | |
| 778 | Copyright (c) 2005 David Schultz <das@FreeBSD.ORG> |
| 779 | All rights reserved. |
| 780 | |
| 781 | Redistribution and use in source and binary forms, with or without |
| 782 | modification, are permitted provided that the following conditions |
| 783 | are met: |
| 784 | 1. Redistributions of source code must retain the above copyright |
| 785 | notice, this list of conditions and the following disclaimer. |
| 786 | 2. Redistributions in binary form must reproduce the above copyright |
| 787 | notice, this list of conditions and the following disclaimer in the |
| 788 | documentation and/or other materials provided with the distribution. |
| 789 | |
| 790 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 791 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 792 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 793 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 794 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 795 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 796 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 797 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 798 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 799 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 800 | SUCH DAMAGE. |
| 801 | |
| 802 | ------------------------------------------------------------------- |
| 803 | |
| 804 | SPDX-License-Identifier: BSD-2-Clause |
| 805 | |
| 806 | Copyright (c) 2005-2008 David Schultz <das@FreeBSD.ORG> |
| 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, this list of conditions and the following disclaimer. |
| 814 | 2. Redistributions in binary form must reproduce the above copyright |
| 815 | notice, this list of conditions and the following disclaimer in the |
| 816 | documentation and/or other materials provided with the distribution. |
| 817 | |
| 818 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 819 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 820 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 821 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 822 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 823 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 824 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 825 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 826 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 827 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 828 | SUCH DAMAGE. |
| 829 | |
| 830 | ------------------------------------------------------------------- |
| 831 | |
| 832 | SPDX-License-Identifier: BSD-2-Clause |
| 833 | |
| 834 | Copyright (c) 2005-2011 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 | SPDX-License-Identifier: BSD-2-Clause |
| 861 | |
| 862 | Copyright (c) 2007 David Schultz |
| 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 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 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 | SPDX-License-Identifier: BSD-2-Clause |
| 889 | |
| 890 | Copyright (c) 2007 David Schultz <das@FreeBSD.ORG> |
| 891 | All rights reserved. |
| 892 | |
| 893 | Redistribution and use in source and binary forms, with or without |
| 894 | modification, are permitted provided that the following conditions |
| 895 | are met: |
| 896 | 1. Redistributions of source code must retain the above copyright |
| 897 | notice, this list of conditions and the following disclaimer. |
| 898 | 2. Redistributions in binary form must reproduce the above copyright |
| 899 | notice, this list of conditions and the following disclaimer in the |
| 900 | documentation and/or other materials provided with the distribution. |
| 901 | |
| 902 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 903 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 904 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 905 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 906 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 907 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 908 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 909 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 910 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 911 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 912 | SUCH DAMAGE. |
| 913 | |
| 914 | ------------------------------------------------------------------- |
| 915 | |
| 916 | SPDX-License-Identifier: BSD-2-Clause |
| 917 | |
| 918 | Copyright (c) 2007 David Schultz <das@FreeBSD.ORG> |
| 919 | All rights reserved. |
| 920 | |
| 921 | Redistribution and use in source and binary forms, with or without |
| 922 | modification, are permitted provided that the following conditions |
| 923 | are met: |
| 924 | 1. Redistributions of source code must retain the above copyright |
| 925 | notice, this list of conditions and the following disclaimer. |
| 926 | 2. Redistributions in binary form must reproduce the above copyright |
| 927 | notice, this list of conditions and the following disclaimer in the |
| 928 | documentation and/or other materials provided with the distribution. |
| 929 | |
| 930 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 931 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 932 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 933 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 934 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 935 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 936 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 937 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 938 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 939 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 940 | SUCH DAMAGE. |
| 941 | |
| 942 | Derived from s_modf.c, which has the following Copyright: |
| 943 | ==================================================== |
| 944 | Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved. |
| 945 | |
| 946 | Developed at SunPro, a Sun Microsystems, Inc. business. |
| 947 | Permission to use, copy, modify, and distribute this |
| 948 | software is freely granted, provided that this notice |
| 949 | is preserved. |
| 950 | |
| 951 | ------------------------------------------------------------------- |
| 952 | |
| 953 | SPDX-License-Identifier: BSD-2-Clause |
| 954 | |
| 955 | Copyright (c) 2007 Steven G. Kargl |
| 956 | All rights reserved. |
| 957 | |
| 958 | Redistribution and use in source and binary forms, with or without |
| 959 | modification, are permitted provided that the following conditions |
| 960 | are met: |
| 961 | 1. Redistributions of source code must retain the above copyright |
| 962 | notice unmodified, this list of conditions, and the following |
| 963 | disclaimer. |
| 964 | 2. Redistributions in binary form must reproduce the above copyright |
| 965 | notice, this list of conditions and the following disclaimer in the |
| 966 | documentation and/or other materials provided with the distribution. |
| 967 | |
| 968 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR |
| 969 | IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES |
| 970 | OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. |
| 971 | IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, |
| 972 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT |
| 973 | NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, |
| 974 | DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY |
| 975 | THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
| 976 | (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF |
| 977 | THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 978 | |
| 979 | ------------------------------------------------------------------- |
| 980 | |
| 981 | SPDX-License-Identifier: BSD-2-Clause |
| 982 | |
| 983 | Copyright (c) 2007-2008 David Schultz <das@FreeBSD.ORG> |
| 984 | All rights reserved. |
| 985 | |
| 986 | Redistribution and use in source and binary forms, with or without |
| 987 | modification, are permitted provided that the following conditions |
| 988 | are met: |
| 989 | 1. Redistributions of source code must retain the above copyright |
| 990 | notice, this list of conditions and the following disclaimer. |
| 991 | 2. Redistributions in binary form must reproduce the above copyright |
| 992 | notice, this list of conditions and the following disclaimer in the |
| 993 | documentation and/or other materials provided with the distribution. |
| 994 | |
| 995 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 996 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 997 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 998 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 999 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 1000 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 1001 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 1002 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 1003 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 1004 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 1005 | SUCH DAMAGE. |
| 1006 | |
| 1007 | ------------------------------------------------------------------- |
| 1008 | |
| 1009 | SPDX-License-Identifier: BSD-2-Clause |
| 1010 | |
| 1011 | Copyright (c) 2007-2013 Bruce D. Evans |
| 1012 | All rights reserved. |
| 1013 | |
| 1014 | Redistribution and use in source and binary forms, with or without |
| 1015 | modification, are permitted provided that the following conditions |
| 1016 | are met: |
| 1017 | 1. Redistributions of source code must retain the above copyright |
| 1018 | notice unmodified, this list of conditions, and the following |
| 1019 | disclaimer. |
| 1020 | 2. Redistributions in binary form must reproduce the above copyright |
| 1021 | notice, this list of conditions and the following disclaimer in the |
| 1022 | documentation and/or other materials provided with the distribution. |
| 1023 | |
| 1024 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR |
| 1025 | IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES |
| 1026 | OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. |
| 1027 | IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, |
| 1028 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT |
| 1029 | NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, |
| 1030 | DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY |
| 1031 | THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
| 1032 | (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF |
| 1033 | THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 1034 | |
| 1035 | ------------------------------------------------------------------- |
| 1036 | |
| 1037 | SPDX-License-Identifier: BSD-2-Clause |
| 1038 | |
| 1039 | Copyright (c) 2008 David Schultz <das@FreeBSD.ORG> |
| 1040 | All rights reserved. |
| 1041 | |
| 1042 | Redistribution and use in source and binary forms, with or without |
| 1043 | modification, are permitted provided that the following conditions |
| 1044 | are met: |
| 1045 | 1. Redistributions of source code must retain the above copyright |
| 1046 | notice, this list of conditions and the following disclaimer. |
| 1047 | 2. Redistributions in binary form must reproduce the above copyright |
| 1048 | notice, this list of conditions and the following disclaimer in the |
| 1049 | documentation and/or other materials provided with the distribution. |
| 1050 | |
| 1051 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 1052 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 1053 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 1054 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 1055 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 1056 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 1057 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 1058 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 1059 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 1060 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 1061 | SUCH DAMAGE. |
| 1062 | |
| 1063 | ------------------------------------------------------------------- |
| 1064 | |
| 1065 | SPDX-License-Identifier: BSD-2-Clause |
| 1066 | |
| 1067 | Copyright (c) 2009-2013 Steven G. Kargl |
| 1068 | All rights reserved. |
| 1069 | |
| 1070 | Redistribution and use in source and binary forms, with or without |
| 1071 | modification, are permitted provided that the following conditions |
| 1072 | are met: |
| 1073 | 1. Redistributions of source code must retain the above copyright |
| 1074 | notice unmodified, this list of conditions, and the following |
| 1075 | disclaimer. |
| 1076 | 2. Redistributions in binary form must reproduce the above copyright |
| 1077 | notice, this list of conditions and the following disclaimer in the |
| 1078 | documentation and/or other materials provided with the distribution. |
| 1079 | |
| 1080 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR |
| 1081 | IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES |
| 1082 | OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. |
| 1083 | IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, |
| 1084 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT |
| 1085 | NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, |
| 1086 | DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY |
| 1087 | THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
| 1088 | (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF |
| 1089 | THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 1090 | |
| 1091 | Optimized by Bruce D. Evans. |
| 1092 | |
| 1093 | ------------------------------------------------------------------- |
| 1094 | |
| 1095 | SPDX-License-Identifier: BSD-2-Clause |
| 1096 | |
| 1097 | Copyright (c) 2011 David Schultz |
| 1098 | All rights reserved. |
| 1099 | |
| 1100 | Redistribution and use in source and binary forms, with or without |
| 1101 | modification, are permitted provided that the following conditions |
| 1102 | are met: |
| 1103 | 1. Redistributions of source code must retain the above copyright |
| 1104 | notice unmodified, this list of conditions, and the following |
| 1105 | disclaimer. |
| 1106 | 2. Redistributions in binary form must reproduce the above copyright |
| 1107 | notice, this list of conditions and the following disclaimer in the |
| 1108 | documentation and/or other materials provided with the distribution. |
| 1109 | |
| 1110 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR |
| 1111 | IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES |
| 1112 | OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. |
| 1113 | IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, |
| 1114 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT |
| 1115 | NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, |
| 1116 | DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY |
| 1117 | THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
| 1118 | (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF |
| 1119 | THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 1120 | |
| 1121 | ------------------------------------------------------------------- |
| 1122 | |
| 1123 | SPDX-License-Identifier: BSD-2-Clause |
| 1124 | |
| 1125 | Copyright (c) 2011 David Schultz <das@FreeBSD.ORG> |
| 1126 | All rights reserved. |
| 1127 | |
| 1128 | Redistribution and use in source and binary forms, with or without |
| 1129 | modification, are permitted provided that the following conditions |
| 1130 | are met: |
| 1131 | 1. Redistributions of source code must retain the above copyright |
| 1132 | notice, this list of conditions and the following disclaimer. |
| 1133 | 2. Redistributions in binary form must reproduce the above copyright |
| 1134 | notice, this list of conditions and the following disclaimer in the |
| 1135 | documentation and/or other materials provided with the distribution. |
| 1136 | |
| 1137 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 1138 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 1139 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 1140 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 1141 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 1142 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 1143 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 1144 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 1145 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 1146 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 1147 | SUCH DAMAGE. |
| 1148 | |
| 1149 | ------------------------------------------------------------------- |
| 1150 | |
| 1151 | SPDX-License-Identifier: BSD-2-Clause |
| 1152 | |
| 1153 | Copyright (c) 2012 Stephen Montgomery-Smith <stephen@FreeBSD.ORG> |
| 1154 | All rights reserved. |
| 1155 | |
| 1156 | Redistribution and use in source and binary forms, with or without |
| 1157 | modification, are permitted provided that the following conditions |
| 1158 | are met: |
| 1159 | 1. Redistributions of source code must retain the above copyright |
| 1160 | notice, this list of conditions and the following disclaimer. |
| 1161 | 2. Redistributions in binary form must reproduce the above copyright |
| 1162 | notice, this list of conditions and the following disclaimer in the |
| 1163 | documentation and/or other materials provided with the distribution. |
| 1164 | |
| 1165 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 1166 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 1167 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 1168 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 1169 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 1170 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 1171 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 1172 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 1173 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 1174 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 1175 | SUCH DAMAGE. |
| 1176 | |
| 1177 | ------------------------------------------------------------------- |
| 1178 | |
| 1179 | SPDX-License-Identifier: BSD-3-Clause |
| 1180 | |
| 1181 | Copyright (c) 1985, 1993 |
| 1182 | The Regents of the University of California. All rights reserved. |
| 1183 | |
| 1184 | Redistribution and use in source and binary forms, with or without |
| 1185 | modification, are permitted provided that the following conditions |
| 1186 | are met: |
| 1187 | 1. Redistributions of source code must retain the above copyright |
| 1188 | notice, this list of conditions and the following disclaimer. |
| 1189 | 2. Redistributions in binary form must reproduce the above copyright |
| 1190 | notice, this list of conditions and the following disclaimer in the |
| 1191 | documentation and/or other materials provided with the distribution. |
| 1192 | 3. Neither the name of the University nor the names of its contributors |
| 1193 | may be used to endorse or promote products derived from this software |
| 1194 | without specific prior written permission. |
| 1195 | |
| 1196 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 1197 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 1198 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 1199 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 1200 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 1201 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 1202 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 1203 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 1204 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 1205 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 1206 | SUCH DAMAGE. |
| 1207 | |
| 1208 | ------------------------------------------------------------------- |
| 1209 | |
| 1210 | SPDX-License-Identifier: BSD-3-Clause |
| 1211 | |
| 1212 | Copyright (c) 1992, 1993 |
| 1213 | The Regents of the University of California. All rights reserved. |
| 1214 | |
| 1215 | Redistribution and use in source and binary forms, with or without |
| 1216 | modification, are permitted provided that the following conditions |
| 1217 | are met: |
| 1218 | 1. Redistributions of source code must retain the above copyright |
| 1219 | notice, this list of conditions and the following disclaimer. |
| 1220 | 2. Redistributions in binary form must reproduce the above copyright |
| 1221 | notice, this list of conditions and the following disclaimer in the |
| 1222 | documentation and/or other materials provided with the distribution. |
| 1223 | 3. Neither the name of the University nor the names of its contributors |
| 1224 | may be used to endorse or promote products derived from this software |
| 1225 | without specific prior written permission. |
| 1226 | |
| 1227 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 1228 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 1229 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 1230 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 1231 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 1232 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 1233 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 1234 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 1235 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 1236 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 1237 | SUCH DAMAGE. |
| 1238 | |
| 1239 | ------------------------------------------------------------------- |
| 1240 | |