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