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