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