1 Copyright (c) 2014, Linaro Limited 2 All rights reserved. 3 4 Redistribution and use in source and binary forms, with or without 5 modification, are permitted provided that the following conditions are met: 6 * Redistributions of source code must retain the above copyright 7 notice, this list of conditions and the following disclaimer. 8 * Redistributions in binary form must reproduce the above copyright 9 notice, this list of conditions and the following disclaimer in the 10 documentation and/or other materials provided with the distribution. 11 * Neither the name of the Linaro nor the 12 names of its contributors may be used to endorse or promote products 13 derived from this software without specific prior written permission. 14 15 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 16 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT 17 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR 18 A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT 19 HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, 20 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT 21 LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, 22 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY 23 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 24 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE 25 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 26 27------------------------------------------------------------------- 28 29 strchr - find a character in a string 30 31 Copyright (c) 2014, ARM Limited 32 All rights Reserved. 33 Copyright (c) 2014, Linaro Ltd. 34 35 Redistribution and use in source and binary forms, with or without 36 modification, are permitted provided that the following conditions are met: 37 * Redistributions of source code must retain the above copyright 38 notice, this list of conditions and the following disclaimer. 39 * Redistributions in binary form must reproduce the above copyright 40 notice, this list of conditions and the following disclaimer in the 41 documentation and/or other materials provided with the distribution. 42 * Neither the name of the company nor the names of its contributors 43 may be used to endorse or promote products derived from this 44 software without specific prior written permission. 45 46 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 47 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT 48 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR 49 A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT 50 HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, 51 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT 52 LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, 53 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY 54 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 55 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE 56 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 57 58------------------------------------------------------------------- 59 60 Copyright (c) 1993 John Brezak 61 All rights reserved. 62 63 Redistribution and use in source and binary forms, with or without 64 modification, are permitted provided that the following conditions 65 are met: 66 1. Redistributions of source code must retain the above copyright 67 notice, this list of conditions and the following disclaimer. 68 2. Redistributions in binary form must reproduce the above copyright 69 notice, this list of conditions and the following disclaimer in the 70 documentation and/or other materials provided with the distribution. 71 3. The name of the author may be used to endorse or promote products 72 derived from this software without specific prior written permission. 73 74THIS SOFTWARE IS PROVIDED BY THE AUTHOR `AS IS'' AND ANY EXPRESS OR 75IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED 76WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE 77DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, 78INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES 79(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR 80SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 81HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, 82STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN 83ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE 84POSSIBILITY OF SUCH DAMAGE. 85 86------------------------------------------------------------------- 87 88 Copyright (c) 2009-2013 The Linux Foundation. All rights reserved. 89 90 Redistribution and use in source and binary forms, with or without 91 modification, are permitted provided that the following conditions are met: 92 * Redistributions of source code must retain the above copyright 93 notice, this list of conditions and the following disclaimer. 94 * Redistributions in binary form must reproduce the above copyright 95 notice, this list of conditions and the following disclaimer in the 96 documentation and/or other materials provided with the distribution. 97 * Neither the name of The Linux Foundation nor the names of its contributors may 98 be used to endorse or promote products derived from this software 99 without specific prior written permission. 100 101 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" 102 AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 103 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 104 ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE 105 LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR 106 CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF 107 SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS 108 INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN 109 CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) 110 ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE 111 POSSIBILITY OF SUCH DAMAGE. 112 113------------------------------------------------------------------- 114 115==================================================== 116Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved. 117 118Developed at SunPro, a Sun Microsystems, Inc. business. 119Permission to use, copy, modify, and distribute this 120software is freely granted, provided that this notice 121is preserved. 122 123------------------------------------------------------------------- 124 125==================================================== 126Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved. 127 128Developed at SunPro, a Sun Microsystems, Inc. business. 129Permission to use, copy, modify, and distribute this 130software is freely granted, provided that this notice 131is preserved. 132==================================================== 133 134Optimized by Bruce D. Evans. 135 136------------------------------------------------------------------- 137 138==================================================== 139Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved. 140 141Developed at SunSoft, a Sun Microsystems, Inc. business. 142Permission to use, copy, modify, and distribute this 143software is freely granted, provided that this notice 144is preserved. 145 146------------------------------------------------------------------- 147 148==================================================== 149Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved. 150 151Developed at SunSoft, a Sun Microsystems, Inc. business. 152Permission to use, copy, modify, and distribute this 153software is freely granted, provided that this notice 154is preserved. 155==================================================== 156 157Optimized by Bruce D. Evans. 158 159------------------------------------------------------------------- 160 161==================================================== 162Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved. 163Copyright (c) 2008 Steven G. Kargl, David Schultz, Bruce D. Evans. 164 165Developed at SunSoft, a Sun Microsystems, Inc. business. 166Permission to use, copy, modify, and distribute this 167software is freely granted, provided that this notice 168is preserved. 169 170------------------------------------------------------------------- 171 172==================================================== 173Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved. 174Copyright (c) 2008 Steven G. Kargl, David Schultz, Bruce D. Evans. 175 176Developed at SunSoft, a Sun Microsystems, Inc. business. 177Permission to use, copy, modify, and distribute this 178software is freely granted, provided that this notice 179is preserved. 180==================================================== 181 182Optimized by Bruce D. Evans. 183 184------------------------------------------------------------------- 185 186==================================================== 187Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved. 188Copyright (c) 2009-2011, Bruce D. Evans, Steven G. Kargl, David Schultz. 189 190Developed at SunPro, a Sun Microsystems, Inc. business. 191Permission to use, copy, modify, and distribute this 192software is freely granted, provided that this notice 193is preserved. 194==================================================== 195 196The argument reduction and testing for exceptional cases was 197written by Steven G. Kargl with input from Bruce D. Evans 198and David A. Schultz. 199 200------------------------------------------------------------------- 201 202==================================================== 203Copyright (C) 2004 by Sun Microsystems, Inc. All rights reserved. 204 205Permission to use, copy, modify, and distribute this 206software is freely granted, provided that this notice 207is preserved. 208 209------------------------------------------------------------------- 210 211==================================================== 212Copyright 2004 Sun Microsystems, Inc. All Rights Reserved. 213 214Permission to use, copy, modify, and distribute this 215software is freely granted, provided that this notice 216is preserved. 217 218------------------------------------------------------------------- 219 220==================================================== 221Copyright 2004 Sun Microsystems, Inc. All Rights Reserved. 222Copyright (c) 2008 Steven G. Kargl, David Schultz, Bruce D. Evans. 223 224Permission to use, copy, modify, and distribute this 225software is freely granted, provided that this notice 226is preserved. 227 228------------------------------------------------------------------- 229 230Based on the UCB version with the ID appearing below. 231This is ANSIish only when "multibyte character == plain character". 232 233Copyright (c) 1989, 1993 234 The Regents of the University of California. All rights reserved. 235 236Redistribution and use in source and binary forms, with or without 237modification, are permitted provided that the following conditions 238are met: 2391. Redistributions of source code must retain the above copyright 240 notice, this list of conditions and the following disclaimer. 2412. Redistributions in binary form must reproduce the above copyright 242 notice, this list of conditions and the following disclaimer in the 243 documentation and/or other materials provided with the distribution. 2443. Neither the name of the University nor the names of its contributors 245 may be used to endorse or promote products derived from this software 246 without specific prior written permission. 247 248THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND 249ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 250IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 251ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE 252FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 253DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 254OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 255HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 256LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 257OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 258SUCH DAMAGE. 259 260------------------------------------------------------------------- 261 262Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project. 263All rights reserved. 264 265Redistribution and use in source and binary forms, with or without 266modification, are permitted provided that the following conditions 267are met: 2681. Redistributions of source code must retain the above copyright 269 notice, this list of conditions and the following disclaimer. 2702. Redistributions in binary form must reproduce the above copyright 271 notice, this list of conditions and the following disclaimer in the 272 documentation and/or other materials provided with the distribution. 2733. Neither the name of the project nor the names of its contributors 274 may be used to endorse or promote products derived from this software 275 without specific prior written permission. 276 277THIS SOFTWARE IS PROVIDED BY THE PROJECT AND CONTRIBUTORS ``AS IS'' AND 278ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 279IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 280ARE DISCLAIMED. IN NO EVENT SHALL THE PROJECT OR CONTRIBUTORS BE LIABLE 281FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 282DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 283OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 284HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 285LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 286OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 287SUCH DAMAGE. 288 289------------------------------------------------------------------- 290 291Copyright (C) 2004, 2005, 2008 Internet Systems Consortium, Inc. ("ISC") 292Copyright (C) 1995-1999, 2001, 2003 Internet Software Consortium. 293 294Permission to use, copy, modify, and/or distribute this software for any 295purpose with or without fee is hereby granted, provided that the above 296copyright notice and this permission notice appear in all copies. 297 298THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH 299REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY 300AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT, 301INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM 302LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE 303OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR 304PERFORMANCE OF THIS SOFTWARE. 305 306------------------------------------------------------------------- 307 308Copyright (C) 2004, 2005, 2008 Internet Systems Consortium, Inc. ("ISC") 309Copyright (C) 1997-2001 Internet Software Consortium. 310 311Permission to use, copy, modify, and/or distribute this software for any 312purpose with or without fee is hereby granted, provided that the above 313copyright notice and this permission notice appear in all copies. 314 315THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH 316REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY 317AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT, 318INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM 319LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE 320OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR 321PERFORMANCE OF THIS SOFTWARE. 322 323------------------------------------------------------------------- 324 325Copyright (C) 2006 The Android Open Source Project 326 327Licensed under the Apache License, Version 2.0 (the "License"); 328you may not use this file except in compliance with the License. 329You may obtain a copy of the License at 330 331 http://www.apache.org/licenses/LICENSE-2.0 332 333Unless required by applicable law or agreed to in writing, software 334distributed under the License is distributed on an "AS IS" BASIS, 335WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 336See the License for the specific language governing permissions and 337limitations under the License. 338 339------------------------------------------------------------------- 340 341Copyright (C) 2006 The Android Open Source Project 342All rights reserved. 343 344Redistribution and use in source and binary forms, with or without 345modification, are permitted provided that the following conditions 346are met: 347 * Redistributions of source code must retain the above copyright 348 notice, this list of conditions and the following disclaimer. 349 * Redistributions in binary form must reproduce the above copyright 350 notice, this list of conditions and the following disclaimer in 351 the documentation and/or other materials provided with the 352 distribution. 353 354THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 355"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT 356LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS 357FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE 358COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, 359INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, 360BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS 361OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED 362AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, 363OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT 364OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 365SUCH DAMAGE. 366 367------------------------------------------------------------------- 368 369Copyright (C) 2007 The Android Open Source Project 370 371Licensed under the Apache License, Version 2.0 (the "License"); 372you may not use this file except in compliance with the License. 373You may obtain a copy of the License at 374 375 http://www.apache.org/licenses/LICENSE-2.0 376 377Unless required by applicable law or agreed to in writing, software 378distributed under the License is distributed on an "AS IS" BASIS, 379WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 380See the License for the specific language governing permissions and 381limitations under the License. 382 383------------------------------------------------------------------- 384 385Copyright (C) 2007 The Android Open Source Project 386All rights reserved. 387 388Redistribution and use in source and binary forms, with or without 389modification, are permitted provided that the following conditions 390are met: 391 * Redistributions of source code must retain the above copyright 392 notice, this list of conditions and the following disclaimer. 393 * Redistributions in binary form must reproduce the above copyright 394 notice, this list of conditions and the following disclaimer in 395 the documentation and/or other materials provided with the 396 distribution. 397 398THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 399"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT 400LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS 401FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE 402COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, 403INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, 404BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS 405OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED 406AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, 407OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT 408OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 409SUCH DAMAGE. 410 411------------------------------------------------------------------- 412 413Copyright (C) 2008 The Android Open Source Project 414 415Licensed under the Apache License, Version 2.0 (the "License"); 416you may not use this file except in compliance with the License. 417You may obtain a copy of the License at 418 419 http://www.apache.org/licenses/LICENSE-2.0 420 421Unless required by applicable law or agreed to in writing, software 422distributed under the License is distributed on an "AS IS" BASIS, 423WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 424See the License for the specific language governing permissions and 425limitations under the License. 426 427------------------------------------------------------------------- 428 429Copyright (C) 2008 The Android Open Source Project 430All rights reserved. 431 432Redistribution and use in source and binary forms, with or without 433modification, are permitted provided that the following conditions 434are met: 435 * Redistributions of source code must retain the above copyright 436 notice, this list of conditions and the following disclaimer. 437 * Redistributions in binary form must reproduce the above copyright 438 notice, this list of conditions and the following disclaimer in 439 the documentation and/or other materials provided with the 440 distribution. 441 442THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 443"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT 444LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS 445FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE 446COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, 447INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, 448BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS 449OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED 450AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, 451OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT 452OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 453SUCH DAMAGE. 454 455------------------------------------------------------------------- 456 457Copyright (C) 2008 The Android Open Source Project 458All rights reserved. 459Copyright (c) 2013-2014, NVIDIA Corporation. All rights reserved. 460 461Redistribution and use in source and binary forms, with or without 462modification, are permitted provided that the following conditions 463are met: 464 * Redistributions of source code must retain the above copyright 465 notice, this list of conditions and the following disclaimer. 466 * Redistributions in binary form must reproduce the above copyright 467 notice, this list of conditions and the following disclaimer in 468 the documentation and/or other materials provided with the 469 distribution. 470 471THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 472"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT 473LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS 474FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE 475COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, 476INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, 477BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS 478OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED 479AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, 480OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT 481OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 482SUCH DAMAGE. 483 484------------------------------------------------------------------- 485 486Copyright (C) 2009 The Android Open Source Project 487All rights reserved. 488 489Redistribution and use in source and binary forms, with or without 490modification, are permitted provided that the following conditions 491are met: 492 * Redistributions of source code must retain the above copyright 493 notice, this list of conditions and the following disclaimer. 494 * Redistributions in binary form must reproduce the above copyright 495 notice, this list of conditions and the following disclaimer in 496 the documentation and/or other materials provided with the 497 distribution. 498 499THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 500"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT 501LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS 502FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE 503COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, 504INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, 505BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS 506OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED 507AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, 508OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT 509OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 510SUCH DAMAGE. 511 512------------------------------------------------------------------- 513 514Copyright (C) 2010 The Android Open Source Project 515 516Licensed under the Apache License, Version 2.0 (the "License"); 517you may not use this file except in compliance with the License. 518You may obtain a copy of the License at 519 520 http://www.apache.org/licenses/LICENSE-2.0 521 522Unless required by applicable law or agreed to in writing, software 523distributed under the License is distributed on an "AS IS" BASIS, 524WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 525See the License for the specific language governing permissions and 526limitations under the License. 527 528------------------------------------------------------------------- 529 530Copyright (C) 2010 The Android Open Source Project 531All rights reserved. 532 533Redistribution and use in source and binary forms, with or without 534modification, are permitted provided that the following conditions 535are met: 536 * Redistributions of source code must retain the above copyright 537 notice, this list of conditions and the following disclaimer. 538 * Redistributions in binary form must reproduce the above copyright 539 notice, this list of conditions and the following disclaimer in 540 the documentation and/or other materials provided with the 541 distribution. 542 543THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 544"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT 545LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS 546FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE 547COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, 548INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, 549BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS 550OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED 551AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, 552OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT 553OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 554SUCH DAMAGE. 555 556------------------------------------------------------------------- 557 558Copyright (C) 2010 The Android Open Source Project 559All rights reserved. 560 561Redistribution and use in source and binary forms, with or without 562modification, are permitted provided that the following conditions 563are met: 5641. Redistributions of source code must retain the above copyright 565 notice, this list of conditions and the following disclaimer. 5662. Redistributions in binary form must reproduce the above copyright 567 notice, this list of conditions and the following disclaimer in the 568 documentation and/or other materials provided with the distribution. 569 570THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND 571ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 572IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 573ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE 574FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 575DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 576OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 577HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 578LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 579OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 580SUCH DAMAGE. 581 582------------------------------------------------------------------- 583 584Copyright (C) 2010 The Android Open Source Project 585Copyright (c) 2008 ARM Ltd 586All rights reserved. 587 588Redistribution and use in source and binary forms, with or without 589modification, are permitted provided that the following conditions 590are met: 5911. Redistributions of source code must retain the above copyright 592 notice, this list of conditions and the following disclaimer. 5932. Redistributions in binary form must reproduce the above copyright 594 notice, this list of conditions and the following disclaimer in the 595 documentation and/or other materials provided with the distribution. 5963. The name of the company may not be used to endorse or promote 597 products derived from this software without specific prior written 598 permission. 599 600THIS SOFTWARE IS PROVIDED BY ARM LTD ``AS IS'' AND ANY EXPRESS OR IMPLIED 601WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF 602MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. 603IN NO EVENT SHALL ARM LTD BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, 604SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED 605TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 606PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 607LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 608NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 609SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 610 611Android adaptation and tweak by Jim Huang <[email protected]>. 612 613------------------------------------------------------------------- 614 615Copyright (C) 2011 The Android Open Source Project 616All rights reserved. 617 618Redistribution and use in source and binary forms, with or without 619modification, are permitted provided that the following conditions 620are met: 621 * Redistributions of source code must retain the above copyright 622 notice, this list of conditions and the following disclaimer. 623 * Redistributions in binary form must reproduce the above copyright 624 notice, this list of conditions and the following disclaimer in 625 the documentation and/or other materials provided with the 626 distribution. 627 628THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 629"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT 630LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS 631FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE 632COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, 633INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, 634BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS 635OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED 636AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, 637OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT 638OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 639SUCH DAMAGE. 640 641------------------------------------------------------------------- 642 643Copyright (C) 2012 The Android Open Source Project 644 645Licensed under the Apache License, Version 2.0 (the "License"); 646you may not use this file except in compliance with the License. 647You may obtain a copy of the License at 648 649 http://www.apache.org/licenses/LICENSE-2.0 650 651Unless required by applicable law or agreed to in writing, software 652distributed under the License is distributed on an "AS IS" BASIS, 653WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 654See the License for the specific language governing permissions and 655limitations under the License. 656 657------------------------------------------------------------------- 658 659Copyright (C) 2012 The Android Open Source Project 660All rights reserved. 661 662Redistribution and use in source and binary forms, with or without 663modification, are permitted provided that the following conditions 664are met: 665 * Redistributions of source code must retain the above copyright 666 notice, this list of conditions and the following disclaimer. 667 * Redistributions in binary form must reproduce the above copyright 668 notice, this list of conditions and the following disclaimer in 669 the documentation and/or other materials provided with the 670 distribution. 671 672THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 673"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT 674LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS 675FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE 676COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, 677INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, 678BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS 679OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED 680AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, 681OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT 682OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 683SUCH DAMAGE. 684 685------------------------------------------------------------------- 686 687Copyright (C) 2013 The Android Open Source Project 688 689Licensed under the Apache License, Version 2.0 (the "License"); 690you may not use this file except in compliance with the License. 691You may obtain a copy of the License at 692 693 http://www.apache.org/licenses/LICENSE-2.0 694 695Unless required by applicable law or agreed to in writing, software 696distributed under the License is distributed on an "AS IS" BASIS, 697WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 698See the License for the specific language governing permissions and 699limitations under the License. 700 701------------------------------------------------------------------- 702 703Copyright (C) 2013 The Android Open Source Project 704All rights reserved. 705 706Redistribution and use in source and binary forms, with or without 707modification, are permitted provided that the following conditions 708are met: 709 * Redistributions of source code must retain the above copyright 710 notice, this list of conditions and the following disclaimer. 711 * Redistributions in binary form must reproduce the above copyright 712 notice, this list of conditions and the following disclaimer in 713 the documentation and/or other materials provided with the 714 distribution. 715 716THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 717"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT 718LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS 719FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE 720COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, 721INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, 722BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS 723OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED 724AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, 725OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT 726OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 727SUCH DAMAGE. 728 729------------------------------------------------------------------- 730 731Copyright (C) 2013 The Android Open Source Project 732All rights reserved. 733Copyright (c) 2013-2014 NVIDIA Corporation. All rights reserved. 734 735Redistribution and use in source and binary forms, with or without 736modification, are permitted provided that the following conditions 737are met: 738 * Redistributions of source code must retain the above copyright 739 notice, this list of conditions and the following disclaimer. 740 * Redistributions in binary form must reproduce the above copyright 741 notice, this list of conditions and the following disclaimer in 742 the documentation and/or other materials provided with the 743 distribution. 744 745THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 746"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT 747LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS 748FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE 749COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, 750INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, 751BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS 752OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED 753AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, 754OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT 755OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 756SUCH DAMAGE. 757 758------------------------------------------------------------------- 759 760Copyright (C) 2013 The Android Open Source Project 761Copyright (c) 2014, NVIDIA CORPORATION. All rights reserved. 762All rights reserved. 763 764Redistribution and use in source and binary forms, with or without 765modification, are permitted provided that the following conditions 766are met: 767 * Redistributions of source code must retain the above copyright 768 notice, this list of conditions and the following disclaimer. 769 * Redistributions in binary form must reproduce the above copyright 770 notice, this list of conditions and the following disclaimer in 771 the documentation and/or other materials provided with the 772 distribution. 773 774THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 775"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT 776LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS 777FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE 778COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, 779INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, 780BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS 781OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED 782AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, 783OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT 784OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 785SUCH DAMAGE. 786 787------------------------------------------------------------------- 788 789Copyright (C) 2014 The Android Open Source Project 790 791Licensed under the Apache License, Version 2.0 (the "License"); 792you may not use this file except in compliance with the License. 793You may obtain a copy of the License at 794 795 http://www.apache.org/licenses/LICENSE-2.0 796 797Unless required by applicable law or agreed to in writing, software 798distributed under the License is distributed on an "AS IS" BASIS, 799WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 800See the License for the specific language governing permissions and 801limitations under the License. 802 803------------------------------------------------------------------- 804 805Copyright (C) 2014 The Android Open Source Project 806All rights reserved. 807 808Redistribution and use in source and binary forms, with or without 809modification, are permitted provided that the following conditions 810are met: 811 * Redistributions of source code must retain the above copyright 812 notice, this list of conditions and the following disclaimer. 813 * Redistributions in binary form must reproduce the above copyright 814 notice, this list of conditions and the following disclaimer in 815 the documentation and/or other materials provided with the 816 distribution. 817 818THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 819"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT 820LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS 821FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE 822COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, 823INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, 824BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS 825OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED 826AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, 827OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT 828OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 829SUCH DAMAGE. 830 831------------------------------------------------------------------- 832 833Copyright (C) 2014 The Android Open Source Project 834All rights reserved. 835 836Redistribution and use in source and binary forms, with or without 837modification, are permitted provided that the following conditions 838are met: 8391. Redistributions of source code must retain the above copyright 840 notice, this list of conditions and the following disclaimer. 8412. Redistributions in binary form must reproduce the above copyright 842 notice, this list of conditions and the following disclaimer in the 843 documentation and/or other materials provided with the distribution. 844 845THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND 846ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 847IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 848ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE 849FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 850DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 851OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 852HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 853LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 854OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 855SUCH DAMAGE. 856 857------------------------------------------------------------------- 858 859Copyright (C) 2015 The Android Open Source Project 860 861Licensed under the Apache License, Version 2.0 (the "License"); 862you may not use this file except in compliance with the License. 863You may obtain a copy of the License at 864 865 http://www.apache.org/licenses/LICENSE-2.0 866 867 Unless required by applicable law or agreed to in writing, software 868distributed under the License is distributed on an "AS IS" BASIS, 869WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 870See the License for the specific language governing permissions and 871limitations under the License. 872 873------------------------------------------------------------------- 874 875Copyright (C) 2015 The Android Open Source Project 876 877Licensed under the Apache License, Version 2.0 (the "License"); 878you may not use this file except in compliance with the License. 879You may obtain a copy of the License at 880 881 http://www.apache.org/licenses/LICENSE-2.0 882 883Unless required by applicable law or agreed to in writing, software 884distributed under the License is distributed on an "AS IS" BASIS, 885WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 886See the License for the specific language governing permissions and 887limitations under the License. 888 889------------------------------------------------------------------- 890 891Copyright (C) 2015 The Android Open Source Project 892All rights reserved. 893 894Redistribution and use in source and binary forms, with or without 895modification, are permitted provided that the following conditions 896are met: 897 * Redistributions of source code must retain the above copyright 898 notice, this list of conditions and the following disclaimer. 899 * Redistributions in binary form must reproduce the above copyright 900 notice, this list of conditions and the following disclaimer in 901 the documentation and/or other materials provided with the 902 distribution. 903 904THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 905"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT 906LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS 907FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE 908COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, 909INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, 910BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS 911OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED 912AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, 913OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT 914OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 915SUCH DAMAGE. 916 917------------------------------------------------------------------- 918 919Copyright (C) 2016 The Android Open Source Project 920 921Licensed under the Apache License, Version 2.0 (the "License"); 922you may not use this file except in compliance with the License. 923You may obtain a copy of the License at 924 925 http://www.apache.org/licenses/LICENSE-2.0 926 927Unless required by applicable law or agreed to in writing, software 928distributed under the License is distributed on an "AS IS" BASIS, 929WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 930See the License for the specific language governing permissions and 931limitations under the License. 932 933------------------------------------------------------------------- 934 935Copyright (C) 2016 The Android Open Source Project 936All rights reserved. 937 938Redistribution and use in source and binary forms, with or without 939modification, are permitted provided that the following conditions 940are met: 941 * Redistributions of source code must retain the above copyright 942 notice, this list of conditions and the following disclaimer. 943 * Redistributions in binary form must reproduce the above copyright 944 notice, this list of conditions and the following disclaimer in 945 the documentation and/or other materials provided with the 946 distribution. 947 948THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 949"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT 950LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS 951FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE 952COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, 953INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, 954BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS 955OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED 956AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, 957OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT 958OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 959SUCH DAMAGE. 960 961------------------------------------------------------------------- 962 963Copyright (C) 2017 The Android Open Source Project 964All rights reserved. 965 966Redistribution and use in source and binary forms, with or without 967modification, are permitted provided that the following conditions 968are met: 969 * Redistributions of source code must retain the above copyright 970 notice, this list of conditions and the following disclaimer. 971 * Redistributions in binary form must reproduce the above copyright 972 notice, this list of conditions and the following disclaimer in 973 the documentation and/or other materials provided with the 974 distribution. 975 976THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 977"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT 978LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS 979FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE 980COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, 981INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, 982BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS 983OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED 984AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, 985OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT 986OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 987SUCH DAMAGE. 988 989------------------------------------------------------------------- 990 991Copyright (c) 1980, 1983, 1988, 1993 992 The Regents of the University of California. All rights reserved. 993 994Redistribution and use in source and binary forms, with or without 995modification, are permitted provided that the following conditions 996are met: 9971. Redistributions of source code must retain the above copyright 998 notice, this list of conditions and the following disclaimer. 9992. 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. 10023. All advertising materials mentioning features or use of this software 1003 must display the following acknowledgement: 1004 This product includes software developed by the University of 1005 California, Berkeley and its contributors. 10064. Neither the name of the University nor the names of its contributors 1007 may be used to endorse or promote products derived from this software 1008 without specific prior written permission. 1009 1010THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND 1011ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 1012IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 1013ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE 1014FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 1015DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 1016OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 1017HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 1018LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 1019OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 1020SUCH DAMAGE. 1021 1022 1023Portions Copyright (c) 1993 by Digital Equipment Corporation. 1024 1025Permission to use, copy, modify, and distribute this software for any 1026purpose with or without fee is hereby granted, provided that the above 1027copyright notice and this permission notice appear in all copies, and that 1028the name of Digital Equipment Corporation not be used in advertising or 1029publicity pertaining to distribution of the document or software without 1030specific, written prior permission. 1031 1032THE SOFTWARE IS PROVIDED "AS IS" AND DIGITAL EQUIPMENT CORP. DISCLAIMS ALL 1033WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES 1034OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL DIGITAL EQUIPMENT 1035CORPORATION BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL 1036DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR 1037PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS 1038ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS 1039SOFTWARE. 1040 1041------------------------------------------------------------------- 1042 1043Copyright (c) 1982, 1986, 1993 1044 The Regents of the University of California. All rights reserved. 1045 1046Redistribution and use in source and binary forms, with or without 1047modification, are permitted provided that the following conditions 1048are met: 10491. Redistributions of source code must retain the above copyright 1050 notice, this list of conditions and the following disclaimer. 10512. Redistributions in binary form must reproduce the above copyright 1052 notice, this list of conditions and the following disclaimer in the 1053 documentation and/or other materials provided with the distribution. 10543. Neither the name of the University nor the names of its contributors 1055 may be used to endorse or promote products derived from this software 1056 without specific prior written permission. 1057 1058THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND 1059ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 1060IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 1061ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE 1062FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 1063DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 1064OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 1065HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 1066LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 1067OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 1068SUCH DAMAGE. 1069 1070------------------------------------------------------------------- 1071 1072Copyright (c) 1982, 1986, 1993 1073 The Regents of the University of California. All rights reserved. 1074(c) UNIX System Laboratories, Inc. 1075All or some portions of this file are derived from material licensed 1076to the University of California by American Telephone and Telegraph 1077Co. or Unix System Laboratories, Inc. and are reproduced herein with 1078the permission of UNIX System Laboratories, Inc. 1079 1080Redistribution and use in source and binary forms, with or without 1081modification, are permitted provided that the following conditions 1082are met: 10831. Redistributions of source code must retain the above copyright 1084 notice, this list of conditions and the following disclaimer. 10852. Redistributions in binary form must reproduce the above copyright 1086 notice, this list of conditions and the following disclaimer in the 1087 documentation and/or other materials provided with the distribution. 10883. Neither the name of the University nor the names of its contributors 1089 may be used to endorse or promote products derived from this software 1090 without specific prior written permission. 1091 1092THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND 1093ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 1094IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 1095ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE 1096FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 1097DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 1098OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 1099HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 1100LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 1101OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 1102SUCH DAMAGE. 1103 1104------------------------------------------------------------------- 1105 1106Copyright (c) 1983, 1987, 1989 1107 The Regents of the University of California. All rights reserved. 1108 1109Redistribution and use in source and binary forms, with or without 1110modification, are permitted provided that the following conditions 1111are met: 11121. Redistributions of source code must retain the above copyright 1113 notice, this list of conditions and the following disclaimer. 11142. Redistributions in binary form must reproduce the above copyright 1115 notice, this list of conditions and the following disclaimer in the 1116 documentation and/or other materials provided with the distribution. 11173. Neither the name of the University nor the names of its contributors 1118 may be used to endorse or promote products derived from this software 1119 without specific prior written permission. 1120 1121THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND 1122ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 1123IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 1124ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE 1125FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 1126DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 1127OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 1128HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 1129LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 1130OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 1131SUCH DAMAGE. 1132 1133------------------------------------------------------------------- 1134 1135Copyright (c) 1983, 1989 1136 The Regents of the University of California. All rights reserved. 1137 1138Redistribution and use in source and binary forms, with or without 1139modification, are permitted provided that the following conditions 1140are met: 11411. Redistributions of source code must retain the above copyright 1142 notice, this list of conditions and the following disclaimer. 11432. Redistributions in binary form must reproduce the above copyright 1144 notice, this list of conditions and the following disclaimer in the 1145 documentation and/or other materials provided with the distribution. 11463. All advertising materials mentioning features or use of this software 1147 must display the following acknowledgement: 1148 This product includes software developed by the University of 1149 California, Berkeley and its contributors. 11504. Neither the name of the University nor the names of its contributors 1151 may be used to endorse or promote products derived from this software 1152 without specific prior written permission. 1153 1154THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND 1155ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 1156IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 1157ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE 1158FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 1159DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 1160OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 1161HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 1162LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 1163OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 1164SUCH DAMAGE. 1165 1166------------------------------------------------------------------- 1167 1168Copyright (c) 1983, 1989, 1993 1169 The Regents of the University of California. All rights reserved. 1170 1171Redistribution and use in source and binary forms, with or without 1172modification, are permitted provided that the following conditions 1173are met: 11741. Redistributions of source code must retain the above copyright 1175 notice, this list of conditions and the following disclaimer. 11762. Redistributions in binary form must reproduce the above copyright 1177 notice, this list of conditions and the following disclaimer in the 1178 documentation and/or other materials provided with the distribution. 11793. Neither the name of the University nor the names of its contributors 1180 may be used to endorse or promote products derived from this software 1181 without specific prior written permission. 1182 1183THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND 1184ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 1185IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 1186ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE 1187FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 1188DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 1189OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 1190HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 1191LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 1192OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 1193SUCH DAMAGE. 1194 1195------------------------------------------------------------------- 1196 1197Copyright (c) 1983, 1993 1198 The Regents of the University of California. All rights reserved. 1199 1200Redistribution and use in source and binary forms, with or without 1201modification, are permitted provided that the following conditions 1202are met: 12031. Redistributions of source code must retain the above copyright 1204 notice, this list of conditions and the following disclaimer. 12052. Redistributions in binary form must reproduce the above copyright 1206 notice, this list of conditions and the following disclaimer in the 1207 documentation and/or other materials provided with the distribution. 12083. Neither the name of the University nor the names of its contributors 1209 may be used to endorse or promote products derived from this software 1210 without specific prior written permission. 1211 1212THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND 1213ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 1214IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 1215ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE 1216FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 1217DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 1218OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 1219HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 1220LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 1221OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 1222SUCH DAMAGE. 1223 1224------------------------------------------------------------------- 1225 1226Copyright (c) 1983, 1993 1227 The Regents of the University of California. All rights reserved. 1228 1229Redistribution and use in source and binary forms, with or without 1230modification, are permitted provided that the following conditions 1231are met: 12321. Redistributions of source code must retain the above copyright 1233 notice, this list of conditions and the following disclaimer. 12342. Redistributions in binary form must reproduce the above copyright 1235 notice, this list of conditions and the following disclaimer in the 1236 documentation and/or other materials provided with the distribution. 12374. Neither the name of the University nor the names of its contributors 1238 may be used to endorse or promote products derived from this software 1239 without specific prior written permission. 1240 1241THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND 1242ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 1243IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 1244ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE 1245FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 1246DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 1247OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 1248HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 1249LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 1250OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 1251SUCH DAMAGE. 1252 1253------------------------------------------------------------------- 1254 1255Copyright (c) 1985 1256 The Regents of the University of California. All rights reserved. 1257 1258Redistribution and use in source and binary forms, with or without 1259modification, are permitted provided that the following conditions 1260are met: 12611. Redistributions of source code must retain the above copyright 1262 notice, this list of conditions and the following disclaimer. 12632. Redistributions in binary form must reproduce the above copyright 1264 notice, this list of conditions and the following disclaimer in the 1265 documentation and/or other materials provided with the distribution. 12663. All advertising materials mentioning features or use of this software 1267 must display the following acknowledgement: 1268 This product includes software developed by the University of 1269 California, Berkeley and its contributors. 12704. Neither the name of the University nor the names of its contributors 1271 may be used to endorse or promote products derived from this software 1272 without specific prior written permission. 1273 1274THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND 1275ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 1276IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 1277ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE 1278FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 1279DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 1280OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 1281HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 1282LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 1283OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 1284SUCH DAMAGE. 1285 1286------------------------------------------------------------------- 1287 1288Copyright (c) 1985 Regents of the University of California. 1289All rights reserved. 1290 1291Redistribution and use in source and binary forms, with or without 1292modification, are permitted provided that the following conditions 1293are met: 12941. Redistributions of source code must retain the above copyright 1295 notice, this list of conditions and the following disclaimer. 12962. Redistributions in binary form must reproduce the above copyright 1297 notice, this list of conditions and the following disclaimer in the 1298 documentation and/or other materials provided with the distribution. 12993. Neither the name of the University nor the names of its contributors 1300 may be used to endorse or promote products derived from this software 1301 without specific prior written permission. 1302 1303THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND 1304ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 1305IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 1306ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE 1307FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 1308DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 1309OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 1310HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 1311LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 1312OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 1313SUCH DAMAGE. 1314 1315------------------------------------------------------------------- 1316 1317Copyright (c) 1985, 1988, 1993 1318 The Regents of the University of California. All rights reserved. 1319 1320Redistribution and use in source and binary forms, with or without 1321modification, are permitted provided that the following conditions 1322are met: 13231. Redistributions of source code must retain the above copyright 1324 notice, this list of conditions and the following disclaimer. 13252. Redistributions in binary form must reproduce the above copyright 1326 notice, this list of conditions and the following disclaimer in the 1327 documentation and/or other materials provided with the distribution. 13283. Neither the name of the University nor the names of its contributors 1329 may be used to endorse or promote products derived from this software 1330 without specific prior written permission. 1331 1332THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND 1333ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 1334IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 1335ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE 1336FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 1337DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 1338OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 1339HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 1340LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 1341OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 1342SUCH DAMAGE. 1343 1344Portions Copyright (c) 1993 by Digital Equipment Corporation. 1345 1346Permission to use, copy, modify, and distribute this software for any 1347purpose with or without fee is hereby granted, provided that the above 1348copyright notice and this permission notice appear in all copies, and that 1349the name of Digital Equipment Corporation not be used in advertising or 1350publicity pertaining to distribution of the document or software without 1351specific, written prior permission. 1352 1353THE SOFTWARE IS PROVIDED "AS IS" AND DIGITAL EQUIPMENT CORP. DISCLAIMS ALL 1354WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES 1355OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL DIGITAL EQUIPMENT 1356CORPORATION BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL 1357DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR 1358PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS 1359ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS 1360SOFTWARE. 1361 1362------------------------------------------------------------------- 1363 1364Copyright (c) 1985, 1989, 1993 1365 The Regents of the University of California. All rights reserved. 1366 1367Redistribution and use in source and binary forms, with or without 1368modification, are permitted provided that the following conditions 1369are met: 13701. Redistributions of source code must retain the above copyright 1371 notice, this list of conditions and the following disclaimer. 13722. Redistributions in binary form must reproduce the above copyright 1373 notice, this list of conditions and the following disclaimer in the 1374 documentation and/or other materials provided with the distribution. 13753. All advertising materials mentioning features or use of this software 1376 must display the following acknowledgement: 1377 This product includes software developed by the University of 1378 California, Berkeley and its contributors. 13794. Neither the name of the University nor the names of its contributors 1380 may be used to endorse or promote products derived from this software 1381 without specific prior written permission. 1382 1383THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND 1384ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 1385IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 1386ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE 1387FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 1388DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 1389OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 1390HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 1391LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 1392OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 1393SUCH DAMAGE. 1394 1395------------------------------------------------------------------- 1396 1397Copyright (c) 1985, 1993 1398 The Regents of the University of California. All rights reserved. 1399 1400Redistribution and use in source and binary forms, with or without 1401modification, are permitted provided that the following conditions 1402are met: 14031. Redistributions of source code must retain the above copyright 1404 notice, this list of conditions and the following disclaimer. 14052. Redistributions in binary form must reproduce the above copyright 1406 notice, this list of conditions and the following disclaimer in the 1407 documentation and/or other materials provided with the distribution. 14083. All advertising materials mentioning features or use of this software 1409 must display the following acknowledgement: 1410 This product includes software developed by the University of 1411 California, Berkeley and its contributors. 14124. Neither the name of the University nor the names of its contributors 1413 may be used to endorse or promote products derived from this software 1414 without specific prior written permission. 1415 1416THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND 1417ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 1418IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 1419ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE 1420FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 1421DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 1422OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 1423HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 1424LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 1425OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 1426SUCH DAMAGE. 1427 1428------------------------------------------------------------------- 1429 1430Copyright (c) 1985, 1993 1431 The Regents of the University of California. All rights reserved. 1432 1433Redistribution and use in source and binary forms, with or without 1434modification, are permitted provided that the following conditions 1435are met: 14361. Redistributions of source code must retain the above copyright 1437 notice, this list of conditions and the following disclaimer. 14382. Redistributions in binary form must reproduce the above copyright 1439 notice, this list of conditions and the following disclaimer in the 1440 documentation and/or other materials provided with the distribution. 14413. All advertising materials mentioning features or use of this software 1442 must display the following acknowledgement: 1443 This product includes software developed by the University of 1444 California, Berkeley and its contributors. 14454. Neither the name of the University nor the names of its contributors 1446 may be used to endorse or promote products derived from this software 1447 without specific prior written permission. 1448 1449THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND 1450ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 1451IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 1452ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE 1453FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 1454DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 1455OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 1456HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 1457LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 1458OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 1459SUCH DAMAGE. 1460 1461------------------------------------------------------------------- 1462 1463Copyright (c) 1985, 1993 1464 The Regents of the University of California. All rights reserved. 1465 1466Redistribution and use in source and binary forms, with or without 1467modification, are permitted provided that the following conditions 1468are met: 14691. Redistributions of source code must retain the above copyright 1470 notice, this list of conditions and the following disclaimer. 14712. Redistributions in binary form must reproduce the above copyright 1472 notice, this list of conditions and the following disclaimer in the 1473 documentation and/or other materials provided with the distribution. 14743. Neither the name of the University nor the names of its contributors 1475 may be used to endorse or promote products derived from this software 1476 without specific prior written permission. 1477 1478THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND 1479ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 1480IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 1481ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE 1482FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 1483DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 1484OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 1485HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 1486LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 1487OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 1488SUCH DAMAGE. 1489 1490------------------------------------------------------------------- 1491 1492Copyright (c) 1987 Regents of the University of California. 1493All rights reserved. 1494 1495Redistribution and use in source and binary forms, with or without 1496modification, are permitted provided that the following conditions 1497are met: 14981. Redistributions of source code must retain the above copyright 1499 notice, this list of conditions and the following disclaimer. 15002. Redistributions in binary form must reproduce the above copyright 1501 notice, this list of conditions and the following disclaimer in the 1502 documentation and/or other materials provided with the distribution. 15033. Neither the name of the University nor the names of its contributors 1504 may be used to endorse or promote products derived from this software 1505 without specific prior written permission. 1506 1507THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND 1508ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 1509IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 1510ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE 1511FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 1512DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 1513OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 1514HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 1515LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 1516OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 1517SUCH DAMAGE. 1518 1519------------------------------------------------------------------- 1520 1521Copyright (c) 1987, 1993 1522 The Regents of the University of California. All rights reserved. 1523 1524Redistribution and use in source and binary forms, with or without 1525modification, are permitted provided that the following conditions 1526are met: 15271. Redistributions of source code must retain the above copyright 1528 notice, this list of conditions and the following disclaimer. 15292. Redistributions in binary form must reproduce the above copyright 1530 notice, this list of conditions and the following disclaimer in the 1531 documentation and/or other materials provided with the distribution. 15323. All advertising materials mentioning features or use of this software 1533 must display the following acknowledgement: 1534 This product includes software developed by the University of 1535 California, Berkeley and its contributors. 15364. Neither the name of the University nor the names of its contributors 1537 may be used to endorse or promote products derived from this software 1538 without specific prior written permission. 1539 1540THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND 1541ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 1542IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 1543ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE 1544FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 1545DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 1546OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 1547HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 1548LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 1549OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 1550SUCH DAMAGE. 1551 1552------------------------------------------------------------------- 1553 1554Copyright (c) 1987, 1993 1555 The Regents of the University of California. All rights reserved. 1556 1557Redistribution and use in source and binary forms, with or without 1558modification, are permitted provided that the following conditions 1559are met: 15601. Redistributions of source code must retain the above copyright 1561 notice, this list of conditions and the following disclaimer. 15622. Redistributions in binary form must reproduce the above copyright 1563 notice, this list of conditions and the following disclaimer in the 1564 documentation and/or other materials provided with the distribution. 15653. Neither the name of the University nor the names of its contributors 1566 may be used to endorse or promote products derived from this software 1567 without specific prior written permission. 1568 1569THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND 1570ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 1571IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 1572ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE 1573FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 1574DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 1575OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 1576HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 1577LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 1578OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 1579SUCH DAMAGE. 1580 1581------------------------------------------------------------------- 1582 1583Copyright (c) 1988 Regents of the University of California. 1584All rights reserved. 1585 1586Redistribution and use in source and binary forms, with or without 1587modification, are permitted provided that the following conditions 1588are met: 15891. Redistributions of source code must retain the above copyright 1590 notice, this list of conditions and the following disclaimer. 15912. Redistributions in binary form must reproduce the above copyright 1592 notice, this list of conditions and the following disclaimer in the 1593 documentation and/or other materials provided with the distribution. 15943. Neither the name of the University nor the names of its contributors 1595 may be used to endorse or promote products derived from this software 1596 without specific prior written permission. 1597 1598THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND 1599ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 1600IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 1601ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE 1602FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 1603DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 1604OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 1605HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 1606LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 1607OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 1608SUCH DAMAGE. 1609 1610------------------------------------------------------------------- 1611 1612Copyright (c) 1988 The Regents of the University of California. 1613All rights reserved. 1614 1615Redistribution and use in source and binary forms, with or without 1616modification, are permitted provided that the following conditions 1617are met: 16181. Redistributions of source code must retain the above copyright 1619 notice, this list of conditions and the following disclaimer. 16202. Redistributions in binary form must reproduce the above copyright 1621 notice, this list of conditions and the following disclaimer in the 1622 documentation and/or other materials provided with the distribution. 16233. Neither the name of the University nor the names of its contributors 1624 may be used to endorse or promote products derived from this software 1625 without specific prior written permission. 1626 1627THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND 1628ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 1629IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 1630ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE 1631FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 1632DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 1633OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 1634HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 1635LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 1636OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 1637SUCH DAMAGE. 1638 1639------------------------------------------------------------------- 1640 1641Copyright (c) 1988, 1993 1642 The Regents of the University of California. All rights reserved. 1643 1644Redistribution and use in source and binary forms, with or without 1645modification, are permitted provided that the following conditions 1646are met: 16471. Redistributions of source code must retain the above copyright 1648 notice, this list of conditions and the following disclaimer. 16492. Redistributions in binary form must reproduce the above copyright 1650 notice, this list of conditions and the following disclaimer in the 1651 documentation and/or other materials provided with the distribution. 16523. All advertising materials mentioning features or use of this software 1653 must display the following acknowledgement: 1654 This product includes software developed by the University of 1655 California, Berkeley and its contributors. 16564. Neither the name of the University nor the names of its contributors 1657 may be used to endorse or promote products derived from this software 1658 without specific prior written permission. 1659 1660THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND 1661ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 1662IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 1663ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE 1664FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 1665DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 1666OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 1667HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 1668LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 1669OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 1670SUCH DAMAGE. 1671 1672------------------------------------------------------------------- 1673 1674Copyright (c) 1988, 1993 1675 The Regents of the University of California. All rights reserved. 1676 1677Redistribution and use in source and binary forms, with or without 1678modification, are permitted provided that the following conditions 1679are met: 16801. Redistributions of source code must retain the above copyright 1681 notice, this list of conditions and the following disclaimer. 16822. Redistributions in binary form must reproduce the above copyright 1683 notice, this list of conditions and the following disclaimer in the 1684 documentation and/or other materials provided with the distribution. 16853. All advertising materials mentioning features or use of this software 1686 must display the following acknowledgement: 1687 This product includes software developed by the University of 1688 California, Berkeley and its contributors. 16894. Neither the name of the University nor the names of its contributors 1690 may be used to endorse or promote products derived from this software 1691 without specific prior written permission. 1692 1693THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND 1694ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 1695IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 1696ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE 1697FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 1698DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 1699OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 1700HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 1701LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 1702OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 1703SUCH DAMAGE. 1704 1705------------------------------------------------------------------- 1706 1707Copyright (c) 1988, 1993 1708 The Regents of the University of California. All rights reserved. 1709 1710Redistribution and use in source and binary forms, with or without 1711modification, are permitted provided that the following conditions 1712are met: 17131. Redistributions of source code must retain the above copyright 1714 notice, this list of conditions and the following disclaimer. 17152. Redistributions in binary form must reproduce the above copyright 1716 notice, this list of conditions and the following disclaimer in the 1717 documentation and/or other materials provided with the distribution. 17183. Neither the name of the University nor the names of its contributors 1719 may be used to endorse or promote products derived from this software 1720 without specific prior written permission. 1721 1722THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND 1723ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 1724IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 1725ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE 1726FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 1727DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 1728OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 1729HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 1730LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 1731OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 1732SUCH DAMAGE. 1733 1734------------------------------------------------------------------- 1735 1736Copyright (c) 1988, 1993 1737 The Regents of the University of California. All rights reserved. 1738 1739This code is derived from software written by Ken Arnold and 1740published in UNIX Review, Vol. 6, No. 8. 1741 1742Redistribution and use in source and binary forms, with or without 1743modification, are permitted provided that the following conditions 1744are met: 17451. Redistributions of source code must retain the above copyright 1746 notice, this list of conditions and the following disclaimer. 17472. Redistributions in binary form must reproduce the above copyright 1748 notice, this list of conditions and the following disclaimer in the 1749 documentation and/or other materials provided with the distribution. 17503. Neither the name of the University nor the names of its contributors 1751 may be used to endorse or promote products derived from this software 1752 without specific prior written permission. 1753 1754THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND 1755ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 1756IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 1757ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE 1758FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 1759DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 1760OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 1761HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 1762LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 1763OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 1764SUCH DAMAGE. 1765 1766------------------------------------------------------------------- 1767 1768Copyright (c) 1989 The Regents of the University of California. 1769All rights reserved. 1770 1771Redistribution and use in source and binary forms, with or without 1772modification, are permitted provided that the following conditions 1773are met: 17741. Redistributions of source code must retain the above copyright 1775 notice, this list of conditions and the following disclaimer. 17762. Redistributions in binary form must reproduce the above copyright 1777 notice, this list of conditions and the following disclaimer in the 1778 documentation and/or other materials provided with the distribution. 17793. Neither the name of the University nor the names of its contributors 1780 may be used to endorse or promote products derived from this software 1781 without specific prior written permission. 1782 1783THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND 1784ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 1785IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 1786ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE 1787FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 1788DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 1789OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 1790HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 1791LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 1792OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 1793SUCH DAMAGE. 1794 1795------------------------------------------------------------------- 1796 1797Copyright (c) 1989 The Regents of the University of California. 1798All rights reserved. 1799(c) UNIX System Laboratories, Inc. 1800All or some portions of this file are derived from material licensed 1801to the University of California by American Telephone and Telegraph 1802Co. or Unix System Laboratories, Inc. and are reproduced herein with 1803the permission of UNIX System Laboratories, Inc. 1804 1805Redistribution and use in source and binary forms, with or without 1806modification, are permitted provided that the following conditions 1807are met: 18081. Redistributions of source code must retain the above copyright 1809 notice, this list of conditions and the following disclaimer. 18102. Redistributions in binary form must reproduce the above copyright 1811 notice, this list of conditions and the following disclaimer in the 1812 documentation and/or other materials provided with the distribution. 18133. Neither the name of the University nor the names of its contributors 1814 may be used to endorse or promote products derived from this software 1815 without specific prior written permission. 1816 1817THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND 1818ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 1819IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 1820ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE 1821FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 1822DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 1823OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 1824HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 1825LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 1826OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 1827SUCH DAMAGE. 1828 1829------------------------------------------------------------------- 1830 1831Copyright (c) 1989, 1993 1832 The Regents of the University of California. All rights reserved. 1833 1834Redistribution and use in source and binary forms, with or without 1835modification, are permitted provided that the following conditions 1836are met: 18371. Redistributions of source code must retain the above copyright 1838 notice, this list of conditions and the following disclaimer. 18392. Redistributions in binary form must reproduce the above copyright 1840 notice, this list of conditions and the following disclaimer in the 1841 documentation and/or other materials provided with the distribution. 18423. Neither the name of the University nor the names of its contributors 1843 may be used to endorse or promote products derived from this software 1844 without specific prior written permission. 1845 1846THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND 1847ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 1848IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 1849ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE 1850FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 1851DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 1852OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 1853HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 1854LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 1855OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 1856SUCH DAMAGE. 1857 1858------------------------------------------------------------------- 1859 1860Copyright (c) 1989, 1993 1861 The Regents of the University of California. All rights reserved. 1862 1863Redistribution and use in source and binary forms, with or without 1864modification, are permitted provided that the following conditions 1865are met: 18661. Redistributions of source code must retain the above copyright 1867 notice, this list of conditions and the following disclaimer. 18682. Redistributions in binary form must reproduce the above copyright 1869 notice, this list of conditions and the following disclaimer in the 1870 documentation and/or other materials provided with the distribution. 18714. Neither the name of the University nor the names of its contributors 1872 may be used to endorse or promote products derived from this software 1873 without specific prior written permission. 1874 1875THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND 1876ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 1877IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 1878ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE 1879FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 1880DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 1881OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 1882HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 1883LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 1884OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 1885SUCH DAMAGE. 1886 1887------------------------------------------------------------------- 1888 1889Copyright (c) 1989, 1993 1890 The Regents of the University of California. All rights reserved. 1891 1892This code is derived from software contributed to Berkeley by 1893Roger L. Snyder. 1894 1895Redistribution and use in source and binary forms, with or without 1896modification, are permitted provided that the following conditions 1897are met: 18981. Redistributions of source code must retain the above copyright 1899 notice, this list of conditions and the following disclaimer. 19002. Redistributions in binary form must reproduce the above copyright 1901 notice, this list of conditions and the following disclaimer in the 1902 documentation and/or other materials provided with the distribution. 19033. Neither the name of the University nor the names of its contributors 1904 may be used to endorse or promote products derived from this software 1905 without specific prior written permission. 1906 1907THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND 1908ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 1909IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 1910ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE 1911FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 1912DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 1913OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 1914HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 1915LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 1916OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 1917SUCH DAMAGE. 1918 1919------------------------------------------------------------------- 1920 1921Copyright (c) 1989, 1993 1922 The Regents of the University of California. All rights reserved. 1923(c) UNIX System Laboratories, Inc. 1924All or some portions of this file are derived from material licensed 1925to the University of California by American Telephone and Telegraph 1926Co. or Unix System Laboratories, Inc. and are reproduced herein with 1927the permission of UNIX System Laboratories, Inc. 1928 1929Redistribution and use in source and binary forms, with or without 1930modification, are permitted provided that the following conditions 1931are met: 19321. Redistributions of source code must retain the above copyright 1933 notice, this list of conditions and the following disclaimer. 19342. Redistributions in binary form must reproduce the above copyright 1935 notice, this list of conditions and the following disclaimer in the 1936 documentation and/or other materials provided with the distribution. 19373. Neither the name of the University nor the names of its contributors 1938 may be used to endorse or promote products derived from this software 1939 without specific prior written permission. 1940 1941THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND 1942ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 1943IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 1944ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE 1945FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 1946DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 1947OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 1948HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 1949LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 1950OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 1951SUCH DAMAGE. 1952 1953------------------------------------------------------------------- 1954 1955Copyright (c) 1990 Regents of the University of California. 1956All rights reserved. 1957 1958This code is derived from software contributed to Berkeley by 1959Chris Torek. 1960 1961Redistribution and use in source and binary forms, with or without 1962modification, are permitted provided that the following conditions 1963are met: 19641. Redistributions of source code must retain the above copyright 1965 notice, this list of conditions and the following disclaimer. 19662. Redistributions in binary form must reproduce the above copyright 1967 notice, this list of conditions and the following disclaimer in the 1968 documentation and/or other materials provided with the distribution. 19693. Neither the name of the University nor the names of its contributors 1970 may be used to endorse or promote products derived from this software 1971 without specific prior written permission. 1972 1973THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND 1974ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 1975IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 1976ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE 1977FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 1978DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 1979OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 1980HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 1981LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 1982OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 1983SUCH DAMAGE. 1984 1985------------------------------------------------------------------- 1986 1987Copyright (c) 1990 The Regents of the University of California. 1988All rights reserved. 1989 1990Redistribution and use in source and binary forms, with or without 1991modification, are permitted provided that the following conditions 1992are met: 19931. Redistributions of source code must retain the above copyright 1994 notice, this list of conditions and the following disclaimer. 19952. Redistributions in binary form must reproduce the above copyright 1996 notice, this list of conditions and the following disclaimer in the 1997 documentation and/or other materials provided with the distribution. 19983. Neither the name of the University nor the names of its contributors 1999 may be used to endorse or promote products derived from this software 2000 without specific prior written permission. 2001 2002THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND 2003ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 2004IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 2005ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE 2006FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 2007DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 2008OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 2009HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 2010LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 2011OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 2012SUCH DAMAGE. 2013 2014------------------------------------------------------------------- 2015 2016Copyright (c) 1990 The Regents of the University of California. 2017All rights reserved. 2018 2019This code is derived from software contributed to Berkeley by 2020Chris Torek. 2021 2022Redistribution and use in source and binary forms, with or without 2023modification, are permitted provided that the following conditions 2024are met: 20251. Redistributions of source code must retain the above copyright 2026 notice, this list of conditions and the following disclaimer. 20272. Redistributions in binary form must reproduce the above copyright 2028 notice, this list of conditions and the following disclaimer in the 2029 documentation and/or other materials provided with the distribution. 20303. Neither the name of the University nor the names of its contributors 2031 may be used to endorse or promote products derived from this software 2032 without specific prior written permission. 2033 2034THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND 2035ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 2036IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 2037ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE 2038FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 2039DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 2040OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 2041HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 2042LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 2043OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 2044SUCH DAMAGE. 2045 2046------------------------------------------------------------------- 2047 2048Copyright (c) 1990 The Regents of the University of California. 2049All rights reserved. 2050 2051This code is derived from software contributed to Berkeley by 2052William Jolitz. 2053 2054Redistribution and use in source and binary forms, with or without 2055modification, are permitted provided that the following conditions 2056are met: 20571. Redistributions of source code must retain the above copyright 2058 notice, this list of conditions and the following disclaimer. 20592. Redistributions in binary form must reproduce the above copyright 2060 notice, this list of conditions and the following disclaimer in the 2061 documentation and/or other materials provided with the distribution. 20623. Neither the name of the University nor the names of its contributors 2063 may be used to endorse or promote products derived from this software 2064 without specific prior written permission. 2065 2066THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND 2067ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 2068IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 2069ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE 2070FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 2071DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 2072OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 2073HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 2074LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 2075OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 2076SUCH DAMAGE. 2077 2078------------------------------------------------------------------- 2079 2080Copyright (c) 1990, 1993 2081 The Regents of the University of California. All rights reserved. 2082 2083Redistribution and use in source and binary forms, with or without 2084modification, are permitted provided that the following conditions 2085are met: 20861. Redistributions of source code must retain the above copyright 2087 notice, this list of conditions and the following disclaimer. 20882. Redistributions in binary form must reproduce the above copyright 2089 notice, this list of conditions and the following disclaimer in the 2090 documentation and/or other materials provided with the distribution. 20913. Neither the name of the University nor the names of its contributors 2092 may be used to endorse or promote products derived from this software 2093 without specific prior written permission. 2094 2095THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND 2096ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 2097IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 2098ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE 2099FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 2100DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 2101OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 2102HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 2103LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 2104OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 2105SUCH DAMAGE. 2106 2107------------------------------------------------------------------- 2108 2109Copyright (c) 1990, 1993 2110 The Regents of the University of California. All rights reserved. 2111 2112This code is derived from software contributed to Berkeley by 2113Chris Torek. 2114 2115Redistribution and use in source and binary forms, with or without 2116modification, are permitted provided that the following conditions 2117are met: 21181. Redistributions of source code must retain the above copyright 2119 notice, this list of conditions and the following disclaimer. 21202. Redistributions in binary form must reproduce the above copyright 2121 notice, this list of conditions and the following disclaimer in the 2122 documentation and/or other materials provided with the distribution. 21233. Neither the name of the University nor the names of its contributors 2124 may be used to endorse or promote products derived from this software 2125 without specific prior written permission. 2126 2127THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND 2128ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 2129IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 2130ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE 2131FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 2132DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 2133OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 2134HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 2135LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 2136OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 2137SUCH DAMAGE. 2138 2139------------------------------------------------------------------- 2140 2141Copyright (c) 1990, 1993 2142 The Regents of the University of California. All rights reserved. 2143 2144This code is derived from software contributed to Berkeley by 2145Donn Seeley at UUNET Technologies, Inc. 2146 2147Redistribution and use in source and binary forms, with or without 2148modification, are permitted provided that the following conditions 2149are met: 21501. Redistributions of source code must retain the above copyright 2151 notice, this list of conditions and the following disclaimer. 21522. Redistributions in binary form must reproduce the above copyright 2153 notice, this list of conditions and the following disclaimer in the 2154 documentation and/or other materials provided with the distribution. 21553. Neither the name of the University nor the names of its contributors 2156 may be used to endorse or promote products derived from this software 2157 without specific prior written permission. 2158 2159THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND 2160ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 2161IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 2162ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE 2163FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 2164DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 2165OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 2166HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 2167LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 2168OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 2169SUCH DAMAGE. 2170 2171------------------------------------------------------------------- 2172 2173Copyright (c) 1990, 1993 2174 The Regents of the University of California. All rights reserved. 2175 2176This code is derived from software contributed to Berkeley by 2177Donn Seeley at UUNET Technologies, Inc. 2178 2179Redistribution and use in source and binary forms, with or without 2180modification, are permitted provided that the following conditions 2181are met: 21821. Redistributions of source code must retain the above copyright 2183 notice, this list of conditions and the following disclaimer. 21842. Redistributions in binary form must reproduce the above copyright 2185 notice, this list of conditions and the following disclaimer in the 2186 documentation and/or other materials provided with the distribution. 21874. Neither the name of the University nor the names of its contributors 2188 may be used to endorse or promote products derived from this software 2189 without specific prior written permission. 2190 2191THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND 2192ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 2193IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 2194ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE 2195FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 2196DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 2197OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 2198HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 2199LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 2200OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 2201SUCH DAMAGE. 2202 2203------------------------------------------------------------------- 2204 2205Copyright (c) 1990, 1993 2206 The Regents of the University of California. All rights reserved. 2207(c) UNIX System Laboratories, Inc. 2208All or some portions of this file are derived from material licensed 2209to the University of California by American Telephone and Telegraph 2210Co. or Unix System Laboratories, Inc. and are reproduced herein with 2211the permission of UNIX System Laboratories, Inc. 2212 2213Redistribution and use in source and binary forms, with or without 2214modification, are permitted provided that the following conditions 2215are met: 22161. Redistributions of source code must retain the above copyright 2217 notice, this list of conditions and the following disclaimer. 22182. Redistributions in binary form must reproduce the above copyright 2219 notice, this list of conditions and the following disclaimer in the 2220 documentation and/or other materials provided with the distribution. 22213. Neither the name of the University nor the names of its contributors 2222 may be used to endorse or promote products derived from this software 2223 without specific prior written permission. 2224 2225THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND 2226ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 2227IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 2228ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE 2229FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 2230DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 2231OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 2232HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 2233LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 2234OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 2235SUCH DAMAGE. 2236 2237------------------------------------------------------------------- 2238 2239Copyright (c) 1990, 1993, 1994 2240 The Regents of the University of California. All rights reserved. 2241 2242Redistribution and use in source and binary forms, with or without 2243modification, are permitted provided that the following conditions 2244are met: 22451. Redistributions of source code must retain the above copyright 2246 notice, this list of conditions and the following disclaimer. 22472. Redistributions in binary form must reproduce the above copyright 2248 notice, this list of conditions and the following disclaimer in the 2249 documentation and/or other materials provided with the distribution. 22503. Neither the name of the University nor the names of its contributors 2251 may be used to endorse or promote products derived from this software 2252 without specific prior written permission. 2253 2254THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND 2255ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 2256IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 2257ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE 2258FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 2259DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 2260OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 2261HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 2262LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 2263OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 2264SUCH DAMAGE. 2265 2266------------------------------------------------------------------- 2267 2268Copyright (c) 1990, 1993, 1994 2269 The Regents of the University of California. All rights reserved. 2270 2271This code is derived from software contributed to Berkeley by 2272Chris Torek. 2273 2274Redistribution and use in source and binary forms, with or without 2275modification, are permitted provided that the following conditions 2276are met: 22771. Redistributions of source code must retain the above copyright 2278 notice, this list of conditions and the following disclaimer. 22792. Redistributions in binary form must reproduce the above copyright 2280 notice, this list of conditions and the following disclaimer in the 2281 documentation and/or other materials provided with the distribution. 22823. Neither the name of the University nor the names of its contributors 2283 may be used to endorse or promote products derived from this software 2284 without specific prior written permission. 2285 2286THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND 2287ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 2288IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 2289ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE 2290FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 2291DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 2292OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 2293HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 2294LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 2295OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 2296SUCH DAMAGE. 2297 2298------------------------------------------------------------------- 2299 2300Copyright (c) 1991 The Regents of the University of California. 2301All rights reserved. 2302 2303Redistribution and use in source and binary forms, with or without 2304modification, are permitted provided that the following conditions 2305are met: 23061. Redistributions of source code must retain the above copyright 2307 notice, this list of conditions and the following disclaimer. 23082. Redistributions in binary form must reproduce the above copyright 2309 notice, this list of conditions and the following disclaimer in the 2310 documentation and/or other materials provided with the distribution. 23113. Neither the name of the University nor the names of its contributors 2312 may be used to endorse or promote products derived from this software 2313 without specific prior written permission. 2314 2315THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND 2316ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 2317IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 2318ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE 2319FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 2320DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 2321OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 2322HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 2323LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 2324OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 2325SUCH DAMAGE. 2326 2327------------------------------------------------------------------- 2328 2329Copyright (c) 1991, 1993 2330 The Regents of the University of California. All rights reserved. 2331 2332Redistribution and use in source and binary forms, with or without 2333modification, are permitted provided that the following conditions 2334are met: 23351. Redistributions of source code must retain the above copyright 2336 notice, this list of conditions and the following disclaimer. 23372. Redistributions in binary form must reproduce the above copyright 2338 notice, this list of conditions and the following disclaimer in the 2339 documentation and/or other materials provided with the distribution. 23403. Neither the name of the University nor the names of its contributors 2341 may be used to endorse or promote products derived from this software 2342 without specific prior written permission. 2343 2344THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND 2345ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 2346IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 2347ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE 2348FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 2349DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 2350OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 2351HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 2352LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 2353OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 2354SUCH DAMAGE. 2355 2356------------------------------------------------------------------- 2357 2358Copyright (c) 1991, 1993 2359 The Regents of the University of California. All rights reserved. 2360 2361This code is derived from software contributed to Berkeley by 2362Berkeley Software Design, Inc. 2363 2364Redistribution and use in source and binary forms, with or without 2365modification, are permitted provided that the following conditions 2366are met: 23671. Redistributions of source code must retain the above copyright 2368 notice, this list of conditions and the following disclaimer. 23692. Redistributions in binary form must reproduce the above copyright 2370 notice, this list of conditions and the following disclaimer in the 2371 documentation and/or other materials provided with the distribution. 23723. Neither the name of the University nor the names of its contributors 2373 may be used to endorse or promote products derived from this software 2374 without specific prior written permission. 2375 2376THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND 2377ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 2378IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 2379ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE 2380FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 2381DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 2382OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 2383HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 2384LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 2385OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 2386SUCH DAMAGE. 2387 2388------------------------------------------------------------------- 2389 2390Copyright (c) 1991, 1993 2391 The Regents of the University of California. All rights reserved. 2392(c) UNIX System Laboratories, Inc. 2393All or some portions of this file are derived from material licensed 2394to the University of California by American Telephone and Telegraph 2395Co. or Unix System Laboratories, Inc. and are reproduced herein with 2396the permission of UNIX System Laboratories, Inc. 2397 2398This code is derived from software contributed to Berkeley by 2399Hugh Smith at The University of Guelph. 2400 2401Redistribution and use in source and binary forms, with or without 2402modification, are permitted provided that the following conditions 2403are met: 24041. Redistributions of source code must retain the above copyright 2405 notice, this list of conditions and the following disclaimer. 24062. Redistributions in binary form must reproduce the above copyright 2407 notice, this list of conditions and the following disclaimer in the 2408 documentation and/or other materials provided with the distribution. 24093. Neither the name of the University nor the names of its contributors 2410 may be used to endorse or promote products derived from this software 2411 without specific prior written permission. 2412 2413THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND 2414ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 2415IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 2416ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE 2417FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 2418DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 2419OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 2420HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 2421LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 2422OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 2423SUCH DAMAGE. 2424 2425------------------------------------------------------------------- 2426 2427Copyright (c) 1991, 1993, 1995, 2428 The Regents of the University of California. All rights reserved. 2429 2430This code is derived from software contributed to Berkeley by 2431Havard Eidnes. 2432 2433Redistribution and use in source and binary forms, with or without 2434modification, are permitted provided that the following conditions 2435are met: 24361. Redistributions of source code must retain the above copyright 2437 notice, this list of conditions and the following disclaimer. 24382. Redistributions in binary form must reproduce the above copyright 2439 notice, this list of conditions and the following disclaimer in the 2440 documentation and/or other materials provided with the distribution. 24413. Neither the name of the University nor the names of its contributors 2442 may be used to endorse or promote products derived from this software 2443 without specific prior written permission. 2444 2445THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND 2446ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 2447IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 2448ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE 2449FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 2450DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 2451OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 2452HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 2453LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 2454OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 2455SUCH DAMAGE. 2456 2457------------------------------------------------------------------- 2458 2459Copyright (c) 1992 Henry Spencer. 2460Copyright (c) 1992, 1993 2461 The Regents of the University of California. All rights reserved. 2462 2463This code is derived from software contributed to Berkeley by 2464Henry Spencer of the University of Toronto. 2465 2466Redistribution and use in source and binary forms, with or without 2467modification, are permitted provided that the following conditions 2468are met: 24691. Redistributions of source code must retain the above copyright 2470 notice, this list of conditions and the following disclaimer. 24712. Redistributions in binary form must reproduce the above copyright 2472 notice, this list of conditions and the following disclaimer in the 2473 documentation and/or other materials provided with the distribution. 24743. Neither the name of the University nor the names of its contributors 2475 may be used to endorse or promote products derived from this software 2476 without specific prior written permission. 2477 2478THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND 2479ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 2480IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 2481ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE 2482FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 2483DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 2484OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 2485HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 2486LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 2487OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 2488SUCH DAMAGE. 2489 2490------------------------------------------------------------------- 2491 2492Copyright (c) 1992 The Regents of the University of California. 2493All rights reserved. 2494 2495Redistribution and use in source and binary forms, with or without 2496modification, are permitted provided that the following conditions 2497are met: 24981. Redistributions of source code must retain the above copyright 2499 notice, this list of conditions and the following disclaimer. 25002. Redistributions in binary form must reproduce the above copyright 2501 notice, this list of conditions and the following disclaimer in the 2502 documentation and/or other materials provided with the distribution. 25033. Neither the name of the University nor the names of its contributors 2504 may be used to endorse or promote products derived from this software 2505 without specific prior written permission. 2506 2507THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND 2508ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 2509IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 2510ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE 2511FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 2512DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 2513OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 2514HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 2515LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 2516OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 2517SUCH DAMAGE. 2518 2519------------------------------------------------------------------- 2520 2521Copyright (c) 1992, 1993 2522 The Regents of the University of California. All rights reserved. 2523 2524Redistribution and use in source and binary forms, with or without 2525modification, are permitted provided that the following conditions 2526are met: 25271. Redistributions of source code must retain the above copyright 2528 notice, this list of conditions and the following disclaimer. 25292. Redistributions in binary form must reproduce the above copyright 2530 notice, this list of conditions and the following disclaimer in the 2531 documentation and/or other materials provided with the distribution. 25323. All advertising materials mentioning features or use of this software 2533 must display the following acknowledgement: 2534 This product includes software developed by the University of 2535 California, Berkeley and its contributors. 25364. Neither the name of the University nor the names of its contributors 2537 may be used to endorse or promote products derived from this software 2538 without specific prior written permission. 2539 2540THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND 2541ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 2542IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 2543ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE 2544FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 2545DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 2546OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 2547HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 2548LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 2549OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 2550SUCH DAMAGE. 2551 2552------------------------------------------------------------------- 2553 2554Copyright (c) 1992, 1993 2555 The Regents of the University of California. All rights reserved. 2556 2557Redistribution and use in source and binary forms, with or without 2558modification, are permitted provided that the following conditions 2559are met: 25601. Redistributions of source code must retain the above copyright 2561 notice, this list of conditions and the following disclaimer. 25622. Redistributions in binary form must reproduce the above copyright 2563 notice, this list of conditions and the following disclaimer in the 2564 documentation and/or other materials provided with the distribution. 25653. Neither the name of the University nor the names of its contributors 2566 may be used to endorse or promote products derived from this software 2567 without specific prior written permission. 2568 2569THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND 2570ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 2571IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 2572ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE 2573FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 2574DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 2575OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 2576HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 2577LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 2578OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 2579SUCH DAMAGE. 2580 2581------------------------------------------------------------------- 2582 2583Copyright (c) 1992, 1993 2584 The Regents of the University of California. All rights reserved. 2585 2586This code is derived from software contributed to Berkeley by 2587Ralph Campbell. 2588 2589Redistribution and use in source and binary forms, with or without 2590modification, are permitted provided that the following conditions 2591are met: 25921. Redistributions of source code must retain the above copyright 2593 notice, this list of conditions and the following disclaimer. 25942. Redistributions in binary form must reproduce the above copyright 2595 notice, this list of conditions and the following disclaimer in the 2596 documentation and/or other materials provided with the distribution. 25973. Neither the name of the University nor the names of its contributors 2598 may be used to endorse or promote products derived from this software 2599 without specific prior written permission. 2600 2601THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND 2602ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 2603IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 2604ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE 2605FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 2606DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 2607OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 2608HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 2609LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 2610OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 2611SUCH DAMAGE. 2612 2613------------------------------------------------------------------- 2614 2615Copyright (c) 1992, 1993 2616 The Regents of the University of California. All rights reserved. 2617 2618This code is derived from software contributed to Berkeley by 2619Ralph Campbell. This file is derived from the MIPS RISC 2620Architecture book by Gerry Kane. 2621 2622Redistribution and use in source and binary forms, with or without 2623modification, are permitted provided that the following conditions 2624are met: 26251. Redistributions of source code must retain the above copyright 2626 notice, this list of conditions and the following disclaimer. 26272. Redistributions in binary form must reproduce the above copyright 2628 notice, this list of conditions and the following disclaimer in the 2629 documentation and/or other materials provided with the distribution. 26303. Neither the name of the University nor the names of its contributors 2631 may be used to endorse or promote products derived from this software 2632 without specific prior written permission. 2633 2634THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND 2635ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 2636IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 2637ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE 2638FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 2639DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 2640OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 2641HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 2642LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 2643OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 2644SUCH DAMAGE. 2645 2646------------------------------------------------------------------- 2647 2648Copyright (c) 1992, 1993 2649 The Regents of the University of California. All rights reserved. 2650 2651This software was developed by the Computer Systems Engineering group 2652at Lawrence Berkeley Laboratory under DARPA contract BG 91-66 and 2653contributed to Berkeley. 2654 2655All advertising materials mentioning features or use of this software 2656must display the following acknowledgement: 2657 This product includes software developed by the University of 2658 California, Lawrence Berkeley Laboratory. 2659 2660Redistribution and use in source and binary forms, with or without 2661modification, are permitted provided that the following conditions 2662are met: 26631. Redistributions of source code must retain the above copyright 2664 notice, this list of conditions and the following disclaimer. 26652. Redistributions in binary form must reproduce the above copyright 2666 notice, this list of conditions and the following disclaimer in the 2667 documentation and/or other materials provided with the distribution. 26683. All advertising materials mentioning features or use of this software 2669 must display the following acknowledgement: 2670 This product includes software developed by the University of 2671 California, Berkeley and its contributors. 26724. Neither the name of the University nor the names of its contributors 2673 may be used to endorse or promote products derived from this software 2674 without specific prior written permission. 2675 2676THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND 2677ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 2678IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 2679ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE 2680FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 2681DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 2682OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 2683HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 2684LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 2685OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 2686SUCH DAMAGE. 2687 2688------------------------------------------------------------------- 2689 2690Copyright (c) 1992, 1993 2691 The Regents of the University of California. All rights reserved. 2692(c) UNIX System Laboratories, Inc. 2693All or some portions of this file are derived from material licensed 2694to the University of California by American Telephone and Telegraph 2695Co. or Unix System Laboratories, Inc. and are reproduced herein with 2696the permission of UNIX System Laboratories, Inc. 2697 2698Redistribution and use in source and binary forms, with or without 2699modification, are permitted provided that the following conditions 2700are met: 27011. Redistributions of source code must retain the above copyright 2702 notice, this list of conditions and the following disclaimer. 27032. Redistributions in binary form must reproduce the above copyright 2704 notice, this list of conditions and the following disclaimer in the 2705 documentation and/or other materials provided with the distribution. 27063. Neither the name of the University nor the names of its contributors 2707 may be used to endorse or promote products derived from this software 2708 without specific prior written permission. 2709 2710THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND 2711ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 2712IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 2713ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE 2714FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 2715DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 2716OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 2717HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 2718LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 2719OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 2720SUCH DAMAGE. 2721 2722------------------------------------------------------------------- 2723 2724Copyright (c) 1992, 1993, 1994 2725 The Regents of the University of California. All rights reserved. 2726 2727This code is derived from software contributed to Berkeley by 2728Henry Spencer. 2729 2730Redistribution and use in source and binary forms, with or without 2731modification, are permitted provided that the following conditions 2732are met: 27331. Redistributions of source code must retain the above copyright 2734 notice, this list of conditions and the following disclaimer. 27352. Redistributions in binary form must reproduce the above copyright 2736 notice, this list of conditions and the following disclaimer in the 2737 documentation and/or other materials provided with the distribution. 27383. Neither the name of the University nor the names of its contributors 2739 may be used to endorse or promote products derived from this software 2740 without specific prior written permission. 2741 2742THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND 2743ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 2744IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 2745ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE 2746FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 2747DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 2748OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 2749HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 2750LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 2751OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 2752SUCH DAMAGE. 2753 2754------------------------------------------------------------------- 2755 2756Copyright (c) 1992, 1993, 1994 Henry Spencer. 2757 2758This code is derived from software contributed to Berkeley by 2759Henry Spencer. 2760 2761Redistribution and use in source and binary forms, with or without 2762modification, are permitted provided that the following conditions 2763are met: 27641. Redistributions of source code must retain the above copyright 2765 notice, this list of conditions and the following disclaimer. 27662. Redistributions in binary form must reproduce the above copyright 2767 notice, this list of conditions and the following disclaimer in the 2768 documentation and/or other materials provided with the distribution. 27693. All advertising materials mentioning features or use of this software 2770 must display the following acknowledgement: 2771 This product includes software developed by the University of 2772 California, Berkeley and its contributors. 27734. Neither the name of the University nor the names of its contributors 2774 may be used to endorse or promote products derived from this software 2775 without specific prior written permission. 2776 2777THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND 2778ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 2779IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 2780ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE 2781FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 2782DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 2783OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 2784HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 2785LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 2786OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 2787SUCH DAMAGE. 2788 2789------------------------------------------------------------------- 2790 2791Copyright (c) 1993 2792 The Regents of the University of California. All rights reserved. 2793 2794Redistribution and use in source and binary forms, with or without 2795modification, are permitted provided that the following conditions 2796are met: 27971. Redistributions of source code must retain the above copyright 2798 notice, this list of conditions and the following disclaimer. 27992. Redistributions in binary form must reproduce the above copyright 2800 notice, this list of conditions and the following disclaimer in the 2801 documentation and/or other materials provided with the distribution. 28023. Neither the name of the University nor the names of its contributors 2803 may be used to endorse or promote products derived from this software 2804 without specific prior written permission. 2805 2806THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND 2807ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 2808IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 2809ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE 2810FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 2811DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 2812OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 2813HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 2814LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 2815OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 2816SUCH DAMAGE. 2817 2818------------------------------------------------------------------- 2819 2820Copyright (c) 1993 Martin Birgmeier 2821All rights reserved. 2822 2823You may redistribute unmodified or modified versions of this source 2824code provided that the above copyright notice and this and the 2825following conditions are retained. 2826 2827This software is provided ``as is'', and comes with no warranties 2828of any kind. I shall in no event be liable for anything that happens 2829to anyone/anything when using this software. 2830 2831------------------------------------------------------------------- 2832 2833Copyright (c) 1994 SigmaSoft, Th. Lockert <[email protected]> 2834All rights reserved. 2835 2836Redistribution and use in source and binary forms, with or without 2837modification, are permitted provided that the following conditions 2838are met: 28391. Redistributions of source code must retain the above copyright 2840 notice, this list of conditions and the following disclaimer. 28412. Redistributions in binary form must reproduce the above copyright 2842 notice, this list of conditions and the following disclaimer in the 2843 documentation and/or other materials provided with the distribution. 28443. The name of the author may not be used to endorse or promote products 2845 derived from this software without specific prior written permission. 2846 2847THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR 2848IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES 2849OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. 2850IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, 2851SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 2852PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; 2853OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, 2854WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR 2855OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF 2856ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 2857 2858------------------------------------------------------------------- 2859 2860Copyright (c) 1996 by Internet Software Consortium. 2861 2862Permission to use, copy, modify, and distribute this software for any 2863purpose with or without fee is hereby granted, provided that the above 2864copyright notice and this permission notice appear in all copies. 2865 2866THE SOFTWARE IS PROVIDED "AS IS" AND INTERNET SOFTWARE CONSORTIUM DISCLAIMS 2867ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES 2868OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL INTERNET SOFTWARE 2869CONSORTIUM BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL 2870DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR 2871PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS 2872ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS 2873SOFTWARE. 2874 2875------------------------------------------------------------------- 2876 2877Copyright (c) 1996, David Mazieres <[email protected]> 2878Copyright (c) 2008, Damien Miller <[email protected]> 2879Copyright (c) 2013, Markus Friedl <[email protected]> 2880 2881Permission to use, copy, modify, and distribute this software for any 2882purpose with or without fee is hereby granted, provided that the above 2883copyright notice and this permission notice appear in all copies. 2884 2885THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES 2886WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF 2887MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR 2888ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES 2889WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN 2890ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF 2891OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 2892 2893------------------------------------------------------------------- 2894 2895Copyright (c) 1996-1998, 2008 Theo de Raadt 2896Copyright (c) 1997, 2008-2009 Todd C. Miller 2897 2898Permission to use, copy, modify, and distribute this software for any 2899purpose with or without fee is hereby granted, provided that the above 2900copyright notice and this permission notice appear in all copies. 2901 2902THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES 2903WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF 2904MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR 2905ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES 2906WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN 2907ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF 2908OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 2909 2910------------------------------------------------------------------- 2911 2912Copyright (c) 1997 Mark Brinicombe 2913Copyright (C) 2010 The Android Open Source Project 2914All rights reserved. 2915 2916Redistribution and use in source and binary forms, with or without 2917modification, are permitted provided that the following conditions 2918are met: 29191. Redistributions of source code must retain the above copyright 2920 notice, this list of conditions and the following disclaimer. 29212. Redistributions in binary form must reproduce the above copyright 2922 notice, this list of conditions and the following disclaimer in the 2923 documentation and/or other materials provided with the distribution. 29243. All advertising materials mentioning features or use of this software 2925 must display the following acknowledgement: 2926 This product includes software developed by Mark Brinicombe 29274. Neither the name of the University nor the names of its contributors 2928 may be used to endorse or promote products derived from this software 2929 without specific prior written permission. 2930 2931THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND 2932ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 2933IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 2934ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE 2935FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 2936DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 2937OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 2938HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 2939LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 2940OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 2941SUCH DAMAGE. 2942 2943------------------------------------------------------------------- 2944 2945Copyright (c) 1997 Niklas Hallqvist. All rights reserved. 2946 2947Redistribution and use in source and binary forms, with or without 2948modification, are permitted provided that the following conditions 2949are met: 29501. Redistributions of source code must retain the above copyright 2951 notice, this list of conditions and the following disclaimer. 29522. Redistributions in binary form must reproduce the above copyright 2953 notice, this list of conditions and the following disclaimer in the 2954 documentation and/or other materials provided with the distribution. 2955 2956THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR 2957IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES 2958OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. 2959IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, 2960INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT 2961NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, 2962DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY 2963THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 2964(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF 2965THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 2966 2967------------------------------------------------------------------- 2968 2969Copyright (c) 1997 Todd C. Miller <[email protected]> 2970 2971Permission to use, copy, modify, and distribute this software for any 2972purpose with or without fee is hereby granted, provided that the above 2973copyright notice and this permission notice appear in all copies. 2974 2975THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES 2976WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF 2977MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR 2978ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES 2979WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN 2980ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF 2981OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 2982 2983------------------------------------------------------------------- 2984 2985Copyright (c) 1997 Todd C. Miller <[email protected]> 2986All rights reserved. 2987 2988Redistribution and use in source and binary forms, with or without 2989modification, are permitted provided that the following conditions 2990are met: 29911. Redistributions of source code must retain the above copyright 2992 notice, this list of conditions and the following disclaimer. 29932. Redistributions in binary form must reproduce the above copyright 2994 notice, this list of conditions and the following disclaimer in the 2995 documentation and/or other materials provided with the distribution. 29963. The name of the author may not be used to endorse or promote products 2997 derived from this software without specific prior written permission. 2998 2999THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, 3000INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY 3001AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL 3002THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 3003EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 3004PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; 3005OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, 3006WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR 3007OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF 3008ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 3009 3010------------------------------------------------------------------- 3011 3012Copyright (c) 1997, 1998 The NetBSD Foundation, Inc. 3013All rights reserved. 3014 3015This code was contributed to The NetBSD Foundation by Klaus Klein. 3016 3017Redistribution and use in source and binary forms, with or without 3018modification, are permitted provided that the following conditions 3019are met: 30201. Redistributions of source code must retain the above copyright 3021 notice, this list of conditions and the following disclaimer. 30222. Redistributions in binary form must reproduce the above copyright 3023 notice, this list of conditions and the following disclaimer in the 3024 documentation and/or other materials provided with the distribution. 30253. All advertising materials mentioning features or use of this software 3026 must display the following acknowledgement: 3027 This product includes software developed by the NetBSD 3028 Foundation, Inc. and its contributors. 30294. Neither the name of The NetBSD Foundation nor the names of its 3030 contributors may be used to endorse or promote products derived 3031 from this software without specific prior written permission. 3032 3033THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS 3034``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 3035TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 3036PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS 3037BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR 3038CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF 3039SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS 3040INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN 3041CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) 3042ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE 3043POSSIBILITY OF SUCH DAMAGE. 3044 3045------------------------------------------------------------------- 3046 3047Copyright (c) 1997, 1998, 1999, 2004 The NetBSD Foundation, Inc. 3048All rights reserved. 3049 3050This code is derived from software contributed to The NetBSD Foundation 3051by Luke Mewburn. 3052 3053Redistribution and use in source and binary forms, with or without 3054modification, are permitted provided that the following conditions 3055are met: 30561. Redistributions of source code must retain the above copyright 3057 notice, this list of conditions and the following disclaimer. 30582. Redistributions in binary form must reproduce the above copyright 3059 notice, this list of conditions and the following disclaimer in the 3060 documentation and/or other materials provided with the distribution. 3061 3062THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS 3063``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 3064TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 3065PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS 3066BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR 3067CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF 3068SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS 3069INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN 3070CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) 3071ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE 3072POSSIBILITY OF SUCH DAMAGE. 3073 3074------------------------------------------------------------------- 3075 3076Copyright (c) 1997, 1998, 1999, 2004 The NetBSD Foundation, Inc. 3077All rights reserved. 3078 3079This code is derived from software contributed to The NetBSD Foundation 3080by Luke Mewburn; and by Jason R. Thorpe. 3081 3082Redistribution and use in source and binary forms, with or without 3083modification, are permitted provided that the following conditions 3084are met: 30851. Redistributions of source code must retain the above copyright 3086 notice, this list of conditions and the following disclaimer. 30872. Redistributions in binary form must reproduce the above copyright 3088 notice, this list of conditions and the following disclaimer in the 3089 documentation and/or other materials provided with the distribution. 30903. All advertising materials mentioning features or use of this software 3091 must display the following acknowledgement: 3092 This product includes software developed by the NetBSD 3093 Foundation, Inc. and its contributors. 30944. Neither the name of The NetBSD Foundation nor the names of its 3095 contributors may be used to endorse or promote products derived 3096 from this software without specific prior written permission. 3097 3098THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS 3099``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 3100TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 3101PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS 3102BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR 3103CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF 3104SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS 3105INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN 3106CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) 3107ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE 3108POSSIBILITY OF SUCH DAMAGE. 3109 3110------------------------------------------------------------------- 3111 3112Copyright (c) 1997, 2005 Todd C. Miller <[email protected]> 3113 3114Permission to use, copy, modify, and distribute this software for any 3115purpose with or without fee is hereby granted, provided that the above 3116copyright notice and this permission notice appear in all copies. 3117 3118THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES 3119WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF 3120MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR 3121ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES 3122WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN 3123ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF 3124OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 3125 3126------------------------------------------------------------------- 3127 3128Copyright (c) 1998 Softweyr LLC. All rights reserved. 3129 3130strtok_r, from Berkeley strtok 3131Oct 13, 1998 by Wes Peters <[email protected]> 3132 3133Copyright (c) 1988, 1993 3134 The Regents of the University of California. All rights reserved. 3135 3136Redistribution and use in source and binary forms, with or without 3137modification, are permitted provided that the following conditions 3138are met: 31391. Redistributions of source code must retain the above copyright 3140 notices, this list of conditions and the following disclaimer. 31412. Redistributions in binary form must reproduce the above copyright 3142 notices, this list of conditions and the following disclaimer in the 3143 documentation and/or other materials provided with the distribution. 31443. Neither the name of the University nor the names of its contributors 3145 may be used to endorse or promote products derived from this software 3146 without specific prior written permission. 3147 3148THIS SOFTWARE IS PROVIDED BY SOFTWEYR LLC, THE REGENTS AND CONTRIBUTORS 3149``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT 3150LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A 3151PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL SOFTWEYR LLC, THE 3152REGENTS, OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, 3153SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED 3154TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 3155PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 3156LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 3157NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 3158SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 3159 3160------------------------------------------------------------------- 3161 3162Copyright (c) 1998 The NetBSD Foundation, Inc. 3163All rights reserved. 3164 3165This code is derived from software contributed to The NetBSD Foundation 3166by Klaus Klein. 3167 3168Redistribution and use in source and binary forms, with or without 3169modification, are permitted provided that the following conditions 3170are met: 31711. Redistributions of source code must retain the above copyright 3172 notice, this list of conditions and the following disclaimer. 31732. Redistributions in binary form must reproduce the above copyright 3174 notice, this list of conditions and the following disclaimer in the 3175 documentation and/or other materials provided with the distribution. 31763. All advertising materials mentioning features or use of this software 3177 must display the following acknowledgement: 3178 This product includes software developed by the NetBSD 3179 Foundation, Inc. and its contributors. 31804. Neither the name of The NetBSD Foundation nor the names of its 3181 contributors may be used to endorse or promote products derived 3182 from this software without specific prior written permission. 3183 3184THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS 3185``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 3186TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 3187PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS 3188BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR 3189CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF 3190SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS 3191INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN 3192CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) 3193ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE 3194POSSIBILITY OF SUCH DAMAGE. 3195 3196------------------------------------------------------------------- 3197 3198Copyright (c) 1998 Todd C. Miller <[email protected]> 3199All rights reserved. 3200 3201Redistribution and use in source and binary forms, with or without 3202modification, are permitted provided that the following conditions 3203are met: 32041. Redistributions of source code must retain the above copyright 3205 notice, this list of conditions and the following disclaimer. 32062. Redistributions in binary form must reproduce the above copyright 3207 notice, this list of conditions and the following disclaimer in the 3208 documentation and/or other materials provided with the distribution. 32093. The name of the author may not be used to endorse or promote products 3210 derived from this software without specific prior written permission. 3211 3212THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, 3213INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY 3214AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL 3215THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 3216EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 3217PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; 3218OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, 3219WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR 3220OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF 3221ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 3222 3223------------------------------------------------------------------- 3224 3225Copyright (c) 1998, 2015 Todd C. Miller <[email protected]> 3226 3227Permission to use, copy, modify, and distribute this software for any 3228purpose with or without fee is hereby granted, provided that the above 3229copyright notice and this permission notice appear in all copies. 3230 3231THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES 3232WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF 3233MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR 3234ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES 3235WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN 3236ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF 3237OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 3238 3239------------------------------------------------------------------- 3240 3241Copyright (c) 1999 3242 David E. O'Brien 3243Copyright (c) 1988, 1993 3244 The Regents of the University of California. All rights reserved. 3245 3246Redistribution and use in source and binary forms, with or without 3247modification, are permitted provided that the following conditions 3248are met: 32491. Redistributions of source code must retain the above copyright 3250 notice, this list of conditions and the following disclaimer. 32512. Redistributions in binary form must reproduce the above copyright 3252 notice, this list of conditions and the following disclaimer in the 3253 documentation and/or other materials provided with the distribution. 32543. Neither the name of the University nor the names of its contributors 3255 may be used to endorse or promote products derived from this software 3256 without specific prior written permission. 3257 3258THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND 3259ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 3260IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 3261ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE 3262FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 3263DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 3264OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 3265HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 3266LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 3267OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 3268SUCH DAMAGE. 3269 3270------------------------------------------------------------------- 3271 3272Copyright (c) 2000 Ben Harris. 3273Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project. 3274All rights reserved. 3275 3276Redistribution and use in source and binary forms, with or without 3277modification, are permitted provided that the following conditions 3278are met: 32791. Redistributions of source code must retain the above copyright 3280 notice, this list of conditions and the following disclaimer. 32812. Redistributions in binary form must reproduce the above copyright 3282 notice, this list of conditions and the following disclaimer in the 3283 documentation and/or other materials provided with the distribution. 32843. Neither the name of the project nor the names of its contributors 3285 may be used to endorse or promote products derived from this software 3286 without specific prior written permission. 3287 3288THIS SOFTWARE IS PROVIDED BY THE PROJECT AND CONTRIBUTORS ``AS IS'' AND 3289ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 3290IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 3291ARE DISCLAIMED. IN NO EVENT SHALL THE PROJECT OR CONTRIBUTORS BE LIABLE 3292FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 3293DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 3294OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 3295HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 3296LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 3297OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 3298SUCH DAMAGE. 3299 3300------------------------------------------------------------------- 3301 3302Copyright (c) 2000 The NetBSD Foundation, Inc. 3303All rights reserved. 3304 3305This code is derived from software contributed to The NetBSD Foundation 3306by Dieter Baron and Thomas Klausner. 3307 3308Redistribution and use in source and binary forms, with or without 3309modification, are permitted provided that the following conditions 3310are met: 33111. Redistributions of source code must retain the above copyright 3312 notice, this list of conditions and the following disclaimer. 33132. Redistributions in binary form must reproduce the above copyright 3314 notice, this list of conditions and the following disclaimer in the 3315 documentation and/or other materials provided with the distribution. 3316 3317THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS 3318``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 3319TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 3320PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS 3321BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR 3322CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF 3323SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS 3324INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN 3325CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) 3326ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE 3327POSSIBILITY OF SUCH DAMAGE. 3328 3329------------------------------------------------------------------- 3330 3331Copyright (c) 2001 Wasabi Systems, Inc. 3332All rights reserved. 3333 3334Written by Frank van der Linden for Wasabi Systems, Inc. 3335 3336Redistribution and use in source and binary forms, with or without 3337modification, are permitted provided that the following conditions 3338are met: 33391. Redistributions of source code must retain the above copyright 3340 notice, this list of conditions and the following disclaimer. 33412. Redistributions in binary form must reproduce the above copyright 3342 notice, this list of conditions and the following disclaimer in the 3343 documentation and/or other materials provided with the distribution. 33443. All advertising materials mentioning features or use of this software 3345 must display the following acknowledgement: 3346 This product includes software developed for the NetBSD Project by 3347 Wasabi Systems, Inc. 33484. The name of Wasabi Systems, Inc. may not be used to endorse 3349 or promote products derived from this software without specific prior 3350 written permission. 3351 3352THIS SOFTWARE IS PROVIDED BY WASABI SYSTEMS, INC. ``AS IS'' AND 3353ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 3354TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 3355PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL WASABI SYSTEMS, INC 3356BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR 3357CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF 3358SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS 3359INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN 3360CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) 3361ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE 3362POSSIBILITY OF SUCH DAMAGE. 3363 3364------------------------------------------------------------------- 3365 3366Copyright (c) 2001-2002 Opsycon AB (www.opsycon.se / www.opsycon.com) 3367 3368Redistribution and use in source and binary forms, with or without 3369modification, are permitted provided that the following conditions 3370are met: 33711. Redistributions of source code must retain the above copyright 3372 notice, this list of conditions and the following disclaimer. 33732. Redistributions in binary form must reproduce the above copyright 3374 notice, this list of conditions and the following disclaimer in the 3375 documentation and/or other materials provided with the distribution. 3376 3377THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS 3378OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED 3379WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 3380ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY 3381DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 3382DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 3383OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 3384HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 3385LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 3386OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 3387SUCH DAMAGE. 3388 3389------------------------------------------------------------------- 3390 3391Copyright (c) 2001-2002 Opsycon AB (www.opsycon.se / www.opsycon.com) 3392 3393Redistribution and use in source and binary forms, with or without 3394modification, are permitted provided that the following conditions 3395are met: 33961. Redistributions of source code must retain the above copyright 3397 notice, this list of conditions and the following disclaimer. 33982. Redistributions in binary form must reproduce the above copyright 3399 notice, this list of conditions and the following disclaimer in the 3400 documentation and/or other materials provided with the distribution. 34013. Neither the name of Opsycon AB nor the names of its contributors 3402 may be used to endorse or promote products derived from this software 3403 without specific prior written permission. 3404 3405THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS 3406OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED 3407WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 3408ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY 3409DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 3410DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 3411OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 3412HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 3413LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 3414OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 3415SUCH DAMAGE. 3416 3417------------------------------------------------------------------- 3418 3419Copyright (c) 2001-2011 The FreeBSD Project. 3420All rights reserved. 3421 3422Redistribution and use in source and binary forms, with or without 3423modification, are permitted provided that the following conditions 3424are met: 34251. Redistributions of source code must retain the above copyright 3426 notice, this list of conditions and the following disclaimer. 34272. Redistributions in binary form must reproduce the above copyright 3428 notice, this list of conditions and the following disclaimer in the 3429 documentation and/or other materials provided with the distribution. 3430 3431THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND 3432ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 3433IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 3434ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE 3435FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 3436DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 3437OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 3438HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 3439LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 3440OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 3441SUCH DAMAGE. 3442 3443------------------------------------------------------------------- 3444 3445Copyright (c) 2002 Daniel Hartmeier 3446All rights reserved. 3447 3448Redistribution and use in source and binary forms, with or without 3449modification, are permitted provided that the following conditions 3450are met: 3451 3452 - Redistributions of source code must retain the above copyright 3453 notice, this list of conditions and the following disclaimer. 3454 - Redistributions in binary form must reproduce the above 3455 copyright notice, this list of conditions and the following 3456 disclaimer in the documentation and/or other materials provided 3457 with the distribution. 3458 3459THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 3460"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT 3461LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS 3462FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE 3463COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, 3464INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, 3465BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; 3466LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER 3467CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 3468LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN 3469ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE 3470POSSIBILITY OF SUCH DAMAGE. 3471 3472------------------------------------------------------------------- 3473 3474Copyright (c) 2002 The NetBSD Foundation, Inc. 3475All rights reserved. 3476 3477This code is derived from software contributed to The NetBSD Foundation 3478by Christos Zoulas. 3479 3480Redistribution and use in source and binary forms, with or without 3481modification, are permitted provided that the following conditions 3482are met: 34831. Redistributions of source code must retain the above copyright 3484 notice, this list of conditions and the following disclaimer. 34852. Redistributions in binary form must reproduce the above copyright 3486 notice, this list of conditions and the following disclaimer in the 3487 documentation and/or other materials provided with the distribution. 3488 3489THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS 3490``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 3491TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 3492PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS 3493BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR 3494CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF 3495SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS 3496INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN 3497CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) 3498ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE 3499POSSIBILITY OF SUCH DAMAGE. 3500 3501------------------------------------------------------------------- 3502 3503Copyright (c) 2002 Tim J. Robbins 3504All rights reserved. 3505 3506Redistribution and use in source and binary forms, with or without 3507modification, are permitted provided that the following conditions 3508are met: 35091. Redistributions of source code must retain the above copyright 3510 notice, this list of conditions and the following disclaimer. 35112. Redistributions in binary form must reproduce the above copyright 3512 notice, this list of conditions and the following disclaimer in the 3513 documentation and/or other materials provided with the distribution. 3514 3515THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND 3516ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 3517IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 3518ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE 3519FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 3520DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 3521OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 3522HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 3523LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 3524OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 3525SUCH DAMAGE. 3526 3527------------------------------------------------------------------- 3528 3529Copyright (c) 2002 Tim J. Robbins. 3530All rights reserved. 3531 3532Redistribution and use in source and binary forms, with or without 3533modification, are permitted provided that the following conditions 3534are met: 35351. Redistributions of source code must retain the above copyright 3536 notice, this list of conditions and the following disclaimer. 35372. Redistributions in binary form must reproduce the above copyright 3538 notice, this list of conditions and the following disclaimer in the 3539 documentation and/or other materials provided with the distribution. 3540 3541THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND 3542ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 3543IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 3544ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE 3545FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 3546DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 3547OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 3548HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 3549LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 3550OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 3551SUCH DAMAGE. 3552 3553------------------------------------------------------------------- 3554 3555Copyright (c) 2002 Todd C. Miller <[email protected]> 3556 3557Permission to use, copy, modify, and distribute this software for any 3558purpose with or without fee is hereby granted, provided that the above 3559copyright notice and this permission notice appear in all copies. 3560 3561THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES 3562WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF 3563MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR 3564ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES 3565WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN 3566ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF 3567OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 3568 3569Sponsored in part by the Defense Advanced Research Projects 3570Agency (DARPA) and Air Force Research Laboratory, Air Force 3571Materiel Command, USAF, under agreement number F39502-99-1-0512. 3572 3573------------------------------------------------------------------- 3574 3575Copyright (c) 2002, 2003 Tim J. Robbins. 3576All rights reserved. 3577 3578Redistribution and use in source and binary forms, with or without 3579modification, are permitted provided that the following conditions 3580are met: 35811. Redistributions of source code must retain the above copyright 3582 notice, this list of conditions and the following disclaimer. 35832. Redistributions in binary form must reproduce the above copyright 3584 notice, this list of conditions and the following disclaimer in the 3585 documentation and/or other materials provided with the distribution. 3586 3587THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND 3588ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 3589IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 3590ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE 3591FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 3592DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 3593OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 3594HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 3595LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 3596OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 3597SUCH DAMAGE. 3598 3599------------------------------------------------------------------- 3600 3601Copyright (c) 2002-2004 Tim J. Robbins 3602All rights reserved. 3603 3604Redistribution and use in source and binary forms, with or without 3605modification, are permitted provided that the following conditions 3606are met: 36071. Redistributions of source code must retain the above copyright 3608 notice, this list of conditions and the following disclaimer. 36092. Redistributions in binary form must reproduce the above copyright 3610 notice, this list of conditions and the following disclaimer in the 3611 documentation and/or other materials provided with the distribution. 3612 3613THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND 3614ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 3615IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 3616ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE 3617FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 3618DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 3619OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 3620HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 3621LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 3622OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 3623SUCH DAMAGE. 3624 3625------------------------------------------------------------------- 3626 3627Copyright (c) 2002-2004 Tim J. Robbins. 3628All rights reserved. 3629 3630Redistribution and use in source and binary forms, with or without 3631modification, are permitted provided that the following conditions 3632are met: 36331. Redistributions of source code must retain the above copyright 3634 notice, this list of conditions and the following disclaimer. 36352. Redistributions in binary form must reproduce the above copyright 3636 notice, this list of conditions and the following disclaimer in the 3637 documentation and/or other materials provided with the distribution. 3638 3639THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND 3640ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 3641IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 3642ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE 3643FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 3644DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 3645OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 3646HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 3647LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 3648OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 3649SUCH DAMAGE. 3650 3651------------------------------------------------------------------- 3652 3653Copyright (c) 2003 Constantin S. Svintsoff <[email protected]> 3654 3655Redistribution and use in source and binary forms, with or without 3656modification, are permitted provided that the following conditions 3657are met: 36581. Redistributions of source code must retain the above copyright 3659 notice, this list of conditions and the following disclaimer. 36602. Redistributions in binary form must reproduce the above copyright 3661 notice, this list of conditions and the following disclaimer in the 3662 documentation and/or other materials provided with the distribution. 36633. The names of the authors may not be used to endorse or promote 3664 products derived from this software without specific prior written 3665 permission. 3666 3667THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND 3668ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 3669IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 3670ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE 3671FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 3672DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 3673OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 3674HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 3675LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 3676OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 3677SUCH DAMAGE. 3678 3679------------------------------------------------------------------- 3680 3681Copyright (c) 2003 Dag-Erling Smørgrav 3682All rights reserved. 3683 3684Redistribution and use in source and binary forms, with or without 3685modification, are permitted provided that the following conditions 3686are met: 36871. Redistributions of source code must retain the above copyright 3688 notice, this list of conditions and the following disclaimer 3689 in this position and unchanged. 36902. Redistributions in binary form must reproduce the above copyright 3691 notice, this list of conditions and the following disclaimer in the 3692 documentation and/or other materials provided with the distribution. 36933. The name of the author may not be used to endorse or promote products 3694 derived from this software without specific prior written permission. 3695 3696THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR 3697IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES 3698OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. 3699IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, 3700INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT 3701NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, 3702DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY 3703THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 3704(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF 3705THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 3706 3707------------------------------------------------------------------- 3708 3709Copyright (c) 2003 David Schultz <[email protected]> 3710All rights reserved. 3711 3712Redistribution and use in source and binary forms, with or without 3713modification, are permitted provided that the following conditions 3714are met: 37151. Redistributions of source code must retain the above copyright 3716 notice, this list of conditions and the following disclaimer. 37172. Redistributions in binary form must reproduce the above copyright 3718 notice, this list of conditions and the following disclaimer in the 3719 documentation and/or other materials provided with the distribution. 3720 3721THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND 3722ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 3723IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 3724ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE 3725FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 3726DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 3727OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 3728HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 3729LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 3730OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 3731SUCH DAMAGE. 3732 3733------------------------------------------------------------------- 3734 3735Copyright (c) 2003 Mike Barcroft <[email protected]> 3736All rights reserved. 3737 3738Redistribution and use in source and binary forms, with or without 3739modification, are permitted provided that the following conditions 3740are met: 37411. Redistributions of source code must retain the above copyright 3742 notice, this list of conditions and the following disclaimer. 37432. Redistributions in binary form must reproduce the above copyright 3744 notice, this list of conditions and the following disclaimer in the 3745 documentation and/or other materials provided with the distribution. 3746 3747THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND 3748ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 3749IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 3750ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE 3751FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 3752DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 3753OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 3754HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 3755LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 3756OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 3757SUCH DAMAGE. 3758 3759------------------------------------------------------------------- 3760 3761Copyright (c) 2003 Mike Barcroft <[email protected]> 3762Copyright (c) 2002 David Schultz <[email protected]> 3763All rights reserved. 3764 3765Redistribution and use in source and binary forms, with or without 3766modification, are permitted provided that the following conditions 3767are met: 37681. Redistributions of source code must retain the above copyright 3769 notice, this list of conditions and the following disclaimer. 37702. Redistributions in binary form must reproduce the above copyright 3771 notice, this list of conditions and the following disclaimer in the 3772 documentation and/or other materials provided with the distribution. 3773 3774THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND 3775ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 3776IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 3777ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE 3778FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 3779DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 3780OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 3781HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 3782LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 3783OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 3784SUCH DAMAGE. 3785 3786------------------------------------------------------------------- 3787 3788Copyright (c) 2003 Networks Associates Technology, Inc. 3789All rights reserved. 3790 3791Portions of this software were developed for the FreeBSD Project by 3792Jacques A. Vidrine, Safeport Network Services, and Network 3793Associates Laboratories, the Security Research Division of Network 3794Associates, Inc. under DARPA/SPAWAR contract N66001-01-C-8035 3795("CBOSS"), as part of the DARPA CHATS research program. 3796 3797Redistribution and use in source and binary forms, with or without 3798modification, are permitted provided that the following conditions 3799are met: 38001. Redistributions of source code must retain the above copyright 3801 notice, this list of conditions and the following disclaimer. 38022. Redistributions in binary form must reproduce the above copyright 3803 notice, this list of conditions and the following disclaimer in the 3804 documentation and/or other materials provided with the distribution. 3805 3806THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND 3807ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 3808IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 3809ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE 3810FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 3811DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 3812OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 3813HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 3814LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 3815OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 3816SUCH DAMAGE. 3817 3818------------------------------------------------------------------- 3819 3820Copyright (c) 2003 Todd C. Miller <[email protected]> 3821 3822Permission to use, copy, modify, and distribute this software for any 3823purpose with or without fee is hereby granted, provided that the above 3824copyright notice and this permission notice appear in all copies. 3825 3826THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES 3827WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF 3828MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR 3829ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES 3830WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN 3831ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF 3832OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 3833 3834Sponsored in part by the Defense Advanced Research Projects 3835Agency (DARPA) and Air Force Research Laboratory, Air Force 3836Materiel Command, USAF, under agreement number F39502-99-1-0512. 3837 3838------------------------------------------------------------------- 3839 3840Copyright (c) 2003, 2004 Todd C. Miller <[email protected]> 3841 3842Permission to use, copy, modify, and distribute this software for any 3843purpose with or without fee is hereby granted, provided that the above 3844copyright notice and this permission notice appear in all copies. 3845 3846THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES 3847WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF 3848MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR 3849ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES 3850WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN 3851ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF 3852OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 3853 3854Sponsored in part by the Defense Advanced Research Projects 3855Agency (DARPA) and Air Force Research Laboratory, Air Force 3856Materiel Command, USAF, under agreement number F39502-99-1-0512. 3857 3858------------------------------------------------------------------- 3859 3860Copyright (c) 2003, Steven G. Kargl 3861All rights reserved. 3862 3863Redistribution and use in source and binary forms, with or without 3864modification, are permitted provided that the following conditions 3865are met: 38661. Redistributions of source code must retain the above copyright 3867 notice unmodified, this list of conditions, and the following 3868 disclaimer. 38692. Redistributions in binary form must reproduce the above copyright 3870 notice, this list of conditions and the following disclaimer in the 3871 documentation and/or other materials provided with the distribution. 3872 3873THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR 3874IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES 3875OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. 3876IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, 3877INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT 3878NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, 3879DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY 3880THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 3881(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF 3882THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 3883 3884------------------------------------------------------------------- 3885 3886Copyright (c) 2004 David Schultz <[email protected]> 3887All rights reserved. 3888 3889Redistribution and use in source and binary forms, with or without 3890modification, are permitted provided that the following conditions 3891are met: 38921. Redistributions of source code must retain the above copyright 3893 notice, this list of conditions and the following disclaimer. 38942. Redistributions in binary form must reproduce the above copyright 3895 notice, this list of conditions and the following disclaimer in the 3896 documentation and/or other materials provided with the distribution. 3897 3898THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND 3899ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 3900IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 3901ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE 3902FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 3903DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 3904OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 3905HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 3906LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 3907OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 3908SUCH DAMAGE. 3909 3910------------------------------------------------------------------- 3911 3912Copyright (c) 2004 Stefan Farfeleder 3913All rights reserved. 3914 3915Redistribution and use in source and binary forms, with or without 3916modification, are permitted provided that the following conditions 3917are met: 39181. Redistributions of source code must retain the above copyright 3919 notice, this list of conditions and the following disclaimer. 39202. Redistributions in binary form must reproduce the above copyright 3921 notice, this list of conditions and the following disclaimer in the 3922 documentation and/or other materials provided with the distribution. 3923 3924THIS SOFTWARE IS PROVIDED BY AUTHOR AND CONTRIBUTORS ``AS IS'' AND 3925ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 3926IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 3927ARE DISCLAIMED. IN NO EVENT SHALL AUTHOR OR CONTRIBUTORS BE LIABLE 3928FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 3929DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 3930OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 3931HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 3932LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 3933OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 3934SUCH DAMAGE. 3935 3936------------------------------------------------------------------- 3937 3938Copyright (c) 2004 The NetBSD Foundation, Inc. 3939All rights reserved. 3940 3941This code is derived from software contributed to The NetBSD Foundation 3942by Christos Zoulas. 3943 3944Redistribution and use in source and binary forms, with or without 3945modification, are permitted provided that the following conditions 3946are met: 39471. Redistributions of source code must retain the above copyright 3948 notice, this list of conditions and the following disclaimer. 39492. Redistributions in binary form must reproduce the above copyright 3950 notice, this list of conditions and the following disclaimer in the 3951 documentation and/or other materials provided with the distribution. 39523. All advertising materials mentioning features or use of this software 3953 must display the following acknowledgement: 3954 This product includes software developed by the NetBSD 3955 Foundation, Inc. and its contributors. 39564. Neither the name of The NetBSD Foundation nor the names of its 3957 contributors may be used to endorse or promote products derived 3958 from this software without specific prior written permission. 3959 3960THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS 3961``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 3962TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 3963PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS 3964BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR 3965CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF 3966SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS 3967INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN 3968CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) 3969ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE 3970POSSIBILITY OF SUCH DAMAGE. 3971 3972------------------------------------------------------------------- 3973 3974Copyright (c) 2004 by Internet Systems Consortium, Inc. ("ISC") 3975Copyright (c) 1995,1999 by Internet Software Consortium. 3976 3977Permission to use, copy, modify, and distribute this software for any 3978purpose with or without fee is hereby granted, provided that the above 3979copyright notice and this permission notice appear in all copies. 3980 3981THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES 3982WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF 3983MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR 3984ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES 3985WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN 3986ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT 3987OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 3988 3989------------------------------------------------------------------- 3990 3991Copyright (c) 2004 by Internet Systems Consortium, Inc. ("ISC") 3992Copyright (c) 1995-1999 by Internet Software Consortium 3993 3994Permission to use, copy, modify, and distribute this software for any 3995purpose with or without fee is hereby granted, provided that the above 3996copyright notice and this permission notice appear in all copies. 3997 3998THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES 3999WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF 4000MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR 4001ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES 4002WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN 4003ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT 4004OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 4005 4006------------------------------------------------------------------- 4007 4008Copyright (c) 2004 by Internet Systems Consortium, Inc. ("ISC") 4009Copyright (c) 1995-1999 by Internet Software Consortium. 4010 4011Permission to use, copy, modify, and distribute this software for any 4012purpose with or without fee is hereby granted, provided that the above 4013copyright notice and this permission notice appear in all copies. 4014 4015THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES 4016WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF 4017MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR 4018ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES 4019WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN 4020ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT 4021OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 4022 4023------------------------------------------------------------------- 4024 4025Copyright (c) 2004 by Internet Systems Consortium, Inc. ("ISC") 4026Copyright (c) 1996,1999 by Internet Software Consortium. 4027 4028Permission to use, copy, modify, and distribute this software for any 4029purpose with or without fee is hereby granted, provided that the above 4030copyright notice and this permission notice appear in all copies. 4031 4032THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES 4033WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF 4034MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR 4035ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES 4036WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN 4037ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT 4038OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 4039 4040------------------------------------------------------------------- 4041 4042Copyright (c) 2004 by Internet Systems Consortium, Inc. ("ISC") 4043Copyright (c) 1996-1999 by Internet Software Consortium 4044 4045Permission to use, copy, modify, and distribute this software for any 4046purpose with or without fee is hereby granted, provided that the above 4047copyright notice and this permission notice appear in all copies. 4048 4049THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES 4050WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF 4051MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR 4052ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES 4053WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN 4054ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT 4055OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 4056 4057------------------------------------------------------------------- 4058 4059Copyright (c) 2004 by Internet Systems Consortium, Inc. ("ISC") 4060Copyright (c) 1996-1999 by Internet Software Consortium. 4061 4062Permission to use, copy, modify, and distribute this software for any 4063purpose with or without fee is hereby granted, provided that the above 4064copyright notice and this permission notice appear in all copies. 4065 4066THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES 4067WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF 4068MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR 4069ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES 4070WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN 4071ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT 4072OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 4073 4074------------------------------------------------------------------- 4075 4076Copyright (c) 2004 by Internet Systems Consortium, Inc. ("ISC") 4077Copyright (c) 1997,1999 by Internet Software Consortium. 4078 4079Permission to use, copy, modify, and distribute this software for any 4080purpose with or without fee is hereby granted, provided that the above 4081copyright notice and this permission notice appear in all copies. 4082 4083THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES 4084WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF 4085MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR 4086ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES 4087WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN 4088ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT 4089OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 4090 4091------------------------------------------------------------------- 4092 4093Copyright (c) 2004 by Internet Systems Consortium, Inc. ("ISC") 4094Copyright (c) 1999 by Internet Software Consortium. 4095 4096Permission to use, copy, modify, and distribute this software for any 4097purpose with or without fee is hereby granted, provided that the above 4098copyright notice and this permission notice appear in all copies. 4099 4100THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES 4101WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF 4102MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR 4103ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES 4104WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN 4105ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT 4106OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 4107 4108------------------------------------------------------------------- 4109 4110Copyright (c) 2004 by Internet Systems Consortium, Inc. ("ISC") 4111Portions Copyright (c) 1996-1999 by Internet Software Consortium. 4112 4113Permission to use, copy, modify, and distribute this software for any 4114purpose with or without fee is hereby granted, provided that the above 4115copyright notice and this permission notice appear in all copies. 4116 4117THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES 4118WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF 4119MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR 4120ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES 4121WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN 4122ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT 4123OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 4124 4125------------------------------------------------------------------- 4126 4127Copyright (c) 2004, 2005 David Schultz <[email protected]> 4128All rights reserved. 4129 4130Redistribution and use in source and binary forms, with or without 4131modification, are permitted provided that the following conditions 4132are met: 41331. Redistributions of source code must retain the above copyright 4134 notice, this list of conditions and the following disclaimer. 41352. Redistributions in binary form must reproduce the above copyright 4136 notice, this list of conditions and the following disclaimer in the 4137 documentation and/or other materials provided with the distribution. 4138 4139THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND 4140ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 4141IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 4142ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE 4143FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 4144DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 4145OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 4146HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 4147LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 4148OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 4149SUCH DAMAGE. 4150 4151------------------------------------------------------------------- 4152 4153Copyright (c) 2004-2005 David Schultz <das (at) FreeBSD.ORG> 4154All rights reserved. 4155 4156Redistribution and use in source and binary forms, with or without 4157modification, are permitted provided that the following conditions 4158are met: 41591. Redistributions of source code must retain the above copyright 4160 notice, this list of conditions and the following disclaimer. 41612. Redistributions in binary form must reproduce the above copyright 4162 notice, this list of conditions and the following disclaimer in the 4163 documentation and/or other materials provided with the distribution. 4164 4165THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND 4166ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 4167IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 4168ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE 4169FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 4170DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 4171OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 4172HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 4173LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 4174OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 4175SUCH DAMAGE. 4176 4177------------------------------------------------------------------- 4178 4179Copyright (c) 2004-2005 David Schultz <[email protected]> 4180All rights reserved. 4181 4182Redistribution and use in source and binary forms, with or without 4183modification, are permitted provided that the following conditions 4184are met: 41851. Redistributions of source code must retain the above copyright 4186 notice, this list of conditions and the following disclaimer. 41872. Redistributions in binary form must reproduce the above copyright 4188 notice, this list of conditions and the following disclaimer in the 4189 documentation and/or other materials provided with the distribution. 4190 4191THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND 4192ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 4193IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 4194ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE 4195FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 4196DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 4197OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 4198HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 4199LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 4200OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 4201SUCH DAMAGE. 4202 4203------------------------------------------------------------------- 4204 4205Copyright (c) 2005 Bruce D. Evans and Steven G. Kargl 4206All rights reserved. 4207 4208Redistribution and use in source and binary forms, with or without 4209modification, are permitted provided that the following conditions 4210are met: 42111. Redistributions of source code must retain the above copyright 4212 notice unmodified, this list of conditions, and the following 4213 disclaimer. 42142. Redistributions in binary form must reproduce the above copyright 4215 notice, this list of conditions and the following disclaimer in the 4216 documentation and/or other materials provided with the distribution. 4217 4218THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR 4219IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES 4220OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. 4221IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, 4222INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT 4223NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, 4224DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY 4225THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 4226(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF 4227THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 4228 4229------------------------------------------------------------------- 4230 4231Copyright (c) 2005 David Schultz <[email protected]> 4232All rights reserved. 4233 4234Redistribution and use in source and binary forms, with or without 4235modification, are permitted provided that the following conditions 4236are met: 42371. Redistributions of source code must retain the above copyright 4238 notice, this list of conditions and the following disclaimer. 42392. Redistributions in binary form must reproduce the above copyright 4240 notice, this list of conditions and the following disclaimer in the 4241 documentation and/or other materials provided with the distribution. 4242 4243THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND 4244ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 4245IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 4246ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE 4247FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 4248DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 4249OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 4250HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 4251LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 4252OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 4253SUCH DAMAGE. 4254 4255------------------------------------------------------------------- 4256 4257Copyright (c) 2005 Tim J. Robbins. 4258All rights reserved. 4259 4260Redistribution and use in source and binary forms, with or without 4261modification, are permitted provided that the following conditions 4262are met: 42631. Redistributions of source code must retain the above copyright 4264 notice, this list of conditions and the following disclaimer. 42652. Redistributions in binary form must reproduce the above copyright 4266 notice, this list of conditions and the following disclaimer in the 4267 documentation and/or other materials provided with the distribution. 4268 4269THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND 4270ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 4271IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 4272ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE 4273FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 4274DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 4275OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 4276HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 4277LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 4278OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 4279SUCH DAMAGE. 4280 4281------------------------------------------------------------------- 4282 4283Copyright (c) 2005 by Internet Systems Consortium, Inc. ("ISC") 4284Copyright (c) 1995-1999 by Internet Software Consortium 4285 4286Permission to use, copy, modify, and distribute this software for any 4287purpose with or without fee is hereby granted, provided that the above 4288copyright notice and this permission notice appear in all copies. 4289 4290THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES 4291WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF 4292MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR 4293ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES 4294WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN 4295ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT 4296OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 4297 4298------------------------------------------------------------------- 4299 4300Copyright (c) 2005-2008 David Schultz <[email protected]> 4301All rights reserved. 4302 4303Redistribution and use in source and binary forms, with or without 4304modification, are permitted provided that the following conditions 4305are met: 43061. Redistributions of source code must retain the above copyright 4307 notice, this list of conditions and the following disclaimer. 43082. Redistributions in binary form must reproduce the above copyright 4309 notice, this list of conditions and the following disclaimer in the 4310 documentation and/or other materials provided with the distribution. 4311 4312THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND 4313ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 4314IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 4315ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE 4316FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 4317DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 4318OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 4319HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 4320LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 4321OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 4322SUCH DAMAGE. 4323 4324------------------------------------------------------------------- 4325 4326Copyright (c) 2005-2011 David Schultz <[email protected]> 4327All rights reserved. 4328 4329Redistribution and use in source and binary forms, with or without 4330modification, are permitted provided that the following conditions 4331are met: 43321. Redistributions of source code must retain the above copyright 4333 notice, this list of conditions and the following disclaimer. 43342. Redistributions in binary form must reproduce the above copyright 4335 notice, this list of conditions and the following disclaimer in the 4336 documentation and/or other materials provided with the distribution. 4337 4338THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND 4339ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 4340IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 4341ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE 4342FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 4343DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 4344OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 4345HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 4346LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 4347OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 4348SUCH DAMAGE. 4349 4350------------------------------------------------------------------- 4351 4352Copyright (c) 2007 David Schultz 4353All rights reserved. 4354 4355Redistribution and use in source and binary forms, with or without 4356modification, are permitted provided that the following conditions 4357are met: 43581. Redistributions of source code must retain the above copyright 4359 notice, this list of conditions and the following disclaimer. 43602. Redistributions in binary form must reproduce the above copyright 4361 notice, this list of conditions and the following disclaimer in the 4362 documentation and/or other materials provided with the distribution. 4363 4364THIS SOFTWARE IS PROVIDED BY AUTHOR AND CONTRIBUTORS ``AS IS'' AND 4365ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 4366IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 4367ARE DISCLAIMED. IN NO EVENT SHALL AUTHOR OR CONTRIBUTORS BE LIABLE 4368FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 4369DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 4370OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 4371HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 4372LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 4373OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 4374SUCH DAMAGE. 4375 4376------------------------------------------------------------------- 4377 4378Copyright (c) 2007 David Schultz <[email protected]> 4379All rights reserved. 4380 4381Redistribution and use in source and binary forms, with or without 4382modification, are permitted provided that the following conditions 4383are met: 43841. Redistributions of source code must retain the above copyright 4385 notice, this list of conditions and the following disclaimer. 43862. Redistributions in binary form must reproduce the above copyright 4387 notice, this list of conditions and the following disclaimer in the 4388 documentation and/or other materials provided with the distribution. 4389 4390THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND 4391ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 4392IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 4393ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE 4394FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 4395DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 4396OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 4397HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 4398LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 4399OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 4400SUCH DAMAGE. 4401 4402------------------------------------------------------------------- 4403 4404Copyright (c) 2007 David Schultz <[email protected]> 4405All rights reserved. 4406 4407Redistribution and use in source and binary forms, with or without 4408modification, are permitted provided that the following conditions 4409are met: 44101. Redistributions of source code must retain the above copyright 4411 notice, this list of conditions and the following disclaimer. 44122. Redistributions in binary form must reproduce the above copyright 4413 notice, this list of conditions and the following disclaimer in the 4414 documentation and/or other materials provided with the distribution. 4415 4416THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND 4417ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 4418IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 4419ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE 4420FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 4421DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 4422OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 4423HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 4424LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 4425OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 4426SUCH DAMAGE. 4427 4428Derived from s_modf.c, which has the following Copyright: 4429==================================================== 4430Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved. 4431 4432Developed at SunPro, a Sun Microsystems, Inc. business. 4433Permission to use, copy, modify, and distribute this 4434software is freely granted, provided that this notice 4435is preserved. 4436 4437------------------------------------------------------------------- 4438 4439Copyright (c) 2007 Steven G. Kargl 4440All rights reserved. 4441 4442Redistribution and use in source and binary forms, with or without 4443modification, are permitted provided that the following conditions 4444are met: 44451. Redistributions of source code must retain the above copyright 4446 notice unmodified, this list of conditions, and the following 4447 disclaimer. 44482. Redistributions in binary form must reproduce the above copyright 4449 notice, this list of conditions and the following disclaimer in the 4450 documentation and/or other materials provided with the distribution. 4451 4452THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR 4453IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES 4454OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. 4455IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, 4456INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT 4457NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, 4458DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY 4459THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 4460(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF 4461THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 4462 4463------------------------------------------------------------------- 4464 4465Copyright (c) 2007 The NetBSD Foundation, Inc. 4466All rights reserved. 4467 4468This code is derived from software written by Stephen L. Moshier. 4469It is redistributed by the NetBSD Foundation by permission of the author. 4470 4471Redistribution and use in source and binary forms, with or without 4472modification, are permitted provided that the following conditions 4473are met: 44741. Redistributions of source code must retain the above copyright 4475 notice, this list of conditions and the following disclaimer. 44762. Redistributions in binary form must reproduce the above copyright 4477 notice, this list of conditions and the following disclaimer in the 4478 documentation and/or other materials provided with the distribution. 4479 4480THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS 4481``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 4482TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 4483PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS 4484BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR 4485CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF 4486SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS 4487INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN 4488CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) 4489ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE 4490POSSIBILITY OF SUCH DAMAGE. 4491 4492------------------------------------------------------------------- 4493 4494Copyright (c) 2007 Todd C. Miller <[email protected]> 4495 4496Permission to use, copy, modify, and distribute this software for any 4497purpose with or without fee is hereby granted, provided that the above 4498copyright notice and this permission notice appear in all copies. 4499 4500THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES 4501WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF 4502MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR 4503ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES 4504WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN 4505ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF 4506OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 4507 4508------------------------------------------------------------------- 4509 4510Copyright (c) 2007-2008 Michael G Schwern 4511 4512This software originally derived from Paul Sheer's pivotal_gmtime_r.c. 4513 4514The MIT License: 4515 4516Permission is hereby granted, free of charge, to any person obtaining a copy 4517of this software and associated documentation files (the "Software"), to deal 4518in the Software without restriction, including without limitation the rights 4519to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 4520copies of the Software, and to permit persons to whom the Software is 4521furnished to do so, subject to the following conditions: 4522 4523The above copyright notice and this permission notice shall be included in 4524all copies or substantial portions of the Software. 4525 4526THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 4527IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 4528FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 4529AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 4530LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 4531OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN 4532THE SOFTWARE. 4533 4534------------------------------------------------------------------- 4535 4536Copyright (c) 2007-2008 Michael G Schwern 4537 4538This software originally derived from Paul Sheer's pivotal_gmtime_r.c. 4539 4540The MIT License: 4541 4542Permission is hereby granted, free of charge, to any person obtaining a copy 4543of this software and associated documentation files (the "Software"), to deal 4544in the Software without restriction, including without limitation the rights 4545to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 4546copies of the Software, and to permit persons to whom the Software is 4547furnished to do so, subject to the following conditions: 4548 4549The above copyright notice and this permission notice shall be included in 4550all copies or substantial portions of the Software. 4551 4552THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 4553IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 4554FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 4555AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 4556LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 4557OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN 4558THE SOFTWARE. 4559 4560Origin: http://code.google.com/p/y2038 4561Modified for Bionic by the Android Open Source Project 4562 4563------------------------------------------------------------------- 4564 4565Copyright (c) 2007-2008 David Schultz <[email protected]> 4566All rights reserved. 4567 4568Redistribution and use in source and binary forms, with or without 4569modification, are permitted provided that the following conditions 4570are met: 45711. Redistributions of source code must retain the above copyright 4572 notice, this list of conditions and the following disclaimer. 45732. Redistributions in binary form must reproduce the above copyright 4574 notice, this list of conditions and the following disclaimer in the 4575 documentation and/or other materials provided with the distribution. 4576 4577THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND 4578ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 4579IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 4580ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE 4581FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 4582DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 4583OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 4584HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 4585LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 4586OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 4587SUCH DAMAGE. 4588 4589------------------------------------------------------------------- 4590 4591Copyright (c) 2007-2013 Bruce D. Evans 4592All rights reserved. 4593 4594Redistribution and use in source and binary forms, with or without 4595modification, are permitted provided that the following conditions 4596are met: 45971. Redistributions of source code must retain the above copyright 4598 notice unmodified, this list of conditions, and the following 4599 disclaimer. 46002. Redistributions in binary form must reproduce the above copyright 4601 notice, this list of conditions and the following disclaimer in the 4602 documentation and/or other materials provided with the distribution. 4603 4604THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR 4605IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES 4606OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. 4607IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, 4608INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT 4609NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, 4610DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY 4611THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 4612(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF 4613THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 4614 4615------------------------------------------------------------------- 4616 4617Copyright (c) 2008 David Schultz <[email protected]> 4618All rights reserved. 4619 4620Redistribution and use in source and binary forms, with or without 4621modification, are permitted provided that the following conditions 4622are met: 46231. Redistributions of source code must retain the above copyright 4624 notice, this list of conditions and the following disclaimer. 46252. Redistributions in binary form must reproduce the above copyright 4626 notice, this list of conditions and the following disclaimer in the 4627 documentation and/or other materials provided with the distribution. 4628 4629THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND 4630ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 4631IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 4632ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE 4633FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 4634DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 4635OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 4636HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 4637LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 4638OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 4639SUCH DAMAGE. 4640 4641------------------------------------------------------------------- 4642 4643Copyright (c) 2008 Otto Moerbeek <[email protected]> 4644 4645Permission to use, copy, modify, and distribute this software for any 4646purpose with or without fee is hereby granted, provided that the above 4647copyright notice and this permission notice appear in all copies. 4648 4649THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES 4650WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF 4651MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR 4652ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES 4653WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN 4654ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF 4655OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 4656 4657------------------------------------------------------------------- 4658 4659Copyright (c) 2008 Todd C. Miller <[email protected]> 4660 4661Permission to use, copy, modify, and distribute this software for any 4662purpose with or without fee is hereby granted, provided that the above 4663copyright notice and this permission notice appear in all copies. 4664 4665THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES 4666WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF 4667MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR 4668ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES 4669WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN 4670ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF 4671OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 4672 4673------------------------------------------------------------------- 4674 4675Copyright (c) 2008, Damien Miller <[email protected]> 4676 4677Permission to use, copy, modify, and distribute this software for any 4678purpose with or without fee is hereby granted, provided that the above 4679copyright notice and this permission notice appear in all copies. 4680 4681THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES 4682WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF 4683MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR 4684ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES 4685WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN 4686ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF 4687OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 4688 4689------------------------------------------------------------------- 4690 4691Copyright (c) 2009 David Schultz <[email protected]> 4692All rights reserved. 4693 4694Copyright (c) 2011 The FreeBSD Foundation 4695All rights reserved. 4696Portions of this software were developed by David Chisnall 4697under sponsorship from the FreeBSD Foundation. 4698 4699Redistribution and use in source and binary forms, with or without 4700modification, are permitted provided that the following conditions 4701are met: 47021. Redistributions of source code must retain the above copyright 4703 notice, this list of conditions and the following disclaimer. 47042. Redistributions in binary form must reproduce the above copyright 4705 notice, this list of conditions and the following disclaimer in the 4706 documentation and/or other materials provided with the distribution. 4707 4708THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND 4709ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 4710IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 4711ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE 4712FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 4713DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 4714OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 4715HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 4716LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 4717OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 4718SUCH DAMAGE. 4719 4720------------------------------------------------------------------- 4721 4722Copyright (c) 2009 David Schultz <[email protected]> 4723All rights reserved. 4724 4725Redistribution and use in source and binary forms, with or without 4726modification, are permitted provided that the following conditions 4727are met: 47281. Redistributions of source code must retain the above copyright 4729 notice, this list of conditions and the following disclaimer. 47302. Redistributions in binary form must reproduce the above copyright 4731 notice, this list of conditions and the following disclaimer in the 4732 documentation and/or other materials provided with the distribution. 4733 4734THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND 4735ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 4736IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 4737ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE 4738FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 4739DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 4740OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 4741HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 4742LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 4743OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 4744SUCH DAMAGE. 4745 4746------------------------------------------------------------------- 4747 4748Copyright (c) 2009 The NetBSD Foundation, Inc. 4749 4750This code is derived from software contributed to The NetBSD Foundation 4751by Roy Marples. 4752 4753Redistribution and use in source and binary forms, with or without 4754modification, are permitted provided that the following conditions 4755are met: 47561. Redistributions of source code must retain the above copyright 4757 notice, this list of conditions and the following disclaimer. 47582. Redistributions in binary form must reproduce the above copyright 4759 notice, this list of conditions and the following disclaimer in the 4760 documentation and/or other materials provided with the distribution. 4761 4762THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR 4763IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES 4764OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. 4765IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, 4766INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT 4767NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, 4768DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY 4769THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 4770(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF 4771THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 4772 4773------------------------------------------------------------------- 4774 4775Copyright (c) 2009-2013 Steven G. Kargl 4776All rights reserved. 4777 4778Redistribution and use in source and binary forms, with or without 4779modification, are permitted provided that the following conditions 4780are met: 47811. Redistributions of source code must retain the above copyright 4782 notice unmodified, this list of conditions, and the following 4783 disclaimer. 47842. Redistributions in binary form must reproduce the above copyright 4785 notice, this list of conditions and the following disclaimer in the 4786 documentation and/or other materials provided with the distribution. 4787 4788THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR 4789IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES 4790OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. 4791IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, 4792INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT 4793NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, 4794DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY 4795THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 4796(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF 4797THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 4798 4799Optimized by Bruce D. Evans. 4800 4801------------------------------------------------------------------- 4802 4803Copyright (c) 2010 MIPS Technologies, Inc. 4804 4805All rights reserved. 4806 4807Redistribution and use in source and binary forms, with or without 4808modification, are permitted provided that the following conditions 4809are met: 4810 4811 * Redistributions of source code must retain the above copyright 4812 notice, this list of conditions and the following disclaimer. 4813 * Redistributions in binary form must reproduce the above copyright 4814 notice, this list of conditions and the following disclaimer 4815 in the documentation and/or other materials provided with 4816 the distribution. 4817 * Neither the name of MIPS Technologies Inc. nor the names of its 4818 contributors may be used to endorse or promote products derived 4819 from this software without specific prior written permission. 4820 4821THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 4822"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT 4823LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR 4824A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT 4825OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, 4826SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT 4827LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, 4828DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY 4829THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 4830(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE 4831OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 4832 4833------------------------------------------------------------------- 4834 4835Copyright (c) 2010 The NetBSD Foundation, Inc. 4836All rights reserved. 4837 4838Redistribution and use in source and binary forms, with or without 4839modification, are permitted provided that the following conditions 4840are met: 48411. Redistributions of source code must retain the above copyright 4842 notice, this list of conditions and the following disclaimer. 48432. Redistributions in binary form must reproduce the above copyright 4844 notice, this list of conditions and the following disclaimer in the 4845 documentation and/or other materials provided with the distribution. 4846 4847THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS 4848``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 4849TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 4850PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS 4851BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR 4852CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF 4853SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS 4854INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN 4855CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) 4856ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE 4857POSSIBILITY OF SUCH DAMAGE. 4858 4859------------------------------------------------------------------- 4860 4861Copyright (c) 2010 Todd C. Miller <[email protected]> 4862 4863Permission to use, copy, modify, and distribute this software for any 4864purpose with or without fee is hereby granted, provided that the above 4865copyright notice and this permission notice appear in all copies. 4866 4867THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES 4868WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF 4869MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR 4870ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES 4871WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN 4872ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF 4873OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 4874 4875------------------------------------------------------------------- 4876 4877Copyright (c) 2010, 2011, 2012, 2013 Intel Corporation 4878All rights reserved. 4879 4880Redistribution and use in source and binary forms, with or without 4881modification, are permitted provided that the following conditions are met: 4882 4883 * Redistributions of source code must retain the above copyright notice, 4884 * this list of conditions and the following disclaimer. 4885 4886 * Redistributions in binary form must reproduce the above copyright notice, 4887 * this list of conditions and the following disclaimer in the documentation 4888 * and/or other materials provided with the distribution. 4889 4890 * Neither the name of Intel Corporation nor the names of its contributors 4891 * may be used to endorse or promote products derived from this software 4892 * without specific prior written permission. 4893 4894THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND 4895ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED 4896WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE 4897DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR 4898ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES 4899(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; 4900LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON 4901ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 4902(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 4903SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 4904 4905------------------------------------------------------------------- 4906 4907Copyright (c) 2010, Intel Corporation 4908All rights reserved. 4909 4910Redistribution and use in source and binary forms, with or without 4911modification, are permitted provided that the following conditions are met: 4912 4913 * Redistributions of source code must retain the above copyright notice, 4914 * this list of conditions and the following disclaimer. 4915 4916 * Redistributions in binary form must reproduce the above copyright notice, 4917 * this list of conditions and the following disclaimer in the documentation 4918 * and/or other materials provided with the distribution. 4919 4920 * Neither the name of Intel Corporation nor the names of its contributors 4921 * may be used to endorse or promote products derived from this software 4922 * without specific prior written permission. 4923 4924THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND 4925ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED 4926WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE 4927DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR 4928ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES 4929(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; 4930LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON 4931ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 4932(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 4933SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 4934 4935------------------------------------------------------------------- 4936 4937Copyright (c) 2011 David Chisnall 4938All rights reserved. 4939 4940Redistribution and use in source and binary forms, with or without 4941modification, are permitted provided that the following conditions 4942are met: 49431. Redistributions of source code must retain the above copyright 4944 notice, this list of conditions and the following disclaimer. 49452. Redistributions in binary form must reproduce the above copyright 4946 notice, this list of conditions and the following disclaimer in the 4947 documentation and/or other materials provided with the distribution. 4948 4949THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND 4950ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 4951IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 4952ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE 4953FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 4954DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 4955OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 4956HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 4957LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 4958OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 4959SUCH DAMAGE. 4960 4961------------------------------------------------------------------- 4962 4963Copyright (c) 2011 David Schultz 4964All rights reserved. 4965 4966Redistribution and use in source and binary forms, with or without 4967modification, are permitted provided that the following conditions 4968are met: 49691. Redistributions of source code must retain the above copyright 4970 notice unmodified, this list of conditions, and the following 4971 disclaimer. 49722. Redistributions in binary form must reproduce the above copyright 4973 notice, this list of conditions and the following disclaimer in the 4974 documentation and/or other materials provided with the distribution. 4975 4976THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR 4977IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES 4978OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. 4979IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, 4980INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT 4981NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, 4982DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY 4983THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 4984(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF 4985THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 4986 4987------------------------------------------------------------------- 4988 4989Copyright (c) 2011 David Schultz <[email protected]> 4990All rights reserved. 4991 4992Redistribution and use in source and binary forms, with or without 4993modification, are permitted provided that the following conditions 4994are met: 49951. Redistributions of source code must retain the above copyright 4996 notice, this list of conditions and the following disclaimer. 49972. Redistributions in binary form must reproduce the above copyright 4998 notice, this list of conditions and the following disclaimer in the 4999 documentation and/or other materials provided with the distribution. 5000 5001THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND 5002ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 5003IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 5004ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE 5005FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 5006DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 5007OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 5008HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 5009LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 5010OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 5011SUCH DAMAGE. 5012 5013------------------------------------------------------------------- 5014 5015Copyright (c) 2011 Ed Schouten <[email protected]> 5016 David Chisnall <[email protected]> 5017All rights reserved. 5018 5019Redistribution and use in source and binary forms, with or without 5020modification, are permitted provided that the following conditions 5021are met: 50221. Redistributions of source code must retain the above copyright 5023 notice, this list of conditions and the following disclaimer. 50242. Redistributions in binary form must reproduce the above copyright 5025 notice, this list of conditions and the following disclaimer in the 5026 documentation and/or other materials provided with the distribution. 5027 5028THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND 5029ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 5030IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 5031ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE 5032FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 5033DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 5034OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 5035HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 5036LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 5037OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 5038SUCH DAMAGE. 5039 5040------------------------------------------------------------------- 5041 5042Copyright (c) 2011 Intel Corporation 5043All rights reserved. 5044 5045Redistribution and use in source and binary forms, with or without 5046modification, are permitted provided that the following conditions are met: 5047 5048 * Redistributions of source code must retain the above copyright notice, 5049 * this list of conditions and the following disclaimer. 5050 5051 * Redistributions in binary form must reproduce the above copyright notice, 5052 * this list of conditions and the following disclaimer in the documentation 5053 * and/or other materials provided with the distribution. 5054 5055 * Neither the name of Intel Corporation nor the names of its contributors 5056 * may be used to endorse or promote products derived from this software 5057 * without specific prior written permission. 5058 5059THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND 5060ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED 5061WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE 5062DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR 5063ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES 5064(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; 5065LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON 5066ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 5067(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 5068SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 5069 5070------------------------------------------------------------------- 5071 5072Copyright (c) 2011 Martin Pieuchot <[email protected]> 5073 5074Permission to use, copy, modify, and distribute this software for any 5075purpose with or without fee is hereby granted, provided that the above 5076copyright notice and this permission notice appear in all copies. 5077 5078THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES 5079WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF 5080MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR 5081ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES 5082WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN 5083ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF 5084OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 5085 5086------------------------------------------------------------------- 5087 5088Copyright (c) 2011 Martin Pieuchot <[email protected]> 5089Copyright (c) 2009 Ted Unangst 5090 5091Permission to use, copy, modify, and distribute this software for any 5092purpose with or without fee is hereby granted, provided that the above 5093copyright notice and this permission notice appear in all copies. 5094 5095THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES 5096WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF 5097MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR 5098ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES 5099WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN 5100ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF 5101OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 5102 5103------------------------------------------------------------------- 5104 5105Copyright (c) 2011 The Android Open Source Project 5106Copyright (c) 2008 ARM Ltd 5107All rights reserved. 5108 5109Redistribution and use in source and binary forms, with or without 5110modification, are permitted provided that the following conditions 5111are met: 51121. Redistributions of source code must retain the above copyright 5113 notice, this list of conditions and the following disclaimer. 51142. Redistributions in binary form must reproduce the above copyright 5115 notice, this list of conditions and the following disclaimer in the 5116 documentation and/or other materials provided with the distribution. 51173. The name of the company may not be used to endorse or promote 5118 products derived from this software without specific prior written 5119 permission. 5120 5121THIS SOFTWARE IS PROVIDED BY ARM LTD ``AS IS'' AND ANY EXPRESS OR IMPLIED 5122WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF 5123MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. 5124IN NO EVENT SHALL ARM LTD BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, 5125SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED 5126TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 5127PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 5128LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 5129NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 5130SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 5131 5132------------------------------------------------------------------- 5133 5134Copyright (c) 2011, 2012, 2013 Intel Corporation 5135All rights reserved. 5136 5137Redistribution and use in source and binary forms, with or without 5138modification, are permitted provided that the following conditions are met: 5139 5140 * Redistributions of source code must retain the above copyright notice, 5141 * this list of conditions and the following disclaimer. 5142 5143 * Redistributions in binary form must reproduce the above copyright notice, 5144 * this list of conditions and the following disclaimer in the documentation 5145 * and/or other materials provided with the distribution. 5146 5147 * Neither the name of Intel Corporation nor the names of its contributors 5148 * may be used to endorse or promote products derived from this software 5149 * without specific prior written permission. 5150 5151THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND 5152ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED 5153WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE 5154DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR 5155ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES 5156(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; 5157LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON 5158ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 5159(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 5160SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 5161 5162------------------------------------------------------------------- 5163 5164Copyright (c) 2011, Intel Corporation 5165All rights reserved. 5166 5167Redistribution and use in source and binary forms, with or without 5168modification, are permitted provided that the following conditions are met: 5169 5170 * Redistributions of source code must retain the above copyright notice, 5171 * this list of conditions and the following disclaimer. 5172 5173 * Redistributions in binary form must reproduce the above copyright notice, 5174 * this list of conditions and the following disclaimer in the documentation 5175 * and/or other materials provided with the distribution. 5176 5177 * Neither the name of Intel Corporation nor the names of its contributors 5178 * may be used to endorse or promote products derived from this software 5179 * without specific prior written permission. 5180 5181THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND 5182ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED 5183WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE 5184DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR 5185ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES 5186(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; 5187LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON 5188ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 5189(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 5190SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 5191 5192------------------------------------------------------------------- 5193 5194Copyright (c) 2011, VMware, Inc. 5195All rights reserved. 5196 5197Redistribution and use in source and binary forms, with or without 5198modification, are permitted provided that the following conditions are met: 5199 * Redistributions of source code must retain the above copyright 5200 notice, this list of conditions and the following disclaimer. 5201 * Redistributions in binary form must reproduce the above copyright 5202 notice, this list of conditions and the following disclaimer in the 5203 documentation and/or other materials provided with the distribution. 5204 * Neither the name of the VMware, Inc. nor the names of its contributors 5205 may be used to endorse or promote products derived from this software 5206 without specific prior written permission. 5207 5208THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" 5209AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 5210IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 5211ARE DISCLAIMED. IN NO EVENT SHALL VMWARE, INC. OR CONTRIBUTORS BE LIABLE FOR 5212ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES 5213(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; 5214LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND 5215ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 5216(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF 5217THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 5218 5219------------------------------------------------------------------- 5220 5221Copyright (c) 2012 Stephen Montgomery-Smith <[email protected]> 5222All rights reserved. 5223 5224Redistribution and use in source and binary forms, with or without 5225modification, are permitted provided that the following conditions 5226are met: 52271. Redistributions of source code must retain the above copyright 5228 notice, this list of conditions and the following disclaimer. 52292. Redistributions in binary form must reproduce the above copyright 5230 notice, this list of conditions and the following disclaimer in the 5231 documentation and/or other materials provided with the distribution. 5232 5233THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND 5234ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 5235IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 5236ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE 5237FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 5238DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 5239OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 5240HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 5241LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 5242OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 5243SUCH DAMAGE. 5244 5245------------------------------------------------------------------- 5246 5247Copyright (c) 2012, Linaro Limited 5248 All rights reserved. 5249 5250 Redistribution and use in source and binary forms, with or without 5251 modification, are permitted provided that the following conditions are met: 5252 * Redistributions of source code must retain the above copyright 5253 notice, this list of conditions and the following disclaimer. 5254 * Redistributions in binary form must reproduce the above copyright 5255 notice, this list of conditions and the following disclaimer in the 5256 documentation and/or other materials provided with the distribution. 5257 * Neither the name of the Linaro nor the 5258 names of its contributors may be used to endorse or promote products 5259 derived from this software without specific prior written permission. 5260 5261 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 5262 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT 5263 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR 5264 A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT 5265 HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, 5266 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT 5267 LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, 5268 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY 5269 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 5270 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE 5271 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 5272 5273------------------------------------------------------------------- 5274 5275Copyright (c) 2012, Linaro Limited 5276 All rights reserved. 5277 Copyright (c) 2014, NVIDIA Corporation. All rights reserved. 5278 5279 Redistribution and use in source and binary forms, with or without 5280 modification, are permitted provided that the following conditions are met: 5281 * Redistributions of source code must retain the above copyright 5282 notice, this list of conditions and the following disclaimer. 5283 * Redistributions in binary form must reproduce the above copyright 5284 notice, this list of conditions and the following disclaimer in the 5285 documentation and/or other materials provided with the distribution. 5286 * Neither the name of the Linaro nor the 5287 names of its contributors may be used to endorse or promote products 5288 derived from this software without specific prior written permission. 5289 5290 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 5291 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT 5292 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR 5293 A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT 5294 HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, 5295 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT 5296 LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, 5297 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY 5298 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 5299 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE 5300 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 5301 5302------------------------------------------------------------------- 5303 5304Copyright (c) 2012-2013, Linaro Limited 5305 All rights reserved. 5306 5307 Redistribution and use in source and binary forms, with or without 5308 modification, are permitted provided that the following conditions are met: 5309 * Redistributions of source code must retain the above copyright 5310 notice, this list of conditions and the following disclaimer. 5311 * Redistributions in binary form must reproduce the above copyright 5312 notice, this list of conditions and the following disclaimer in the 5313 documentation and/or other materials provided with the distribution. 5314 * Neither the name of the Linaro nor the 5315 names of its contributors may be used to endorse or promote products 5316 derived from this software without specific prior written permission. 5317 5318 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 5319 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT 5320 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR 5321 A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT 5322 HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, 5323 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT 5324 LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, 5325 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY 5326 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 5327 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE 5328 5329------------------------------------------------------------------- 5330 5331Copyright (c) 2012-2015 5332 MIPS Technologies, Inc., California. 5333 5334Redistribution and use in source and binary forms, with or without 5335modification, are permitted provided that the following conditions 5336are met: 53371. Redistributions of source code must retain the above copyright 5338 notice, this list of conditions and the following disclaimer. 53392. Redistributions in binary form must reproduce the above copyright 5340 notice, this list of conditions and the following disclaimer in the 5341 documentation and/or other materials provided with the distribution. 53423. Neither the name of the MIPS Technologies, Inc., nor the names of its 5343 contributors may be used to endorse or promote products derived from 5344 this software without specific prior written permission. 5345 5346THIS SOFTWARE IS PROVIDED BY THE MIPS TECHNOLOGIES, INC. ``AS IS'' AND 5347ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 5348IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 5349ARE DISCLAIMED. IN NO EVENT SHALL THE MIPS TECHNOLOGIES, INC. BE LIABLE 5350FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 5351DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 5352OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 5353HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 5354LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 5355OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 5356SUCH DAMAGE. 5357 5358------------------------------------------------------------------- 5359 5360Copyright (c) 2013 5361 MIPS Technologies, Inc., California. 5362 5363Redistribution and use in source and binary forms, with or without 5364modification, are permitted provided that the following conditions 5365are met: 53661. Redistributions of source code must retain the above copyright 5367 notice, this list of conditions and the following disclaimer. 53682. Redistributions in binary form must reproduce the above copyright 5369 notice, this list of conditions and the following disclaimer in the 5370 documentation and/or other materials provided with the distribution. 53713. Neither the name of the MIPS Technologies, Inc., nor the names of its 5372 contributors may be used to endorse or promote products derived from 5373 this software without specific prior written permission. 5374 5375THIS SOFTWARE IS PROVIDED BY THE MIPS TECHNOLOGIES, INC. ``AS IS'' AND 5376ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 5377IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 5378ARE DISCLAIMED. IN NO EVENT SHALL THE MIPS TECHNOLOGIES, INC. BE LIABLE 5379FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 5380DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 5381OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 5382HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 5383LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 5384OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 5385SUCH DAMAGE. 5386 5387------------------------------------------------------------------- 5388 5389Copyright (c) 2013 ARM Ltd 5390All rights reserved. 5391 5392Redistribution and use in source and binary forms, with or without 5393modification, are permitted provided that the following conditions 5394are met: 53951. Redistributions of source code must retain the above copyright 5396 notice, this list of conditions and the following disclaimer. 53972. Redistributions in binary form must reproduce the above copyright 5398 notice, this list of conditions and the following disclaimer in the 5399 documentation and/or other materials provided with the distribution. 54003. The name of the company may not be used to endorse or promote 5401 products derived from this software without specific prior written 5402 permission. 5403 5404THIS SOFTWARE IS PROVIDED BY ARM LTD ``AS IS'' AND ANY EXPRESS OR IMPLIED 5405WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF 5406MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. 5407IN NO EVENT SHALL ARM LTD BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, 5408SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED 5409TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 5410PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 5411LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 5412NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 5413SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 5414 5415------------------------------------------------------------------- 5416 5417Copyright (c) 2013 Antoine Jacoutot <[email protected]> 5418 5419Permission to use, copy, modify, and distribute this software for any 5420purpose with or without fee is hereby granted, provided that the above 5421copyright notice and this permission notice appear in all copies. 5422 5423THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES 5424WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF 5425MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR 5426ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES 5427WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN 5428ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF 5429OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 5430 5431------------------------------------------------------------------- 5432 5433Copyright (c) 2013 David Chisnall 5434All rights reserved. 5435 5436Redistribution and use in source and binary forms, with or without 5437modification, are permitted provided that the following conditions 5438are met: 54391. Redistributions of source code must retain the above copyright 5440 notice, this list of conditions and the following disclaimer. 54412. Redistributions in binary form must reproduce the above copyright 5442 notice, this list of conditions and the following disclaimer in the 5443 documentation and/or other materials provided with the distribution. 5444 5445THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND 5446ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 5447IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 5448ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE 5449FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 5450DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 5451OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 5452HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 5453LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 5454OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 5455SUCH DAMAGE. 5456 5457------------------------------------------------------------------- 5458 5459Copyright (c) 2013 The NetBSD Foundation, Inc. 5460All rights reserved. 5461 5462This code is derived from software contributed to The NetBSD Foundation 5463by Christos Zoulas. 5464 5465Redistribution and use in source and binary forms, with or without 5466modification, are permitted provided that the following conditions 5467are met: 54681. Redistributions of source code must retain the above copyright 5469 notice, this list of conditions and the following disclaimer. 54702. Redistributions in binary form must reproduce the above copyright 5471 notice, this list of conditions and the following disclaimer in the 5472 documentation and/or other materials provided with the distribution. 5473 5474THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS 5475``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 5476TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 5477PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS 5478BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR 5479CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF 5480SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS 5481INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN 5482CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) 5483ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE 5484POSSIBILITY OF SUCH DAMAGE. 5485 5486------------------------------------------------------------------- 5487 5488Copyright (c) 2013, Linaro Limited 5489 All rights reserved. 5490 5491 Redistribution and use in source and binary forms, with or without 5492 modification, are permitted provided that the following conditions are met: 5493 * Redistributions of source code must retain the above copyright 5494 notice, this list of conditions and the following disclaimer. 5495 * Redistributions in binary form must reproduce the above copyright 5496 notice, this list of conditions and the following disclaimer in the 5497 documentation and/or other materials provided with the distribution. 5498 * Neither the name of the Linaro nor the 5499 names of its contributors may be used to endorse or promote products 5500 derived from this software without specific prior written permission. 5501 5502 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 5503 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT 5504 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR 5505 A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT 5506 HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, 5507 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT 5508 LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, 5509 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY 5510 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 5511 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE 5512 5513------------------------------------------------------------------- 5514 5515Copyright (c) 2013-2014, NVIDIA Corporation. All rights reserved. 5516Johnny Qiu <[email protected]> 5517Shu Zhang <[email protected]> 5518 5519Redistribution and use in source and binary forms, with or without 5520modification, are permitted provided that the following conditions are 5521met: 5522 * Redistributions of source code must retain the above copyright 5523 notice, this list of conditions and the following disclaimer. 5524 * Redistributions in binary form must reproduce the above 5525 copyright notice, this list of conditions and the following 5526 disclaimer in the documentation and/or other materials provided 5527 with the distribution. 5528 * Neither the name of The Linux Foundation nor the names of its 5529 contributors may be used to endorse or promote products derived 5530 from this software without specific prior written permission. 5531 5532THIS SOFTWARE IS PROVIDED "AS IS" AND ANY EXPRESS OR IMPLIED 5533WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF 5534MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT 5535ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS 5536BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR 5537CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF 5538SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR 5539BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, 5540WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE 5541OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN 5542IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 5543 5544------------------------------------------------------------------- 5545 5546Copyright (c) 2013-2015, Linaro Limited 5547 All rights reserved. 5548 5549 Redistribution and use in source and binary forms, with or without 5550 modification, are permitted provided that the following conditions are met: 5551 * Redistributions of source code must retain the above copyright 5552 notice, this list of conditions and the following disclaimer. 5553 * Redistributions in binary form must reproduce the above copyright 5554 notice, this list of conditions and the following disclaimer in the 5555 documentation and/or other materials provided with the distribution. 5556 * Neither the name of the Linaro nor the 5557 names of its contributors may be used to endorse or promote products 5558 derived from this software without specific prior written permission. 5559 5560 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 5561 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT 5562 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR 5563 A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT 5564 HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, 5565 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT 5566 LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, 5567 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY 5568 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 5569 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE 5570 5571------------------------------------------------------------------- 5572 5573Copyright (c) 2014 5574 Imagination Technologies Limited. 5575 5576Redistribution and use in source and binary forms, with or without 5577modification, are permitted provided that the following conditions 5578are met: 55791. Redistributions of source code must retain the above copyright 5580 notice, this list of conditions and the following disclaimer. 55812. Redistributions in binary form must reproduce the above copyright 5582 notice, this list of conditions and the following disclaimer in the 5583 documentation and/or other materials provided with the distribution. 55843. Neither the name of the MIPS Technologies, Inc., nor the names of its 5585 contributors may be used to endorse or promote products derived from 5586 this software without specific prior written permission. 5587 5588THIS SOFTWARE IS PROVIDED BY IMAGINATION TECHNOLOGIES LIMITED ``AS IS'' AND 5589ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 5590IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 5591ARE DISCLAIMED. IN NO EVENT SHALL IMAGINATION TECHNOLOGIES LIMITED BE LIABLE 5592FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 5593DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 5594OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 5595HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 5596LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 5597OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 5598SUCH DAMAGE. 5599 5600------------------------------------------------------------------- 5601 5602Copyright (c) 2014 Theo de Raadt <[email protected]> 5603Copyright (c) 2014 Bob Beck <[email protected]> 5604 5605Permission to use, copy, modify, and distribute this software for any 5606purpose with or without fee is hereby granted, provided that the above 5607copyright notice and this permission notice appear in all copies. 5608 5609THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES 5610WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF 5611MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR 5612ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES 5613WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN 5614ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF 5615OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 5616 5617Emulation of getentropy(2) as documented at: 5618http://man.openbsd.org/getentropy.2 5619 5620------------------------------------------------------------------- 5621 5622Copyright (c) 2014, Intel Corporation 5623All rights reserved. 5624 5625Redistribution and use in source and binary forms, with or without 5626modification, are permitted provided that the following conditions are met: 5627 5628 * Redistributions of source code must retain the above copyright notice, 5629 * this list of conditions and the following disclaimer. 5630 5631 * Redistributions in binary form must reproduce the above copyright notice, 5632 * this list of conditions and the following disclaimer in the documentation 5633 * and/or other materials provided with the distribution. 5634 5635 * Neither the name of Intel Corporation nor the names of its contributors 5636 * may be used to endorse or promote products derived from this software 5637 * without specific prior written permission. 5638 5639THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND 5640ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED 5641WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE 5642DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR 5643ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES 5644(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; 5645LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON 5646ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 5647(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 5648SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 5649 5650------------------------------------------------------------------- 5651 5652Copyright (c) 2014, Linaro Limited 5653 All rights reserved. 5654 5655 Redistribution and use in source and binary forms, with or without 5656 modification, are permitted provided that the following conditions are met: 5657 * Redistributions of source code must retain the above copyright 5658 notice, this list of conditions and the following disclaimer. 5659 * Redistributions in binary form must reproduce the above copyright 5660 notice, this list of conditions and the following disclaimer in the 5661 documentation and/or other materials provided with the distribution. 5662 * Neither the name of the Linaro nor the 5663 names of its contributors may be used to endorse or promote products 5664 derived from this software without specific prior written permission. 5665 5666 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 5667 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT 5668 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR 5669 A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT 5670 HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, 5671 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT 5672 LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, 5673 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY 5674 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 5675 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE 5676 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 5677 5678------------------------------------------------------------------- 5679 5680Copyright (c) 2015 ARM Ltd 5681All rights reserved. 5682 5683Redistribution and use in source and binary forms, with or without 5684modification, are permitted provided that the following conditions 5685are met: 56861. Redistributions of source code must retain the above copyright 5687 notice, this list of conditions and the following disclaimer. 56882. Redistributions in binary form must reproduce the above copyright 5689 notice, this list of conditions and the following disclaimer in the 5690 documentation and/or other materials provided with the distribution. 56913. The name of the company may not be used to endorse or promote 5692 products derived from this software without specific prior written 5693 permission. 5694 5695THIS SOFTWARE IS PROVIDED BY ARM LTD ``AS IS'' AND ANY EXPRESS OR IMPLIED 5696WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF 5697MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. 5698IN NO EVENT SHALL ARM LTD BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, 5699SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED 5700TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 5701PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 5702LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 5703NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 5704SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 5705 5706------------------------------------------------------------------- 5707 5708Copyright (c) 2015 Joerg Sonnenberger <[email protected]>. 5709All rights reserved. 5710 5711Redistribution and use in source and binary forms, with or without 5712modification, are permitted provided that the following conditions 5713are met: 5714 57151. Redistributions of source code must retain the above copyright 5716 notice, this list of conditions and the following disclaimer. 57172. Redistributions in binary form must reproduce the above copyright 5718 notice, this list of conditions and the following disclaimer in 5719 the documentation and/or other materials provided with the 5720 distribution. 5721 5722THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 5723``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT 5724LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS 5725FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE 5726COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, 5727INCIDENTAL, SPECIAL, EXEMPLARY OR CONSEQUENTIAL DAMAGES (INCLUDING, 5728BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; 5729LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED 5730AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, 5731OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT 5732OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 5733SUCH DAMAGE. 5734 5735------------------------------------------------------------------- 5736 5737Copyright (c)1999 Citrus Project, 5738All rights reserved. 5739 5740Redistribution and use in source and binary forms, with or without 5741modification, are permitted provided that the following conditions 5742are met: 57431. Redistributions of source code must retain the above copyright 5744 notice, this list of conditions and the following disclaimer. 57452. Redistributions in binary form must reproduce the above copyright 5746 notice, this list of conditions and the following disclaimer in the 5747 documentation and/or other materials provided with the distribution. 5748 5749THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND 5750ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 5751IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 5752ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE 5753FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 5754DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 5755OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 5756HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 5757LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 5758OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 5759SUCH DAMAGE. 5760 5761------------------------------------------------------------------- 5762 5763Copyright (c)2001 Citrus Project, 5764All rights reserved. 5765 5766Redistribution and use in source and binary forms, with or without 5767modification, are permitted provided that the following conditions 5768are met: 57691. Redistributions of source code must retain the above copyright 5770 notice, this list of conditions and the following disclaimer. 57712. Redistributions in binary form must reproduce the above copyright 5772 notice, this list of conditions and the following disclaimer in the 5773 documentation and/or other materials provided with the distribution. 5774 5775THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND 5776ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 5777IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 5778ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE 5779FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 5780DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 5781OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 5782HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 5783LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 5784OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 5785SUCH DAMAGE. 5786 5787------------------------------------------------------------------- 5788 5789Copyright (c)2003 Citrus Project, 5790All rights reserved. 5791 5792Redistribution and use in source and binary forms, with or without 5793modification, are permitted provided that the following conditions 5794are met: 57951. Redistributions of source code must retain the above copyright 5796 notice, this list of conditions and the following disclaimer. 57972. Redistributions in binary form must reproduce the above copyright 5798 notice, this list of conditions and the following disclaimer in the 5799 documentation and/or other materials provided with the distribution. 5800 5801THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND 5802ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 5803IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 5804ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE 5805FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 5806DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 5807OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 5808HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 5809LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 5810OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 5811SUCH DAMAGE. 5812 5813------------------------------------------------------------------- 5814 5815Copyright 1989 The Regents of the University of California. 5816 All rights reserved. 5817 5818 Redistribution and use in source and binary forms, with or without 5819 modification, are permitted provided that the following conditions 5820 are met: 5821 1. Redistributions of source code must retain the above copyright 5822 notice, this list of conditions and the following disclaimer. 5823 2. Redistributions in binary form must reproduce the above copyright 5824 notice, this list of conditions and the following disclaimer in the 5825 documentation and/or other materials provided with the distribution. 5826 3. Neither the name of the University nor the names of its contributors 5827 may be used to endorse or promote products derived from this software 5828 without specific prior written permission. 5829 5830 THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS "AS IS" AND 5831 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 5832 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 5833 ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE 5834 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 5835 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 5836 OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 5837 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 5838 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 5839 OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 5840 5841------------------------------------------------------------------- 5842 5843Copyright 1997 Niels Provos <[email protected]> 5844Copyright 2008 Damien Miller <[email protected]> 5845All rights reserved. 5846 5847Theo de Raadt <[email protected]> came up with the idea of using 5848such a mathematical system to generate more random (yet non-repeating) 5849ids to solve the resolver/named problem. But Niels designed the 5850actual system based on the constraints. 5851 5852Later modified by Damien Miller to wrap the LCG output in a 15-bit 5853permutation generator based on a Luby-Rackoff block cipher. This 5854ensures the output is non-repeating and preserves the MSB twiddle 5855trick, but makes it more resistant to LCG prediction. 5856 5857Redistribution and use in source and binary forms, with or without 5858modification, are permitted provided that the following conditions 5859are met: 58601. Redistributions of source code must retain the above copyright 5861 notice, this list of conditions and the following disclaimer. 58622. Redistributions in binary form must reproduce the above copyright 5863 notice, this list of conditions and the following disclaimer in the 5864 documentation and/or other materials provided with the distribution. 5865 5866THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR 5867IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES 5868OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. 5869IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, 5870INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT 5871NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, 5872DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY 5873THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 5874(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF 5875THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 5876 5877------------------------------------------------------------------- 5878 5879From: @(#)s_ilogb.c 5.1 93/09/24 5880==================================================== 5881Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved. 5882 5883Developed at SunPro, a Sun Microsystems, Inc. business. 5884Permission to use, copy, modify, and distribute this 5885software is freely granted, provided that this notice 5886is preserved. 5887 5888------------------------------------------------------------------- 5889 5890Portions Copyright (C) 2004, 2005, 2008, 2009 Internet Systems Consortium, Inc. ("ISC") 5891Portions Copyright (C) 1996-2003 Internet Software Consortium. 5892 5893Permission to use, copy, modify, and/or distribute this software for any 5894purpose with or without fee is hereby granted, provided that the above 5895copyright notice and this permission notice appear in all copies. 5896 5897THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH 5898REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY 5899AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT, 5900INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM 5901LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE 5902OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR 5903PERFORMANCE OF THIS SOFTWARE. 5904 5905------------------------------------------------------------------- 5906 5907Portions Copyright (c) 1993 by Digital Equipment Corporation. 5908 5909Permission to use, copy, modify, and distribute this software for any 5910purpose with or without fee is hereby granted, provided that the above 5911copyright notice and this permission notice appear in all copies, and that 5912the name of Digital Equipment Corporation not be used in advertising or 5913publicity pertaining to distribution of the document or software without 5914specific, written prior permission. 5915 5916THE SOFTWARE IS PROVIDED "AS IS" AND DIGITAL EQUIPMENT CORP. DISCLAIMS ALL 5917WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES 5918OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL DIGITAL EQUIPMENT 5919CORPORATION BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL 5920DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR 5921PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS 5922ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS 5923SOFTWARE. 5924 5925------------------------------------------------------------------- 5926 5927Portions Copyright (c) 1995 by International Business Machines, Inc. 5928 5929International Business Machines, Inc. (hereinafter called IBM) grants 5930permission under its copyrights to use, copy, modify, and distribute this 5931Software with or without fee, provided that the above copyright notice and 5932all paragraphs of this notice appear in all copies, and that the name of IBM 5933not be used in connection with the marketing of any product incorporating 5934the Software or modifications thereof, without specific, written prior 5935permission. 5936 5937To the extent it has a right to do so, IBM grants an immunity from suit 5938under its patents, if any, for the use, sale or manufacture of products to 5939the extent that such products are used for performing Domain Name System 5940dynamic updates in TCP/IP networks by means of the Software. No immunity is 5941granted for any product per se or for any other function of any product. 5942 5943THE SOFTWARE IS PROVIDED "AS IS", AND IBM DISCLAIMS ALL WARRANTIES, 5944INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A 5945PARTICULAR PURPOSE. IN NO EVENT SHALL IBM BE LIABLE FOR ANY SPECIAL, 5946DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER ARISING 5947OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE, EVEN 5948IF IBM IS APPRISED OF THE POSSIBILITY OF SUCH DAMAGES. 5949 5950------------------------------------------------------------------- 5951 5952Portions Copyright(C) 1995, Jason Downs. All rights reserved. 5953 5954Redistribution and use in source and binary forms, with or without 5955modification, are permitted provided that the following conditions 5956are met: 59571. Redistributions of source code must retain the above copyright 5958 notice, this list of conditions and the following disclaimer. 59592. Redistributions in binary form must reproduce the above copyright 5960 notice, this list of conditions and the following disclaimer in the 5961 documentation and/or other materials provided with the distribution. 5962 5963THIS SOFTWARE IS PROVIDED BY THE AUTHOR(S) ``AS IS'' AND ANY EXPRESS 5964OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED 5965WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE 5966DISCLAIMED. IN NO EVENT SHALL THE AUTHOR(S) BE LIABLE FOR ANY DIRECT, 5967INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES 5968(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR 5969SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER 5970CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 5971LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 5972OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 5973SUCH DAMAGE. 5974 5975------------------------------------------------------------------- 5976 5977The author of this software is David M. Gay. 5978 5979Copyright (C) 1998 by Lucent Technologies 5980All Rights Reserved 5981 5982Permission to use, copy, modify, and distribute this software and 5983its documentation for any purpose and without fee is hereby 5984granted, provided that the above copyright notice appear in all 5985copies and that both that the copyright notice and this 5986permission notice and warranty disclaimer appear in supporting 5987documentation, and that the name of Lucent or any of its entities 5988not be used in advertising or publicity pertaining to 5989distribution of the software without specific, written prior 5990permission. 5991 5992LUCENT DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, 5993INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. 5994IN NO EVENT SHALL LUCENT OR ANY OF ITS ENTITIES BE LIABLE FOR ANY 5995SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES 5996WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER 5997IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, 5998ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF 5999THIS SOFTWARE. 6000 6001------------------------------------------------------------------- 6002 6003The author of this software is David M. Gay. 6004 6005Copyright (C) 1998, 1999 by Lucent Technologies 6006All Rights Reserved 6007 6008Permission to use, copy, modify, and distribute this software and 6009its documentation for any purpose and without fee is hereby 6010granted, provided that the above copyright notice appear in all 6011copies and that both that the copyright notice and this 6012permission notice and warranty disclaimer appear in supporting 6013documentation, and that the name of Lucent or any of its entities 6014not be used in advertising or publicity pertaining to 6015distribution of the software without specific, written prior 6016permission. 6017 6018LUCENT DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, 6019INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. 6020IN NO EVENT SHALL LUCENT OR ANY OF ITS ENTITIES BE LIABLE FOR ANY 6021SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES 6022WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER 6023IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, 6024ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF 6025THIS SOFTWARE. 6026 6027------------------------------------------------------------------- 6028 6029The author of this software is David M. Gay. 6030 6031Copyright (C) 1998, 2000 by Lucent Technologies 6032All Rights Reserved 6033 6034Permission to use, copy, modify, and distribute this software and 6035its documentation for any purpose and without fee is hereby 6036granted, provided that the above copyright notice appear in all 6037copies and that both that the copyright notice and this 6038permission notice and warranty disclaimer appear in supporting 6039documentation, and that the name of Lucent or any of its entities 6040not be used in advertising or publicity pertaining to 6041distribution of the software without specific, written prior 6042permission. 6043 6044LUCENT DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, 6045INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. 6046IN NO EVENT SHALL LUCENT OR ANY OF ITS ENTITIES BE LIABLE FOR ANY 6047SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES 6048WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER 6049IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, 6050ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF 6051THIS SOFTWARE. 6052 6053------------------------------------------------------------------- 6054 6055The author of this software is David M. Gay. 6056 6057Copyright (C) 1998-2000 by Lucent Technologies 6058All Rights Reserved 6059 6060Permission to use, copy, modify, and distribute this software and 6061its documentation for any purpose and without fee is hereby 6062granted, provided that the above copyright notice appear in all 6063copies and that both that the copyright notice and this 6064permission notice and warranty disclaimer appear in supporting 6065documentation, and that the name of Lucent or any of its entities 6066not be used in advertising or publicity pertaining to 6067distribution of the software without specific, written prior 6068permission. 6069 6070LUCENT DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, 6071INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. 6072IN NO EVENT SHALL LUCENT OR ANY OF ITS ENTITIES BE LIABLE FOR ANY 6073SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES 6074WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER 6075IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, 6076ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF 6077THIS SOFTWARE. 6078 6079------------------------------------------------------------------- 6080 6081The author of this software is David M. Gay. 6082 6083Copyright (C) 1998-2001 by Lucent Technologies 6084All Rights Reserved 6085 6086Permission to use, copy, modify, and distribute this software and 6087its documentation for any purpose and without fee is hereby 6088granted, provided that the above copyright notice appear in all 6089copies and that both that the copyright notice and this 6090permission notice and warranty disclaimer appear in supporting 6091documentation, and that the name of Lucent or any of its entities 6092not be used in advertising or publicity pertaining to 6093distribution of the software without specific, written prior 6094permission. 6095 6096LUCENT DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, 6097INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. 6098IN NO EVENT SHALL LUCENT OR ANY OF ITS ENTITIES BE LIABLE FOR ANY 6099SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES 6100WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER 6101IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, 6102ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF 6103THIS SOFTWARE. 6104 6105------------------------------------------------------------------- 6106 6107The author of this software is David M. Gay. 6108 6109Copyright (C) 2000 by Lucent Technologies 6110All Rights Reserved 6111 6112Permission to use, copy, modify, and distribute this software and 6113its documentation for any purpose and without fee is hereby 6114granted, provided that the above copyright notice appear in all 6115copies and that both that the copyright notice and this 6116permission notice and warranty disclaimer appear in supporting 6117documentation, and that the name of Lucent or any of its entities 6118not be used in advertising or publicity pertaining to 6119distribution of the software without specific, written prior 6120permission. 6121 6122LUCENT DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, 6123INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. 6124IN NO EVENT SHALL LUCENT OR ANY OF ITS ENTITIES BE LIABLE FOR ANY 6125SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES 6126WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER 6127IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, 6128ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF 6129THIS SOFTWARE. 6130 6131------------------------------------------------------------------- 6132 6133memchr - find a character in a memory zone 6134 6135Copyright (c) 2014, ARM Limited 6136All rights Reserved. 6137Copyright (c) 2014, Linaro Ltd. 6138 6139Redistribution and use in source and binary forms, with or without 6140modification, are permitted provided that the following conditions are met: 6141 * Redistributions of source code must retain the above copyright 6142 notice, this list of conditions and the following disclaimer. 6143 * Redistributions in binary form must reproduce the above copyright 6144 notice, this list of conditions and the following disclaimer in the 6145 documentation and/or other materials provided with the distribution. 6146 * Neither the name of the company nor the names of its contributors 6147 may be used to endorse or promote products derived from this 6148 software without specific prior written permission. 6149 6150THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 6151"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT 6152LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR 6153A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT 6154HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, 6155SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT 6156LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, 6157DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY 6158THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 6159(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE 6160OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 6161 6162------------------------------------------------------------------- 6163 6164