Home | History | Annotate | Download | only in libc
      1 ====================================================
      2 Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved.
      3 
      4 Developed at SunPro, a Sun Microsystems, Inc. business.
      5 Permission to use, copy, modify, and distribute this
      6 software is freely granted, provided that this notice
      7 is preserved.
      8 
      9 -------------------------------------------------------------------
     10 
     11 Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project.
     12 All rights reserved.
     13 
     14 Redistribution and use in source and binary forms, with or without
     15 modification, are permitted provided that the following conditions
     16 are met:
     17 1. Redistributions of source code must retain the above copyright
     18    notice, this list of conditions and the following disclaimer.
     19 2. Redistributions in binary form must reproduce the above copyright
     20    notice, this list of conditions and the following disclaimer in the
     21    documentation and/or other materials provided with the distribution.
     22 3. Neither the name of the project nor the names of its contributors
     23    may be used to endorse or promote products derived from this software
     24    without specific prior written permission.
     25 
     26 THIS SOFTWARE IS PROVIDED BY THE PROJECT AND CONTRIBUTORS ``AS IS'' AND
     27 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
     28 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
     29 ARE DISCLAIMED.  IN NO EVENT SHALL THE PROJECT OR CONTRIBUTORS BE LIABLE
     30 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
     31 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
     32 OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
     33 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
     34 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
     35 OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
     36 SUCH DAMAGE.
     37 
     38 -------------------------------------------------------------------
     39 
     40 Copyright (C) 2004, 2005, 2008  Internet Systems Consortium, Inc. ("ISC")
     41 Copyright (C) 1995-1999, 2001, 2003  Internet Software Consortium.
     42 
     43 Permission to use, copy, modify, and/or distribute this software for any
     44 purpose with or without fee is hereby granted, provided that the above
     45 copyright notice and this permission notice appear in all copies.
     46 
     47 THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH
     48 REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
     49 AND FITNESS.  IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT,
     50 INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
     51 LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
     52 OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
     53 PERFORMANCE OF THIS SOFTWARE.
     54 
     55 -------------------------------------------------------------------
     56 
     57 Copyright (C) 2004, 2005, 2008  Internet Systems Consortium, Inc. ("ISC")
     58 Copyright (C) 1997-2001  Internet Software Consortium.
     59 
     60 Permission to use, copy, modify, and/or distribute this software for any
     61 purpose with or without fee is hereby granted, provided that the above
     62 copyright notice and this permission notice appear in all copies.
     63 
     64 THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH
     65 REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
     66 AND FITNESS.  IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT,
     67 INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
     68 LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
     69 OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
     70 PERFORMANCE OF THIS SOFTWARE.
     71 
     72 -------------------------------------------------------------------
     73 
     74 Copyright (C) 2006 The Android Open Source Project
     75 All rights reserved.
     76 
     77 Redistribution and use in source and binary forms, with or without
     78 modification, are permitted provided that the following conditions
     79 are met:
     80 Redistributions of source code must retain the above copyright
     81    notice, this list of conditions and the following disclaimer.
     82 Redistributions in binary form must reproduce the above copyright
     83    notice, this list of conditions and the following disclaimer in
     84    the documentation and/or other materials provided with the
     85    distribution.
     86 
     87 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
     88 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
     89 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
     90 FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
     91 COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
     92 INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
     93 BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS
     94 OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED
     95 AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
     96 OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
     97 OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
     98 SUCH DAMAGE.
     99 
    100 -------------------------------------------------------------------
    101 
    102 Copyright (C) 2008 The Android Open Source Project
    103 All rights reserved.
    104 
    105 Redistribution and use in source and binary forms, with or without
    106 modification, are permitted provided that the following conditions
    107 are met:
    108 Redistributions of source code must retain the above copyright
    109    notice, this list of conditions and the following disclaimer.
    110 Redistributions in binary form must reproduce the above copyright
    111    notice, this list of conditions and the following disclaimer in
    112    the documentation and/or other materials provided with the
    113    distribution.
    114 
    115 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
    116 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
    117 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
    118 FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
    119 COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
    120 INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
    121 BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS
    122 OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED
    123 AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
    124 OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
    125 OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
    126 SUCH DAMAGE.
    127 
    128 -------------------------------------------------------------------
    129 
    130 Copyright (C) 2008-2010 The Android Open Source Project
    131 All rights reserved.
    132 
    133 Redistribution and use in source and binary forms, with or without
    134 modification, are permitted provided that the following conditions
    135 are met:
    136 Redistributions of source code must retain the above copyright
    137    notice, this list of conditions and the following disclaimer.
    138 Redistributions in binary form must reproduce the above copyright
    139    notice, this list of conditions and the following disclaimer in
    140    the documentation and/or other materials provided with the
    141    distribution.
    142 
    143 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
    144 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
    145 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
    146 FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
    147 COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
    148 INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
    149 BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS
    150 OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED
    151 AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
    152 OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
    153 OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
    154 SUCH DAMAGE.
    155 
    156 -------------------------------------------------------------------
    157 
    158 Copyright (C) 2009 The Android Open Source Project
    159 All rights reserved.
    160 
    161 Redistribution and use in source and binary forms, with or without
    162 modification, are permitted provided that the following conditions
    163 are met:
    164 Redistributions of source code must retain the above copyright
    165    notice, this list of conditions and the following disclaimer.
    166 Redistributions in binary form must reproduce the above copyright
    167    notice, this list of conditions and the following disclaimer in
    168    the documentation and/or other materials provided with the
    169    distribution.
    170 
    171 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
    172 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
    173 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
    174 FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
    175 COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
    176 INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
    177 BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS
    178 OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED
    179 AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
    180 OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
    181 OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
    182 SUCH DAMAGE.
    183 
    184 -------------------------------------------------------------------
    185 
    186 Copyright (C) 2010 The Android Open Source Project
    187 
    188 Licensed under the Apache License, Version 2.0 (the "License");
    189 you may not use this file except in compliance with the License.
    190 You may obtain a copy of the License at
    191 
    192      http://www.apache.org/licenses/LICENSE-2.0
    193 
    194 Unless required by applicable law or agreed to in writing, software
    195 distributed under the License is distributed on an "AS IS" BASIS,
    196 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
    197 See the License for the specific language governing permissions and
    198 limitations under the License.
    199 
    200 -------------------------------------------------------------------
    201 
    202 Copyright (C) 2010 The Android Open Source Project
    203 All rights reserved.
    204 
    205 Redistribution and use in source and binary forms, with or without
    206 modification, are permitted provided that the following conditions
    207 are met:
    208 Redistributions of source code must retain the above copyright
    209    notice, this list of conditions and the following disclaimer.
    210 Redistributions in binary form must reproduce the above copyright
    211    notice, this list of conditions and the following disclaimer in
    212    the documentation and/or other materials provided with the
    213    distribution.
    214 
    215 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
    216 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
    217 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
    218 FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
    219 COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
    220 INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
    221 BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS
    222 OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED
    223 AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
    224 OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
    225 OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
    226 SUCH DAMAGE.
    227 
    228 -------------------------------------------------------------------
    229 
    230 Copyright (C) 2010 The Android Open Source Project
    231 Copyright (c) 2008 ARM Ltd
    232 All rights reserved.
    233 
    234 Redistribution and use in source and binary forms, with or without
    235 modification, are permitted provided that the following conditions
    236 are met:
    237 1. Redistributions of source code must retain the above copyright
    238    notice, this list of conditions and the following disclaimer.
    239 2. Redistributions in binary form must reproduce the above copyright
    240    notice, this list of conditions and the following disclaimer in the
    241    documentation and/or other materials provided with the distribution.
    242 3. The name of the company may not be used to endorse or promote
    243    products derived from this software without specific prior written
    244    permission.
    245 
    246 THIS SOFTWARE IS PROVIDED BY ARM LTD ``AS IS'' AND ANY EXPRESS OR IMPLIED
    247 WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
    248 MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
    249 IN NO EVENT SHALL ARM LTD BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
    250 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED
    251 TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
    252 PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
    253 LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
    254 NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
    255 SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
    256 
    257 Android adaptation and tweak by Jim Huang <jserv (a] 0xlab.org>.
    258 
    259 -------------------------------------------------------------------
    260 
    261 Copyright (C) 2011 The Android Open Source Project
    262 
    263 Licensed under the Apache License, Version 2.0 (the "License");
    264 you may not use this file except in compliance with the License.
    265 You may obtain a copy of the License at
    266 
    267      http://www.apache.org/licenses/LICENSE-2.0
    268 
    269 Unless required by applicable law or agreed to in writing, software
    270 distributed under the License is distributed on an "AS IS" BASIS,
    271 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
    272 See the License for the specific language governing permissions and
    273 limitations under the License.
    274 
    275 -------------------------------------------------------------------
    276 
    277 Copyright (C) 2011 The Android Open Source Project
    278 All rights reserved.
    279 
    280 Redistribution and use in source and binary forms, with or without
    281 modification, are permitted provided that the following conditions
    282 are met:
    283 Redistributions of source code must retain the above copyright
    284    notice, this list of conditions and the following disclaimer.
    285 Redistributions in binary form must reproduce the above copyright
    286    notice, this list of conditions and the following disclaimer in
    287    the documentation and/or other materials provided with the
    288    distribution.
    289 
    290 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
    291 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
    292 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
    293 FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
    294 COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
    295 INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
    296 BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS
    297 OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED
    298 AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
    299 OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
    300 OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
    301 SUCH DAMAGE.
    302 
    303 -------------------------------------------------------------------
    304 
    305 Copyright (C) 2012 The Android Open Source Project
    306 
    307 Licensed under the Apache License, Version 2.0 (the "License");
    308 you may not use this file except in compliance with the License.
    309 You may obtain a copy of the License at
    310 
    311      http://www.apache.org/licenses/LICENSE-2.0
    312 
    313 Unless required by applicable law or agreed to in writing, software
    314 distributed under the License is distributed on an "AS IS" BASIS,
    315 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
    316 See the License for the specific language governing permissions and
    317 limitations under the License.
    318 
    319 -------------------------------------------------------------------
    320 
    321 Copyright (C) 2012 The Android Open Source Project
    322 All rights reserved.
    323 
    324 Redistribution and use in source and binary forms, with or without
    325 modification, are permitted provided that the following conditions
    326 are met:
    327 Redistributions of source code must retain the above copyright
    328    notice, this list of conditions and the following disclaimer.
    329 Redistributions in binary form must reproduce the above copyright
    330    notice, this list of conditions and the following disclaimer in
    331    the documentation and/or other materials provided with the
    332    distribution.
    333 
    334 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
    335 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
    336 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
    337 FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
    338 COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
    339 INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
    340 BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS
    341 OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED
    342 AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
    343 OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
    344 OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
    345 SUCH DAMAGE.
    346 
    347 -------------------------------------------------------------------
    348 
    349 Copyright (C) 2013 The Android Open Source Project
    350 
    351 Licensed under the Apache License, Version 2.0 (the "License");
    352 you may not use this file except in compliance with the License.
    353 You may obtain a copy of the License at
    354 
    355      http://www.apache.org/licenses/LICENSE-2.0
    356 
    357 Unless required by applicable law or agreed to in writing, software
    358 distributed under the License is distributed on an "AS IS" BASIS,
    359 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
    360 See the License for the specific language governing permissions and
    361 limitations under the License.
    362 
    363 -------------------------------------------------------------------
    364 
    365 Copyright (C) 2013 The Android Open Source Project
    366 All rights reserved.
    367 
    368 Redistribution and use in source and binary forms, with or without
    369 modification, are permitted provided that the following conditions
    370 are met:
    371 Redistributions of source code must retain the above copyright
    372    notice, this list of conditions and the following disclaimer.
    373 Redistributions in binary form must reproduce the above copyright
    374    notice, this list of conditions and the following disclaimer in
    375    the documentation and/or other materials provided with the
    376    distribution.
    377 
    378 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
    379 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
    380 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
    381 FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
    382 COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
    383 INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
    384 BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS
    385 OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED
    386 AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
    387 OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
    388 OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
    389 SUCH DAMAGE.
    390 
    391 -------------------------------------------------------------------
    392 
    393 Copyright (c) 1980, 1983, 1988, 1993
    394    The Regents of the University of California.  All rights reserved.
    395 
    396 Redistribution and use in source and binary forms, with or without
    397 modification, are permitted provided that the following conditions
    398 are met:
    399 1. Redistributions of source code must retain the above copyright
    400    notice, this list of conditions and the following disclaimer.
    401 2. Redistributions in binary form must reproduce the above copyright
    402    notice, this list of conditions and the following disclaimer in the
    403    documentation and/or other materials provided with the distribution.
    404 3. All advertising materials mentioning features or use of this software
    405    must display the following acknowledgement:
    406    This product includes software developed by the University of
    407    California, Berkeley and its contributors.
    408 4. Neither the name of the University nor the names of its contributors
    409    may be used to endorse or promote products derived from this software
    410    without specific prior written permission.
    411 
    412 THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
    413 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
    414 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    415 ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
    416 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
    417 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
    418 OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
    419 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
    420 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
    421 OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
    422 SUCH DAMAGE.
    423 
    424 
    425 Portions Copyright (c) 1993 by Digital Equipment Corporation.
    426 
    427 Permission to use, copy, modify, and distribute this software for any
    428 purpose with or without fee is hereby granted, provided that the above
    429 copyright notice and this permission notice appear in all copies, and that
    430 the name of Digital Equipment Corporation not be used in advertising or
    431 publicity pertaining to distribution of the document or software without
    432 specific, written prior permission.
    433 
    434 THE SOFTWARE IS PROVIDED "AS IS" AND DIGITAL EQUIPMENT CORP. DISCLAIMS ALL
    435 WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES
    436 OF MERCHANTABILITY AND FITNESS.   IN NO EVENT SHALL DIGITAL EQUIPMENT
    437 CORPORATION BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL
    438 DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR
    439 PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS
    440 ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
    441 SOFTWARE.
    442 
    443 -------------------------------------------------------------------
    444 
    445 Copyright (c) 1980, 1993
    446    The Regents of the University of California.  All rights reserved.
    447 
    448 Redistribution and use in source and binary forms, with or without
    449 modification, are permitted provided that the following conditions
    450 are met:
    451 1. Redistributions of source code must retain the above copyright
    452    notice, this list of conditions and the following disclaimer.
    453 2. Redistributions in binary form must reproduce the above copyright
    454    notice, this list of conditions and the following disclaimer in the
    455    documentation and/or other materials provided with the distribution.
    456 3. Neither the name of the University nor the names of its contributors
    457    may be used to endorse or promote products derived from this software
    458    without specific prior written permission.
    459 
    460 THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
    461 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
    462 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    463 ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
    464 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
    465 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
    466 OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
    467 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
    468 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
    469 OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
    470 SUCH DAMAGE.
    471 
    472 -------------------------------------------------------------------
    473 
    474 Copyright (c) 1982, 1986, 1993
    475    The Regents of the University of California.  All rights reserved.
    476 
    477 Redistribution and use in source and binary forms, with or without
    478 modification, are permitted provided that the following conditions
    479 are met:
    480 1. Redistributions of source code must retain the above copyright
    481    notice, this list of conditions and the following disclaimer.
    482 2. Redistributions in binary form must reproduce the above copyright
    483    notice, this list of conditions and the following disclaimer in the
    484    documentation and/or other materials provided with the distribution.
    485 3. Neither the name of the University nor the names of its contributors
    486    may be used to endorse or promote products derived from this software
    487    without specific prior written permission.
    488 
    489 THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
    490 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
    491 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    492 ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
    493 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
    494 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
    495 OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
    496 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
    497 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
    498 OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
    499 SUCH DAMAGE.
    500 
    501 -------------------------------------------------------------------
    502 
    503 Copyright (c) 1982, 1986, 1993
    504    The Regents of the University of California.  All rights reserved.
    505 (c) UNIX System Laboratories, Inc.
    506 All or some portions of this file are derived from material licensed
    507 to the University of California by American Telephone and Telegraph
    508 Co. or Unix System Laboratories, Inc. and are reproduced herein with
    509 the permission of UNIX System Laboratories, Inc.
    510 
    511 Redistribution and use in source and binary forms, with or without
    512 modification, are permitted provided that the following conditions
    513 are met:
    514 1. Redistributions of source code must retain the above copyright
    515    notice, this list of conditions and the following disclaimer.
    516 2. Redistributions in binary form must reproduce the above copyright
    517    notice, this list of conditions and the following disclaimer in the
    518    documentation and/or other materials provided with the distribution.
    519 3. Neither the name of the University nor the names of its contributors
    520    may be used to endorse or promote products derived from this software
    521    without specific prior written permission.
    522 
    523 THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
    524 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
    525 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    526 ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
    527 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
    528 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
    529 OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
    530 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
    531 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
    532 OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
    533 SUCH DAMAGE.
    534 
    535 -------------------------------------------------------------------
    536 
    537 Copyright (c) 1983, 1987, 1989
    538    The Regents of the University of California.  All rights reserved.
    539 
    540 Redistribution and use in source and binary forms, with or without
    541 modification, are permitted provided that the following conditions
    542 are met:
    543 1. Redistributions of source code must retain the above copyright
    544    notice, this list of conditions and the following disclaimer.
    545 2. Redistributions in binary form must reproduce the above copyright
    546    notice, this list of conditions and the following disclaimer in the
    547    documentation and/or other materials provided with the distribution.
    548 3. Neither the name of the University nor the names of its contributors
    549    may be used to endorse or promote products derived from this software
    550    without specific prior written permission.
    551 
    552 THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
    553 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
    554 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    555 ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
    556 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
    557 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
    558 OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
    559 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
    560 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
    561 OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
    562 SUCH DAMAGE.
    563 
    564 -------------------------------------------------------------------
    565 
    566 Copyright (c) 1983, 1988, 1993
    567    The Regents of the University of California.  All rights reserved.
    568 
    569 Redistribution and use in source and binary forms, with or without
    570 modification, are permitted provided that the following conditions
    571 are met:
    572 1. Redistributions of source code must retain the above copyright
    573    notice, this list of conditions and the following disclaimer.
    574 2. Redistributions in binary form must reproduce the above copyright
    575    notice, this list of conditions and the following disclaimer in the
    576    documentation and/or other materials provided with the distribution.
    577 3. Neither the name of the University nor the names of its contributors
    578    may be used to endorse or promote products derived from this software
    579    without specific prior written permission.
    580 
    581 THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
    582 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
    583 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    584 ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
    585 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
    586 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
    587 OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
    588 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
    589 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
    590 OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
    591 SUCH DAMAGE.
    592 
    593 -------------------------------------------------------------------
    594 
    595 Copyright (c) 1983, 1989
    596    The Regents of the University of California.  All rights reserved.
    597 
    598 Redistribution and use in source and binary forms, with or without
    599 modification, are permitted provided that the following conditions
    600 are met:
    601 1. Redistributions of source code must retain the above copyright
    602    notice, this list of conditions and the following disclaimer.
    603 2. Redistributions in binary form must reproduce the above copyright
    604    notice, this list of conditions and the following disclaimer in the
    605    documentation and/or other materials provided with the distribution.
    606 3. All advertising materials mentioning features or use of this software
    607    must display the following acknowledgement:
    608     This product includes software developed by the University of
    609     California, Berkeley and its contributors.
    610 4. Neither the name of the University nor the names of its contributors
    611    may be used to endorse or promote products derived from this software
    612    without specific prior written permission.
    613 
    614 THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
    615 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
    616 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    617 ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
    618 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
    619 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
    620 OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
    621 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
    622 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
    623 OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
    624 SUCH DAMAGE.
    625 
    626 -------------------------------------------------------------------
    627 
    628 Copyright (c) 1983, 1989, 1993
    629    The Regents of the University of California.  All rights reserved.
    630 
    631 Redistribution and use in source and binary forms, with or without
    632 modification, are permitted provided that the following conditions
    633 are met:
    634 1. Redistributions of source code must retain the above copyright
    635    notice, this list of conditions and the following disclaimer.
    636 2. Redistributions in binary form must reproduce the above copyright
    637    notice, this list of conditions and the following disclaimer in the
    638    documentation and/or other materials provided with the distribution.
    639 3. Neither the name of the University nor the names of its contributors
    640    may be used to endorse or promote products derived from this software
    641    without specific prior written permission.
    642 
    643 THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
    644 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
    645 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    646 ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
    647 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
    648 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
    649 OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
    650 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
    651 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
    652 OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
    653 SUCH DAMAGE.
    654 
    655 -------------------------------------------------------------------
    656 
    657 Copyright (c) 1983, 1990, 1993
    658    The Regents of the University of California.  All rights reserved.
    659 
    660 Redistribution and use in source and binary forms, with or without
    661 modification, are permitted provided that the following conditions
    662 are met:
    663 1. Redistributions of source code must retain the above copyright
    664    notice, this list of conditions and the following disclaimer.
    665 2. Redistributions in binary form must reproduce the above copyright
    666    notice, this list of conditions and the following disclaimer in the
    667    documentation and/or other materials provided with the distribution.
    668 3. All advertising materials mentioning features or use of this software
    669    must display the following acknowledgement:
    670     This product includes software developed by the University of
    671     California, Berkeley and its contributors.
    672 4. Neither the name of the University nor the names of its contributors
    673    may be used to endorse or promote products derived from this software
    674    without specific prior written permission.
    675 
    676 THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
    677 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
    678 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    679 ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
    680 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
    681 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
    682 OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
    683 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
    684 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
    685 OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
    686 SUCH DAMAGE.
    687 
    688 -------------------------------------------------------------------
    689 
    690 Copyright (c) 1983, 1993
    691    The Regents of the University of California.  All rights reserved.
    692 
    693 Redistribution and use in source and binary forms, with or without
    694 modification, are permitted provided that the following conditions
    695 are met:
    696 1. Redistributions of source code must retain the above copyright
    697    notice, this list of conditions and the following disclaimer.
    698 2. Redistributions in binary form must reproduce the above copyright
    699    notice, this list of conditions and the following disclaimer in the
    700    documentation and/or other materials provided with the distribution.
    701 3. Neither the name of the University nor the names of its contributors
    702    may be used to endorse or promote products derived from this software
    703    without specific prior written permission.
    704 
    705 THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
    706 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
    707 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    708 ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
    709 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
    710 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
    711 OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
    712 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
    713 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
    714 OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
    715 SUCH DAMAGE.
    716 
    717 -------------------------------------------------------------------
    718 
    719 Copyright (c) 1983, 1993
    720    The Regents of the University of California.  All rights reserved.
    721 
    722 Redistribution and use in source and binary forms, with or without
    723 modification, are permitted provided that the following conditions
    724 are met:
    725 1. Redistributions of source code must retain the above copyright
    726    notice, this list of conditions and the following disclaimer.
    727 2. Redistributions in binary form must reproduce the above copyright
    728    notice, this list of conditions and the following disclaimer in the
    729    documentation and/or other materials provided with the distribution.
    730 4. Neither the name of the University nor the names of its contributors
    731    may be used to endorse or promote products derived from this software
    732    without specific prior written permission.
    733 
    734 THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
    735 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
    736 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    737 ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
    738 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
    739 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
    740 OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
    741 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
    742 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
    743 OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
    744 SUCH DAMAGE.
    745 
    746 -------------------------------------------------------------------
    747 
    748 Copyright (c) 1985
    749    The Regents of the University of California.  All rights reserved.
    750 
    751 Redistribution and use in source and binary forms, with or without
    752 modification, are permitted provided that the following conditions
    753 are met:
    754 1. Redistributions of source code must retain the above copyright
    755    notice, this list of conditions and the following disclaimer.
    756 2. Redistributions in binary form must reproduce the above copyright
    757    notice, this list of conditions and the following disclaimer in the
    758    documentation and/or other materials provided with the distribution.
    759 3. All advertising materials mentioning features or use of this software
    760    must display the following acknowledgement:
    761     This product includes software developed by the University of
    762     California, Berkeley and its contributors.
    763 4. Neither the name of the University nor the names of its contributors
    764    may be used to endorse or promote products derived from this software
    765    without specific prior written permission.
    766 
    767 THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
    768 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
    769 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    770 ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
    771 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
    772 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
    773 OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
    774 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
    775 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
    776 OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
    777 SUCH DAMAGE.
    778 
    779 -------------------------------------------------------------------
    780 
    781 Copyright (c) 1985 Regents of the University of California.
    782 All rights reserved.
    783 
    784 Redistribution and use in source and binary forms, with or without
    785 modification, are permitted provided that the following conditions
    786 are met:
    787 1. Redistributions of source code must retain the above copyright
    788    notice, this list of conditions and the following disclaimer.
    789 2. Redistributions in binary form must reproduce the above copyright
    790    notice, this list of conditions and the following disclaimer in the
    791    documentation and/or other materials provided with the distribution.
    792 3. Neither the name of the University nor the names of its contributors
    793    may be used to endorse or promote products derived from this software
    794    without specific prior written permission.
    795 
    796 THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
    797 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
    798 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    799 ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
    800 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
    801 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
    802 OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
    803 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
    804 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
    805 OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
    806 SUCH DAMAGE.
    807 
    808 -------------------------------------------------------------------
    809 
    810 Copyright (c) 1985, 1988, 1993
    811    The Regents of the University of California.  All rights reserved.
    812 
    813 Redistribution and use in source and binary forms, with or without
    814 modification, are permitted provided that the following conditions
    815 are met:
    816 1. Redistributions of source code must retain the above copyright
    817    notice, this list of conditions and the following disclaimer.
    818 2. Redistributions in binary form must reproduce the above copyright
    819    notice, this list of conditions and the following disclaimer in the
    820    documentation and/or other materials provided with the distribution.
    821 3. Neither the name of the University nor the names of its contributors
    822    may be used to endorse or promote products derived from this software
    823    without specific prior written permission.
    824 
    825 THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
    826 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
    827 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    828 ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
    829 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
    830 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
    831 OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
    832 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
    833 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
    834 OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
    835 SUCH DAMAGE.
    836 
    837 Portions Copyright (c) 1993 by Digital Equipment Corporation.
    838 
    839 Permission to use, copy, modify, and distribute this software for any
    840 purpose with or without fee is hereby granted, provided that the above
    841 copyright notice and this permission notice appear in all copies, and that
    842 the name of Digital Equipment Corporation not be used in advertising or
    843 publicity pertaining to distribution of the document or software without
    844 specific, written prior permission.
    845 
    846 THE SOFTWARE IS PROVIDED "AS IS" AND DIGITAL EQUIPMENT CORP. DISCLAIMS ALL
    847 WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES
    848 OF MERCHANTABILITY AND FITNESS.   IN NO EVENT SHALL DIGITAL EQUIPMENT
    849 CORPORATION BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL
    850 DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR
    851 PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS
    852 ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
    853 SOFTWARE.
    854 
    855 -------------------------------------------------------------------
    856 
    857 Copyright (c) 1985, 1989, 1993
    858    The Regents of the University of California.  All rights reserved.
    859 
    860 Redistribution and use in source and binary forms, with or without
    861 modification, are permitted provided that the following conditions
    862 are met:
    863 1. Redistributions of source code must retain the above copyright
    864    notice, this list of conditions and the following disclaimer.
    865 2. Redistributions in binary form must reproduce the above copyright
    866    notice, this list of conditions and the following disclaimer in the
    867    documentation and/or other materials provided with the distribution.
    868 3. All advertising materials mentioning features or use of this software
    869    must display the following acknowledgement:
    870     This product includes software developed by the University of
    871     California, Berkeley and its contributors.
    872 4. Neither the name of the University nor the names of its contributors
    873    may be used to endorse or promote products derived from this software
    874    without specific prior written permission.
    875 
    876 THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
    877 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
    878 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    879 ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
    880 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
    881 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
    882 OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
    883 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
    884 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
    885 OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
    886 SUCH DAMAGE.
    887 
    888 -------------------------------------------------------------------
    889 
    890 Copyright (c) 1985, 1993
    891    The Regents of the University of California.  All rights reserved.
    892 
    893 Redistribution and use in source and binary forms, with or without
    894 modification, are permitted provided that the following conditions
    895 are met:
    896 1. Redistributions of source code must retain the above copyright
    897    notice, this list of conditions and the following disclaimer.
    898 2. Redistributions in binary form must reproduce the above copyright
    899    notice, this list of conditions and the following disclaimer in the
    900    documentation and/or other materials provided with the distribution.
    901 3. All advertising materials mentioning features or use of this software
    902    must display the following acknowledgement:
    903     This product includes software developed by the University of
    904     California, Berkeley and its contributors.
    905 4. Neither the name of the University nor the names of its contributors
    906    may be used to endorse or promote products derived from this software
    907    without specific prior written permission.
    908 
    909 THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
    910 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
    911 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    912 ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
    913 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
    914 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
    915 OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
    916 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
    917 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
    918 OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
    919 SUCH DAMAGE.
    920 
    921 -------------------------------------------------------------------
    922 
    923 Copyright (c) 1985, 1993
    924    The Regents of the University of California.  All rights reserved.
    925 
    926 Redistribution and use in source and binary forms, with or without
    927 modification, are permitted provided that the following conditions
    928 are met:
    929 1. Redistributions of source code must retain the above copyright
    930    notice, this list of conditions and the following disclaimer.
    931 2. Redistributions in binary form must reproduce the above copyright
    932    notice, this list of conditions and the following disclaimer in the
    933    documentation and/or other materials provided with the distribution.
    934 3. Neither the name of the University nor the names of its contributors
    935    may be used to endorse or promote products derived from this software
    936    without specific prior written permission.
    937 
    938 THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
    939 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
    940 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    941 ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
    942 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
    943 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
    944 OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
    945 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
    946 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
    947 OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
    948 SUCH DAMAGE.
    949 
    950 -------------------------------------------------------------------
    951 
    952 Copyright (c) 1987 Regents of the University of California.
    953 All rights reserved.
    954 
    955 Redistribution and use in source and binary forms, with or without
    956 modification, are permitted provided that the following conditions
    957 are met:
    958 1. Redistributions of source code must retain the above copyright
    959    notice, this list of conditions and the following disclaimer.
    960 2. Redistributions in binary form must reproduce the above copyright
    961    notice, this list of conditions and the following disclaimer in the
    962    documentation and/or other materials provided with the distribution.
    963 3. Neither the name of the University nor the names of its contributors
    964    may be used to endorse or promote products derived from this software
    965    without specific prior written permission.
    966 
    967 THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
    968 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
    969 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    970 ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
    971 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
    972 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
    973 OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
    974 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
    975 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
    976 OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
    977 SUCH DAMAGE.
    978 
    979 -------------------------------------------------------------------
    980 
    981 Copyright (c) 1987, 1993
    982    The Regents of the University of California.  All rights reserved.
    983 
    984 Redistribution and use in source and binary forms, with or without
    985 modification, are permitted provided that the following conditions
    986 are met:
    987 1. Redistributions of source code must retain the above copyright
    988    notice, this list of conditions and the following disclaimer.
    989 2. Redistributions in binary form must reproduce the above copyright
    990    notice, this list of conditions and the following disclaimer in the
    991    documentation and/or other materials provided with the distribution.
    992 3. All advertising materials mentioning features or use of this software
    993    must display the following acknowledgement:
    994     This product includes software developed by the University of
    995     California, Berkeley and its contributors.
    996 4. Neither the name of the University nor the names of its contributors
    997    may be used to endorse or promote products derived from this software
    998    without specific prior written permission.
    999 
   1000 THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
   1001 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
   1002 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
   1003 ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
   1004 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
   1005 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
   1006 OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
   1007 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
   1008 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
   1009 OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
   1010 SUCH DAMAGE.
   1011 
   1012 -------------------------------------------------------------------
   1013 
   1014 Copyright (c) 1987, 1993
   1015    The Regents of the University of California.  All rights reserved.
   1016 
   1017 Redistribution and use in source and binary forms, with or without
   1018 modification, are permitted provided that the following conditions
   1019 are met:
   1020 1. Redistributions of source code must retain the above copyright
   1021    notice, this list of conditions and the following disclaimer.
   1022 2. Redistributions in binary form must reproduce the above copyright
   1023    notice, this list of conditions and the following disclaimer in the
   1024    documentation and/or other materials provided with the distribution.
   1025 3. Neither the name of the University nor the names of its contributors
   1026    may be used to endorse or promote products derived from this software
   1027    without specific prior written permission.
   1028 
   1029 THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
   1030 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
   1031 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
   1032 ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
   1033 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
   1034 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
   1035 OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
   1036 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
   1037 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
   1038 OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
   1039 SUCH DAMAGE.
   1040 
   1041 -------------------------------------------------------------------
   1042 
   1043 Copyright (c) 1988 Regents of the University of California.
   1044 All rights reserved.
   1045 
   1046 Redistribution and use in source and binary forms, with or without
   1047 modification, are permitted provided that the following conditions
   1048 are met:
   1049 1. Redistributions of source code must retain the above copyright
   1050    notice, this list of conditions and the following disclaimer.
   1051 2. 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.
   1054 3. 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 
   1058 THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
   1059 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
   1060 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
   1061 ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
   1062 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
   1063 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
   1064 OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
   1065 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
   1066 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
   1067 OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
   1068 SUCH DAMAGE.
   1069 
   1070 -------------------------------------------------------------------
   1071 
   1072 Copyright (c) 1988 The Regents of the University of California.
   1073 All rights reserved.
   1074 
   1075 Redistribution and use in source and binary forms, with or without
   1076 modification, are permitted provided that the following conditions
   1077 are met:
   1078 1. Redistributions of source code must retain the above copyright
   1079    notice, this list of conditions and the following disclaimer.
   1080 2. Redistributions in binary form must reproduce the above copyright
   1081    notice, this list of conditions and the following disclaimer in the
   1082    documentation and/or other materials provided with the distribution.
   1083 3. Neither the name of the University nor the names of its contributors
   1084    may be used to endorse or promote products derived from this software
   1085    without specific prior written permission.
   1086 
   1087 THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
   1088 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
   1089 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
   1090 ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
   1091 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
   1092 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
   1093 OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
   1094 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
   1095 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
   1096 OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
   1097 SUCH DAMAGE.
   1098 
   1099 -------------------------------------------------------------------
   1100 
   1101 Copyright (c) 1988, 1993
   1102     The Regents of the University of California.  All rights reserved.
   1103 
   1104 Redistribution and use in source and binary forms, with or without
   1105 modification, are permitted provided that the following conditions
   1106 are met:
   1107 1. Redistributions of source code must retain the above copyright
   1108    notice, this list of conditions and the following disclaimer.
   1109 2. Redistributions in binary form must reproduce the above copyright
   1110    notice, this list of conditions and the following disclaimer in the
   1111    documentation and/or other materials provided with the distribution.
   1112 3. Neither the name of the University nor the names of its contributors
   1113    may be used to endorse or promote products derived from this software
   1114    without specific prior written permission.
   1115 
   1116 THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
   1117 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
   1118 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
   1119 ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
   1120 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
   1121 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
   1122 OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
   1123 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
   1124 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
   1125 OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
   1126 SUCH DAMAGE.
   1127 
   1128 -------------------------------------------------------------------
   1129 
   1130 Copyright (c) 1988, 1993
   1131    The Regents of the University of California.  All rights reserved.
   1132 
   1133 Redistribution and use in source and binary forms, with or without
   1134 modification, are permitted provided that the following conditions
   1135 are met:
   1136 1. Redistributions of source code must retain the above copyright
   1137    notice, this list of conditions and the following disclaimer.
   1138 2. Redistributions in binary form must reproduce the above copyright
   1139    notice, this list of conditions and the following disclaimer in the
   1140    documentation and/or other materials provided with the distribution.
   1141 3. All advertising materials mentioning features or use of this software
   1142    must display the following acknowledgement:
   1143     This product includes software developed by the University of
   1144     California, Berkeley and its contributors.
   1145 4. Neither the name of the University nor the names of its contributors
   1146    may be used to endorse or promote products derived from this software
   1147    without specific prior written permission.
   1148 
   1149 THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
   1150 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
   1151 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
   1152 ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
   1153 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
   1154 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
   1155 OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
   1156 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
   1157 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
   1158 OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
   1159 SUCH DAMAGE.
   1160 
   1161 -------------------------------------------------------------------
   1162 
   1163 Copyright (c) 1988, 1993
   1164    The Regents of the University of California.  All rights reserved.
   1165 
   1166 Redistribution and use in source and binary forms, with or without
   1167 modification, are permitted provided that the following conditions
   1168 are met:
   1169 1. Redistributions of source code must retain the above copyright
   1170    notice, this list of conditions and the following disclaimer.
   1171 2. Redistributions in binary form must reproduce the above copyright
   1172    notice, this list of conditions and the following disclaimer in the
   1173    documentation and/or other materials provided with the distribution.
   1174 3. Neither the name of the University nor the names of its contributors
   1175    may be used to endorse or promote products derived from this software
   1176    without specific prior written permission.
   1177 
   1178 THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
   1179 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
   1180 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
   1181 ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
   1182 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
   1183 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
   1184 OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
   1185 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
   1186 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
   1187 OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
   1188 SUCH DAMAGE.
   1189 
   1190 -------------------------------------------------------------------
   1191 
   1192 Copyright (c) 1988, 1993
   1193    The Regents of the University of California.  All rights reserved.
   1194 
   1195 This code is derived from software written by Ken Arnold and
   1196 published in UNIX Review, Vol. 6, No. 8.
   1197 
   1198 Redistribution and use in source and binary forms, with or without
   1199 modification, are permitted provided that the following conditions
   1200 are met:
   1201 1. Redistributions of source code must retain the above copyright
   1202    notice, this list of conditions and the following disclaimer.
   1203 2. Redistributions in binary form must reproduce the above copyright
   1204    notice, this list of conditions and the following disclaimer in the
   1205    documentation and/or other materials provided with the distribution.
   1206 3. Neither the name of the University nor the names of its contributors
   1207    may be used to endorse or promote products derived from this software
   1208    without specific prior written permission.
   1209 
   1210 THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
   1211 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
   1212 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
   1213 ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
   1214 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
   1215 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
   1216 OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
   1217 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
   1218 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
   1219 OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
   1220 SUCH DAMAGE.
   1221 
   1222 -------------------------------------------------------------------
   1223 
   1224 Copyright (c) 1989 The Regents of the University of California.
   1225 All rights reserved.
   1226 
   1227 Redistribution and use in source and binary forms are permitted
   1228 provided that the above copyright notice and this paragraph are
   1229 duplicated in all such forms and that any documentation,
   1230 advertising materials, and other materials related to such
   1231 distribution and use acknowledge that the software was developed
   1232 by the University of California, Berkeley. The name of the
   1233 University may not be used to endorse or promote products derived
   1234 from this software without specific prior written permission.
   1235 THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR
   1236 IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
   1237 WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
   1238 
   1239 -------------------------------------------------------------------
   1240 
   1241 Copyright (c) 1989 The Regents of the University of California.
   1242 All rights reserved.
   1243 
   1244 Redistribution and use in source and binary forms, with or without
   1245 modification, are permitted provided that the following conditions
   1246 are met:
   1247 1. Redistributions of source code must retain the above copyright
   1248    notice, this list of conditions and the following disclaimer.
   1249 2. Redistributions in binary form must reproduce the above copyright
   1250    notice, this list of conditions and the following disclaimer in the
   1251    documentation and/or other materials provided with the distribution.
   1252 3. Neither the name of the University nor the names of its contributors
   1253    may be used to endorse or promote products derived from this software
   1254    without specific prior written permission.
   1255 
   1256 THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
   1257 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
   1258 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
   1259 ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
   1260 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
   1261 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
   1262 OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
   1263 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
   1264 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
   1265 OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
   1266 SUCH DAMAGE.
   1267 
   1268 -------------------------------------------------------------------
   1269 
   1270 Copyright (c) 1989 The Regents of the University of California.
   1271 All rights reserved.
   1272 (c) UNIX System Laboratories, Inc.
   1273 All or some portions of this file are derived from material licensed
   1274 to the University of California by American Telephone and Telegraph
   1275 Co. or Unix System Laboratories, Inc. and are reproduced herein with
   1276 the permission of UNIX System Laboratories, Inc.
   1277 
   1278 Redistribution and use in source and binary forms, with or without
   1279 modification, are permitted provided that the following conditions
   1280 are met:
   1281 1. Redistributions of source code must retain the above copyright
   1282    notice, this list of conditions and the following disclaimer.
   1283 2. Redistributions in binary form must reproduce the above copyright
   1284    notice, this list of conditions and the following disclaimer in the
   1285    documentation and/or other materials provided with the distribution.
   1286 3. Neither the name of the University nor the names of its contributors
   1287    may be used to endorse or promote products derived from this software
   1288    without specific prior written permission.
   1289 
   1290 THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
   1291 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
   1292 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
   1293 ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
   1294 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
   1295 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
   1296 OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
   1297 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
   1298 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
   1299 OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
   1300 SUCH DAMAGE.
   1301 
   1302 -------------------------------------------------------------------
   1303 
   1304 Copyright (c) 1989, 1993
   1305    The Regents of the University of California.  All rights reserved.
   1306 
   1307 Redistribution and use in source and binary forms, with or without
   1308 modification, are permitted provided that the following conditions
   1309 are met:
   1310 1. Redistributions of source code must retain the above copyright
   1311    notice, this list of conditions and the following disclaimer.
   1312 2. Redistributions in binary form must reproduce the above copyright
   1313    notice, this list of conditions and the following disclaimer in the
   1314    documentation and/or other materials provided with the distribution.
   1315 3. Neither the name of the University nor the names of its contributors
   1316    may be used to endorse or promote products derived from this software
   1317    without specific prior written permission.
   1318 
   1319 THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
   1320 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
   1321 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
   1322 ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
   1323 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
   1324 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
   1325 OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
   1326 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
   1327 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
   1328 OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
   1329 SUCH DAMAGE.
   1330 
   1331 -------------------------------------------------------------------
   1332 
   1333 Copyright (c) 1989, 1993
   1334    The Regents of the University of California.  All rights reserved.
   1335 
   1336 Redistribution and use in source and binary forms, with or without
   1337 modification, are permitted provided that the following conditions
   1338 are met:
   1339 1. Redistributions of source code must retain the above copyright
   1340    notice, this list of conditions and the following disclaimer.
   1341 2. Redistributions in binary form must reproduce the above copyright
   1342    notice, this list of conditions and the following disclaimer in the
   1343    documentation and/or other materials provided with the distribution.
   1344 4. Neither the name of the University nor the names of its contributors
   1345    may be used to endorse or promote products derived from this software
   1346    without specific prior written permission.
   1347 
   1348 THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
   1349 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
   1350 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
   1351 ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
   1352 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
   1353 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
   1354 OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
   1355 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
   1356 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
   1357 OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
   1358 SUCH DAMAGE.
   1359 
   1360 -------------------------------------------------------------------
   1361 
   1362 Copyright (c) 1989, 1993
   1363    The Regents of the University of California.  All rights reserved.
   1364 (c) UNIX System Laboratories, Inc.
   1365 All or some portions of this file are derived from material licensed
   1366 to the University of California by American Telephone and Telegraph
   1367 Co. or Unix System Laboratories, Inc. and are reproduced herein with
   1368 the permission of UNIX System Laboratories, Inc.
   1369 
   1370 Redistribution and use in source and binary forms, with or without
   1371 modification, are permitted provided that the following conditions
   1372 are met:
   1373 1. Redistributions of source code must retain the above copyright
   1374    notice, this list of conditions and the following disclaimer.
   1375 2. Redistributions in binary form must reproduce the above copyright
   1376    notice, this list of conditions and the following disclaimer in the
   1377    documentation and/or other materials provided with the distribution.
   1378 3. Neither the name of the University nor the names of its contributors
   1379    may be used to endorse or promote products derived from this software
   1380    without specific prior written permission.
   1381 
   1382 THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
   1383 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
   1384 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
   1385 ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
   1386 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
   1387 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
   1388 OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
   1389 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
   1390 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
   1391 OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
   1392 SUCH DAMAGE.
   1393 
   1394 -------------------------------------------------------------------
   1395 
   1396 Copyright (c) 1989, 1993
   1397    The Regents of the University of California.  All rights reserved.
   1398 (c) UNIX System Laboratories, Inc.
   1399 All or some portions of this file are derived from material licensed
   1400 to the University of California by American Telephone and Telegraph
   1401 Co. or Unix System Laboratories, Inc. and are reproduced herein with
   1402 the permission of UNIX System Laboratories, Inc.
   1403 
   1404 This code is derived from software contributed to Berkeley by
   1405 Paul Borman at Krystal Technologies.
   1406 
   1407 Redistribution and use in source and binary forms, with or without
   1408 modification, are permitted provided that the following conditions
   1409 are met:
   1410 1. Redistributions of source code must retain the above copyright
   1411    notice, this list of conditions and the following disclaimer.
   1412 2. Redistributions in binary form must reproduce the above copyright
   1413    notice, this list of conditions and the following disclaimer in the
   1414    documentation and/or other materials provided with the distribution.
   1415 4. Neither the name of the University nor the names of its contributors
   1416    may be used to endorse or promote products derived from this software
   1417    without specific prior written permission.
   1418 
   1419 THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
   1420 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
   1421 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
   1422 ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
   1423 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
   1424 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
   1425 OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
   1426 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
   1427 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
   1428 OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
   1429 SUCH DAMAGE.
   1430 
   1431 -------------------------------------------------------------------
   1432 
   1433 Copyright (c) 1989, 1993, 1994
   1434    The Regents of the University of California.  All rights reserved.
   1435 
   1436 Redistribution and use in source and binary forms, with or without
   1437 modification, are permitted provided that the following conditions
   1438 are met:
   1439 1. Redistributions of source code must retain the above copyright
   1440    notice, this list of conditions and the following disclaimer.
   1441 2. Redistributions in binary form must reproduce the above copyright
   1442    notice, this list of conditions and the following disclaimer in the
   1443    documentation and/or other materials provided with the distribution.
   1444 3. Neither the name of the University nor the names of its contributors
   1445    may be used to endorse or promote products derived from this software
   1446    without specific prior written permission.
   1447 
   1448 THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
   1449 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
   1450 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
   1451 ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
   1452 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
   1453 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
   1454 OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
   1455 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
   1456 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
   1457 OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
   1458 SUCH DAMAGE.
   1459 
   1460 -------------------------------------------------------------------
   1461 
   1462 Copyright (c) 1990 Regents of the University of California.
   1463 All rights reserved.
   1464 
   1465 Redistribution and use in source and binary forms, with or without
   1466 modification, are permitted provided that the following conditions
   1467 are met:
   1468 1. Redistributions of source code must retain the above copyright
   1469    notice, this list of conditions and the following disclaimer.
   1470 2. Redistributions in binary form must reproduce the above copyright
   1471    notice, this list of conditions and the following disclaimer in the
   1472    documentation and/or other materials provided with the distribution.
   1473 3. Neither the name of the University nor the names of its contributors
   1474    may be used to endorse or promote products derived from this software
   1475    without specific prior written permission.
   1476 
   1477 THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
   1478 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
   1479 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
   1480 ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
   1481 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
   1482 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
   1483 OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
   1484 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
   1485 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
   1486 OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
   1487 SUCH DAMAGE.
   1488 
   1489 -------------------------------------------------------------------
   1490 
   1491 Copyright (c) 1990 The Regents of the University of California.
   1492 All rights reserved.
   1493 
   1494 Redistribution and use in source and binary forms, with or without
   1495 modification, are permitted provided that the following conditions
   1496 are met:
   1497 1. Redistributions of source code must retain the above copyright
   1498    notice, this list of conditions and the following disclaimer.
   1499 2. Redistributions in binary form must reproduce the above copyright
   1500    notice, this list of conditions and the following disclaimer in the
   1501    documentation and/or other materials provided with the distribution.
   1502 3. Neither the name of the University nor the names of its contributors
   1503    may be used to endorse or promote products derived from this software
   1504    without specific prior written permission.
   1505 
   1506 THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
   1507 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
   1508 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
   1509 ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
   1510 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
   1511 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
   1512 OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
   1513 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
   1514 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
   1515 OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
   1516 SUCH DAMAGE.
   1517 
   1518 -------------------------------------------------------------------
   1519 
   1520 Copyright (c) 1990 The Regents of the University of California.
   1521 All rights reserved.
   1522 
   1523 This code is derived from locore.s.
   1524 
   1525 Redistribution and use in source and binary forms, with or without
   1526 modification, are permitted provided that the following conditions
   1527 are met:
   1528 1. Redistributions of source code must retain the above copyright
   1529    notice, this list of conditions and the following disclaimer.
   1530 2. Redistributions in binary form must reproduce the above copyright
   1531    notice, this list of conditions and the following disclaimer in the
   1532    documentation and/or other materials provided with the distribution.
   1533 3. Neither the name of the University nor the names of its contributors
   1534    may be used to endorse or promote products derived from this software
   1535    without specific prior written permission.
   1536 
   1537 THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
   1538 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
   1539 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
   1540 ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
   1541 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
   1542 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
   1543 OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
   1544 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
   1545 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
   1546 OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
   1547 SUCH DAMAGE.
   1548 
   1549 -------------------------------------------------------------------
   1550 
   1551 Copyright (c) 1990 The Regents of the University of California.
   1552 All rights reserved.
   1553 
   1554 This code is derived from software contributed to Berkeley by
   1555 Chris Torek.
   1556 
   1557 Redistribution and use in source and binary forms, with or without
   1558 modification, are permitted provided that the following conditions
   1559 are met:
   1560 1. Redistributions of source code must retain the above copyright
   1561    notice, this list of conditions and the following disclaimer.
   1562 2. 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.
   1565 3. 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 
   1569 THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
   1570 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
   1571 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
   1572 ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
   1573 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
   1574 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
   1575 OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
   1576 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
   1577 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
   1578 OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
   1579 SUCH DAMAGE.
   1580 
   1581 -------------------------------------------------------------------
   1582 
   1583 Copyright (c) 1990 The Regents of the University of California.
   1584 All rights reserved.
   1585 
   1586 This code is derived from software contributed to Berkeley by
   1587 William Jolitz.
   1588 
   1589 Redistribution and use in source and binary forms, with or without
   1590 modification, are permitted provided that the following conditions
   1591 are met:
   1592 1. Redistributions of source code must retain the above copyright
   1593    notice, this list of conditions and the following disclaimer.
   1594 2. Redistributions in binary form must reproduce the above copyright
   1595    notice, this list of conditions and the following disclaimer in the
   1596    documentation and/or other materials provided with the distribution.
   1597 3. Neither the name of the University nor the names of its contributors
   1598    may be used to endorse or promote products derived from this software
   1599    without specific prior written permission.
   1600 
   1601 THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
   1602 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
   1603 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
   1604 ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
   1605 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
   1606 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
   1607 OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
   1608 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
   1609 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
   1610 OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
   1611 SUCH DAMAGE.
   1612 
   1613 -------------------------------------------------------------------
   1614 
   1615 Copyright (c) 1990, 1993
   1616    The Regents of the University of California.  All rights reserved.
   1617 
   1618 Redistribution and use in source and binary forms, with or without
   1619 modification, are permitted provided that the following conditions
   1620 are met:
   1621 1. Redistributions of source code must retain the above copyright
   1622    notice, this list of conditions and the following disclaimer.
   1623 2. Redistributions in binary form must reproduce the above copyright
   1624    notice, this list of conditions and the following disclaimer in the
   1625    documentation and/or other materials provided with the distribution.
   1626 3. Neither the name of the University nor the names of its contributors
   1627    may be used to endorse or promote products derived from this software
   1628    without specific prior written permission.
   1629 
   1630 THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
   1631 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
   1632 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
   1633 ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
   1634 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
   1635 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
   1636 OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
   1637 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
   1638 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
   1639 OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
   1640 SUCH DAMAGE.
   1641 
   1642 -------------------------------------------------------------------
   1643 
   1644 Copyright (c) 1990, 1993
   1645    The Regents of the University of California.  All rights reserved.
   1646 
   1647 This code is derived from software contributed to Berkeley by
   1648 Chris Torek.
   1649 
   1650 Redistribution and use in source and binary forms, with or without
   1651 modification, are permitted provided that the following conditions
   1652 are met:
   1653 1. Redistributions of source code must retain the above copyright
   1654    notice, this list of conditions and the following disclaimer.
   1655 2. Redistributions in binary form must reproduce the above copyright
   1656    notice, this list of conditions and the following disclaimer in the
   1657    documentation and/or other materials provided with the distribution.
   1658 3. Neither the name of the University nor the names of its contributors
   1659    may be used to endorse or promote products derived from this software
   1660    without specific prior written permission.
   1661 
   1662 THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
   1663 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
   1664 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
   1665 ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
   1666 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
   1667 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
   1668 OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
   1669 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
   1670 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
   1671 OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
   1672 SUCH DAMAGE.
   1673 
   1674 -------------------------------------------------------------------
   1675 
   1676 Copyright (c) 1990, 1993
   1677    The Regents of the University of California.  All rights reserved.
   1678 
   1679 This code is derived from software contributed to Berkeley by
   1680 Chris Torek.
   1681 
   1682 Redistribution and use in source and binary forms, with or without
   1683 modification, are permitted provided that the following conditions
   1684 are met:
   1685 1. Redistributions of source code must retain the above copyright
   1686    notice, this list of conditions and the following disclaimer.
   1687 2. Redistributions in binary form must reproduce the above copyright
   1688    notice, this list of conditions and the following disclaimer in the
   1689    documentation and/or other materials provided with the distribution.
   1690 4. Neither the name of the University nor the names of its contributors
   1691    may be used to endorse or promote products derived from this software
   1692    without specific prior written permission.
   1693 
   1694 THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
   1695 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
   1696 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
   1697 ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
   1698 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
   1699 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
   1700 OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
   1701 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
   1702 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
   1703 OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
   1704 SUCH DAMAGE.
   1705 
   1706 -------------------------------------------------------------------
   1707 
   1708 Copyright (c) 1990, 1993
   1709    The Regents of the University of California.  All rights reserved.
   1710 
   1711 This code is derived from software contributed to Berkeley by
   1712 Donn Seeley at UUNET Technologies, Inc.
   1713 
   1714 Redistribution and use in source and binary forms, with or without
   1715 modification, are permitted provided that the following conditions
   1716 are met:
   1717 1. Redistributions of source code must retain the above copyright
   1718    notice, this list of conditions and the following disclaimer.
   1719 2. Redistributions in binary form must reproduce the above copyright
   1720    notice, this list of conditions and the following disclaimer in the
   1721    documentation and/or other materials provided with the distribution.
   1722 3. Neither the name of the University nor the names of its contributors
   1723    may be used to endorse or promote products derived from this software
   1724    without specific prior written permission.
   1725 
   1726 THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
   1727 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
   1728 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
   1729 ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
   1730 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
   1731 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
   1732 OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
   1733 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
   1734 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
   1735 OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
   1736 SUCH DAMAGE.
   1737 
   1738 -------------------------------------------------------------------
   1739 
   1740 Copyright (c) 1990, 1993
   1741    The Regents of the University of California.  All rights reserved.
   1742 (c) UNIX System Laboratories, Inc.
   1743 All or some portions of this file are derived from material licensed
   1744 to the University of California by American Telephone and Telegraph
   1745 Co. or Unix System Laboratories, Inc. and are reproduced herein with
   1746 the permission of UNIX System Laboratories, Inc.
   1747 
   1748 Redistribution and use in source and binary forms, with or without
   1749 modification, are permitted provided that the following conditions
   1750 are met:
   1751 1. Redistributions of source code must retain the above copyright
   1752    notice, this list of conditions and the following disclaimer.
   1753 2. Redistributions in binary form must reproduce the above copyright
   1754    notice, this list of conditions and the following disclaimer in the
   1755    documentation and/or other materials provided with the distribution.
   1756 3. Neither the name of the University nor the names of its contributors
   1757    may be used to endorse or promote products derived from this software
   1758    without specific prior written permission.
   1759 
   1760 THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
   1761 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
   1762 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
   1763 ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
   1764 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
   1765 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
   1766 OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
   1767 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
   1768 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
   1769 OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
   1770 SUCH DAMAGE.
   1771 
   1772 -------------------------------------------------------------------
   1773 
   1774 Copyright (c) 1990, 1993, 1994
   1775    The Regents of the University of California.  All rights reserved.
   1776 
   1777 Redistribution and use in source and binary forms, with or without
   1778 modification, are permitted provided that the following conditions
   1779 are met:
   1780 1. Redistributions of source code must retain the above copyright
   1781    notice, this list of conditions and the following disclaimer.
   1782 2. Redistributions in binary form must reproduce the above copyright
   1783    notice, this list of conditions and the following disclaimer in the
   1784    documentation and/or other materials provided with the distribution.
   1785 3. Neither the name of the University nor the names of its contributors
   1786    may be used to endorse or promote products derived from this software
   1787    without specific prior written permission.
   1788 
   1789 THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
   1790 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
   1791 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
   1792 ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
   1793 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
   1794 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
   1795 OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
   1796 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
   1797 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
   1798 OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
   1799 SUCH DAMAGE.
   1800 
   1801 -------------------------------------------------------------------
   1802 
   1803 Copyright (c) 1990, 1993, 1994
   1804    The Regents of the University of California.  All rights reserved.
   1805 
   1806 This code is derived from software contributed to Berkeley by
   1807 Chris Torek.
   1808 
   1809 Redistribution and use in source and binary forms, with or without
   1810 modification, are permitted provided that the following conditions
   1811 are met:
   1812 1. Redistributions of source code must retain the above copyright
   1813    notice, this list of conditions and the following disclaimer.
   1814 2. Redistributions in binary form must reproduce the above copyright
   1815    notice, this list of conditions and the following disclaimer in the
   1816    documentation and/or other materials provided with the distribution.
   1817 3. Neither the name of the University nor the names of its contributors
   1818    may be used to endorse or promote products derived from this software
   1819    without specific prior written permission.
   1820 
   1821 THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
   1822 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
   1823 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
   1824 ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
   1825 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
   1826 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
   1827 OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
   1828 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
   1829 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
   1830 OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
   1831 SUCH DAMAGE.
   1832 
   1833 -------------------------------------------------------------------
   1834 
   1835 Copyright (c) 1991, 1993
   1836    The Regents of the University of California.  All rights reserved.
   1837 
   1838 Redistribution and use in source and binary forms, with or without
   1839 modification, are permitted provided that the following conditions
   1840 are met:
   1841 1. Redistributions of source code must retain the above copyright
   1842    notice, this list of conditions and the following disclaimer.
   1843 2. Redistributions in binary form must reproduce the above copyright
   1844    notice, this list of conditions and the following disclaimer in the
   1845    documentation and/or other materials provided with the distribution.
   1846 3. Neither the name of the University nor the names of its contributors
   1847    may be used to endorse or promote products derived from this software
   1848    without specific prior written permission.
   1849 
   1850 THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
   1851 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
   1852 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
   1853 ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
   1854 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
   1855 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
   1856 OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
   1857 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
   1858 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
   1859 OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
   1860 SUCH DAMAGE.
   1861 
   1862 -------------------------------------------------------------------
   1863 
   1864 Copyright (c) 1991, 1993
   1865    The Regents of the University of California.  All rights reserved.
   1866 
   1867 This code is derived from software contributed to Berkeley by
   1868 Berkeley Software Design, Inc.
   1869 
   1870 Redistribution and use in source and binary forms, with or without
   1871 modification, are permitted provided that the following conditions
   1872 are met:
   1873 1. Redistributions of source code must retain the above copyright
   1874    notice, this list of conditions and the following disclaimer.
   1875 2. Redistributions in binary form must reproduce the above copyright
   1876    notice, this list of conditions and the following disclaimer in the
   1877    documentation and/or other materials provided with the distribution.
   1878 3. Neither the name of the University nor the names of its contributors
   1879    may be used to endorse or promote products derived from this software
   1880    without specific prior written permission.
   1881 
   1882 THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
   1883 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
   1884 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
   1885 ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
   1886 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
   1887 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
   1888 OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
   1889 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
   1890 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
   1891 OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
   1892 SUCH DAMAGE.
   1893 
   1894 -------------------------------------------------------------------
   1895 
   1896 Copyright (c) 1991, 1993
   1897    The Regents of the University of California.  All rights reserved.
   1898 (c) UNIX System Laboratories, Inc.
   1899 All or some portions of this file are derived from material licensed
   1900 to the University of California by American Telephone and Telegraph
   1901 Co. or Unix System Laboratories, Inc. and are reproduced herein with
   1902 the permission of UNIX System Laboratories, Inc.
   1903 
   1904 This code is derived from software contributed to Berkeley by
   1905 Hugh Smith at The University of Guelph.
   1906 
   1907 Redistribution and use in source and binary forms, with or without
   1908 modification, are permitted provided that the following conditions
   1909 are met:
   1910 1. Redistributions of source code must retain the above copyright
   1911    notice, this list of conditions and the following disclaimer.
   1912 2. Redistributions in binary form must reproduce the above copyright
   1913    notice, this list of conditions and the following disclaimer in the
   1914    documentation and/or other materials provided with the distribution.
   1915 3. Neither the name of the University nor the names of its contributors
   1916    may be used to endorse or promote products derived from this software
   1917    without specific prior written permission.
   1918 
   1919 THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
   1920 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
   1921 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
   1922 ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
   1923 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
   1924 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
   1925 OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
   1926 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
   1927 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
   1928 OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
   1929 SUCH DAMAGE.
   1930 
   1931 -------------------------------------------------------------------
   1932 
   1933 Copyright (c) 1991, 1993, 1995,
   1934    The Regents of the University of California.  All rights reserved.
   1935 
   1936 This code is derived from software contributed to Berkeley by
   1937 Havard Eidnes.
   1938 
   1939 Redistribution and use in source and binary forms, with or without
   1940 modification, are permitted provided that the following conditions
   1941 are met:
   1942 1. Redistributions of source code must retain the above copyright
   1943    notice, this list of conditions and the following disclaimer.
   1944 2. Redistributions in binary form must reproduce the above copyright
   1945    notice, this list of conditions and the following disclaimer in the
   1946    documentation and/or other materials provided with the distribution.
   1947 3. Neither the name of the University nor the names of its contributors
   1948    may be used to endorse or promote products derived from this software
   1949    without specific prior written permission.
   1950 
   1951 THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
   1952 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
   1953 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
   1954 ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
   1955 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
   1956 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
   1957 OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
   1958 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
   1959 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
   1960 OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
   1961 SUCH DAMAGE.
   1962 
   1963 -------------------------------------------------------------------
   1964 
   1965 Copyright (c) 1992 Henry Spencer.
   1966 Copyright (c) 1992, 1993
   1967    The Regents of the University of California.  All rights reserved.
   1968 
   1969 This code is derived from software contributed to Berkeley by
   1970 Henry Spencer of the University of Toronto.
   1971 
   1972 Redistribution and use in source and binary forms, with or without
   1973 modification, are permitted provided that the following conditions
   1974 are met:
   1975 1. Redistributions of source code must retain the above copyright
   1976    notice, this list of conditions and the following disclaimer.
   1977 2. Redistributions in binary form must reproduce the above copyright
   1978    notice, this list of conditions and the following disclaimer in the
   1979    documentation and/or other materials provided with the distribution.
   1980 3. Neither the name of the University nor the names of its contributors
   1981    may be used to endorse or promote products derived from this software
   1982    without specific prior written permission.
   1983 
   1984 THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
   1985 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
   1986 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
   1987 ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
   1988 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
   1989 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
   1990 OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
   1991 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
   1992 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
   1993 OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
   1994 SUCH DAMAGE.
   1995 
   1996 -------------------------------------------------------------------
   1997 
   1998 Copyright (c) 1992 The Regents of the University of California.
   1999 All rights reserved.
   2000 
   2001 Redistribution and use in source and binary forms, with or without
   2002 modification, are permitted provided that the following conditions
   2003 are met:
   2004 1. Redistributions of source code must retain the above copyright
   2005    notice, this list of conditions and the following disclaimer.
   2006 2. Redistributions in binary form must reproduce the above copyright
   2007    notice, this list of conditions and the following disclaimer in the
   2008    documentation and/or other materials provided with the distribution.
   2009 3. Neither the name of the University nor the names of its contributors
   2010    may be used to endorse or promote products derived from this software
   2011    without specific prior written permission.
   2012 
   2013 THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
   2014 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
   2015 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
   2016 ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
   2017 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
   2018 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
   2019 OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
   2020 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
   2021 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
   2022 OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
   2023 SUCH DAMAGE.
   2024 
   2025 -------------------------------------------------------------------
   2026 
   2027 Copyright (c) 1992, 1993
   2028    The Regents of the University of California.  All rights reserved.
   2029 
   2030 Redistribution and use in source and binary forms, with or without
   2031 modification, are permitted provided that the following conditions
   2032 are met:
   2033 1. Redistributions of source code must retain the above copyright
   2034    notice, this list of conditions and the following disclaimer.
   2035 2. Redistributions in binary form must reproduce the above copyright
   2036    notice, this list of conditions and the following disclaimer in the
   2037    documentation and/or other materials provided with the distribution.
   2038 3. Neither the name of the University nor the names of its contributors
   2039    may be used to endorse or promote products derived from this software
   2040    without specific prior written permission.
   2041 
   2042 THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
   2043 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
   2044 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
   2045 ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
   2046 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
   2047 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
   2048 OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
   2049 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
   2050 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
   2051 OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
   2052 SUCH DAMAGE.
   2053 
   2054 -------------------------------------------------------------------
   2055 
   2056 Copyright (c) 1992, 1993
   2057    The Regents of the University of California.  All rights reserved.
   2058 
   2059 This code is derived from software contributed to Berkeley by
   2060 Ralph Campbell.
   2061 
   2062 Redistribution and use in source and binary forms, with or without
   2063 modification, are permitted provided that the following conditions
   2064 are met:
   2065 1. Redistributions of source code must retain the above copyright
   2066    notice, this list of conditions and the following disclaimer.
   2067 2. Redistributions in binary form must reproduce the above copyright
   2068    notice, this list of conditions and the following disclaimer in the
   2069    documentation and/or other materials provided with the distribution.
   2070 3. Neither the name of the University nor the names of its contributors
   2071    may be used to endorse or promote products derived from this software
   2072    without specific prior written permission.
   2073 
   2074 THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
   2075 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
   2076 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
   2077 ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
   2078 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
   2079 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
   2080 OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
   2081 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
   2082 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
   2083 OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
   2084 SUCH DAMAGE.
   2085 
   2086 -------------------------------------------------------------------
   2087 
   2088 Copyright (c) 1992, 1993
   2089    The Regents of the University of California.  All rights reserved.
   2090 
   2091 This code is derived from software contributed to Berkeley by
   2092 Ralph Campbell. This file is derived from the MIPS RISC
   2093 Architecture book by Gerry Kane.
   2094 
   2095 Redistribution and use in source and binary forms, with or without
   2096 modification, are permitted provided that the following conditions
   2097 are met:
   2098 1. Redistributions of source code must retain the above copyright
   2099    notice, this list of conditions and the following disclaimer.
   2100 2. Redistributions in binary form must reproduce the above copyright
   2101    notice, this list of conditions and the following disclaimer in the
   2102    documentation and/or other materials provided with the distribution.
   2103 3. Neither the name of the University nor the names of its contributors
   2104    may be used to endorse or promote products derived from this software
   2105    without specific prior written permission.
   2106 
   2107 THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
   2108 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
   2109 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
   2110 ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
   2111 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
   2112 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
   2113 OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
   2114 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
   2115 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
   2116 OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
   2117 SUCH DAMAGE.
   2118 
   2119 -------------------------------------------------------------------
   2120 
   2121 Copyright (c) 1992, 1993
   2122    The Regents of the University of California.  All rights reserved.
   2123 
   2124 This software was developed by the Computer Systems Engineering group
   2125 at Lawrence Berkeley Laboratory under DARPA contract BG 91-66 and
   2126 contributed to Berkeley.
   2127 
   2128 All advertising materials mentioning features or use of this software
   2129 must display the following acknowledgement:
   2130    This product includes software developed by the University of
   2131    California, Lawrence Berkeley Laboratory.
   2132 
   2133 Redistribution and use in source and binary forms, with or without
   2134 modification, are permitted provided that the following conditions
   2135 are met:
   2136 1. Redistributions of source code must retain the above copyright
   2137    notice, this list of conditions and the following disclaimer.
   2138 2. Redistributions in binary form must reproduce the above copyright
   2139    notice, this list of conditions and the following disclaimer in the
   2140    documentation and/or other materials provided with the distribution.
   2141 3. All advertising materials mentioning features or use of this software
   2142    must display the following acknowledgement:
   2143    This product includes software developed by the University of
   2144    California, Berkeley and its contributors.
   2145 4. Neither the name of the University nor the names of its contributors
   2146    may be used to endorse or promote products derived from this software
   2147    without specific prior written permission.
   2148 
   2149 THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
   2150 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
   2151 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
   2152 ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
   2153 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
   2154 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
   2155 OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
   2156 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
   2157 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
   2158 OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
   2159 SUCH DAMAGE.
   2160 
   2161 -------------------------------------------------------------------
   2162 
   2163 Copyright (c) 1992, 1993
   2164    The Regents of the University of California.  All rights reserved.
   2165 
   2166 This software was developed by the Computer Systems Engineering group
   2167 at Lawrence Berkeley Laboratory under DARPA contract BG 91-66 and
   2168 contributed to Berkeley.
   2169 
   2170 All advertising materials mentioning features or use of this software
   2171 must display the following acknowledgement:
   2172    This product includes software developed by the University of
   2173    California, Lawrence Berkeley Laboratory.
   2174 
   2175 Redistribution and use in source and binary forms, with or without
   2176 modification, are permitted provided that the following conditions
   2177 are met:
   2178 1. Redistributions of source code must retain the above copyright
   2179    notice, this list of conditions and the following disclaimer.
   2180 2. Redistributions in binary form must reproduce the above copyright
   2181    notice, this list of conditions and the following disclaimer in the
   2182    documentation and/or other materials provided with the distribution.
   2183 3. Neither the name of the University nor the names of its contributors
   2184    may be used to endorse or promote products derived from this software
   2185    without specific prior written permission.
   2186 
   2187 THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
   2188 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
   2189 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
   2190 ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
   2191 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
   2192 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
   2193 OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
   2194 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
   2195 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
   2196 OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
   2197 SUCH DAMAGE.
   2198 
   2199 -------------------------------------------------------------------
   2200 
   2201 Copyright (c) 1992, 1993
   2202    The Regents of the University of California.  All rights reserved.
   2203 (c) UNIX System Laboratories, Inc.
   2204 All or some portions of this file are derived from material licensed
   2205 to the University of California by American Telephone and Telegraph
   2206 Co. or Unix System Laboratories, Inc. and are reproduced herein with
   2207 the permission of UNIX System Laboratories, Inc.
   2208 
   2209 Redistribution and use in source and binary forms, with or without
   2210 modification, are permitted provided that the following conditions
   2211 are met:
   2212 1. Redistributions of source code must retain the above copyright
   2213    notice, this list of conditions and the following disclaimer.
   2214 2. Redistributions in binary form must reproduce the above copyright
   2215    notice, this list of conditions and the following disclaimer in the
   2216    documentation and/or other materials provided with the distribution.
   2217 3. Neither the name of the University nor the names of its contributors
   2218    may be used to endorse or promote products derived from this software
   2219    without specific prior written permission.
   2220 
   2221 THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
   2222 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
   2223 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
   2224 ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
   2225 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
   2226 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
   2227 OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
   2228 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
   2229 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
   2230 OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
   2231 SUCH DAMAGE.
   2232 
   2233 -------------------------------------------------------------------
   2234 
   2235 Copyright (c) 1992, 1993, 1994
   2236    The Regents of the University of California.  All rights reserved.
   2237 
   2238 This code is derived from software contributed to Berkeley by
   2239 Henry Spencer.
   2240 
   2241 Redistribution and use in source and binary forms, with or without
   2242 modification, are permitted provided that the following conditions
   2243 are met:
   2244 1. Redistributions of source code must retain the above copyright
   2245    notice, this list of conditions and the following disclaimer.
   2246 2. Redistributions in binary form must reproduce the above copyright
   2247    notice, this list of conditions and the following disclaimer in the
   2248    documentation and/or other materials provided with the distribution.
   2249 3. Neither the name of the University nor the names of its contributors
   2250    may be used to endorse or promote products derived from this software
   2251    without specific prior written permission.
   2252 
   2253 THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
   2254 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
   2255 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
   2256 ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
   2257 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
   2258 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
   2259 OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
   2260 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
   2261 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
   2262 OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
   2263 SUCH DAMAGE.
   2264 
   2265 -------------------------------------------------------------------
   2266 
   2267 Copyright (c) 1992, 1993, 1994 Henry Spencer.
   2268 
   2269 This code is derived from software contributed to Berkeley by
   2270 Henry Spencer.
   2271 
   2272 Redistribution and use in source and binary forms, with or without
   2273 modification, are permitted provided that the following conditions
   2274 are met:
   2275 1. Redistributions of source code must retain the above copyright
   2276    notice, this list of conditions and the following disclaimer.
   2277 2. Redistributions in binary form must reproduce the above copyright
   2278    notice, this list of conditions and the following disclaimer in the
   2279    documentation and/or other materials provided with the distribution.
   2280 3. All advertising materials mentioning features or use of this software
   2281    must display the following acknowledgement:
   2282    This product includes software developed by the University of
   2283    California, Berkeley and its contributors.
   2284 4. Neither the name of the University nor the names of its contributors
   2285    may be used to endorse or promote products derived from this software
   2286    without specific prior written permission.
   2287 
   2288 THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
   2289 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
   2290 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
   2291 ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
   2292 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
   2293 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
   2294 OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
   2295 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
   2296 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
   2297 OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
   2298 SUCH DAMAGE.
   2299 
   2300 -------------------------------------------------------------------
   2301 
   2302 Copyright (c) 1993
   2303      The Regents of the University of California.  All rights reserved.
   2304 
   2305 Redistribution and use in source and binary forms, with or without
   2306 modification, are permitted provided that the following conditions
   2307 are met:
   2308 1. Redistributions of source code must retain the above copyright
   2309    notice, this list of conditions and the following disclaimer.
   2310 2. Redistributions in binary form must reproduce the above copyright
   2311    notice, this list of conditions and the following disclaimer in the
   2312    documentation and/or other materials provided with the distribution.
   2313 3. Neither the name of the University nor the names of its contributors
   2314    may be used to endorse or promote products derived from this software
   2315    without specific prior written permission.
   2316 
   2317 THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
   2318 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
   2319 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
   2320 ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
   2321 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
   2322 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
   2323 OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
   2324 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
   2325 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
   2326 OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
   2327 SUCH DAMAGE.
   2328 
   2329 -------------------------------------------------------------------
   2330 
   2331 Copyright (c) 1993
   2332    The Regents of the University of California.  All rights reserved.
   2333 
   2334 Redistribution and use in source and binary forms, with or without
   2335 modification, are permitted provided that the following conditions
   2336 are met:
   2337 1. Redistributions of source code must retain the above copyright
   2338    notice, this list of conditions and the following disclaimer.
   2339 2. Redistributions in binary form must reproduce the above copyright
   2340    notice, this list of conditions and the following disclaimer in the
   2341    documentation and/or other materials provided with the distribution.
   2342 3. Neither the name of the University nor the names of its contributors
   2343    may be used to endorse or promote products derived from this software
   2344    without specific prior written permission.
   2345 
   2346 THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
   2347 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
   2348 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
   2349 ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
   2350 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
   2351 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
   2352 OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
   2353 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
   2354 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
   2355 OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
   2356 SUCH DAMAGE.
   2357 
   2358 -------------------------------------------------------------------
   2359 
   2360 Copyright (c) 1993 Christopher G. Demetriou
   2361 All rights reserved.
   2362 
   2363 Redistribution and use in source and binary forms, with or without
   2364 modification, are permitted provided that the following conditions
   2365 are met:
   2366 1. Redistributions of source code must retain the above copyright
   2367    notice, this list of conditions and the following disclaimer.
   2368 2. Redistributions in binary form must reproduce the above copyright
   2369    notice, this list of conditions and the following disclaimer in the
   2370    documentation and/or other materials provided with the distribution.
   2371 3. The name of the author may not be used to endorse or promote products
   2372    derived from this software without specific prior written permission
   2373 
   2374 THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
   2375 IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
   2376 OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
   2377 IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
   2378 INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
   2379 NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
   2380 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
   2381 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
   2382 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
   2383 THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
   2384 
   2385 -------------------------------------------------------------------
   2386 
   2387 Copyright (c) 1993 Martin Birgmeier
   2388 All rights reserved.
   2389 
   2390 You may redistribute unmodified or modified versions of this source
   2391 code provided that the above copyright notice and this and the
   2392 following conditions are retained.
   2393 
   2394 This software is provided ``as is'', and comes with no warranties
   2395 of any kind. I shall in no event be liable for anything that happens
   2396 to anyone/anything when using this software.
   2397 
   2398 -------------------------------------------------------------------
   2399 
   2400 Copyright (c) 1994 The NetBSD Foundation, Inc.
   2401 All rights reserved.
   2402 
   2403 This code is derived from software contributed to The NetBSD Foundation
   2404 by Christos Zoulas.
   2405 
   2406 Redistribution and use in source and binary forms, with or without
   2407 modification, are permitted provided that the following conditions
   2408 are met:
   2409 1. Redistributions of source code must retain the above copyright
   2410    notice, this list of conditions and the following disclaimer.
   2411 2. Redistributions in binary form must reproduce the above copyright
   2412    notice, this list of conditions and the following disclaimer in the
   2413    documentation and/or other materials provided with the distribution.
   2414 
   2415 THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
   2416 ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
   2417 TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
   2418 PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
   2419 BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
   2420 CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
   2421 SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
   2422 INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
   2423 CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
   2424 ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
   2425 POSSIBILITY OF SUCH DAMAGE.
   2426 
   2427 -------------------------------------------------------------------
   2428 
   2429 Copyright (c) 1995 - 2001 Kungliga Tekniska Hgskolan
   2430 (Royal Institute of Technology, Stockholm, Sweden).
   2431 All rights reserved.
   2432 
   2433 Redistribution and use in source and binary forms, with or without
   2434 modification, are permitted provided that the following conditions
   2435 are met:
   2436 
   2437 1. Redistributions of source code must retain the above copyright
   2438    notice, this list of conditions and the following disclaimer.
   2439 
   2440 2. Redistributions in binary form must reproduce the above copyright
   2441    notice, this list of conditions and the following disclaimer in the
   2442    documentation and/or other materials provided with the distribution.
   2443 
   2444 3. Neither the name of the Institute nor the names of its contributors
   2445    may be used to endorse or promote products derived from this software
   2446    without specific prior written permission.
   2447 
   2448 THIS SOFTWARE IS PROVIDED BY THE INSTITUTE AND CONTRIBUTORS ``AS IS'' AND
   2449 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
   2450 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
   2451 ARE DISCLAIMED.  IN NO EVENT SHALL THE INSTITUTE OR CONTRIBUTORS BE LIABLE
   2452 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
   2453 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
   2454 OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
   2455 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
   2456 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
   2457 OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
   2458 SUCH DAMAGE.
   2459 
   2460 -------------------------------------------------------------------
   2461 
   2462 Copyright (c) 1995 Alex Tatmanjants <alex (a] elvisti.kiev.ua>
   2463        at Electronni Visti IA, Kiev, Ukraine.
   2464            All rights reserved.
   2465 
   2466 Redistribution and use in source and binary forms, with or without
   2467 modification, are permitted provided that the following conditions
   2468 are met:
   2469 1. Redistributions of source code must retain the above copyright
   2470    notice, this list of conditions and the following disclaimer.
   2471 2. 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.
   2474 
   2475 THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND
   2476 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
   2477 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
   2478 ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR BE LIABLE
   2479 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
   2480 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
   2481 OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
   2482 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
   2483 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
   2484 OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
   2485 SUCH DAMAGE.
   2486 
   2487 -------------------------------------------------------------------
   2488 
   2489 Copyright (c) 1995, 1996 Carnegie-Mellon University.
   2490 All rights reserved.
   2491 
   2492 Author: Chris G. Demetriou
   2493 
   2494 Permission to use, copy, modify and distribute this software and
   2495 its documentation is hereby granted, provided that both the copyright
   2496 notice and this permission notice appear in all copies of the
   2497 software, derivative works or modified versions, and any portions
   2498 thereof, and that both notices appear in supporting documentation.
   2499 
   2500 CARNEGIE MELLON ALLOWS FREE USE OF THIS SOFTWARE IN ITS "AS IS"
   2501 CONDITION.  CARNEGIE MELLON DISCLAIMS ANY LIABILITY OF ANY KIND
   2502 FOR ANY DAMAGES WHATSOEVER RESULTING FROM THE USE OF THIS SOFTWARE.
   2503 
   2504 Carnegie Mellon requests users of this software to return to
   2505 
   2506  Software Distribution Coordinator  or  Software.Distribution (a] CS.CMU.EDU
   2507  School of Computer Science
   2508  Carnegie Mellon University
   2509  Pittsburgh PA 15213-3890
   2510 
   2511 any improvements or extensions that they make and grant Carnegie the
   2512 rights to redistribute these changes.
   2513 
   2514 -------------------------------------------------------------------
   2515 
   2516 Copyright (c) 1996 by Internet Software Consortium.
   2517 
   2518 Permission to use, copy, modify, and distribute this software for any
   2519 purpose with or without fee is hereby granted, provided that the above
   2520 copyright notice and this permission notice appear in all copies.
   2521 
   2522 THE SOFTWARE IS PROVIDED "AS IS" AND INTERNET SOFTWARE CONSORTIUM DISCLAIMS
   2523 ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES
   2524 OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL INTERNET SOFTWARE
   2525 CONSORTIUM BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL
   2526 DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR
   2527 PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS
   2528 ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
   2529 SOFTWARE.
   2530 
   2531 -------------------------------------------------------------------
   2532 
   2533 Copyright (c) 1996, David Mazieres <dm (a] uun.org>
   2534 Copyright (c) 2008, Damien Miller <djm (a] openbsd.org>
   2535 
   2536 Permission to use, copy, modify, and distribute this software for any
   2537 purpose with or without fee is hereby granted, provided that the above
   2538 copyright notice and this permission notice appear in all copies.
   2539 
   2540 THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
   2541 WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
   2542 MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
   2543 ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
   2544 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
   2545 ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
   2546 OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
   2547 
   2548 -------------------------------------------------------------------
   2549 
   2550 Copyright (c) 1996-2004 Per Fogelstrom, Opsycon AB
   2551 
   2552 Redistribution and use in source and binary forms, with or without
   2553 modification, are permitted provided that the following conditions
   2554 are met:
   2555 1. Redistributions of source code must retain the above copyright
   2556    notice, this list of conditions and the following disclaimer.
   2557 2. Redistributions in binary form must reproduce the above copyright
   2558    notice, this list of conditions and the following disclaimer in the
   2559    documentation and/or other materials provided with the distribution.
   2560 
   2561 THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS
   2562 OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
   2563 WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
   2564 ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY
   2565 DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
   2566 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
   2567 OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
   2568 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
   2569 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
   2570 OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
   2571 SUCH DAMAGE.
   2572 
   2573 -------------------------------------------------------------------
   2574 
   2575 Copyright (c) 1997 Mark Brinicombe
   2576 All rights reserved.
   2577 
   2578 Redistribution and use in source and binary forms, with or without
   2579 modification, are permitted provided that the following conditions
   2580 are met:
   2581 1. Redistributions of source code must retain the above copyright
   2582    notice, this list of conditions and the following disclaimer.
   2583 2. Redistributions in binary form must reproduce the above copyright
   2584    notice, this list of conditions and the following disclaimer in the
   2585    documentation and/or other materials provided with the distribution.
   2586 3. All advertising materials mentioning features or use of this software
   2587    must display the following acknowledgement:
   2588    This product includes software developed by Mark Brinicombe
   2589 4. Neither the name of the University nor the names of its contributors
   2590    may be used to endorse or promote products derived from this software
   2591    without specific prior written permission.
   2592 
   2593 THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
   2594 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
   2595 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
   2596 ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
   2597 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
   2598 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
   2599 OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
   2600 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
   2601 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
   2602 OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
   2603 SUCH DAMAGE.
   2604 
   2605 -------------------------------------------------------------------
   2606 
   2607 Copyright (c) 1997 Mark Brinicombe
   2608 Copyright (c) 2010 Android Open Source Project.
   2609 All rights reserved.
   2610 
   2611 Redistribution and use in source and binary forms, with or without
   2612 modification, are permitted provided that the following conditions
   2613 are met:
   2614 1. Redistributions of source code must retain the above copyright
   2615    notice, this list of conditions and the following disclaimer.
   2616 2. Redistributions in binary form must reproduce the above copyright
   2617    notice, this list of conditions and the following disclaimer in the
   2618    documentation and/or other materials provided with the distribution.
   2619 3. All advertising materials mentioning features or use of this software
   2620    must display the following acknowledgement:
   2621    This product includes software developed by Mark Brinicombe
   2622 4. Neither the name of the University nor the names of its contributors
   2623    may be used to endorse or promote products derived from this software
   2624    without specific prior written permission.
   2625 
   2626 THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
   2627 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
   2628 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
   2629 ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
   2630 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
   2631 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
   2632 OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
   2633 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
   2634 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
   2635 OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
   2636 SUCH DAMAGE.
   2637 
   2638 -------------------------------------------------------------------
   2639 
   2640 Copyright (c) 1997 Niklas Hallqvist.  All rights reserved.
   2641 
   2642 Redistribution and use in source and binary forms, with or without
   2643 modification, are permitted provided that the following conditions
   2644 are met:
   2645 1. Redistributions of source code must retain the above copyright
   2646    notice, this list of conditions and the following disclaimer.
   2647 2. Redistributions in binary form must reproduce the above copyright
   2648    notice, this list of conditions and the following disclaimer in the
   2649    documentation and/or other materials provided with the distribution.
   2650 
   2651 THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
   2652 IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
   2653 OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
   2654 IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
   2655 INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
   2656 NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
   2657 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
   2658 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
   2659 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
   2660 THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
   2661 
   2662 -------------------------------------------------------------------
   2663 
   2664 Copyright (c) 1997 Todd C. Miller <Todd.Miller (a] courtesan.com>
   2665 
   2666 Permission to use, copy, modify, and distribute this software for any
   2667 purpose with or without fee is hereby granted, provided that the above
   2668 copyright notice and this permission notice appear in all copies.
   2669 
   2670 THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
   2671 WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
   2672 MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
   2673 ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
   2674 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
   2675 ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
   2676 OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
   2677 
   2678 -------------------------------------------------------------------
   2679 
   2680 Copyright (c) 1997, 1998 The NetBSD Foundation, Inc.
   2681 All rights reserved.
   2682 
   2683 This code was contributed to The NetBSD Foundation by Klaus Klein.
   2684 
   2685 Redistribution and use in source and binary forms, with or without
   2686 modification, are permitted provided that the following conditions
   2687 are met:
   2688 1. Redistributions of source code must retain the above copyright
   2689    notice, this list of conditions and the following disclaimer.
   2690 2. Redistributions in binary form must reproduce the above copyright
   2691    notice, this list of conditions and the following disclaimer in the
   2692    documentation and/or other materials provided with the distribution.
   2693 3. All advertising materials mentioning features or use of this software
   2694    must display the following acknowledgement:
   2695        This product includes software developed by the NetBSD
   2696        Foundation, Inc. and its contributors.
   2697 4. Neither the name of The NetBSD Foundation nor the names of its
   2698    contributors may be used to endorse or promote products derived
   2699    from this software without specific prior written permission.
   2700 
   2701 THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
   2702 ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
   2703 TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
   2704 PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
   2705 BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
   2706 CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
   2707 SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
   2708 INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
   2709 CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
   2710 ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
   2711 POSSIBILITY OF SUCH DAMAGE.
   2712 
   2713 -------------------------------------------------------------------
   2714 
   2715 Copyright (c) 1997, 1998, 1999, 2004 The NetBSD Foundation, Inc.
   2716 All rights reserved.
   2717 
   2718 This code is derived from software contributed to The NetBSD Foundation
   2719 by Luke Mewburn.
   2720 
   2721 Redistribution and use in source and binary forms, with or without
   2722 modification, are permitted provided that the following conditions
   2723 are met:
   2724 1. Redistributions of source code must retain the above copyright
   2725    notice, this list of conditions and the following disclaimer.
   2726 2. Redistributions in binary form must reproduce the above copyright
   2727    notice, this list of conditions and the following disclaimer in the
   2728    documentation and/or other materials provided with the distribution.
   2729 3. All advertising materials mentioning features or use of this software
   2730    must display the following acknowledgement:
   2731        This product includes software developed by the NetBSD
   2732        Foundation, Inc. and its contributors.
   2733 4. Neither the name of The NetBSD Foundation nor the names of its
   2734    contributors may be used to endorse or promote products derived
   2735    from this software without specific prior written permission.
   2736 
   2737 THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
   2738 ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
   2739 TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
   2740 PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
   2741 BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
   2742 CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
   2743 SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
   2744 INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
   2745 CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
   2746 ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
   2747 POSSIBILITY OF SUCH DAMAGE.
   2748 
   2749 -------------------------------------------------------------------
   2750 
   2751 Copyright (c) 1997, 1998, 1999, 2004 The NetBSD Foundation, Inc.
   2752 All rights reserved.
   2753 
   2754 This code is derived from software contributed to The NetBSD Foundation
   2755 by Luke Mewburn; and by Jason R. Thorpe.
   2756 
   2757 Redistribution and use in source and binary forms, with or without
   2758 modification, are permitted provided that the following conditions
   2759 are met:
   2760 1. Redistributions of source code must retain the above copyright
   2761    notice, this list of conditions and the following disclaimer.
   2762 2. Redistributions in binary form must reproduce the above copyright
   2763    notice, this list of conditions and the following disclaimer in the
   2764    documentation and/or other materials provided with the distribution.
   2765 3. All advertising materials mentioning features or use of this software
   2766    must display the following acknowledgement:
   2767        This product includes software developed by the NetBSD
   2768        Foundation, Inc. and its contributors.
   2769 4. Neither the name of The NetBSD Foundation nor the names of its
   2770    contributors may be used to endorse or promote products derived
   2771    from this software without specific prior written permission.
   2772 
   2773 THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
   2774 ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
   2775 TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
   2776 PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
   2777 BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
   2778 CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
   2779 SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
   2780 INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
   2781 CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
   2782 ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
   2783 POSSIBILITY OF SUCH DAMAGE.
   2784 
   2785 -------------------------------------------------------------------
   2786 
   2787 Copyright (c) 1997, 1998, 2003 The NetBSD Foundation, Inc.
   2788 All rights reserved.
   2789 
   2790 This code is derived from software contributed to The NetBSD Foundation
   2791 by J.T. Conklin, by Nathan J. Williams, and by Jason R. Thorpe.
   2792 
   2793 Redistribution and use in source and binary forms, with or without
   2794 modification, are permitted provided that the following conditions
   2795 are met:
   2796 1. Redistributions of source code must retain the above copyright
   2797    notice, this list of conditions and the following disclaimer.
   2798 2. Redistributions in binary form must reproduce the above copyright
   2799    notice, this list of conditions and the following disclaimer in the
   2800    documentation and/or other materials provided with the distribution.
   2801 3. All advertising materials mentioning features or use of this software
   2802    must display the following acknowledgement:
   2803        This product includes software developed by the NetBSD
   2804        Foundation, Inc. and its contributors.
   2805 4. Neither the name of The NetBSD Foundation nor the names of its
   2806    contributors may be used to endorse or promote products derived
   2807    from this software without specific prior written permission.
   2808 
   2809 THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
   2810 ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
   2811 TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
   2812 PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
   2813 BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
   2814 CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
   2815 SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
   2816 INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
   2817 CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
   2818 ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
   2819 POSSIBILITY OF SUCH DAMAGE.
   2820 
   2821 -------------------------------------------------------------------
   2822 
   2823 Copyright (c) 1997, 2005 Todd C. Miller <Todd.Miller (a] courtesan.com>
   2824 
   2825 Permission to use, copy, modify, and distribute this software for any
   2826 purpose with or without fee is hereby granted, provided that the above
   2827 copyright notice and this permission notice appear in all copies.
   2828 
   2829 THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
   2830 WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
   2831 MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
   2832 ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
   2833 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
   2834 ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
   2835 OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
   2836 
   2837 -------------------------------------------------------------------
   2838 
   2839 Copyright (c) 1998 Softweyr LLC.  All rights reserved.
   2840 
   2841 strtok_r, from Berkeley strtok
   2842 Oct 13, 1998 by Wes Peters <wes (a] softweyr.com>
   2843 
   2844 Copyright (c) 1988, 1993
   2845    The Regents of the University of California.  All rights reserved.
   2846 
   2847 Redistribution and use in source and binary forms, with or without
   2848 modification, are permitted provided that the following conditions
   2849 are met:
   2850 1. Redistributions of source code must retain the above copyright
   2851    notices, this list of conditions and the following disclaimer.
   2852 2. Redistributions in binary form must reproduce the above copyright
   2853    notices, this list of conditions and the following disclaimer in the
   2854    documentation and/or other materials provided with the distribution.
   2855 4. Neither the name of the University nor the names of its contributors
   2856    may be used to endorse or promote products derived from this software
   2857    without specific prior written permission.
   2858 
   2859 THIS SOFTWARE IS PROVIDED BY SOFTWEYR LLC, THE REGENTS AND CONTRIBUTORS
   2860 ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
   2861 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
   2862 PARTICULAR PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL SOFTWEYR LLC, THE
   2863 REGENTS, OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
   2864 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED
   2865 TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
   2866 PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
   2867 LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
   2868 NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
   2869 SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
   2870 
   2871 -------------------------------------------------------------------
   2872 
   2873 Copyright (c) 1998 The NetBSD Foundation, Inc.
   2874 All rights reserved.
   2875 
   2876 This code is derived from software contributed to The NetBSD Foundation
   2877 by Klaus Klein.
   2878 
   2879 Redistribution and use in source and binary forms, with or without
   2880 modification, are permitted provided that the following conditions
   2881 are met:
   2882 1. Redistributions of source code must retain the above copyright
   2883    notice, this list of conditions and the following disclaimer.
   2884 2. Redistributions in binary form must reproduce the above copyright
   2885    notice, this list of conditions and the following disclaimer in the
   2886    documentation and/or other materials provided with the distribution.
   2887 3. All advertising materials mentioning features or use of this software
   2888    must display the following acknowledgement:
   2889        This product includes software developed by the NetBSD
   2890        Foundation, Inc. and its contributors.
   2891 4. Neither the name of The NetBSD Foundation nor the names of its
   2892    contributors may be used to endorse or promote products derived
   2893    from this software without specific prior written permission.
   2894 
   2895 THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
   2896 ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
   2897 TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
   2898 PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
   2899 BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
   2900 CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
   2901 SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
   2902 INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
   2903 CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
   2904 ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
   2905 POSSIBILITY OF SUCH DAMAGE.
   2906 
   2907 -------------------------------------------------------------------
   2908 
   2909 Copyright (c) 1998 Todd C. Miller <Todd.Miller (a] courtesan.com>
   2910 
   2911 Permission to use, copy, modify, and distribute this software for any
   2912 purpose with or without fee is hereby granted, provided that the above
   2913 copyright notice and this permission notice appear in all copies.
   2914 
   2915 THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
   2916 WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
   2917 MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
   2918 ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
   2919 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
   2920 ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
   2921 OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
   2922 
   2923 -------------------------------------------------------------------
   2924 
   2925 Copyright (c) 1998 Todd C. Miller <Todd.Miller (a] courtesan.com>
   2926 All rights reserved.
   2927 
   2928 Redistribution and use in source and binary forms, with or without
   2929 modification, are permitted provided that the following conditions
   2930 are met:
   2931 1. Redistributions of source code must retain the above copyright
   2932    notice, this list of conditions and the following disclaimer.
   2933 2. Redistributions in binary form must reproduce the above copyright
   2934    notice, this list of conditions and the following disclaimer in the
   2935    documentation and/or other materials provided with the distribution.
   2936 3. The name of the author may not be used to endorse or promote products
   2937    derived from this software without specific prior written permission.
   2938 
   2939 THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES,
   2940 INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY
   2941 AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL
   2942 THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
   2943 EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
   2944 PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
   2945 OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
   2946 WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
   2947 OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
   2948 ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
   2949 
   2950 -------------------------------------------------------------------
   2951 
   2952 Copyright (c) 1999
   2953    David E. O'Brien
   2954 Copyright (c) 1988, 1993
   2955    The Regents of the University of California.  All rights reserved.
   2956 
   2957 Redistribution and use in source and binary forms, with or without
   2958 modification, are permitted provided that the following conditions
   2959 are met:
   2960 1. Redistributions of source code must retain the above copyright
   2961    notice, this list of conditions and the following disclaimer.
   2962 2. Redistributions in binary form must reproduce the above copyright
   2963    notice, this list of conditions and the following disclaimer in the
   2964    documentation and/or other materials provided with the distribution.
   2965 3. Neither the name of the University nor the names of its contributors
   2966    may be used to endorse or promote products derived from this software
   2967    without specific prior written permission.
   2968 
   2969 THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
   2970 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
   2971 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
   2972 ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
   2973 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
   2974 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
   2975 OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
   2976 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
   2977 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
   2978 OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
   2979 SUCH DAMAGE.
   2980 
   2981 -------------------------------------------------------------------
   2982 
   2983 Copyright (c) 1999 Kungliga Tekniska Hgskolan
   2984 (Royal Institute of Technology, Stockholm, Sweden).
   2985 All rights reserved.
   2986 
   2987 Redistribution and use in source and binary forms, with or without
   2988 modification, are permitted provided that the following conditions
   2989 are met:
   2990 
   2991 1. Redistributions of source code must retain the above copyright
   2992    notice, this list of conditions and the following disclaimer.
   2993 
   2994 2. Redistributions in binary form must reproduce the above copyright
   2995    notice, this list of conditions and the following disclaimer in the
   2996    documentation and/or other materials provided with the distribution.
   2997 
   2998 3. Neither the name of KTH nor the names of its contributors may be
   2999    used to endorse or promote products derived from this software without
   3000    specific prior written permission.
   3001 
   3002 THIS SOFTWARE IS PROVIDED BY KTH AND ITS CONTRIBUTORS ``AS IS'' AND ANY
   3003 EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
   3004 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
   3005 PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL KTH OR ITS CONTRIBUTORS BE
   3006 LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
   3007 CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
   3008 SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
   3009 BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
   3010 WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
   3011 OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
   3012 
   3013 -------------------------------------------------------------------
   3014 
   3015 Copyright (c) 2000 Ben Harris.
   3016 Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project.
   3017 All rights reserved.
   3018 
   3019 Redistribution and use in source and binary forms, with or without
   3020 modification, are permitted provided that the following conditions
   3021 are met:
   3022 1. Redistributions of source code must retain the above copyright
   3023    notice, this list of conditions and the following disclaimer.
   3024 2. Redistributions in binary form must reproduce the above copyright
   3025    notice, this list of conditions and the following disclaimer in the
   3026    documentation and/or other materials provided with the distribution.
   3027 3. Neither the name of the project nor the names of its contributors
   3028    may be used to endorse or promote products derived from this software
   3029    without specific prior written permission.
   3030 
   3031 THIS SOFTWARE IS PROVIDED BY THE PROJECT AND CONTRIBUTORS ``AS IS'' AND
   3032 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
   3033 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
   3034 ARE DISCLAIMED.  IN NO EVENT SHALL THE PROJECT OR CONTRIBUTORS BE LIABLE
   3035 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
   3036 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
   3037 OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
   3038 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
   3039 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
   3040 OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
   3041 SUCH DAMAGE.
   3042 
   3043 -------------------------------------------------------------------
   3044 
   3045 Copyright (c) 2000 The NetBSD Foundation, Inc.
   3046 All rights reserved.
   3047 
   3048 This code is derived from software contributed to The NetBSD Foundation
   3049 by Atsushi Onoe.
   3050 
   3051 Redistribution and use in source and binary forms, with or without
   3052 modification, are permitted provided that the following conditions
   3053 are met:
   3054 1. Redistributions of source code must retain the above copyright
   3055    notice, this list of conditions and the following disclaimer.
   3056 2. Redistributions in binary form must reproduce the above copyright
   3057    notice, this list of conditions and the following disclaimer in the
   3058    documentation and/or other materials provided with the distribution.
   3059 3. All advertising materials mentioning features or use of this software
   3060    must display the following acknowledgement:
   3061    This product includes software developed by the NetBSD
   3062    Foundation, Inc. and its contributors.
   3063 4. Neither the name of The NetBSD Foundation nor the names of its
   3064    contributors may be used to endorse or promote products derived
   3065    from this software without specific prior written permission.
   3066 
   3067 THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
   3068 ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
   3069 TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
   3070 PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
   3071 BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
   3072 CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
   3073 SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
   3074 INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
   3075 CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
   3076 ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
   3077 POSSIBILITY OF SUCH DAMAGE.
   3078 
   3079 -------------------------------------------------------------------
   3080 
   3081 Copyright (c) 2000 The NetBSD Foundation, Inc.
   3082 All rights reserved.
   3083 
   3084 This code is derived from software contributed to The NetBSD Foundation
   3085 by Dieter Baron and Thomas Klausner.
   3086 
   3087 Redistribution and use in source and binary forms, with or without
   3088 modification, are permitted provided that the following conditions
   3089 are met:
   3090 1. Redistributions of source code must retain the above copyright
   3091    notice, this list of conditions and the following disclaimer.
   3092 2. Redistributions in binary form must reproduce the above copyright
   3093    notice, this list of conditions and the following disclaimer in the
   3094    documentation and/or other materials provided with the distribution.
   3095 3. All advertising materials mentioning features or use of this software
   3096    must display the following acknowledgement:
   3097        This product includes software developed by the NetBSD
   3098        Foundation, Inc. and its contributors.
   3099 4. Neither the name of The NetBSD Foundation nor the names of its
   3100    contributors may be used to endorse or promote products derived
   3101    from this software without specific prior written permission.
   3102 
   3103 THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
   3104 ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
   3105 TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
   3106 PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
   3107 BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
   3108 CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
   3109 SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
   3110 INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
   3111 CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
   3112 ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
   3113 POSSIBILITY OF SUCH DAMAGE.
   3114 
   3115 -------------------------------------------------------------------
   3116 
   3117 Copyright (c) 2001 Christopher Gilbert
   3118 All rights reserved.
   3119 
   3120 Redistribution and use in source and binary forms, with or without
   3121 modification, are permitted provided that the following conditions
   3122 are met:
   3123 1. Redistributions of source code must retain the above copyright
   3124    notice, this list of conditions and the following disclaimer.
   3125 2. Redistributions in binary form must reproduce the above copyright
   3126    notice, this list of conditions and the following disclaimer in the
   3127    documentation and/or other materials provided with the distribution.
   3128 3. The name of the company nor the name of the author may be used to
   3129    endorse or promote products derived from this software without specific
   3130    prior written permission.
   3131 
   3132 THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
   3133 IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
   3134 OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
   3135 IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT,
   3136 INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
   3137 (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
   3138 SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
   3139 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
   3140 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
   3141 OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
   3142 SUCH DAMAGE.
   3143 
   3144 -------------------------------------------------------------------
   3145 
   3146 Copyright (c) 2001-2002 Opsycon AB  (www.opsycon.se / www.opsycon.com)
   3147 
   3148 Redistribution and use in source and binary forms, with or without
   3149 modification, are permitted provided that the following conditions
   3150 are met:
   3151 1. Redistributions of source code must retain the above copyright
   3152    notice, this list of conditions and the following disclaimer.
   3153 2. Redistributions in binary form must reproduce the above copyright
   3154    notice, this list of conditions and the following disclaimer in the
   3155    documentation and/or other materials provided with the distribution.
   3156 
   3157 THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS
   3158 OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
   3159 WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
   3160 ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY
   3161 DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
   3162 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
   3163 OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
   3164 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
   3165 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
   3166 OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
   3167 SUCH DAMAGE.
   3168 
   3169 -------------------------------------------------------------------
   3170 
   3171 Copyright (c) 2001-2002 Opsycon AB  (www.opsycon.se / www.opsycon.com)
   3172 
   3173 Redistribution and use in source and binary forms, with or without
   3174 modification, are permitted provided that the following conditions
   3175 are met:
   3176 1. Redistributions of source code must retain the above copyright
   3177    notice, this list of conditions and the following disclaimer.
   3178 2. Redistributions in binary form must reproduce the above copyright
   3179    notice, this list of conditions and the following disclaimer in the
   3180    documentation and/or other materials provided with the distribution.
   3181 3. Neither the name of Opsycon AB nor the names of its contributors
   3182    may be used to endorse or promote products derived from this software
   3183    without specific prior written permission.
   3184 
   3185 THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS
   3186 OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
   3187 WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
   3188 ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY
   3189 DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
   3190 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
   3191 OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
   3192 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
   3193 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
   3194 OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
   3195 SUCH DAMAGE.
   3196 
   3197 -------------------------------------------------------------------
   3198 
   3199 Copyright (c) 2002 Daniel Hartmeier
   3200 All rights reserved.
   3201 
   3202 Redistribution and use in source and binary forms, with or without
   3203 modification, are permitted provided that the following conditions
   3204 are met:
   3205 
   3206    - Redistributions of source code must retain the above copyright
   3207      notice, this list of conditions and the following disclaimer.
   3208    - Redistributions in binary form must reproduce the above
   3209      copyright notice, this list of conditions and the following
   3210      disclaimer in the documentation and/or other materials provided
   3211      with the distribution.
   3212 
   3213 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
   3214 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
   3215 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
   3216 FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
   3217 COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
   3218 INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
   3219 BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
   3220 LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
   3221 CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
   3222 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
   3223 ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
   3224 POSSIBILITY OF SUCH DAMAGE.
   3225 
   3226 -------------------------------------------------------------------
   3227 
   3228 Copyright (c) 2002 Marc Espie.
   3229 
   3230 Redistribution and use in source and binary forms, with or without
   3231 modification, are permitted provided that the following conditions
   3232 are met:
   3233 1. Redistributions of source code must retain the above copyright
   3234    notice, this list of conditions and the following disclaimer.
   3235 2. Redistributions in binary form must reproduce the above copyright
   3236    notice, this list of conditions and the following disclaimer in the
   3237    documentation and/or other materials provided with the distribution.
   3238 
   3239 THIS SOFTWARE IS PROVIDED BY THE OPENBSD PROJECT AND CONTRIBUTORS
   3240 ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
   3241 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
   3242 A PARTICULAR PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE OPENBSD
   3243 PROJECT OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
   3244 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
   3245 LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
   3246 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
   3247 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
   3248 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
   3249 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
   3250 
   3251 -------------------------------------------------------------------
   3252 
   3253 Copyright (c) 2002 Opsycon AB  (www.opsycon.se / www.opsycon.com)
   3254 
   3255 Redistribution and use in source and binary forms, with or without
   3256 modification, are permitted provided that the following conditions
   3257 are met:
   3258 1. Redistributions of source code must retain the above copyright
   3259    notice, this list of conditions and the following disclaimer.
   3260 2. Redistributions in binary form must reproduce the above copyright
   3261    notice, this list of conditions and the following disclaimer in the
   3262    documentation and/or other materials provided with the distribution.
   3263 3. Neither the name of Opsycon AB nor the names of its contributors
   3264    may be used to endorse or promote products derived from this software
   3265    without specific prior written permission.
   3266 
   3267 THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS
   3268 OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
   3269 WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
   3270 ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY
   3271 DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
   3272 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
   3273 OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
   3274 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
   3275 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
   3276 OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
   3277 SUCH DAMAGE.
   3278 
   3279 -------------------------------------------------------------------
   3280 
   3281 Copyright (c) 2002 The NetBSD Foundation, Inc.
   3282 All rights reserved.
   3283 
   3284 This code is derived from software contributed to The NetBSD Foundation
   3285 by Christos Zoulas.
   3286 
   3287 Redistribution and use in source and binary forms, with or without
   3288 modification, are permitted provided that the following conditions
   3289 are met:
   3290 1. Redistributions of source code must retain the above copyright
   3291    notice, this list of conditions and the following disclaimer.
   3292 2. Redistributions in binary form must reproduce the above copyright
   3293    notice, this list of conditions and the following disclaimer in the
   3294    documentation and/or other materials provided with the distribution.
   3295 3. All advertising materials mentioning features or use of this software
   3296    must display the following acknowledgement:
   3297        This product includes software developed by the NetBSD
   3298        Foundation, Inc. and its contributors.
   3299 4. Neither the name of The NetBSD Foundation nor the names of its
   3300    contributors may be used to endorse or promote products derived
   3301    from this software without specific prior written permission.
   3302 
   3303 THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
   3304 ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
   3305 TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
   3306 PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
   3307 BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
   3308 CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
   3309 SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
   3310 INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
   3311 CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
   3312 ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
   3313 POSSIBILITY OF SUCH DAMAGE.
   3314 
   3315 -------------------------------------------------------------------
   3316 
   3317 Copyright (c) 2002 Tim J. Robbins
   3318 All rights reserved.
   3319 
   3320 Redistribution and use in source and binary forms, with or without
   3321 modification, are permitted provided that the following conditions
   3322 are met:
   3323 1. Redistributions of source code must retain the above copyright
   3324    notice, this list of conditions and the following disclaimer.
   3325 2. Redistributions in binary form must reproduce the above copyright
   3326    notice, this list of conditions and the following disclaimer in the
   3327    documentation and/or other materials provided with the distribution.
   3328 
   3329 THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
   3330 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
   3331 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
   3332 ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
   3333 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
   3334 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
   3335 OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
   3336 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
   3337 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
   3338 OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
   3339 SUCH DAMAGE.
   3340 
   3341 -------------------------------------------------------------------
   3342 
   3343 Copyright (c) 2002 Todd C. Miller <Todd.Miller (a] courtesan.com>
   3344 
   3345 Permission to use, copy, modify, and distribute this software for any
   3346 purpose with or without fee is hereby granted, provided that the above
   3347 copyright notice and this permission notice appear in all copies.
   3348 
   3349 THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
   3350 WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
   3351 MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
   3352 ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
   3353 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
   3354 ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
   3355 OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
   3356 
   3357 Sponsored in part by the Defense Advanced Research Projects
   3358 Agency (DARPA) and Air Force Research Laboratory, Air Force
   3359 Materiel Command, USAF, under agreement number F39502-99-1-0512.
   3360 
   3361 -------------------------------------------------------------------
   3362 
   3363 Copyright (c) 2002-2003 Opsycon AB  (www.opsycon.se / www.opsycon.com)
   3364 
   3365 Redistribution and use in source and binary forms, with or without
   3366 modification, are permitted provided that the following conditions
   3367 are met:
   3368 1. Redistributions of source code must retain the above copyright
   3369    notice, this list of conditions and the following disclaimer.
   3370 2. Redistributions in binary form must reproduce the above copyright
   3371    notice, this list of conditions and the following disclaimer in the
   3372    documentation and/or other materials provided with the distribution.
   3373 
   3374 THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS
   3375 OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
   3376 WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
   3377 ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY
   3378 DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
   3379 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
   3380 OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
   3381 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
   3382 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
   3383 OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
   3384 SUCH DAMAGE.
   3385 
   3386 -------------------------------------------------------------------
   3387 
   3388 Copyright (c) 2003 Constantin S. Svintsoff <kostik (a] iclub.nsu.ru>
   3389 
   3390 Redistribution and use in source and binary forms, with or without
   3391 modification, are permitted provided that the following conditions
   3392 are met:
   3393 1. Redistributions of source code must retain the above copyright
   3394    notice, this list of conditions and the following disclaimer.
   3395 2. Redistributions in binary form must reproduce the above copyright
   3396    notice, this list of conditions and the following disclaimer in the
   3397    documentation and/or other materials provided with the distribution.
   3398 3. The names of the authors may not be used to endorse or promote
   3399    products derived from this software without specific prior written
   3400    permission.
   3401 
   3402 THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
   3403 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
   3404 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
   3405 ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
   3406 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
   3407 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
   3408 OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
   3409 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
   3410 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
   3411 OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
   3412 SUCH DAMAGE.
   3413 
   3414 -------------------------------------------------------------------
   3415 
   3416 Copyright (c) 2003 Networks Associates Technology, Inc.
   3417 All rights reserved.
   3418 
   3419 Portions of this software were developed for the FreeBSD Project by
   3420 Jacques A. Vidrine, Safeport Network Services, and Network
   3421 Associates Laboratories, the Security Research Division of Network
   3422 Associates, Inc. under DARPA/SPAWAR contract N66001-01-C-8035
   3423 ("CBOSS"), as part of the DARPA CHATS research program.
   3424 
   3425 Redistribution and use in source and binary forms, with or without
   3426 modification, are permitted provided that the following conditions
   3427 are met:
   3428 1. Redistributions of source code must retain the above copyright
   3429    notice, this list of conditions and the following disclaimer.
   3430 2. Redistributions in binary form must reproduce the above copyright
   3431    notice, this list of conditions and the following disclaimer in the
   3432    documentation and/or other materials provided with the distribution.
   3433 
   3434 THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
   3435 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
   3436 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
   3437 ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
   3438 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
   3439 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
   3440 OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
   3441 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
   3442 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
   3443 OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
   3444 SUCH DAMAGE.
   3445 
   3446 -------------------------------------------------------------------
   3447 
   3448 Copyright (c) 2003 Todd C. Miller <Todd.Miller (a] courtesan.com>
   3449 
   3450 Permission to use, copy, modify, and distribute this software for any
   3451 purpose with or without fee is hereby granted, provided that the above
   3452 copyright notice and this permission notice appear in all copies.
   3453 
   3454 THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
   3455 WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
   3456 MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
   3457 ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
   3458 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
   3459 ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
   3460 OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
   3461 
   3462 Sponsored in part by the Defense Advanced Research Projects
   3463 Agency (DARPA) and Air Force Research Laboratory, Air Force
   3464 Materiel Command, USAF, under agreement number F39502-99-1-0512.
   3465 
   3466 -------------------------------------------------------------------
   3467 
   3468 Copyright (c) 2004 The NetBSD Foundation, Inc.
   3469 All rights reserved.
   3470 
   3471 This code is derived from software contributed to The NetBSD Foundation
   3472 by Christos Zoulas.
   3473 
   3474 Redistribution and use in source and binary forms, with or without
   3475 modification, are permitted provided that the following conditions
   3476 are met:
   3477 1. Redistributions of source code must retain the above copyright
   3478    notice, this list of conditions and the following disclaimer.
   3479 2. Redistributions in binary form must reproduce the above copyright
   3480    notice, this list of conditions and the following disclaimer in the
   3481    documentation and/or other materials provided with the distribution.
   3482 3. All advertising materials mentioning features or use of this software
   3483    must display the following acknowledgement:
   3484        This product includes software developed by the NetBSD
   3485        Foundation, Inc. and its contributors.
   3486 4. Neither the name of The NetBSD Foundation nor the names of its
   3487    contributors may be used to endorse or promote products derived
   3488    from this software without specific prior written permission.
   3489 
   3490 THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
   3491 ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
   3492 TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
   3493 PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
   3494 BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
   3495 CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
   3496 SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
   3497 INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
   3498 CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
   3499 ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
   3500 POSSIBILITY OF SUCH DAMAGE.
   3501 
   3502 -------------------------------------------------------------------
   3503 
   3504 Copyright (c) 2004 by Internet Systems Consortium, Inc. ("ISC")
   3505 Copyright (c) 1995,1999 by Internet Software Consortium.
   3506 
   3507 Permission to use, copy, modify, and distribute this software for any
   3508 purpose with or without fee is hereby granted, provided that the above
   3509 copyright notice and this permission notice appear in all copies.
   3510 
   3511 THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES
   3512 WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
   3513 MERCHANTABILITY AND FITNESS.  IN NO EVENT SHALL ISC BE LIABLE FOR
   3514 ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
   3515 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
   3516 ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT
   3517 OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
   3518 
   3519 -------------------------------------------------------------------
   3520 
   3521 Copyright (c) 2004 by Internet Systems Consortium, Inc. ("ISC")
   3522 Copyright (c) 1995-1999 by Internet Software Consortium
   3523 
   3524 Permission to use, copy, modify, and distribute this software for any
   3525 purpose with or without fee is hereby granted, provided that the above
   3526 copyright notice and this permission notice appear in all copies.
   3527 
   3528 THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES
   3529 WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
   3530 MERCHANTABILITY AND FITNESS.  IN NO EVENT SHALL ISC BE LIABLE FOR
   3531 ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
   3532 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
   3533 ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT
   3534 OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
   3535 
   3536 -------------------------------------------------------------------
   3537 
   3538 Copyright (c) 2004 by Internet Systems Consortium, Inc. ("ISC")
   3539 Copyright (c) 1995-1999 by Internet Software Consortium.
   3540 
   3541 Permission to use, copy, modify, and distribute this software for any
   3542 purpose with or without fee is hereby granted, provided that the above
   3543 copyright notice and this permission notice appear in all copies.
   3544 
   3545 THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES
   3546 WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
   3547 MERCHANTABILITY AND FITNESS.  IN NO EVENT SHALL ISC BE LIABLE FOR
   3548 ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
   3549 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
   3550 ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT
   3551 OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
   3552 
   3553 -------------------------------------------------------------------
   3554 
   3555 Copyright (c) 2004 by Internet Systems Consortium, Inc. ("ISC")
   3556 Copyright (c) 1996,1999 by Internet Software Consortium.
   3557 
   3558 Permission to use, copy, modify, and distribute this software for any
   3559 purpose with or without fee is hereby granted, provided that the above
   3560 copyright notice and this permission notice appear in all copies.
   3561 
   3562 THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES
   3563 WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
   3564 MERCHANTABILITY AND FITNESS.  IN NO EVENT SHALL ISC BE LIABLE FOR
   3565 ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
   3566 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
   3567 ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT
   3568 OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
   3569 
   3570 -------------------------------------------------------------------
   3571 
   3572 Copyright (c) 2004 by Internet Systems Consortium, Inc. ("ISC")
   3573 Copyright (c) 1996-1999 by Internet Software Consortium
   3574 
   3575 Permission to use, copy, modify, and distribute this software for any
   3576 purpose with or without fee is hereby granted, provided that the above
   3577 copyright notice and this permission notice appear in all copies.
   3578 
   3579 THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES
   3580 WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
   3581 MERCHANTABILITY AND FITNESS.  IN NO EVENT SHALL ISC BE LIABLE FOR
   3582 ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
   3583 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
   3584 ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT
   3585 OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
   3586 
   3587 -------------------------------------------------------------------
   3588 
   3589 Copyright (c) 2004 by Internet Systems Consortium, Inc. ("ISC")
   3590 Copyright (c) 1996-1999 by Internet Software Consortium.
   3591 
   3592 Permission to use, copy, modify, and distribute this software for any
   3593 purpose with or without fee is hereby granted, provided that the above
   3594 copyright notice and this permission notice appear in all copies.
   3595 
   3596 THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES
   3597 WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
   3598 MERCHANTABILITY AND FITNESS.  IN NO EVENT SHALL ISC BE LIABLE FOR
   3599 ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
   3600 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
   3601 ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT
   3602 OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
   3603 
   3604 -------------------------------------------------------------------
   3605 
   3606 Copyright (c) 2004 by Internet Systems Consortium, Inc. ("ISC")
   3607 Copyright (c) 1997,1999 by Internet Software Consortium.
   3608 
   3609 Permission to use, copy, modify, and distribute this software for any
   3610 purpose with or without fee is hereby granted, provided that the above
   3611 copyright notice and this permission notice appear in all copies.
   3612 
   3613 THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES
   3614 WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
   3615 MERCHANTABILITY AND FITNESS.  IN NO EVENT SHALL ISC BE LIABLE FOR
   3616 ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
   3617 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
   3618 ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT
   3619 OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
   3620 
   3621 -------------------------------------------------------------------
   3622 
   3623 Copyright (c) 2004 by Internet Systems Consortium, Inc. ("ISC")
   3624 Copyright (c) 1999 by Internet Software Consortium.
   3625 
   3626 Permission to use, copy, modify, and distribute this software for any
   3627 purpose with or without fee is hereby granted, provided that the above
   3628 copyright notice and this permission notice appear in all copies.
   3629 
   3630 THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES
   3631 WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
   3632 MERCHANTABILITY AND FITNESS.  IN NO EVENT SHALL ISC BE LIABLE FOR
   3633 ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
   3634 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
   3635 ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT
   3636 OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
   3637 
   3638 -------------------------------------------------------------------
   3639 
   3640 Copyright (c) 2004 by Internet Systems Consortium, Inc. ("ISC")
   3641 Portions Copyright (c) 1996-1999 by Internet Software Consortium.
   3642 
   3643 Permission to use, copy, modify, and distribute this software for any
   3644 purpose with or without fee is hereby granted, provided that the above
   3645 copyright notice and this permission notice appear in all copies.
   3646 
   3647 THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES
   3648 WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
   3649 MERCHANTABILITY AND FITNESS.  IN NO EVENT SHALL ISC BE LIABLE FOR
   3650 ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
   3651 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
   3652 ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT
   3653 OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
   3654 
   3655 -------------------------------------------------------------------
   3656 
   3657 Copyright (c) 2005 Tim J. Robbins.
   3658 All rights reserved.
   3659 
   3660 Redistribution and use in source and binary forms, with or without
   3661 modification, are permitted provided that the following conditions
   3662 are met:
   3663 1. Redistributions of source code must retain the above copyright
   3664    notice, this list of conditions and the following disclaimer.
   3665 2. Redistributions in binary form must reproduce the above copyright
   3666    notice, this list of conditions and the following disclaimer in the
   3667    documentation and/or other materials provided with the distribution.
   3668 
   3669 THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
   3670 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
   3671 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
   3672 ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
   3673 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
   3674 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
   3675 OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
   3676 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
   3677 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
   3678 OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
   3679 SUCH DAMAGE.
   3680 
   3681 -------------------------------------------------------------------
   3682 
   3683 Copyright (c) 2005 by Internet Systems Consortium, Inc. ("ISC")
   3684 Copyright (c) 1995-1999 by Internet Software Consortium
   3685 
   3686 Permission to use, copy, modify, and distribute this software for any
   3687 purpose with or without fee is hereby granted, provided that the above
   3688 copyright notice and this permission notice appear in all copies.
   3689 
   3690 THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES
   3691 WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
   3692 MERCHANTABILITY AND FITNESS.  IN NO EVENT SHALL ISC BE LIABLE FOR
   3693 ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
   3694 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
   3695 ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT
   3696 OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
   3697 
   3698 -------------------------------------------------------------------
   3699 
   3700 Copyright (c) 2007-2008  Michael G Schwern
   3701 
   3702 This software originally derived from Paul Sheer's pivotal_gmtime_r.c.
   3703 
   3704 The MIT License:
   3705 
   3706 Permission is hereby granted, free of charge, to any person obtaining a copy
   3707 of this software and associated documentation files (the "Software"), to deal
   3708 in the Software without restriction, including without limitation the rights
   3709 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
   3710 copies of the Software, and to permit persons to whom the Software is
   3711 furnished to do so, subject to the following conditions:
   3712 
   3713 The above copyright notice and this permission notice shall be included in
   3714 all copies or substantial portions of the Software.
   3715 
   3716 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
   3717 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
   3718 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
   3719 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
   3720 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
   3721 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
   3722 THE SOFTWARE.
   3723 
   3724 -------------------------------------------------------------------
   3725 
   3726 Copyright (c) 2007-2008  Michael G Schwern
   3727 
   3728 This software originally derived from Paul Sheer's pivotal_gmtime_r.c.
   3729 
   3730 The MIT License:
   3731 
   3732 Permission is hereby granted, free of charge, to any person obtaining a copy
   3733 of this software and associated documentation files (the "Software"), to deal
   3734 in the Software without restriction, including without limitation the rights
   3735 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
   3736 copies of the Software, and to permit persons to whom the Software is
   3737 furnished to do so, subject to the following conditions:
   3738 
   3739 The above copyright notice and this permission notice shall be included in
   3740 all copies or substantial portions of the Software.
   3741 
   3742 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
   3743 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
   3744 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
   3745 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
   3746 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
   3747 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
   3748 THE SOFTWARE.
   3749 
   3750 Origin: http://code.google.com/p/y2038
   3751 Modified for Bionic by the Android Open Source Project
   3752 
   3753 -------------------------------------------------------------------
   3754 
   3755 Copyright (c) 2008  Android Open Source Project (query id randomization)
   3756 Copyright (c) 1985, 1993
   3757    The Regents of the University of California.  All rights reserved.
   3758 
   3759 Redistribution and use in source and binary forms, with or without
   3760 modification, are permitted provided that the following conditions
   3761 are met:
   3762 1. Redistributions of source code must retain the above copyright
   3763    notice, this list of conditions and the following disclaimer.
   3764 2. Redistributions in binary form must reproduce the above copyright
   3765    notice, this list of conditions and the following disclaimer in the
   3766    documentation and/or other materials provided with the distribution.
   3767 3. All advertising materials mentioning features or use of this software
   3768    must display the following acknowledgement:
   3769     This product includes software developed by the University of
   3770     California, Berkeley and its contributors.
   3771 4. Neither the name of the University nor the names of its contributors
   3772    may be used to endorse or promote products derived from this software
   3773    without specific prior written permission.
   3774 
   3775 THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
   3776 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
   3777 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
   3778 ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
   3779 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
   3780 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
   3781 OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
   3782 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
   3783 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
   3784 OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
   3785 SUCH DAMAGE.
   3786 
   3787 -------------------------------------------------------------------
   3788 
   3789 Copyright (c) 2008 Todd C. Miller <millert (a] openbsd.org>
   3790 
   3791 Permission to use, copy, modify, and distribute this software for any
   3792 purpose with or without fee is hereby granted, provided that the above
   3793 copyright notice and this permission notice appear in all copies.
   3794 
   3795 THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
   3796 WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
   3797 MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
   3798 ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
   3799 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
   3800 ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
   3801 OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
   3802 
   3803 -------------------------------------------------------------------
   3804 
   3805 Copyright (c) 2009
   3806      MIPS Technologies, Inc., California.
   3807 
   3808 Redistribution and use in source and binary forms, with or without
   3809 modification, are permitted provided that the following conditions
   3810 are met:
   3811 1. Redistributions of source code must retain the above copyright
   3812    notice, this list of conditions and the following disclaimer.
   3813 2. Redistributions in binary form must reproduce the above copyright
   3814    notice, this list of conditions and the following disclaimer in the
   3815    documentation and/or other materials provided with the distribution.
   3816 3. Neither the name of the MIPS Technologies, Inc., nor the names of its
   3817    contributors may be used to endorse or promote products derived from
   3818    this software without specific prior written permission.
   3819 
   3820 THIS SOFTWARE IS PROVIDED BY THE MIPS TECHNOLOGIES, INC. ``AS IS'' AND
   3821 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
   3822 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
   3823 ARE DISCLAIMED.  IN NO EVENT SHALL THE MIPS TECHNOLOGIES, INC. BE LIABLE
   3824 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
   3825 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
   3826 OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
   3827 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
   3828 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
   3829 OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
   3830 SUCH DAMAGE.
   3831 
   3832 -------------------------------------------------------------------
   3833 
   3834 Copyright (c) 2009 David Schultz <das (a] FreeBSD.org>
   3835 All rights reserved.
   3836 
   3837 Redistribution and use in source and binary forms, with or without
   3838 modification, are permitted provided that the following conditions
   3839 are met:
   3840 1. Redistributions of source code must retain the above copyright
   3841    notice, this list of conditions and the following disclaimer.
   3842 2. Redistributions in binary form must reproduce the above copyright
   3843    notice, this list of conditions and the following disclaimer in the
   3844    documentation and/or other materials provided with the distribution.
   3845 
   3846 THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
   3847 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
   3848 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
   3849 ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
   3850 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
   3851 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
   3852 OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
   3853 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
   3854 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
   3855 OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
   3856 SUCH DAMAGE.
   3857 
   3858 -------------------------------------------------------------------
   3859 
   3860 Copyright (c) 2009 The NetBSD Foundation, Inc.
   3861 
   3862 This code is derived from software contributed to The NetBSD Foundation
   3863 by Roy Marples.
   3864 
   3865 Redistribution and use in source and binary forms, with or without
   3866 modification, are permitted provided that the following conditions
   3867 are met:
   3868 1. Redistributions of source code must retain the above copyright
   3869    notice, this list of conditions and the following disclaimer.
   3870 2. Redistributions in binary form must reproduce the above copyright
   3871    notice, this list of conditions and the following disclaimer in the
   3872    documentation and/or other materials provided with the distribution.
   3873 
   3874 THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
   3875 IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
   3876 OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
   3877 IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
   3878 INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
   3879 NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
   3880 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
   3881 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
   3882 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
   3883 THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
   3884 
   3885 -------------------------------------------------------------------
   3886 
   3887 Copyright (c) 2010 MIPS Technologies, Inc.
   3888 
   3889 All rights reserved.
   3890 
   3891 Redistribution and use in source and binary forms, with or without
   3892 modification, are permitted provided that the following conditions
   3893 are met:
   3894 
   3895     Redistributions of source code must retain the above copyright
   3896        notice, this list of conditions and the following disclaimer.
   3897     Redistributions in binary form must reproduce the above copyright
   3898        notice, this list of conditions and the following disclaimer
   3899        in the documentation and/or other materials provided with
   3900        the distribution.
   3901     Neither the name of MIPS Technologies Inc. nor the names of its
   3902        contributors may be used to endorse or promote products derived
   3903        from this software without specific prior written permission.
   3904 
   3905 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
   3906 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
   3907 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
   3908 A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
   3909 OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
   3910 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
   3911 LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
   3912 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
   3913 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
   3914 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
   3915 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
   3916 
   3917 -------------------------------------------------------------------
   3918 
   3919 Copyright (c) 2010, Intel Corporation
   3920 All rights reserved.
   3921 
   3922 Redistribution and use in source and binary forms, with or without
   3923 modification, are permitted provided that the following conditions are met:
   3924 
   3925    Redistributions of source code must retain the above copyright notice,
   3926    this list of conditions and the following disclaimer.
   3927 
   3928    Redistributions in binary form must reproduce the above copyright notice,
   3929    this list of conditions and the following disclaimer in the documentation
   3930    and/or other materials provided with the distribution.
   3931 
   3932    Neither the name of Intel Corporation nor the names of its contributors
   3933    may be used to endorse or promote products derived from this software
   3934    without specific prior written permission.
   3935 
   3936 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
   3937 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
   3938 WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
   3939 DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR
   3940 ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
   3941 (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
   3942 LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
   3943 ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
   3944 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
   3945 SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
   3946 
   3947 -------------------------------------------------------------------
   3948 
   3949 Copyright (c) 2011 The Android Open Source Project
   3950 Copyright (c) 2008 ARM Ltd
   3951 All rights reserved.
   3952 
   3953 Redistribution and use in source and binary forms, with or without
   3954 modification, are permitted provided that the following conditions
   3955 are met:
   3956 1. Redistributions of source code must retain the above copyright
   3957    notice, this list of conditions and the following disclaimer.
   3958 2. Redistributions in binary form must reproduce the above copyright
   3959    notice, this list of conditions and the following disclaimer in the
   3960    documentation and/or other materials provided with the distribution.
   3961 3. The name of the company may not be used to endorse or promote
   3962    products derived from this software without specific prior written
   3963    permission.
   3964 
   3965 THIS SOFTWARE IS PROVIDED BY ARM LTD ``AS IS'' AND ANY EXPRESS OR IMPLIED
   3966 WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
   3967 MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
   3968 IN NO EVENT SHALL ARM LTD BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
   3969 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED
   3970 TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
   3971 PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
   3972 LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
   3973 NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
   3974 SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
   3975 
   3976 -------------------------------------------------------------------
   3977 
   3978 Copyright (c) 2011, VMware, Inc.
   3979 All rights reserved.
   3980 
   3981 Redistribution and use in source and binary forms, with or without
   3982 modification, are permitted provided that the following conditions are met:
   3983    Redistributions of source code must retain the above copyright
   3984       notice, this list of conditions and the following disclaimer.
   3985    Redistributions in binary form must reproduce the above copyright
   3986       notice, this list of conditions and the following disclaimer in the
   3987       documentation and/or other materials provided with the distribution.
   3988    Neither the name of the VMware, Inc. nor the names of its contributors
   3989       may be used to endorse or promote products derived from this software
   3990       without specific prior written permission.
   3991 
   3992 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
   3993 AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
   3994 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
   3995 ARE DISCLAIMED. IN NO EVENT SHALL VMWARE, INC. OR CONTRIBUTORS BE LIABLE FOR
   3996 ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
   3997 (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
   3998 LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
   3999 ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
   4000 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
   4001 THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
   4002 
   4003 -------------------------------------------------------------------
   4004 
   4005 Copyright (c) 2012 The Android Open Source Project
   4006 All rights reserved.
   4007 
   4008 Redistribution and use in source and binary forms, with or without
   4009 modification, are permitted provided that the following conditions
   4010 are met:
   4011 Redistributions of source code must retain the above copyright
   4012    notice, this list of conditions and the following disclaimer.
   4013 Redistributions in binary form must reproduce the above copyright
   4014    notice, this list of conditions and the following disclaimer in
   4015    the documentation and/or other materials provided with the
   4016    distribution.
   4017 
   4018 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
   4019 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
   4020 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
   4021 FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
   4022 COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
   4023 INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
   4024 BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS
   4025 OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED
   4026 AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
   4027 OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
   4028 OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
   4029 SUCH DAMAGE.
   4030 
   4031 -------------------------------------------------------------------
   4032 
   4033 Copyright (c) 2013 ARM Ltd
   4034 All rights reserved.
   4035 
   4036 Redistribution and use in source and binary forms, with or without
   4037 modification, are permitted provided that the following conditions
   4038 are met:
   4039 1. Redistributions of source code must retain the above copyright
   4040    notice, this list of conditions and the following disclaimer.
   4041 2. Redistributions in binary form must reproduce the above copyright
   4042    notice, this list of conditions and the following disclaimer in the
   4043    documentation and/or other materials provided with the distribution.
   4044 3. The name of the company may not be used to endorse or promote
   4045    products derived from this software without specific prior written
   4046    permission.
   4047 
   4048 THIS SOFTWARE IS PROVIDED BY ARM LTD ``AS IS'' AND ANY EXPRESS OR IMPLIED
   4049 WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
   4050 MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
   4051 IN NO EVENT SHALL ARM LTD BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
   4052 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED
   4053 TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
   4054 PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
   4055 LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
   4056 NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
   4057 SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
   4058 
   4059 -------------------------------------------------------------------
   4060 
   4061 Copyright (c)1999 Citrus Project,
   4062 All rights reserved.
   4063 
   4064 Redistribution and use in source and binary forms, with or without
   4065 modification, are permitted provided that the following conditions
   4066 are met:
   4067 1. Redistributions of source code must retain the above copyright
   4068    notice, this list of conditions and the following disclaimer.
   4069 2. Redistributions in binary form must reproduce the above copyright
   4070    notice, this list of conditions and the following disclaimer in the
   4071    documentation and/or other materials provided with the distribution.
   4072 
   4073 THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
   4074 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
   4075 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
   4076 ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
   4077 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
   4078 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
   4079 OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
   4080 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
   4081 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
   4082 OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
   4083 SUCH DAMAGE.
   4084 
   4085 -------------------------------------------------------------------
   4086 
   4087 Copyright (c)2001 Citrus Project,
   4088 All rights reserved.
   4089 
   4090 Redistribution and use in source and binary forms, with or without
   4091 modification, are permitted provided that the following conditions
   4092 are met:
   4093 1. Redistributions of source code must retain the above copyright
   4094    notice, this list of conditions and the following disclaimer.
   4095 2. Redistributions in binary form must reproduce the above copyright
   4096    notice, this list of conditions and the following disclaimer in the
   4097    documentation and/or other materials provided with the distribution.
   4098 
   4099 THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
   4100 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
   4101 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
   4102 ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
   4103 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
   4104 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
   4105 OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
   4106 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
   4107 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
   4108 OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
   4109 SUCH DAMAGE.
   4110 
   4111 -------------------------------------------------------------------
   4112 
   4113 Copyright 1997 Niels Provos <provos (a] physnet.uni-hamburg.de>
   4114 Copyright 2008 Damien Miller <djm (a] openbsd.org>
   4115 Copyright 2008 Android Open Source Project (thread-safety)
   4116 All rights reserved.
   4117 
   4118 Theo de Raadt <deraadt (a] openbsd.org> came up with the idea of using
   4119 such a mathematical system to generate more random (yet non-repeating)
   4120 ids to solve the resolver/named problem.  But Niels designed the
   4121 actual system based on the constraints.
   4122 
   4123 Later modified by Damien Miller to wrap the LCG output in a 15-bit
   4124 permutation generator based on a Luby-Rackoff block cipher. This
   4125 ensures the output is non-repeating and preserves the MSB twiddle
   4126 trick, but makes it more resistant to LCG prediction.
   4127 
   4128 Redistribution and use in source and binary forms, with or without
   4129 modification, are permitted provided that the following conditions
   4130 are met:
   4131 1. Redistributions of source code must retain the above copyright
   4132    notice, this list of conditions and the following disclaimer.
   4133 2. Redistributions in binary form must reproduce the above copyright
   4134    notice, this list of conditions and the following disclaimer in the
   4135    documentation and/or other materials provided with the distribution.
   4136 
   4137 THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
   4138 IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
   4139 OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
   4140 IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
   4141 INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
   4142 NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
   4143 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
   4144 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
   4145 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
   4146 THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
   4147 
   4148 -------------------------------------------------------------------
   4149 
   4150 Copyright 2000 David E. O'Brien, John D. Polstra.
   4151 All rights reserved.
   4152 
   4153 Redistribution and use in source and binary forms, with or without
   4154 modification, are permitted provided that the following conditions
   4155 are met:
   4156 1. Redistributions of source code must retain the above copyright
   4157    notice, this list of conditions and the following disclaimer.
   4158 2. Redistributions in binary form must reproduce the above copyright
   4159    notice, this list of conditions and the following disclaimer in the
   4160    documentation and/or other materials provided with the distribution.
   4161 
   4162 THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
   4163 IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
   4164 OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
   4165 IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
   4166 INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
   4167 NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
   4168 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
   4169 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
   4170 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
   4171 THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
   4172 
   4173 -------------------------------------------------------------------
   4174 
   4175 Copyright 2006, The Android Open Source Project
   4176 
   4177 Redistribution and use in source and binary forms, with or without
   4178 modification, are permitted provided that the following conditions are met:
   4179    Redistributions of source code must retain the above copyright
   4180       notice, this list of conditions and the following disclaimer.
   4181    Redistributions in binary form must reproduce the above copyright
   4182       notice, this list of conditions and the following disclaimer in the
   4183       documentation and/or other materials provided with the distribution.
   4184    Neither the name of Google Inc. nor the names of its contributors may
   4185       be used to endorse or promote products derived from this software
   4186       without specific prior written permission.
   4187 
   4188 THIS SOFTWARE IS PROVIDED BY Google Inc. ``AS IS'' AND ANY EXPRESS OR
   4189 IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
   4190 MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO
   4191 EVENT SHALL Google Inc. BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
   4192 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
   4193 PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
   4194 OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
   4195 WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
   4196 OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
   4197 ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
   4198 
   4199 -------------------------------------------------------------------
   4200 
   4201 Copyright 2006-2008, The Android Open Source Project
   4202 
   4203 Redistribution and use in source and binary forms, with or without
   4204 modification, are permitted provided that the following conditions are met:
   4205    Redistributions of source code must retain the above copyright
   4206       notice, this list of conditions and the following disclaimer.
   4207    Redistributions in binary form must reproduce the above copyright
   4208       notice, this list of conditions and the following disclaimer in the
   4209       documentation and/or other materials provided with the distribution.
   4210    Neither the name of Google Inc. nor the names of its contributors may
   4211       be used to endorse or promote products derived from this software
   4212       without specific prior written permission.
   4213 
   4214 THIS SOFTWARE IS PROVIDED BY Google Inc. ``AS IS'' AND ANY EXPRESS OR
   4215 IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
   4216 MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO
   4217 EVENT SHALL Google Inc. BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
   4218 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
   4219 PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
   4220 OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
   4221 WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
   4222 OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
   4223 ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
   4224 
   4225 -------------------------------------------------------------------
   4226 
   4227 Copyright 2008  Android Open Source Project (source port randomization)
   4228 Copyright (c) 1985, 1989, 1993
   4229    The Regents of the University of California.  All rights reserved.
   4230 
   4231 Redistribution and use in source and binary forms, with or without
   4232 modification, are permitted provided that the following conditions
   4233 are met:
   4234 1. Redistributions of source code must retain the above copyright
   4235    notice, this list of conditions and the following disclaimer.
   4236 2. Redistributions in binary form must reproduce the above copyright
   4237    notice, this list of conditions and the following disclaimer in the
   4238    documentation and/or other materials provided with the distribution.
   4239 3. All advertising materials mentioning features or use of this software
   4240    must display the following acknowledgement:
   4241     This product includes software developed by the University of
   4242     California, Berkeley and its contributors.
   4243 4. Neither the name of the University nor the names of its contributors
   4244    may be used to endorse or promote products derived from this software
   4245    without specific prior written permission.
   4246 
   4247 THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
   4248 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
   4249 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
   4250 ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
   4251 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
   4252 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
   4253 OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
   4254 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
   4255 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
   4256 OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
   4257 SUCH DAMAGE.
   4258 
   4259 -------------------------------------------------------------------
   4260 
   4261 Portions Copyright (c) 1993 by Digital Equipment Corporation.
   4262 
   4263 Permission to use, copy, modify, and distribute this software for any
   4264 purpose with or without fee is hereby granted, provided that the above
   4265 copyright notice and this permission notice appear in all copies, and that
   4266 the name of Digital Equipment Corporation not be used in advertising or
   4267 publicity pertaining to distribution of the document or software without
   4268 specific, written prior permission.
   4269 
   4270 THE SOFTWARE IS PROVIDED "AS IS" AND DIGITAL EQUIPMENT CORP. DISCLAIMS ALL
   4271 WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES
   4272 OF MERCHANTABILITY AND FITNESS.   IN NO EVENT SHALL DIGITAL EQUIPMENT
   4273 CORPORATION BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL
   4274 DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR
   4275 PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS
   4276 ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
   4277 SOFTWARE.
   4278 
   4279 -------------------------------------------------------------------
   4280 
   4281 Portions Copyright (c) 1995 by International Business Machines, Inc.
   4282 
   4283 International Business Machines, Inc. (hereinafter called IBM) grants
   4284 permission under its copyrights to use, copy, modify, and distribute this
   4285 Software with or without fee, provided that the above copyright notice and
   4286 all paragraphs of this notice appear in all copies, and that the name of IBM
   4287 not be used in connection with the marketing of any product incorporating
   4288 the Software or modifications thereof, without specific, written prior
   4289 permission.
   4290 
   4291 To the extent it has a right to do so, IBM grants an immunity from suit
   4292 under its patents, if any, for the use, sale or manufacture of products to
   4293 the extent that such products are used for performing Domain Name System
   4294 dynamic updates in TCP/IP networks by means of the Software.  No immunity is
   4295 granted for any product per se or for any other function of any product.
   4296 
   4297 THE SOFTWARE IS PROVIDED "AS IS", AND IBM DISCLAIMS ALL WARRANTIES,
   4298 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
   4299 PARTICULAR PURPOSE.  IN NO EVENT SHALL IBM BE LIABLE FOR ANY SPECIAL,
   4300 DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER ARISING
   4301 OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE, EVEN
   4302 IF IBM IS APPRISED OF THE POSSIBILITY OF SUCH DAMAGES.
   4303 
   4304 -------------------------------------------------------------------
   4305 
   4306 Portions Copyright(C) 1995, Jason Downs.  All rights reserved.
   4307 
   4308 Redistribution and use in source and binary forms, with or without
   4309 modification, are permitted provided that the following conditions
   4310 are met:
   4311 1. Redistributions of source code must retain the above copyright
   4312    notice, this list of conditions and the following disclaimer.
   4313 2. Redistributions in binary form must reproduce the above copyright
   4314    notice, this list of conditions and the following disclaimer in the
   4315    documentation and/or other materials provided with the distribution.
   4316 
   4317 THIS SOFTWARE IS PROVIDED BY THE AUTHOR(S) ``AS IS'' AND ANY EXPRESS
   4318 OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
   4319 WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
   4320 DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR(S) BE LIABLE FOR ANY DIRECT,
   4321 INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
   4322 (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
   4323 SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
   4324 CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
   4325 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
   4326 OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
   4327 SUCH DAMAGE.
   4328 
   4329 -------------------------------------------------------------------
   4330 
   4331 The author of this software is David M. Gay.
   4332 
   4333 Copyright (c) 1991 by AT&T.
   4334 
   4335 Permission to use, copy, modify, and distribute this software for any
   4336 purpose without fee is hereby granted, provided that this entire notice
   4337 is included in all copies of any software which is or includes a copy
   4338 or modification of this software and in all copies of the supporting
   4339 documentation for such software.
   4340 
   4341 THIS SOFTWARE IS BEING PROVIDED "AS IS", WITHOUT ANY EXPRESS OR IMPLIED
   4342 WARRANTY.  IN PARTICULAR, NEITHER THE AUTHOR NOR AT&T MAKES ANY
   4343 REPRESENTATION OR WARRANTY OF ANY KIND CONCERNING THE MERCHANTABILITY
   4344 OF THIS SOFTWARE OR ITS FITNESS FOR ANY PARTICULAR PURPOSE.
   4345 
   4346 -------------------------------------------------------------------
   4347 
   4348