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