| 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 | 
| Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 1680 | Donn Seeley at UUNET Technologies, Inc. | 
|  | 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 | 3. 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 | (c) UNIX System Laboratories, Inc. | 
|  | 1711 | All or some portions of this file are derived from material licensed | 
|  | 1712 | to the University of California by American Telephone and Telegraph | 
|  | 1713 | Co. or Unix System Laboratories, Inc. and are reproduced herein with | 
|  | 1714 | the permission of UNIX System Laboratories, Inc. | 
|  | 1715 |  | 
|  | 1716 | Redistribution and use in source and binary forms, with or without | 
|  | 1717 | modification, are permitted provided that the following conditions | 
|  | 1718 | are met: | 
|  | 1719 | 1. Redistributions of source code must retain the above copyright | 
|  | 1720 | notice, this list of conditions and the following disclaimer. | 
|  | 1721 | 2. Redistributions in binary form must reproduce the above copyright | 
|  | 1722 | notice, this list of conditions and the following disclaimer in the | 
|  | 1723 | documentation and/or other materials provided with the distribution. | 
|  | 1724 | 3. Neither the name of the University nor the names of its contributors | 
|  | 1725 | may be used to endorse or promote products derived from this software | 
|  | 1726 | without specific prior written permission. | 
|  | 1727 |  | 
|  | 1728 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND | 
|  | 1729 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE | 
|  | 1730 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE | 
|  | 1731 | ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE | 
|  | 1732 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL | 
|  | 1733 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS | 
|  | 1734 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) | 
|  | 1735 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT | 
|  | 1736 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY | 
|  | 1737 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF | 
|  | 1738 | SUCH DAMAGE. | 
|  | 1739 |  | 
|  | 1740 | ------------------------------------------------------------------- | 
|  | 1741 |  | 
|  | 1742 | Copyright (c) 1990, 1993, 1994 | 
|  | 1743 | The Regents of the University of California.  All rights reserved. | 
|  | 1744 |  | 
|  | 1745 | Redistribution and use in source and binary forms, with or without | 
|  | 1746 | modification, are permitted provided that the following conditions | 
|  | 1747 | are met: | 
|  | 1748 | 1. Redistributions of source code must retain the above copyright | 
|  | 1749 | notice, this list of conditions and the following disclaimer. | 
|  | 1750 | 2. Redistributions in binary form must reproduce the above copyright | 
|  | 1751 | notice, this list of conditions and the following disclaimer in the | 
|  | 1752 | documentation and/or other materials provided with the distribution. | 
|  | 1753 | 3. Neither the name of the University nor the names of its contributors | 
|  | 1754 | may be used to endorse or promote products derived from this software | 
|  | 1755 | without specific prior written permission. | 
|  | 1756 |  | 
|  | 1757 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND | 
|  | 1758 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE | 
|  | 1759 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE | 
|  | 1760 | ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE | 
|  | 1761 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL | 
|  | 1762 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS | 
|  | 1763 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) | 
|  | 1764 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT | 
|  | 1765 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY | 
|  | 1766 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF | 
|  | 1767 | SUCH DAMAGE. | 
|  | 1768 |  | 
|  | 1769 | ------------------------------------------------------------------- | 
|  | 1770 |  | 
|  | 1771 | Copyright (c) 1990, 1993, 1994 | 
|  | 1772 | The Regents of the University of California.  All rights reserved. | 
|  | 1773 |  | 
|  | 1774 | This code is derived from software contributed to Berkeley by | 
|  | 1775 | Chris Torek. | 
|  | 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) 1991, 1993 | 
|  | 1804 | The Regents of the University of California.  All rights reserved. | 
|  | 1805 |  | 
|  | 1806 | Redistribution and use in source and binary forms, with or without | 
|  | 1807 | modification, are permitted provided that the following conditions | 
|  | 1808 | are met: | 
|  | 1809 | 1. Redistributions of source code must retain the above copyright | 
|  | 1810 | notice, this list of conditions and the following disclaimer. | 
|  | 1811 | 2. Redistributions in binary form must reproduce the above copyright | 
|  | 1812 | notice, this list of conditions and the following disclaimer in the | 
|  | 1813 | documentation and/or other materials provided with the distribution. | 
|  | 1814 | 3. Neither the name of the University nor the names of its contributors | 
|  | 1815 | may be used to endorse or promote products derived from this software | 
|  | 1816 | without specific prior written permission. | 
|  | 1817 |  | 
|  | 1818 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND | 
|  | 1819 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE | 
|  | 1820 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE | 
|  | 1821 | ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE | 
|  | 1822 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL | 
|  | 1823 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS | 
|  | 1824 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) | 
|  | 1825 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT | 
|  | 1826 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY | 
|  | 1827 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF | 
|  | 1828 | SUCH DAMAGE. | 
|  | 1829 |  | 
|  | 1830 | ------------------------------------------------------------------- | 
|  | 1831 |  | 
|  | 1832 | Copyright (c) 1991, 1993 | 
|  | 1833 | The Regents of the University of California.  All rights reserved. | 
|  | 1834 |  | 
|  | 1835 | This code is derived from software contributed to Berkeley by | 
|  | 1836 | Berkeley Software Design, Inc. | 
|  | 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 | (c) UNIX System Laboratories, Inc. | 
|  | 1867 | All or some portions of this file are derived from material licensed | 
|  | 1868 | to the University of California by American Telephone and Telegraph | 
|  | 1869 | Co. or Unix System Laboratories, Inc. and are reproduced herein with | 
|  | 1870 | the permission of UNIX System Laboratories, Inc. | 
|  | 1871 |  | 
|  | 1872 | This code is derived from software contributed to Berkeley by | 
|  | 1873 | Hugh Smith at The University of Guelph. | 
|  | 1874 |  | 
|  | 1875 | Redistribution and use in source and binary forms, with or without | 
|  | 1876 | modification, are permitted provided that the following conditions | 
|  | 1877 | are met: | 
|  | 1878 | 1. Redistributions of source code must retain the above copyright | 
|  | 1879 | notice, this list of conditions and the following disclaimer. | 
|  | 1880 | 2. Redistributions in binary form must reproduce the above copyright | 
|  | 1881 | notice, this list of conditions and the following disclaimer in the | 
|  | 1882 | documentation and/or other materials provided with the distribution. | 
|  | 1883 | 3. Neither the name of the University nor the names of its contributors | 
|  | 1884 | may be used to endorse or promote products derived from this software | 
|  | 1885 | without specific prior written permission. | 
|  | 1886 |  | 
|  | 1887 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND | 
|  | 1888 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE | 
|  | 1889 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE | 
|  | 1890 | ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE | 
|  | 1891 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL | 
|  | 1892 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS | 
|  | 1893 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) | 
|  | 1894 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT | 
|  | 1895 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY | 
|  | 1896 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF | 
|  | 1897 | SUCH DAMAGE. | 
|  | 1898 |  | 
|  | 1899 | ------------------------------------------------------------------- | 
|  | 1900 |  | 
|  | 1901 | Copyright (c) 1991, 1993, 1995, | 
|  | 1902 | The Regents of the University of California.  All rights reserved. | 
|  | 1903 |  | 
|  | 1904 | This code is derived from software contributed to Berkeley by | 
|  | 1905 | Havard Eidnes. | 
|  | 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) 1992 Henry Spencer. | 
|  | 1934 | Copyright (c) 1992, 1993 | 
|  | 1935 | The Regents of the University of California.  All rights reserved. | 
|  | 1936 |  | 
|  | 1937 | This code is derived from software contributed to Berkeley by | 
|  | 1938 | Henry Spencer of the University of Toronto. | 
|  | 1939 |  | 
|  | 1940 | Redistribution and use in source and binary forms, with or without | 
|  | 1941 | modification, are permitted provided that the following conditions | 
|  | 1942 | are met: | 
|  | 1943 | 1. Redistributions of source code must retain the above copyright | 
|  | 1944 | notice, this list of conditions and the following disclaimer. | 
|  | 1945 | 2. Redistributions in binary form must reproduce the above copyright | 
|  | 1946 | notice, this list of conditions and the following disclaimer in the | 
|  | 1947 | documentation and/or other materials provided with the distribution. | 
|  | 1948 | 3. Neither the name of the University nor the names of its contributors | 
|  | 1949 | may be used to endorse or promote products derived from this software | 
|  | 1950 | without specific prior written permission. | 
|  | 1951 |  | 
|  | 1952 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND | 
|  | 1953 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE | 
|  | 1954 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE | 
|  | 1955 | ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE | 
|  | 1956 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL | 
|  | 1957 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS | 
|  | 1958 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) | 
|  | 1959 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT | 
|  | 1960 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY | 
|  | 1961 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF | 
|  | 1962 | SUCH DAMAGE. | 
|  | 1963 |  | 
|  | 1964 | ------------------------------------------------------------------- | 
|  | 1965 |  | 
|  | 1966 | Copyright (c) 1992 The Regents of the University of California. | 
|  | 1967 | All rights reserved. | 
|  | 1968 |  | 
|  | 1969 | Redistribution and use in source and binary forms, with or without | 
|  | 1970 | modification, are permitted provided that the following conditions | 
|  | 1971 | are met: | 
|  | 1972 | 1. Redistributions of source code must retain the above copyright | 
|  | 1973 | notice, this list of conditions and the following disclaimer. | 
|  | 1974 | 2. Redistributions in binary form must reproduce the above copyright | 
|  | 1975 | notice, this list of conditions and the following disclaimer in the | 
|  | 1976 | documentation and/or other materials provided with the distribution. | 
|  | 1977 | 3. Neither the name of the University nor the names of its contributors | 
|  | 1978 | may be used to endorse or promote products derived from this software | 
|  | 1979 | without specific prior written permission. | 
|  | 1980 |  | 
|  | 1981 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND | 
|  | 1982 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE | 
|  | 1983 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE | 
|  | 1984 | ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE | 
|  | 1985 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL | 
|  | 1986 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS | 
|  | 1987 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) | 
|  | 1988 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT | 
|  | 1989 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY | 
|  | 1990 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF | 
|  | 1991 | SUCH DAMAGE. | 
|  | 1992 |  | 
|  | 1993 | ------------------------------------------------------------------- | 
|  | 1994 |  | 
|  | 1995 | Copyright (c) 1992, 1993 | 
|  | 1996 | The Regents of the University of California.  All rights reserved. | 
|  | 1997 |  | 
|  | 1998 | Redistribution and use in source and binary forms, with or without | 
|  | 1999 | modification, are permitted provided that the following conditions | 
|  | 2000 | are met: | 
|  | 2001 | 1. Redistributions of source code must retain the above copyright | 
|  | 2002 | notice, this list of conditions and the following disclaimer. | 
|  | 2003 | 2. Redistributions in binary form must reproduce the above copyright | 
|  | 2004 | notice, this list of conditions and the following disclaimer in the | 
|  | 2005 | documentation and/or other materials provided with the distribution. | 
|  | 2006 | 3. Neither the name of the University nor the names of its contributors | 
|  | 2007 | may be used to endorse or promote products derived from this software | 
|  | 2008 | without specific prior written permission. | 
|  | 2009 |  | 
|  | 2010 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND | 
|  | 2011 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE | 
|  | 2012 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE | 
|  | 2013 | ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE | 
|  | 2014 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL | 
|  | 2015 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS | 
|  | 2016 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) | 
|  | 2017 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT | 
|  | 2018 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY | 
|  | 2019 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF | 
|  | 2020 | SUCH DAMAGE. | 
|  | 2021 |  | 
|  | 2022 | ------------------------------------------------------------------- | 
|  | 2023 |  | 
|  | 2024 | Copyright (c) 1992, 1993 | 
|  | 2025 | The Regents of the University of California.  All rights reserved. | 
|  | 2026 |  | 
| Elliott Hughes | b2e1abd | 2013-05-14 14:56:54 -0700 | [diff] [blame] | 2027 | Redistribution and use in source and binary forms, with or without | 
|  | 2028 | modification, are permitted provided that the following conditions | 
|  | 2029 | are met: | 
|  | 2030 | 1. Redistributions of source code must retain the above copyright | 
|  | 2031 | notice, this list of conditions and the following disclaimer. | 
|  | 2032 | 2. Redistributions in binary form must reproduce the above copyright | 
|  | 2033 | notice, this list of conditions and the following disclaimer in the | 
|  | 2034 | documentation and/or other materials provided with the distribution. | 
|  | 2035 | 4. Neither the name of the University nor the names of its contributors | 
|  | 2036 | may be used to endorse or promote products derived from this software | 
|  | 2037 | without specific prior written permission. | 
|  | 2038 |  | 
|  | 2039 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND | 
|  | 2040 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE | 
|  | 2041 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE | 
|  | 2042 | ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE | 
|  | 2043 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL | 
|  | 2044 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS | 
|  | 2045 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) | 
|  | 2046 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT | 
|  | 2047 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY | 
|  | 2048 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF | 
|  | 2049 | SUCH DAMAGE. | 
|  | 2050 |  | 
|  | 2051 | ------------------------------------------------------------------- | 
|  | 2052 |  | 
|  | 2053 | Copyright (c) 1992, 1993 | 
|  | 2054 | The Regents of the University of California.  All rights reserved. | 
|  | 2055 |  | 
| Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 2056 | This code is derived from software contributed to Berkeley by | 
|  | 2057 | Ralph Campbell. | 
|  | 2058 |  | 
|  | 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 | 3. 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 |  | 
|  | 2088 | This code is derived from software contributed to Berkeley by | 
|  | 2089 | Ralph Campbell. This file is derived from the MIPS RISC | 
|  | 2090 | Architecture book by Gerry Kane. | 
|  | 2091 |  | 
|  | 2092 | Redistribution and use in source and binary forms, with or without | 
|  | 2093 | modification, are permitted provided that the following conditions | 
|  | 2094 | are met: | 
|  | 2095 | 1. Redistributions of source code must retain the above copyright | 
|  | 2096 | notice, this list of conditions and the following disclaimer. | 
|  | 2097 | 2. Redistributions in binary form must reproduce the above copyright | 
|  | 2098 | notice, this list of conditions and the following disclaimer in the | 
|  | 2099 | documentation and/or other materials provided with the distribution. | 
|  | 2100 | 3. Neither the name of the University nor the names of its contributors | 
|  | 2101 | may be used to endorse or promote products derived from this software | 
|  | 2102 | without specific prior written permission. | 
|  | 2103 |  | 
|  | 2104 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND | 
|  | 2105 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE | 
|  | 2106 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE | 
|  | 2107 | ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE | 
|  | 2108 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL | 
|  | 2109 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS | 
|  | 2110 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) | 
|  | 2111 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT | 
|  | 2112 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY | 
|  | 2113 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF | 
|  | 2114 | SUCH DAMAGE. | 
|  | 2115 |  | 
|  | 2116 | ------------------------------------------------------------------- | 
|  | 2117 |  | 
|  | 2118 | Copyright (c) 1992, 1993 | 
|  | 2119 | The Regents of the University of California.  All rights reserved. | 
|  | 2120 |  | 
|  | 2121 | This software was developed by the Computer Systems Engineering group | 
|  | 2122 | at Lawrence Berkeley Laboratory under DARPA contract BG 91-66 and | 
|  | 2123 | contributed to Berkeley. | 
|  | 2124 |  | 
|  | 2125 | All advertising materials mentioning features or use of this software | 
|  | 2126 | must display the following acknowledgement: | 
|  | 2127 | This product includes software developed by the University of | 
|  | 2128 | California, Lawrence Berkeley Laboratory. | 
|  | 2129 |  | 
|  | 2130 | Redistribution and use in source and binary forms, with or without | 
|  | 2131 | modification, are permitted provided that the following conditions | 
|  | 2132 | are met: | 
|  | 2133 | 1. Redistributions of source code must retain the above copyright | 
|  | 2134 | notice, this list of conditions and the following disclaimer. | 
|  | 2135 | 2. Redistributions in binary form must reproduce the above copyright | 
|  | 2136 | notice, this list of conditions and the following disclaimer in the | 
|  | 2137 | documentation and/or other materials provided with the distribution. | 
|  | 2138 | 3. All advertising materials mentioning features or use of this software | 
|  | 2139 | must display the following acknowledgement: | 
|  | 2140 | This product includes software developed by the University of | 
|  | 2141 | California, Berkeley and its contributors. | 
|  | 2142 | 4. Neither the name of the University nor the names of its contributors | 
|  | 2143 | may be used to endorse or promote products derived from this software | 
|  | 2144 | without specific prior written permission. | 
|  | 2145 |  | 
|  | 2146 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND | 
|  | 2147 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE | 
|  | 2148 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE | 
|  | 2149 | ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE | 
|  | 2150 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL | 
|  | 2151 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS | 
|  | 2152 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) | 
|  | 2153 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT | 
|  | 2154 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY | 
|  | 2155 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF | 
|  | 2156 | SUCH DAMAGE. | 
|  | 2157 |  | 
|  | 2158 | ------------------------------------------------------------------- | 
|  | 2159 |  | 
|  | 2160 | Copyright (c) 1992, 1993 | 
|  | 2161 | The Regents of the University of California.  All rights reserved. | 
|  | 2162 |  | 
|  | 2163 | This software was developed by the Computer Systems Engineering group | 
|  | 2164 | at Lawrence Berkeley Laboratory under DARPA contract BG 91-66 and | 
|  | 2165 | contributed to Berkeley. | 
|  | 2166 |  | 
|  | 2167 | All advertising materials mentioning features or use of this software | 
|  | 2168 | must display the following acknowledgement: | 
|  | 2169 | This product includes software developed by the University of | 
|  | 2170 | California, Lawrence Berkeley Laboratory. | 
|  | 2171 |  | 
|  | 2172 | Redistribution and use in source and binary forms, with or without | 
|  | 2173 | modification, are permitted provided that the following conditions | 
|  | 2174 | are met: | 
|  | 2175 | 1. Redistributions of source code must retain the above copyright | 
|  | 2176 | notice, this list of conditions and the following disclaimer. | 
|  | 2177 | 2. Redistributions in binary form must reproduce the above copyright | 
|  | 2178 | notice, this list of conditions and the following disclaimer in the | 
|  | 2179 | documentation and/or other materials provided with the distribution. | 
|  | 2180 | 3. Neither the name of the University nor the names of its contributors | 
|  | 2181 | may be used to endorse or promote products derived from this software | 
|  | 2182 | without specific prior written permission. | 
|  | 2183 |  | 
|  | 2184 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND | 
|  | 2185 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE | 
|  | 2186 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE | 
|  | 2187 | ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE | 
|  | 2188 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL | 
|  | 2189 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS | 
|  | 2190 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) | 
|  | 2191 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT | 
|  | 2192 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY | 
|  | 2193 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF | 
|  | 2194 | SUCH DAMAGE. | 
|  | 2195 |  | 
|  | 2196 | ------------------------------------------------------------------- | 
|  | 2197 |  | 
|  | 2198 | Copyright (c) 1992, 1993 | 
|  | 2199 | The Regents of the University of California.  All rights reserved. | 
|  | 2200 | (c) UNIX System Laboratories, Inc. | 
|  | 2201 | All or some portions of this file are derived from material licensed | 
|  | 2202 | to the University of California by American Telephone and Telegraph | 
|  | 2203 | Co. or Unix System Laboratories, Inc. and are reproduced herein with | 
|  | 2204 | the permission of UNIX System Laboratories, Inc. | 
|  | 2205 |  | 
|  | 2206 | Redistribution and use in source and binary forms, with or without | 
|  | 2207 | modification, are permitted provided that the following conditions | 
|  | 2208 | are met: | 
|  | 2209 | 1. Redistributions of source code must retain the above copyright | 
|  | 2210 | notice, this list of conditions and the following disclaimer. | 
|  | 2211 | 2. Redistributions in binary form must reproduce the above copyright | 
|  | 2212 | notice, this list of conditions and the following disclaimer in the | 
|  | 2213 | documentation and/or other materials provided with the distribution. | 
|  | 2214 | 3. Neither the name of the University nor the names of its contributors | 
|  | 2215 | may be used to endorse or promote products derived from this software | 
|  | 2216 | without specific prior written permission. | 
|  | 2217 |  | 
|  | 2218 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND | 
|  | 2219 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE | 
|  | 2220 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE | 
|  | 2221 | ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE | 
|  | 2222 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL | 
|  | 2223 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS | 
|  | 2224 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) | 
|  | 2225 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT | 
|  | 2226 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY | 
|  | 2227 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF | 
|  | 2228 | SUCH DAMAGE. | 
|  | 2229 |  | 
|  | 2230 | ------------------------------------------------------------------- | 
|  | 2231 |  | 
| Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 2232 | Copyright (c) 1992, 1993, 1994 | 
|  | 2233 | The Regents of the University of California.  All rights reserved. | 
|  | 2234 |  | 
|  | 2235 | This code is derived from software contributed to Berkeley by | 
|  | 2236 | Henry Spencer. | 
|  | 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 | cc213f8 | 2012-08-14 15:32:42 -0700 | [diff] [blame] | 2264 | Copyright (c) 1992, 1993, 1994 Henry Spencer. | 
|  | 2265 |  | 
|  | 2266 | This code is derived from software contributed to Berkeley by | 
|  | 2267 | Henry Spencer. | 
|  | 2268 |  | 
|  | 2269 | Redistribution and use in source and binary forms, with or without | 
|  | 2270 | modification, are permitted provided that the following conditions | 
|  | 2271 | are met: | 
|  | 2272 | 1. Redistributions of source code must retain the above copyright | 
|  | 2273 | notice, this list of conditions and the following disclaimer. | 
|  | 2274 | 2. Redistributions in binary form must reproduce the above copyright | 
|  | 2275 | notice, this list of conditions and the following disclaimer in the | 
|  | 2276 | documentation and/or other materials provided with the distribution. | 
|  | 2277 | 3. All advertising materials mentioning features or use of this software | 
|  | 2278 | must display the following acknowledgement: | 
|  | 2279 | This product includes software developed by the University of | 
|  | 2280 | California, Berkeley and its contributors. | 
|  | 2281 | 4. Neither the name of the University nor the names of its contributors | 
|  | 2282 | may be used to endorse or promote products derived from this software | 
|  | 2283 | without specific prior written permission. | 
|  | 2284 |  | 
|  | 2285 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND | 
|  | 2286 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE | 
|  | 2287 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE | 
|  | 2288 | ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE | 
|  | 2289 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL | 
|  | 2290 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS | 
|  | 2291 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) | 
|  | 2292 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT | 
|  | 2293 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY | 
|  | 2294 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF | 
|  | 2295 | SUCH DAMAGE. | 
|  | 2296 |  | 
|  | 2297 | ------------------------------------------------------------------- | 
|  | 2298 |  | 
| Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 2299 | Copyright (c) 1993 | 
|  | 2300 | The Regents of the University of California.  All rights reserved. | 
|  | 2301 |  | 
|  | 2302 | Redistribution and use in source and binary forms, with or without | 
|  | 2303 | modification, are permitted provided that the following conditions | 
|  | 2304 | are met: | 
|  | 2305 | 1. Redistributions of source code must retain the above copyright | 
|  | 2306 | notice, this list of conditions and the following disclaimer. | 
|  | 2307 | 2. Redistributions in binary form must reproduce the above copyright | 
|  | 2308 | notice, this list of conditions and the following disclaimer in the | 
|  | 2309 | documentation and/or other materials provided with the distribution. | 
|  | 2310 | 3. Neither the name of the University nor the names of its contributors | 
|  | 2311 | may be used to endorse or promote products derived from this software | 
|  | 2312 | without specific prior written permission. | 
|  | 2313 |  | 
|  | 2314 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND | 
|  | 2315 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE | 
|  | 2316 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE | 
|  | 2317 | ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE | 
|  | 2318 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL | 
|  | 2319 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS | 
|  | 2320 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) | 
|  | 2321 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT | 
|  | 2322 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY | 
|  | 2323 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF | 
|  | 2324 | SUCH DAMAGE. | 
|  | 2325 |  | 
|  | 2326 | ------------------------------------------------------------------- | 
|  | 2327 |  | 
|  | 2328 | Copyright (c) 1993 | 
|  | 2329 | The Regents of the University of California.  All rights reserved. | 
|  | 2330 |  | 
|  | 2331 | Redistribution and use in source and binary forms, with or without | 
|  | 2332 | modification, are permitted provided that the following conditions | 
|  | 2333 | are met: | 
|  | 2334 | 1. Redistributions of source code must retain the above copyright | 
|  | 2335 | notice, this list of conditions and the following disclaimer. | 
|  | 2336 | 2. Redistributions in binary form must reproduce the above copyright | 
|  | 2337 | notice, this list of conditions and the following disclaimer in the | 
|  | 2338 | documentation and/or other materials provided with the distribution. | 
|  | 2339 | 3. Neither the name of the University nor the names of its contributors | 
|  | 2340 | may be used to endorse or promote products derived from this software | 
|  | 2341 | without specific prior written permission. | 
|  | 2342 |  | 
|  | 2343 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND | 
|  | 2344 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE | 
|  | 2345 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE | 
|  | 2346 | ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE | 
|  | 2347 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL | 
|  | 2348 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS | 
|  | 2349 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) | 
|  | 2350 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT | 
|  | 2351 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY | 
|  | 2352 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF | 
|  | 2353 | SUCH DAMAGE. | 
|  | 2354 |  | 
|  | 2355 | ------------------------------------------------------------------- | 
|  | 2356 |  | 
|  | 2357 | Copyright (c) 1993 Christopher G. Demetriou | 
|  | 2358 | All rights reserved. | 
|  | 2359 |  | 
|  | 2360 | Redistribution and use in source and binary forms, with or without | 
|  | 2361 | modification, are permitted provided that the following conditions | 
|  | 2362 | are met: | 
|  | 2363 | 1. Redistributions of source code must retain the above copyright | 
|  | 2364 | notice, this list of conditions and the following disclaimer. | 
|  | 2365 | 2. Redistributions in binary form must reproduce the above copyright | 
|  | 2366 | notice, this list of conditions and the following disclaimer in the | 
|  | 2367 | documentation and/or other materials provided with the distribution. | 
|  | 2368 | 3. The name of the author may not be used to endorse or promote products | 
|  | 2369 | derived from this software without specific prior written permission | 
|  | 2370 |  | 
|  | 2371 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR | 
|  | 2372 | IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES | 
|  | 2373 | OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. | 
|  | 2374 | IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, | 
|  | 2375 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT | 
|  | 2376 | NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, | 
|  | 2377 | DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY | 
|  | 2378 | THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT | 
|  | 2379 | (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF | 
|  | 2380 | THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | 
|  | 2381 |  | 
|  | 2382 | ------------------------------------------------------------------- | 
|  | 2383 |  | 
|  | 2384 | Copyright (c) 1993 Martin Birgmeier | 
|  | 2385 | All rights reserved. | 
|  | 2386 |  | 
|  | 2387 | You may redistribute unmodified or modified versions of this source | 
|  | 2388 | code provided that the above copyright notice and this and the | 
|  | 2389 | following conditions are retained. | 
|  | 2390 |  | 
|  | 2391 | This software is provided ``as is'', and comes with no warranties | 
|  | 2392 | of any kind. I shall in no event be liable for anything that happens | 
|  | 2393 | to anyone/anything when using this software. | 
|  | 2394 |  | 
|  | 2395 | ------------------------------------------------------------------- | 
|  | 2396 |  | 
| Elliott Hughes | 448080d | 2013-01-29 16:25:06 -0800 | [diff] [blame] | 2397 | Copyright (c) 1994 The NetBSD Foundation, Inc. | 
|  | 2398 | All rights reserved. | 
|  | 2399 |  | 
|  | 2400 | This code is derived from software contributed to The NetBSD Foundation | 
|  | 2401 | by Christos Zoulas. | 
|  | 2402 |  | 
|  | 2403 | Redistribution and use in source and binary forms, with or without | 
|  | 2404 | modification, are permitted provided that the following conditions | 
|  | 2405 | are met: | 
|  | 2406 | 1. Redistributions of source code must retain the above copyright | 
|  | 2407 | notice, this list of conditions and the following disclaimer. | 
|  | 2408 | 2. Redistributions in binary form must reproduce the above copyright | 
|  | 2409 | notice, this list of conditions and the following disclaimer in the | 
|  | 2410 | documentation and/or other materials provided with the distribution. | 
|  | 2411 |  | 
|  | 2412 | THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS | 
|  | 2413 | ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED | 
|  | 2414 | TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR | 
|  | 2415 | PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS | 
|  | 2416 | BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR | 
|  | 2417 | CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF | 
|  | 2418 | SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS | 
|  | 2419 | INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN | 
|  | 2420 | CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) | 
|  | 2421 | ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE | 
|  | 2422 | POSSIBILITY OF SUCH DAMAGE. | 
|  | 2423 |  | 
|  | 2424 | ------------------------------------------------------------------- | 
|  | 2425 |  | 
| Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 2426 | Copyright (c) 1995 - 2001 Kungliga Tekniska Högskolan | 
|  | 2427 | (Royal Institute of Technology, Stockholm, Sweden). | 
|  | 2428 | All rights reserved. | 
|  | 2429 |  | 
|  | 2430 | Redistribution and use in source and binary forms, with or without | 
|  | 2431 | modification, are permitted provided that the following conditions | 
|  | 2432 | are met: | 
|  | 2433 |  | 
|  | 2434 | 1. Redistributions of source code must retain the above copyright | 
|  | 2435 | notice, this list of conditions and the following disclaimer. | 
|  | 2436 |  | 
|  | 2437 | 2. Redistributions in binary form must reproduce the above copyright | 
|  | 2438 | notice, this list of conditions and the following disclaimer in the | 
|  | 2439 | documentation and/or other materials provided with the distribution. | 
|  | 2440 |  | 
|  | 2441 | 3. Neither the name of the Institute nor the names of its contributors | 
|  | 2442 | may be used to endorse or promote products derived from this software | 
|  | 2443 | without specific prior written permission. | 
|  | 2444 |  | 
|  | 2445 | THIS SOFTWARE IS PROVIDED BY THE INSTITUTE AND CONTRIBUTORS ``AS IS'' AND | 
|  | 2446 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE | 
|  | 2447 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE | 
|  | 2448 | ARE DISCLAIMED.  IN NO EVENT SHALL THE INSTITUTE OR CONTRIBUTORS BE LIABLE | 
|  | 2449 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL | 
|  | 2450 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS | 
|  | 2451 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) | 
|  | 2452 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT | 
|  | 2453 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY | 
|  | 2454 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF | 
|  | 2455 | SUCH DAMAGE. | 
|  | 2456 |  | 
|  | 2457 | ------------------------------------------------------------------- | 
|  | 2458 |  | 
|  | 2459 | Copyright (c) 1995 Alex Tatmanjants <alex@elvisti.kiev.ua> | 
|  | 2460 | at Electronni Visti IA, Kiev, Ukraine. | 
|  | 2461 | All rights reserved. | 
|  | 2462 |  | 
|  | 2463 | Redistribution and use in source and binary forms, with or without | 
|  | 2464 | modification, are permitted provided that the following conditions | 
|  | 2465 | are met: | 
|  | 2466 | 1. Redistributions of source code must retain the above copyright | 
|  | 2467 | notice, this list of conditions and the following disclaimer. | 
|  | 2468 | 2. Redistributions in binary form must reproduce the above copyright | 
|  | 2469 | notice, this list of conditions and the following disclaimer in the | 
|  | 2470 | documentation and/or other materials provided with the distribution. | 
|  | 2471 |  | 
|  | 2472 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND | 
|  | 2473 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE | 
|  | 2474 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE | 
|  | 2475 | ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR BE LIABLE | 
|  | 2476 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL | 
|  | 2477 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS | 
|  | 2478 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) | 
|  | 2479 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT | 
|  | 2480 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY | 
|  | 2481 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF | 
|  | 2482 | SUCH DAMAGE. | 
|  | 2483 |  | 
|  | 2484 | ------------------------------------------------------------------- | 
|  | 2485 |  | 
|  | 2486 | Copyright (c) 1995, 1996 Carnegie-Mellon University. | 
|  | 2487 | All rights reserved. | 
|  | 2488 |  | 
|  | 2489 | Author: Chris G. Demetriou | 
|  | 2490 |  | 
|  | 2491 | Permission to use, copy, modify and distribute this software and | 
|  | 2492 | its documentation is hereby granted, provided that both the copyright | 
|  | 2493 | notice and this permission notice appear in all copies of the | 
|  | 2494 | software, derivative works or modified versions, and any portions | 
|  | 2495 | thereof, and that both notices appear in supporting documentation. | 
|  | 2496 |  | 
|  | 2497 | CARNEGIE MELLON ALLOWS FREE USE OF THIS SOFTWARE IN ITS "AS IS" | 
|  | 2498 | CONDITION.  CARNEGIE MELLON DISCLAIMS ANY LIABILITY OF ANY KIND | 
|  | 2499 | FOR ANY DAMAGES WHATSOEVER RESULTING FROM THE USE OF THIS SOFTWARE. | 
|  | 2500 |  | 
|  | 2501 | Carnegie Mellon requests users of this software to return to | 
|  | 2502 |  | 
|  | 2503 | Software Distribution Coordinator  or  Software.Distribution@CS.CMU.EDU | 
|  | 2504 | School of Computer Science | 
|  | 2505 | Carnegie Mellon University | 
|  | 2506 | Pittsburgh PA 15213-3890 | 
|  | 2507 |  | 
|  | 2508 | any improvements or extensions that they make and grant Carnegie the | 
|  | 2509 | rights to redistribute these changes. | 
|  | 2510 |  | 
|  | 2511 | ------------------------------------------------------------------- | 
|  | 2512 |  | 
| Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 2513 | Copyright (c) 1996 by Internet Software Consortium. | 
|  | 2514 |  | 
|  | 2515 | Permission to use, copy, modify, and distribute this software for any | 
|  | 2516 | purpose with or without fee is hereby granted, provided that the above | 
|  | 2517 | copyright notice and this permission notice appear in all copies. | 
|  | 2518 |  | 
|  | 2519 | THE SOFTWARE IS PROVIDED "AS IS" AND INTERNET SOFTWARE CONSORTIUM DISCLAIMS | 
|  | 2520 | ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES | 
|  | 2521 | OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL INTERNET SOFTWARE | 
|  | 2522 | CONSORTIUM BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL | 
|  | 2523 | DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR | 
|  | 2524 | PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS | 
|  | 2525 | ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS | 
|  | 2526 | SOFTWARE. | 
|  | 2527 |  | 
|  | 2528 | ------------------------------------------------------------------- | 
|  | 2529 |  | 
|  | 2530 | Copyright (c) 1996, David Mazieres <dm@uun.org> | 
|  | 2531 | Copyright (c) 2008, Damien Miller <djm@openbsd.org> | 
|  | 2532 |  | 
|  | 2533 | Permission to use, copy, modify, and distribute this software for any | 
|  | 2534 | purpose with or without fee is hereby granted, provided that the above | 
|  | 2535 | copyright notice and this permission notice appear in all copies. | 
|  | 2536 |  | 
|  | 2537 | THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES | 
|  | 2538 | WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF | 
|  | 2539 | MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR | 
|  | 2540 | ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES | 
|  | 2541 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN | 
|  | 2542 | ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF | 
|  | 2543 | OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. | 
|  | 2544 |  | 
|  | 2545 | ------------------------------------------------------------------- | 
|  | 2546 |  | 
|  | 2547 | Copyright (c) 1996-2004 Per Fogelstrom, Opsycon AB | 
|  | 2548 |  | 
|  | 2549 | Redistribution and use in source and binary forms, with or without | 
|  | 2550 | modification, are permitted provided that the following conditions | 
|  | 2551 | are met: | 
|  | 2552 | 1. Redistributions of source code must retain the above copyright | 
|  | 2553 | notice, this list of conditions and the following disclaimer. | 
|  | 2554 | 2. Redistributions in binary form must reproduce the above copyright | 
|  | 2555 | notice, this list of conditions and the following disclaimer in the | 
|  | 2556 | documentation and/or other materials provided with the distribution. | 
|  | 2557 |  | 
|  | 2558 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS | 
|  | 2559 | OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED | 
|  | 2560 | WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE | 
|  | 2561 | ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY | 
|  | 2562 | DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL | 
|  | 2563 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS | 
|  | 2564 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) | 
|  | 2565 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT | 
|  | 2566 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY | 
|  | 2567 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF | 
|  | 2568 | SUCH DAMAGE. | 
|  | 2569 |  | 
|  | 2570 | ------------------------------------------------------------------- | 
|  | 2571 |  | 
|  | 2572 | Copyright (c) 1997 Mark Brinicombe | 
|  | 2573 | All rights reserved. | 
|  | 2574 |  | 
|  | 2575 | Redistribution and use in source and binary forms, with or without | 
|  | 2576 | modification, are permitted provided that the following conditions | 
|  | 2577 | are met: | 
|  | 2578 | 1. Redistributions of source code must retain the above copyright | 
|  | 2579 | notice, this list of conditions and the following disclaimer. | 
|  | 2580 | 2. Redistributions in binary form must reproduce the above copyright | 
|  | 2581 | notice, this list of conditions and the following disclaimer in the | 
|  | 2582 | documentation and/or other materials provided with the distribution. | 
|  | 2583 | 3. All advertising materials mentioning features or use of this software | 
|  | 2584 | must display the following acknowledgement: | 
|  | 2585 | This product includes software developed by Mark Brinicombe | 
|  | 2586 | 4. Neither the name of the University nor the names of its contributors | 
|  | 2587 | may be used to endorse or promote products derived from this software | 
|  | 2588 | without specific prior written permission. | 
|  | 2589 |  | 
|  | 2590 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND | 
|  | 2591 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE | 
|  | 2592 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE | 
|  | 2593 | ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE | 
|  | 2594 | FOR ANY 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 |  | 
| Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 2604 | Copyright (c) 1997 Mark Brinicombe | 
|  | 2605 | Copyright (c) 2010 Android Open Source Project. | 
|  | 2606 | All rights reserved. | 
|  | 2607 |  | 
|  | 2608 | Redistribution and use in source and binary forms, with or without | 
|  | 2609 | modification, are permitted provided that the following conditions | 
|  | 2610 | are met: | 
|  | 2611 | 1. Redistributions of source code must retain the above copyright | 
|  | 2612 | notice, this list of conditions and the following disclaimer. | 
|  | 2613 | 2. Redistributions in binary form must reproduce the above copyright | 
|  | 2614 | notice, this list of conditions and the following disclaimer in the | 
|  | 2615 | documentation and/or other materials provided with the distribution. | 
|  | 2616 | 3. All advertising materials mentioning features or use of this software | 
|  | 2617 | must display the following acknowledgement: | 
|  | 2618 | This product includes software developed by Mark Brinicombe | 
|  | 2619 | 4. Neither the name of the University nor the names of its contributors | 
|  | 2620 | may be used to endorse or promote products derived from this software | 
|  | 2621 | without specific prior written permission. | 
|  | 2622 |  | 
|  | 2623 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND | 
|  | 2624 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE | 
|  | 2625 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE | 
|  | 2626 | ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE | 
|  | 2627 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL | 
|  | 2628 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS | 
|  | 2629 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) | 
|  | 2630 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT | 
|  | 2631 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY | 
|  | 2632 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF | 
|  | 2633 | SUCH DAMAGE. | 
|  | 2634 |  | 
|  | 2635 | ------------------------------------------------------------------- | 
|  | 2636 |  | 
| Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 2637 | Copyright (c) 1997 Niklas Hallqvist.  All rights reserved. | 
| Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 2638 |  | 
|  | 2639 | Redistribution and use in source and binary forms, with or without | 
|  | 2640 | modification, are permitted provided that the following conditions | 
|  | 2641 | are met: | 
|  | 2642 | 1. Redistributions of source code must retain the above copyright | 
|  | 2643 | notice, this list of conditions and the following disclaimer. | 
|  | 2644 | 2. Redistributions in binary form must reproduce the above copyright | 
|  | 2645 | notice, this list of conditions and the following disclaimer in the | 
|  | 2646 | documentation and/or other materials provided with the distribution. | 
|  | 2647 |  | 
| Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 2648 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR | 
|  | 2649 | IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES | 
|  | 2650 | OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. | 
|  | 2651 | IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, | 
|  | 2652 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT | 
|  | 2653 | NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, | 
|  | 2654 | DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY | 
|  | 2655 | THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT | 
|  | 2656 | (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF | 
|  | 2657 | THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | 
| Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 2658 |  | 
|  | 2659 | ------------------------------------------------------------------- | 
|  | 2660 |  | 
| Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 2661 | Copyright (c) 1997 Todd C. Miller <Todd.Miller@courtesan.com> | 
|  | 2662 |  | 
|  | 2663 | Permission to use, copy, modify, and distribute this software for any | 
|  | 2664 | purpose with or without fee is hereby granted, provided that the above | 
|  | 2665 | copyright notice and this permission notice appear in all copies. | 
|  | 2666 |  | 
|  | 2667 | THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES | 
|  | 2668 | WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF | 
|  | 2669 | MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR | 
|  | 2670 | ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES | 
|  | 2671 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN | 
|  | 2672 | ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF | 
|  | 2673 | OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. | 
|  | 2674 |  | 
|  | 2675 | ------------------------------------------------------------------- | 
|  | 2676 |  | 
|  | 2677 | Copyright (c) 1997, 1998 The NetBSD Foundation, Inc. | 
| Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 2678 | All rights reserved. | 
|  | 2679 |  | 
| Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 2680 | This code was contributed to The NetBSD Foundation by Klaus Klein. | 
|  | 2681 |  | 
| Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 2682 | Redistribution and use in source and binary forms, with or without | 
|  | 2683 | modification, are permitted provided that the following conditions | 
|  | 2684 | are met: | 
|  | 2685 | 1. Redistributions of source code must retain the above copyright | 
|  | 2686 | notice, this list of conditions and the following disclaimer. | 
|  | 2687 | 2. Redistributions in binary form must reproduce the above copyright | 
|  | 2688 | notice, this list of conditions and the following disclaimer in the | 
|  | 2689 | documentation and/or other materials provided with the distribution. | 
| Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 2690 | 3. All advertising materials mentioning features or use of this software | 
|  | 2691 | must display the following acknowledgement: | 
|  | 2692 | This product includes software developed by the NetBSD | 
|  | 2693 | Foundation, Inc. and its contributors. | 
|  | 2694 | 4. Neither the name of The NetBSD Foundation nor the names of its | 
|  | 2695 | contributors may be used to endorse or promote products derived | 
|  | 2696 | from this software without specific prior written permission. | 
|  | 2697 |  | 
|  | 2698 | THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS | 
|  | 2699 | ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED | 
|  | 2700 | TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR | 
|  | 2701 | PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS | 
|  | 2702 | BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR | 
|  | 2703 | CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF | 
|  | 2704 | SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS | 
|  | 2705 | INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN | 
|  | 2706 | CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) | 
|  | 2707 | ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE | 
|  | 2708 | POSSIBILITY OF SUCH DAMAGE. | 
|  | 2709 |  | 
|  | 2710 | ------------------------------------------------------------------- | 
|  | 2711 |  | 
|  | 2712 | Copyright (c) 1997, 1998, 1999, 2004 The NetBSD Foundation, Inc. | 
|  | 2713 | All rights reserved. | 
|  | 2714 |  | 
|  | 2715 | This code is derived from software contributed to The NetBSD Foundation | 
|  | 2716 | by Luke Mewburn. | 
|  | 2717 |  | 
|  | 2718 | Redistribution and use in source and binary forms, with or without | 
|  | 2719 | modification, are permitted provided that the following conditions | 
|  | 2720 | are met: | 
|  | 2721 | 1. Redistributions of source code must retain the above copyright | 
|  | 2722 | notice, this list of conditions and the following disclaimer. | 
|  | 2723 | 2. Redistributions in binary form must reproduce the above copyright | 
|  | 2724 | notice, this list of conditions and the following disclaimer in the | 
|  | 2725 | documentation and/or other materials provided with the distribution. | 
|  | 2726 | 3. All advertising materials mentioning features or use of this software | 
|  | 2727 | must display the following acknowledgement: | 
|  | 2728 | This product includes software developed by the NetBSD | 
|  | 2729 | Foundation, Inc. and its contributors. | 
|  | 2730 | 4. Neither the name of The NetBSD Foundation nor the names of its | 
|  | 2731 | contributors may be used to endorse or promote products derived | 
|  | 2732 | from this software without specific prior written permission. | 
|  | 2733 |  | 
|  | 2734 | THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS | 
|  | 2735 | ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED | 
|  | 2736 | TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR | 
|  | 2737 | PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS | 
|  | 2738 | BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR | 
|  | 2739 | CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF | 
|  | 2740 | SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS | 
|  | 2741 | INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN | 
|  | 2742 | CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) | 
|  | 2743 | ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE | 
|  | 2744 | POSSIBILITY OF SUCH DAMAGE. | 
|  | 2745 |  | 
|  | 2746 | ------------------------------------------------------------------- | 
|  | 2747 |  | 
|  | 2748 | Copyright (c) 1997, 1998, 1999, 2004 The NetBSD Foundation, Inc. | 
|  | 2749 | All rights reserved. | 
|  | 2750 |  | 
|  | 2751 | This code is derived from software contributed to The NetBSD Foundation | 
|  | 2752 | by Luke Mewburn; and by Jason R. Thorpe. | 
|  | 2753 |  | 
|  | 2754 | Redistribution and use in source and binary forms, with or without | 
|  | 2755 | modification, are permitted provided that the following conditions | 
|  | 2756 | are met: | 
|  | 2757 | 1. Redistributions of source code must retain the above copyright | 
|  | 2758 | notice, this list of conditions and the following disclaimer. | 
|  | 2759 | 2. Redistributions in binary form must reproduce the above copyright | 
|  | 2760 | notice, this list of conditions and the following disclaimer in the | 
|  | 2761 | documentation and/or other materials provided with the distribution. | 
|  | 2762 | 3. All advertising materials mentioning features or use of this software | 
|  | 2763 | must display the following acknowledgement: | 
|  | 2764 | This product includes software developed by the NetBSD | 
|  | 2765 | Foundation, Inc. and its contributors. | 
|  | 2766 | 4. Neither the name of The NetBSD Foundation nor the names of its | 
|  | 2767 | contributors may be used to endorse or promote products derived | 
|  | 2768 | from this software without specific prior written permission. | 
|  | 2769 |  | 
|  | 2770 | THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS | 
|  | 2771 | ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED | 
|  | 2772 | TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR | 
|  | 2773 | PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS | 
|  | 2774 | BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR | 
|  | 2775 | CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF | 
|  | 2776 | SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS | 
|  | 2777 | INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN | 
|  | 2778 | CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) | 
|  | 2779 | ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE | 
|  | 2780 | POSSIBILITY OF SUCH DAMAGE. | 
|  | 2781 |  | 
|  | 2782 | ------------------------------------------------------------------- | 
|  | 2783 |  | 
|  | 2784 | Copyright (c) 1997, 1998, 2003 The NetBSD Foundation, Inc. | 
|  | 2785 | All rights reserved. | 
|  | 2786 |  | 
|  | 2787 | This code is derived from software contributed to The NetBSD Foundation | 
|  | 2788 | by J.T. Conklin, by Nathan J. Williams, and by Jason R. Thorpe. | 
|  | 2789 |  | 
|  | 2790 | Redistribution and use in source and binary forms, with or without | 
|  | 2791 | modification, are permitted provided that the following conditions | 
|  | 2792 | are met: | 
|  | 2793 | 1. Redistributions of source code must retain the above copyright | 
|  | 2794 | notice, this list of conditions and the following disclaimer. | 
|  | 2795 | 2. Redistributions in binary form must reproduce the above copyright | 
|  | 2796 | notice, this list of conditions and the following disclaimer in the | 
|  | 2797 | documentation and/or other materials provided with the distribution. | 
|  | 2798 | 3. All advertising materials mentioning features or use of this software | 
|  | 2799 | must display the following acknowledgement: | 
|  | 2800 | This product includes software developed by the NetBSD | 
|  | 2801 | Foundation, Inc. and its contributors. | 
|  | 2802 | 4. Neither the name of The NetBSD Foundation nor the names of its | 
|  | 2803 | contributors may be used to endorse or promote products derived | 
|  | 2804 | from this software without specific prior written permission. | 
|  | 2805 |  | 
|  | 2806 | THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS | 
|  | 2807 | ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED | 
|  | 2808 | TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR | 
|  | 2809 | PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS | 
|  | 2810 | BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR | 
|  | 2811 | CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF | 
|  | 2812 | SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS | 
|  | 2813 | INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN | 
|  | 2814 | CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) | 
|  | 2815 | ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE | 
|  | 2816 | POSSIBILITY OF SUCH DAMAGE. | 
|  | 2817 |  | 
|  | 2818 | ------------------------------------------------------------------- | 
|  | 2819 |  | 
|  | 2820 | Copyright (c) 1997, 2005 Todd C. Miller <Todd.Miller@courtesan.com> | 
|  | 2821 |  | 
|  | 2822 | Permission to use, copy, modify, and distribute this software for any | 
|  | 2823 | purpose with or without fee is hereby granted, provided that the above | 
|  | 2824 | copyright notice and this permission notice appear in all copies. | 
|  | 2825 |  | 
|  | 2826 | THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES | 
|  | 2827 | WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF | 
|  | 2828 | MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR | 
|  | 2829 | ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES | 
|  | 2830 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN | 
|  | 2831 | ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF | 
|  | 2832 | OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. | 
|  | 2833 |  | 
|  | 2834 | ------------------------------------------------------------------- | 
|  | 2835 |  | 
|  | 2836 | Copyright (c) 1998 Softweyr LLC.  All rights reserved. | 
|  | 2837 |  | 
|  | 2838 | strtok_r, from Berkeley strtok | 
|  | 2839 | Oct 13, 1998 by Wes Peters <wes@softweyr.com> | 
|  | 2840 |  | 
|  | 2841 | Copyright (c) 1988, 1993 | 
|  | 2842 | The Regents of the University of California.  All rights reserved. | 
|  | 2843 |  | 
|  | 2844 | Redistribution and use in source and binary forms, with or without | 
|  | 2845 | modification, are permitted provided that the following conditions | 
|  | 2846 | are met: | 
|  | 2847 | 1. Redistributions of source code must retain the above copyright | 
|  | 2848 | notices, this list of conditions and the following disclaimer. | 
|  | 2849 | 2. Redistributions in binary form must reproduce the above copyright | 
|  | 2850 | notices, this list of conditions and the following disclaimer in the | 
|  | 2851 | documentation and/or other materials provided with the distribution. | 
| Elliott Hughes | 2815b1d | 2013-06-12 16:00:41 -0700 | [diff] [blame^] | 2852 | 3. Neither the name of the University nor the names of its contributors | 
| Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 2853 | may be used to endorse or promote products derived from this software | 
|  | 2854 | without specific prior written permission. | 
|  | 2855 |  | 
| Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 2856 | THIS SOFTWARE IS PROVIDED BY SOFTWEYR LLC, THE REGENTS AND CONTRIBUTORS | 
|  | 2857 | ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT | 
|  | 2858 | LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A | 
|  | 2859 | PARTICULAR PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL SOFTWEYR LLC, THE | 
|  | 2860 | REGENTS, OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, | 
|  | 2861 | SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED | 
|  | 2862 | TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR | 
|  | 2863 | PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF | 
|  | 2864 | LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING | 
|  | 2865 | NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS | 
|  | 2866 | SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | 
|  | 2867 |  | 
|  | 2868 | ------------------------------------------------------------------- | 
|  | 2869 |  | 
|  | 2870 | Copyright (c) 1998 The NetBSD Foundation, Inc. | 
|  | 2871 | All rights reserved. | 
|  | 2872 |  | 
|  | 2873 | This code is derived from software contributed to The NetBSD Foundation | 
|  | 2874 | by Klaus Klein. | 
|  | 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 | notice, this list of conditions and the following disclaimer. | 
|  | 2881 | 2. Redistributions in binary form must reproduce the above copyright | 
|  | 2882 | notice, this list of conditions and the following disclaimer in the | 
|  | 2883 | documentation and/or other materials provided with the distribution. | 
|  | 2884 | 3. All advertising materials mentioning features or use of this software | 
|  | 2885 | must display the following acknowledgement: | 
|  | 2886 | This product includes software developed by the NetBSD | 
|  | 2887 | Foundation, Inc. and its contributors. | 
|  | 2888 | 4. Neither the name of The NetBSD Foundation nor the names of its | 
|  | 2889 | contributors may be used to endorse or promote products derived | 
|  | 2890 | from this software without specific prior written permission. | 
|  | 2891 |  | 
|  | 2892 | THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS | 
|  | 2893 | ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED | 
|  | 2894 | TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR | 
|  | 2895 | PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS | 
|  | 2896 | BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR | 
|  | 2897 | CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF | 
|  | 2898 | SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS | 
|  | 2899 | INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN | 
|  | 2900 | CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) | 
|  | 2901 | ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE | 
|  | 2902 | POSSIBILITY OF SUCH DAMAGE. | 
|  | 2903 |  | 
|  | 2904 | ------------------------------------------------------------------- | 
|  | 2905 |  | 
|  | 2906 | Copyright (c) 1998 Todd C. Miller <Todd.Miller@courtesan.com> | 
|  | 2907 |  | 
|  | 2908 | Permission to use, copy, modify, and distribute this software for any | 
|  | 2909 | purpose with or without fee is hereby granted, provided that the above | 
|  | 2910 | copyright notice and this permission notice appear in all copies. | 
|  | 2911 |  | 
|  | 2912 | THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES | 
|  | 2913 | WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF | 
|  | 2914 | MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR | 
|  | 2915 | ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES | 
|  | 2916 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN | 
|  | 2917 | ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF | 
|  | 2918 | OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. | 
| Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 2919 |  | 
|  | 2920 | ------------------------------------------------------------------- | 
|  | 2921 |  | 
|  | 2922 | Copyright (c) 1998 Todd C. Miller <Todd.Miller@courtesan.com> | 
|  | 2923 | All rights reserved. | 
|  | 2924 |  | 
|  | 2925 | Redistribution and use in source and binary forms, with or without | 
|  | 2926 | modification, are permitted provided that the following conditions | 
|  | 2927 | are met: | 
|  | 2928 | 1. Redistributions of source code must retain the above copyright | 
|  | 2929 | notice, this list of conditions and the following disclaimer. | 
|  | 2930 | 2. Redistributions in binary form must reproduce the above copyright | 
|  | 2931 | notice, this list of conditions and the following disclaimer in the | 
|  | 2932 | documentation and/or other materials provided with the distribution. | 
|  | 2933 | 3. The name of the author may not be used to endorse or promote products | 
|  | 2934 | derived from this software without specific prior written permission. | 
|  | 2935 |  | 
|  | 2936 | THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, | 
|  | 2937 | INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY | 
|  | 2938 | AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL | 
|  | 2939 | THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, | 
|  | 2940 | EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, | 
|  | 2941 | PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; | 
|  | 2942 | OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, | 
|  | 2943 | WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR | 
|  | 2944 | OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF | 
|  | 2945 | ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | 
|  | 2946 |  | 
|  | 2947 | ------------------------------------------------------------------- | 
|  | 2948 |  | 
| Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 2949 | Copyright (c) 1999 | 
|  | 2950 | David E. O'Brien | 
|  | 2951 | Copyright (c) 1988, 1993 | 
| Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 2952 | The Regents of the University of California.  All rights reserved. | 
|  | 2953 |  | 
|  | 2954 | Redistribution and use in source and binary forms, with or without | 
|  | 2955 | modification, are permitted provided that the following conditions | 
|  | 2956 | are met: | 
|  | 2957 | 1. Redistributions of source code must retain the above copyright | 
|  | 2958 | notice, this list of conditions and the following disclaimer. | 
|  | 2959 | 2. Redistributions in binary form must reproduce the above copyright | 
|  | 2960 | notice, this list of conditions and the following disclaimer in the | 
|  | 2961 | documentation and/or other materials provided with the distribution. | 
|  | 2962 | 3. Neither the name of the University nor the names of its contributors | 
|  | 2963 | may be used to endorse or promote products derived from this software | 
|  | 2964 | without specific prior written permission. | 
|  | 2965 |  | 
|  | 2966 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND | 
|  | 2967 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE | 
|  | 2968 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE | 
|  | 2969 | ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE | 
|  | 2970 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL | 
|  | 2971 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS | 
|  | 2972 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) | 
|  | 2973 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT | 
|  | 2974 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY | 
|  | 2975 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF | 
|  | 2976 | SUCH DAMAGE. | 
|  | 2977 |  | 
|  | 2978 | ------------------------------------------------------------------- | 
|  | 2979 |  | 
| Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 2980 | Copyright (c) 1999 Kungliga Tekniska Högskolan | 
|  | 2981 | (Royal Institute of Technology, Stockholm, Sweden). | 
|  | 2982 | All rights reserved. | 
|  | 2983 |  | 
|  | 2984 | Redistribution and use in source and binary forms, with or without | 
|  | 2985 | modification, are permitted provided that the following conditions | 
|  | 2986 | are met: | 
|  | 2987 |  | 
|  | 2988 | 1. Redistributions of source code must retain the above copyright | 
|  | 2989 | notice, this list of conditions and the following disclaimer. | 
|  | 2990 |  | 
|  | 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 |  | 
|  | 2995 | 3. Neither the name of KTH nor the names of its contributors may be | 
|  | 2996 | used to endorse or promote products derived from this software without | 
|  | 2997 | specific prior written permission. | 
|  | 2998 |  | 
|  | 2999 | THIS SOFTWARE IS PROVIDED BY KTH AND ITS CONTRIBUTORS ``AS IS'' AND ANY | 
|  | 3000 | EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE | 
|  | 3001 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR | 
|  | 3002 | PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL KTH OR ITS CONTRIBUTORS BE | 
|  | 3003 | LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR | 
|  | 3004 | CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF | 
|  | 3005 | SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR | 
|  | 3006 | BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, | 
|  | 3007 | WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR | 
|  | 3008 | OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF | 
|  | 3009 |  | 
|  | 3010 | ------------------------------------------------------------------- | 
|  | 3011 |  | 
|  | 3012 | Copyright (c) 2000 Ben Harris. | 
|  | 3013 | Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project. | 
|  | 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 | 1. Redistributions of source code must retain the above copyright | 
|  | 3020 | notice, this list of conditions and the following disclaimer. | 
|  | 3021 | 2. Redistributions in binary form must reproduce the above copyright | 
|  | 3022 | notice, this list of conditions and the following disclaimer in the | 
|  | 3023 | documentation and/or other materials provided with the distribution. | 
|  | 3024 | 3. Neither the name of the project nor the names of its contributors | 
|  | 3025 | may be used to endorse or promote products derived from this software | 
|  | 3026 | without specific prior written permission. | 
|  | 3027 |  | 
|  | 3028 | THIS SOFTWARE IS PROVIDED BY THE PROJECT AND CONTRIBUTORS ``AS IS'' AND | 
|  | 3029 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE | 
|  | 3030 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE | 
|  | 3031 | ARE DISCLAIMED.  IN NO EVENT SHALL THE PROJECT OR CONTRIBUTORS BE LIABLE | 
|  | 3032 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL | 
|  | 3033 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS | 
|  | 3034 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) | 
|  | 3035 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT | 
|  | 3036 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY | 
|  | 3037 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF | 
|  | 3038 | SUCH DAMAGE. | 
|  | 3039 |  | 
|  | 3040 | ------------------------------------------------------------------- | 
|  | 3041 |  | 
|  | 3042 | Copyright (c) 2000 The NetBSD Foundation, Inc. | 
|  | 3043 | All rights reserved. | 
|  | 3044 |  | 
|  | 3045 | This code is derived from software contributed to The NetBSD Foundation | 
|  | 3046 | by Atsushi Onoe. | 
|  | 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. All advertising materials mentioning features or use of this software | 
|  | 3057 | must display the following acknowledgement: | 
|  | 3058 | This product includes software developed by the NetBSD | 
|  | 3059 | Foundation, Inc. and its contributors. | 
|  | 3060 | 4. Neither the name of The NetBSD Foundation nor the names of its | 
|  | 3061 | contributors may be used to endorse or promote products derived | 
|  | 3062 | from this software without specific prior written permission. | 
|  | 3063 |  | 
|  | 3064 | THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS | 
|  | 3065 | ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED | 
|  | 3066 | TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR | 
|  | 3067 | PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS | 
|  | 3068 | BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR | 
|  | 3069 | CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF | 
|  | 3070 | SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS | 
|  | 3071 | INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN | 
|  | 3072 | CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) | 
|  | 3073 | ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE | 
|  | 3074 | POSSIBILITY OF SUCH DAMAGE. | 
|  | 3075 |  | 
|  | 3076 | ------------------------------------------------------------------- | 
|  | 3077 |  | 
|  | 3078 | Copyright (c) 2000 The NetBSD Foundation, Inc. | 
|  | 3079 | All rights reserved. | 
|  | 3080 |  | 
|  | 3081 | This code is derived from software contributed to The NetBSD Foundation | 
|  | 3082 | by Dieter Baron and Thomas Klausner. | 
|  | 3083 |  | 
|  | 3084 | Redistribution and use in source and binary forms, with or without | 
|  | 3085 | modification, are permitted provided that the following conditions | 
|  | 3086 | are met: | 
|  | 3087 | 1. Redistributions of source code must retain the above copyright | 
|  | 3088 | notice, this list of conditions and the following disclaimer. | 
|  | 3089 | 2. Redistributions in binary form must reproduce the above copyright | 
|  | 3090 | notice, this list of conditions and the following disclaimer in the | 
|  | 3091 | documentation and/or other materials provided with the distribution. | 
|  | 3092 | 3. All advertising materials mentioning features or use of this software | 
|  | 3093 | must display the following acknowledgement: | 
|  | 3094 | This product includes software developed by the NetBSD | 
|  | 3095 | Foundation, Inc. and its contributors. | 
|  | 3096 | 4. Neither the name of The NetBSD Foundation nor the names of its | 
|  | 3097 | contributors may be used to endorse or promote products derived | 
|  | 3098 | from this software without specific prior written permission. | 
|  | 3099 |  | 
|  | 3100 | THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS | 
|  | 3101 | ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED | 
|  | 3102 | TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR | 
|  | 3103 | PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS | 
|  | 3104 | BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR | 
|  | 3105 | CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF | 
|  | 3106 | SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS | 
|  | 3107 | INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN | 
|  | 3108 | CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) | 
|  | 3109 | ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE | 
|  | 3110 | POSSIBILITY OF SUCH DAMAGE. | 
|  | 3111 |  | 
|  | 3112 | ------------------------------------------------------------------- | 
|  | 3113 |  | 
|  | 3114 | Copyright (c) 2001 Christopher Gilbert | 
|  | 3115 | All rights reserved. | 
|  | 3116 |  | 
|  | 3117 | Redistribution and use in source and binary forms, with or without | 
|  | 3118 | modification, are permitted provided that the following conditions | 
|  | 3119 | are met: | 
|  | 3120 | 1. Redistributions of source code must retain the above copyright | 
|  | 3121 | notice, this list of conditions and the following disclaimer. | 
|  | 3122 | 2. Redistributions in binary form must reproduce the above copyright | 
|  | 3123 | notice, this list of conditions and the following disclaimer in the | 
|  | 3124 | documentation and/or other materials provided with the distribution. | 
|  | 3125 | 3. The name of the company nor the name of the author may be used to | 
|  | 3126 | endorse or promote products derived from this software without specific | 
|  | 3127 | prior written permission. | 
|  | 3128 |  | 
|  | 3129 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR | 
|  | 3130 | IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES | 
|  | 3131 | OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. | 
|  | 3132 | IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, | 
|  | 3133 | INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES | 
|  | 3134 | (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR | 
|  | 3135 | SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) | 
|  | 3136 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT | 
|  | 3137 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY | 
|  | 3138 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF | 
|  | 3139 | SUCH DAMAGE. | 
|  | 3140 |  | 
|  | 3141 | ------------------------------------------------------------------- | 
|  | 3142 |  | 
|  | 3143 | Copyright (c) 2001-2002 Opsycon AB  (www.opsycon.se / www.opsycon.com) | 
|  | 3144 |  | 
|  | 3145 | Redistribution and use in source and binary forms, with or without | 
|  | 3146 | modification, are permitted provided that the following conditions | 
|  | 3147 | are met: | 
|  | 3148 | 1. Redistributions of source code must retain the above copyright | 
|  | 3149 | notice, this list of conditions and the following disclaimer. | 
|  | 3150 | 2. Redistributions in binary form must reproduce the above copyright | 
|  | 3151 | notice, this list of conditions and the following disclaimer in the | 
|  | 3152 | documentation and/or other materials provided with the distribution. | 
|  | 3153 |  | 
|  | 3154 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS | 
|  | 3155 | OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED | 
|  | 3156 | WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE | 
|  | 3157 | ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY | 
|  | 3158 | DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL | 
|  | 3159 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS | 
|  | 3160 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) | 
|  | 3161 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT | 
|  | 3162 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY | 
|  | 3163 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF | 
|  | 3164 | SUCH DAMAGE. | 
|  | 3165 |  | 
|  | 3166 | ------------------------------------------------------------------- | 
|  | 3167 |  | 
|  | 3168 | Copyright (c) 2001-2002 Opsycon AB  (www.opsycon.se / www.opsycon.com) | 
|  | 3169 |  | 
|  | 3170 | Redistribution and use in source and binary forms, with or without | 
|  | 3171 | modification, are permitted provided that the following conditions | 
|  | 3172 | are met: | 
|  | 3173 | 1. Redistributions of source code must retain the above copyright | 
|  | 3174 | notice, this list of conditions and the following disclaimer. | 
|  | 3175 | 2. Redistributions in binary form must reproduce the above copyright | 
|  | 3176 | notice, this list of conditions and the following disclaimer in the | 
|  | 3177 | documentation and/or other materials provided with the distribution. | 
|  | 3178 | 3. Neither the name of Opsycon AB nor the names of its contributors | 
|  | 3179 | may be used to endorse or promote products derived from this software | 
|  | 3180 | without specific prior written permission. | 
|  | 3181 |  | 
|  | 3182 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS | 
|  | 3183 | OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED | 
|  | 3184 | WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE | 
|  | 3185 | ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY | 
|  | 3186 | DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL | 
|  | 3187 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS | 
|  | 3188 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) | 
|  | 3189 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT | 
|  | 3190 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY | 
|  | 3191 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF | 
|  | 3192 | SUCH DAMAGE. | 
|  | 3193 |  | 
|  | 3194 | ------------------------------------------------------------------- | 
|  | 3195 |  | 
|  | 3196 | Copyright (c) 2002 Daniel Hartmeier | 
|  | 3197 | All rights reserved. | 
|  | 3198 |  | 
|  | 3199 | Redistribution and use in source and binary forms, with or without | 
|  | 3200 | modification, are permitted provided that the following conditions | 
|  | 3201 | are met: | 
|  | 3202 |  | 
|  | 3203 | - Redistributions of source code must retain the above copyright | 
|  | 3204 | notice, this list of conditions and the following disclaimer. | 
|  | 3205 | - Redistributions in binary form must reproduce the above | 
|  | 3206 | copyright notice, this list of conditions and the following | 
|  | 3207 | disclaimer in the documentation and/or other materials provided | 
|  | 3208 | with the distribution. | 
|  | 3209 |  | 
|  | 3210 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS | 
|  | 3211 | "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT | 
|  | 3212 | LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS | 
|  | 3213 | FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE | 
|  | 3214 | COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, | 
|  | 3215 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, | 
|  | 3216 | BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; | 
|  | 3217 | LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER | 
|  | 3218 | CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT | 
|  | 3219 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN | 
|  | 3220 | ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE | 
|  | 3221 | POSSIBILITY OF SUCH DAMAGE. | 
|  | 3222 |  | 
|  | 3223 | ------------------------------------------------------------------- | 
|  | 3224 |  | 
|  | 3225 | Copyright (c) 2002 Marc Espie. | 
|  | 3226 |  | 
|  | 3227 | Redistribution and use in source and binary forms, with or without | 
|  | 3228 | modification, are permitted provided that the following conditions | 
|  | 3229 | are met: | 
|  | 3230 | 1. Redistributions of source code must retain the above copyright | 
|  | 3231 | notice, this list of conditions and the following disclaimer. | 
|  | 3232 | 2. Redistributions in binary form must reproduce the above copyright | 
|  | 3233 | notice, this list of conditions and the following disclaimer in the | 
|  | 3234 | documentation and/or other materials provided with the distribution. | 
|  | 3235 |  | 
|  | 3236 | THIS SOFTWARE IS PROVIDED BY THE OPENBSD PROJECT AND CONTRIBUTORS | 
|  | 3237 | ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT | 
|  | 3238 | LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR | 
|  | 3239 | A PARTICULAR PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE OPENBSD | 
|  | 3240 | PROJECT OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, | 
|  | 3241 | SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT | 
|  | 3242 | LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, | 
|  | 3243 | DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY | 
|  | 3244 | THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT | 
|  | 3245 | (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE | 
|  | 3246 | OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | 
|  | 3247 |  | 
|  | 3248 | ------------------------------------------------------------------- | 
|  | 3249 |  | 
|  | 3250 | Copyright (c) 2002 Opsycon AB  (www.opsycon.se / www.opsycon.com) | 
|  | 3251 |  | 
|  | 3252 | Redistribution and use in source and binary forms, with or without | 
|  | 3253 | modification, are permitted provided that the following conditions | 
|  | 3254 | are met: | 
|  | 3255 | 1. Redistributions of source code must retain the above copyright | 
|  | 3256 | notice, this list of conditions and the following disclaimer. | 
|  | 3257 | 2. Redistributions in binary form must reproduce the above copyright | 
|  | 3258 | notice, this list of conditions and the following disclaimer in the | 
|  | 3259 | documentation and/or other materials provided with the distribution. | 
|  | 3260 | 3. Neither the name of Opsycon AB nor the names of its contributors | 
|  | 3261 | may be used to endorse or promote products derived from this software | 
|  | 3262 | without specific prior written permission. | 
|  | 3263 |  | 
|  | 3264 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS | 
|  | 3265 | OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED | 
|  | 3266 | WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE | 
|  | 3267 | ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY | 
|  | 3268 | DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL | 
|  | 3269 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS | 
|  | 3270 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) | 
|  | 3271 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT | 
|  | 3272 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY | 
|  | 3273 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF | 
|  | 3274 | SUCH DAMAGE. | 
|  | 3275 |  | 
|  | 3276 | ------------------------------------------------------------------- | 
|  | 3277 |  | 
|  | 3278 | Copyright (c) 2002 The NetBSD Foundation, Inc. | 
|  | 3279 | All rights reserved. | 
|  | 3280 |  | 
|  | 3281 | This code is derived from software contributed to The NetBSD Foundation | 
|  | 3282 | by Christos Zoulas. | 
|  | 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. All advertising materials mentioning features or use of this software | 
|  | 3293 | must display the following acknowledgement: | 
|  | 3294 | This product includes software developed by the NetBSD | 
|  | 3295 | Foundation, Inc. and its contributors. | 
|  | 3296 | 4. Neither the name of The NetBSD Foundation nor the names of its | 
|  | 3297 | contributors may be used to endorse or promote products derived | 
|  | 3298 | from this software without specific prior written permission. | 
|  | 3299 |  | 
|  | 3300 | THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS | 
|  | 3301 | ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED | 
|  | 3302 | TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR | 
|  | 3303 | PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS | 
|  | 3304 | BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR | 
|  | 3305 | CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF | 
|  | 3306 | SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS | 
|  | 3307 | INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN | 
|  | 3308 | CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) | 
|  | 3309 | ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE | 
|  | 3310 | POSSIBILITY OF SUCH DAMAGE. | 
|  | 3311 |  | 
|  | 3312 | ------------------------------------------------------------------- | 
|  | 3313 |  | 
|  | 3314 | Copyright (c) 2002 Tim J. Robbins | 
|  | 3315 | All rights reserved. | 
|  | 3316 |  | 
|  | 3317 | Redistribution and use in source and binary forms, with or without | 
|  | 3318 | modification, are permitted provided that the following conditions | 
|  | 3319 | are met: | 
|  | 3320 | 1. Redistributions of source code must retain the above copyright | 
|  | 3321 | notice, this list of conditions and the following disclaimer. | 
|  | 3322 | 2. Redistributions in binary form must reproduce the above copyright | 
|  | 3323 | notice, this list of conditions and the following disclaimer in the | 
|  | 3324 | documentation and/or other materials provided with the distribution. | 
|  | 3325 |  | 
|  | 3326 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND | 
|  | 3327 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE | 
|  | 3328 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE | 
|  | 3329 | ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE | 
|  | 3330 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL | 
|  | 3331 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS | 
|  | 3332 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) | 
|  | 3333 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT | 
|  | 3334 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY | 
|  | 3335 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF | 
|  | 3336 | SUCH DAMAGE. | 
|  | 3337 |  | 
|  | 3338 | ------------------------------------------------------------------- | 
|  | 3339 |  | 
|  | 3340 | Copyright (c) 2002 Todd C. Miller <Todd.Miller@courtesan.com> | 
|  | 3341 |  | 
|  | 3342 | Permission to use, copy, modify, and distribute this software for any | 
|  | 3343 | purpose with or without fee is hereby granted, provided that the above | 
|  | 3344 | copyright notice and this permission notice appear in all copies. | 
|  | 3345 |  | 
|  | 3346 | THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES | 
|  | 3347 | WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF | 
|  | 3348 | MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR | 
|  | 3349 | ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES | 
|  | 3350 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN | 
|  | 3351 | ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF | 
|  | 3352 | OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. | 
|  | 3353 |  | 
|  | 3354 | Sponsored in part by the Defense Advanced Research Projects | 
|  | 3355 | Agency (DARPA) and Air Force Research Laboratory, Air Force | 
|  | 3356 | Materiel Command, USAF, under agreement number F39502-99-1-0512. | 
|  | 3357 |  | 
|  | 3358 | ------------------------------------------------------------------- | 
|  | 3359 |  | 
|  | 3360 | Copyright (c) 2002-2003 Opsycon AB  (www.opsycon.se / www.opsycon.com) | 
|  | 3361 |  | 
|  | 3362 | Redistribution and use in source and binary forms, with or without | 
|  | 3363 | modification, are permitted provided that the following conditions | 
|  | 3364 | are met: | 
|  | 3365 | 1. Redistributions of source code must retain the above copyright | 
|  | 3366 | notice, this list of conditions and the following disclaimer. | 
|  | 3367 | 2. Redistributions in binary form must reproduce the above copyright | 
|  | 3368 | notice, this list of conditions and the following disclaimer in the | 
|  | 3369 | documentation and/or other materials provided with the distribution. | 
|  | 3370 |  | 
|  | 3371 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS | 
|  | 3372 | OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED | 
|  | 3373 | WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE | 
|  | 3374 | ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY | 
|  | 3375 | DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL | 
|  | 3376 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS | 
|  | 3377 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) | 
|  | 3378 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT | 
|  | 3379 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY | 
|  | 3380 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF | 
|  | 3381 | SUCH DAMAGE. | 
|  | 3382 |  | 
|  | 3383 | ------------------------------------------------------------------- | 
|  | 3384 |  | 
|  | 3385 | Copyright (c) 2003 Constantin S. Svintsoff <kostik@iclub.nsu.ru> | 
|  | 3386 |  | 
|  | 3387 | Redistribution and use in source and binary forms, with or without | 
|  | 3388 | modification, are permitted provided that the following conditions | 
|  | 3389 | are met: | 
|  | 3390 | 1. Redistributions of source code must retain the above copyright | 
|  | 3391 | notice, this list of conditions and the following disclaimer. | 
|  | 3392 | 2. Redistributions in binary form must reproduce the above copyright | 
|  | 3393 | notice, this list of conditions and the following disclaimer in the | 
|  | 3394 | documentation and/or other materials provided with the distribution. | 
|  | 3395 | 3. The names of the authors may not be used to endorse or promote | 
|  | 3396 | products derived from this software without specific prior written | 
|  | 3397 | permission. | 
|  | 3398 |  | 
|  | 3399 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND | 
|  | 3400 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE | 
|  | 3401 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE | 
|  | 3402 | ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE | 
|  | 3403 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL | 
|  | 3404 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS | 
|  | 3405 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) | 
|  | 3406 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT | 
|  | 3407 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY | 
|  | 3408 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF | 
|  | 3409 | SUCH DAMAGE. | 
|  | 3410 |  | 
|  | 3411 | ------------------------------------------------------------------- | 
|  | 3412 |  | 
|  | 3413 | Copyright (c) 2003 Networks Associates Technology, Inc. | 
|  | 3414 | All rights reserved. | 
|  | 3415 |  | 
|  | 3416 | Portions of this software were developed for the FreeBSD Project by | 
|  | 3417 | Jacques A. Vidrine, Safeport Network Services, and Network | 
|  | 3418 | Associates Laboratories, the Security Research Division of Network | 
|  | 3419 | Associates, Inc. under DARPA/SPAWAR contract N66001-01-C-8035 | 
|  | 3420 | ("CBOSS"), as part of the DARPA CHATS research program. | 
|  | 3421 |  | 
|  | 3422 | Redistribution and use in source and binary forms, with or without | 
|  | 3423 | modification, are permitted provided that the following conditions | 
|  | 3424 | are met: | 
|  | 3425 | 1. Redistributions of source code must retain the above copyright | 
|  | 3426 | notice, this list of conditions and the following disclaimer. | 
|  | 3427 | 2. Redistributions in binary form must reproduce the above copyright | 
|  | 3428 | notice, this list of conditions and the following disclaimer in the | 
|  | 3429 | documentation and/or other materials provided with the distribution. | 
|  | 3430 |  | 
|  | 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 |  | 
| Nick Kralevich | 5e58ea0 | 2012-09-12 13:21:25 -0700 | [diff] [blame] | 3445 | Copyright (c) 2003 Todd C. Miller <Todd.Miller@courtesan.com> | 
|  | 3446 |  | 
|  | 3447 | Permission to use, copy, modify, and distribute this software for any | 
|  | 3448 | purpose with or without fee is hereby granted, provided that the above | 
|  | 3449 | copyright notice and this permission notice appear in all copies. | 
|  | 3450 |  | 
|  | 3451 | THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES | 
|  | 3452 | WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF | 
|  | 3453 | MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR | 
|  | 3454 | ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES | 
|  | 3455 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN | 
|  | 3456 | ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF | 
|  | 3457 | OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. | 
|  | 3458 |  | 
|  | 3459 | Sponsored in part by the Defense Advanced Research Projects | 
|  | 3460 | Agency (DARPA) and Air Force Research Laboratory, Air Force | 
|  | 3461 | Materiel Command, USAF, under agreement number F39502-99-1-0512. | 
|  | 3462 |  | 
|  | 3463 | ------------------------------------------------------------------- | 
|  | 3464 |  | 
| Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 3465 | Copyright (c) 2004 The NetBSD Foundation, Inc. | 
|  | 3466 | All rights reserved. | 
|  | 3467 |  | 
|  | 3468 | This code is derived from software contributed to The NetBSD Foundation | 
|  | 3469 | by Christos Zoulas. | 
|  | 3470 |  | 
|  | 3471 | Redistribution and use in source and binary forms, with or without | 
|  | 3472 | modification, are permitted provided that the following conditions | 
|  | 3473 | are met: | 
|  | 3474 | 1. Redistributions of source code must retain the above copyright | 
|  | 3475 | notice, this list of conditions and the following disclaimer. | 
|  | 3476 | 2. Redistributions in binary form must reproduce the above copyright | 
|  | 3477 | notice, this list of conditions and the following disclaimer in the | 
|  | 3478 | documentation and/or other materials provided with the distribution. | 
|  | 3479 | 3. All advertising materials mentioning features or use of this software | 
|  | 3480 | must display the following acknowledgement: | 
|  | 3481 | This product includes software developed by the NetBSD | 
|  | 3482 | Foundation, Inc. and its contributors. | 
|  | 3483 | 4. Neither the name of The NetBSD Foundation nor the names of its | 
|  | 3484 | contributors may be used to endorse or promote products derived | 
|  | 3485 | from this software without specific prior written permission. | 
|  | 3486 |  | 
|  | 3487 | THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS | 
|  | 3488 | ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED | 
|  | 3489 | TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR | 
|  | 3490 | PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS | 
|  | 3491 | BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR | 
|  | 3492 | CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF | 
|  | 3493 | SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS | 
|  | 3494 | INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN | 
|  | 3495 | CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) | 
|  | 3496 | ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE | 
|  | 3497 | POSSIBILITY OF SUCH DAMAGE. | 
|  | 3498 |  | 
|  | 3499 | ------------------------------------------------------------------- | 
|  | 3500 |  | 
|  | 3501 | Copyright (c) 2004 by Internet Systems Consortium, Inc. ("ISC") | 
|  | 3502 | Copyright (c) 1995,1999 by Internet Software Consortium. | 
|  | 3503 |  | 
|  | 3504 | Permission to use, copy, modify, and distribute this software for any | 
|  | 3505 | purpose with or without fee is hereby granted, provided that the above | 
|  | 3506 | copyright notice and this permission notice appear in all copies. | 
|  | 3507 |  | 
|  | 3508 | THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES | 
|  | 3509 | WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF | 
|  | 3510 | MERCHANTABILITY AND FITNESS.  IN NO EVENT SHALL ISC BE LIABLE FOR | 
|  | 3511 | ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES | 
|  | 3512 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN | 
|  | 3513 | ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT | 
|  | 3514 | OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. | 
|  | 3515 |  | 
|  | 3516 | ------------------------------------------------------------------- | 
|  | 3517 |  | 
|  | 3518 | Copyright (c) 2004 by Internet Systems Consortium, Inc. ("ISC") | 
|  | 3519 | Copyright (c) 1995-1999 by Internet Software Consortium | 
|  | 3520 |  | 
|  | 3521 | Permission to use, copy, modify, and distribute this software for any | 
|  | 3522 | purpose with or without fee is hereby granted, provided that the above | 
|  | 3523 | copyright notice and this permission notice appear in all copies. | 
|  | 3524 |  | 
|  | 3525 | THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES | 
|  | 3526 | WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF | 
|  | 3527 | MERCHANTABILITY AND FITNESS.  IN NO EVENT SHALL ISC BE LIABLE FOR | 
|  | 3528 | ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES | 
|  | 3529 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN | 
|  | 3530 | ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT | 
|  | 3531 | OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. | 
|  | 3532 |  | 
|  | 3533 | ------------------------------------------------------------------- | 
|  | 3534 |  | 
|  | 3535 | Copyright (c) 2004 by Internet Systems Consortium, Inc. ("ISC") | 
|  | 3536 | Copyright (c) 1995-1999 by Internet Software Consortium. | 
|  | 3537 |  | 
|  | 3538 | Permission to use, copy, modify, and distribute this software for any | 
|  | 3539 | purpose with or without fee is hereby granted, provided that the above | 
|  | 3540 | copyright notice and this permission notice appear in all copies. | 
|  | 3541 |  | 
|  | 3542 | THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES | 
|  | 3543 | WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF | 
|  | 3544 | MERCHANTABILITY AND FITNESS.  IN NO EVENT SHALL ISC BE LIABLE FOR | 
|  | 3545 | ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES | 
|  | 3546 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN | 
|  | 3547 | ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT | 
|  | 3548 | OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. | 
|  | 3549 |  | 
|  | 3550 | ------------------------------------------------------------------- | 
|  | 3551 |  | 
|  | 3552 | Copyright (c) 2004 by Internet Systems Consortium, Inc. ("ISC") | 
|  | 3553 | Copyright (c) 1996,1999 by Internet Software Consortium. | 
|  | 3554 |  | 
|  | 3555 | Permission to use, copy, modify, and distribute this software for any | 
|  | 3556 | purpose with or without fee is hereby granted, provided that the above | 
|  | 3557 | copyright notice and this permission notice appear in all copies. | 
|  | 3558 |  | 
|  | 3559 | THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES | 
|  | 3560 | WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF | 
|  | 3561 | MERCHANTABILITY AND FITNESS.  IN NO EVENT SHALL ISC BE LIABLE FOR | 
|  | 3562 | ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES | 
|  | 3563 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN | 
|  | 3564 | ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT | 
|  | 3565 | OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. | 
|  | 3566 |  | 
|  | 3567 | ------------------------------------------------------------------- | 
|  | 3568 |  | 
|  | 3569 | Copyright (c) 2004 by Internet Systems Consortium, Inc. ("ISC") | 
|  | 3570 | Copyright (c) 1996-1999 by Internet Software Consortium | 
|  | 3571 |  | 
|  | 3572 | Permission to use, copy, modify, and distribute this software for any | 
|  | 3573 | purpose with or without fee is hereby granted, provided that the above | 
|  | 3574 | copyright notice and this permission notice appear in all copies. | 
|  | 3575 |  | 
|  | 3576 | THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES | 
|  | 3577 | WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF | 
|  | 3578 | MERCHANTABILITY AND FITNESS.  IN NO EVENT SHALL ISC BE LIABLE FOR | 
|  | 3579 | ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES | 
|  | 3580 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN | 
|  | 3581 | ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT | 
|  | 3582 | OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. | 
|  | 3583 |  | 
|  | 3584 | ------------------------------------------------------------------- | 
|  | 3585 |  | 
|  | 3586 | Copyright (c) 2004 by Internet Systems Consortium, Inc. ("ISC") | 
|  | 3587 | Copyright (c) 1996-1999 by Internet Software Consortium. | 
|  | 3588 |  | 
|  | 3589 | Permission to use, copy, modify, and distribute this software for any | 
|  | 3590 | purpose with or without fee is hereby granted, provided that the above | 
|  | 3591 | copyright notice and this permission notice appear in all copies. | 
|  | 3592 |  | 
|  | 3593 | THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES | 
|  | 3594 | WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF | 
|  | 3595 | MERCHANTABILITY AND FITNESS.  IN NO EVENT SHALL ISC BE LIABLE FOR | 
|  | 3596 | ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES | 
|  | 3597 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN | 
|  | 3598 | ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT | 
|  | 3599 | OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. | 
|  | 3600 |  | 
|  | 3601 | ------------------------------------------------------------------- | 
|  | 3602 |  | 
|  | 3603 | Copyright (c) 2004 by Internet Systems Consortium, Inc. ("ISC") | 
|  | 3604 | Copyright (c) 1997,1999 by Internet Software Consortium. | 
|  | 3605 |  | 
|  | 3606 | Permission to use, copy, modify, and distribute this software for any | 
|  | 3607 | purpose with or without fee is hereby granted, provided that the above | 
|  | 3608 | copyright notice and this permission notice appear in all copies. | 
|  | 3609 |  | 
|  | 3610 | THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES | 
|  | 3611 | WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF | 
|  | 3612 | MERCHANTABILITY AND FITNESS.  IN NO EVENT SHALL ISC BE LIABLE FOR | 
|  | 3613 | ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES | 
|  | 3614 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN | 
|  | 3615 | ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT | 
|  | 3616 | OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. | 
|  | 3617 |  | 
|  | 3618 | ------------------------------------------------------------------- | 
|  | 3619 |  | 
|  | 3620 | Copyright (c) 2004 by Internet Systems Consortium, Inc. ("ISC") | 
| Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 3621 | Copyright (c) 1999 by Internet Software Consortium. | 
|  | 3622 |  | 
|  | 3623 | Permission to use, copy, modify, and distribute this software for any | 
|  | 3624 | purpose with or without fee is hereby granted, provided that the above | 
|  | 3625 | copyright notice and this permission notice appear in all copies. | 
|  | 3626 |  | 
|  | 3627 | THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES | 
|  | 3628 | WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF | 
|  | 3629 | MERCHANTABILITY AND FITNESS.  IN NO EVENT SHALL ISC BE LIABLE FOR | 
|  | 3630 | ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES | 
|  | 3631 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN | 
|  | 3632 | ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT | 
|  | 3633 | OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. | 
|  | 3634 |  | 
|  | 3635 | ------------------------------------------------------------------- | 
|  | 3636 |  | 
|  | 3637 | Copyright (c) 2004 by Internet Systems Consortium, Inc. ("ISC") | 
|  | 3638 | Portions Copyright (c) 1996-1999 by Internet Software Consortium. | 
|  | 3639 |  | 
|  | 3640 | Permission to use, copy, modify, and distribute this software for any | 
|  | 3641 | purpose with or without fee is hereby granted, provided that the above | 
|  | 3642 | copyright notice and this permission notice appear in all copies. | 
|  | 3643 |  | 
|  | 3644 | THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES | 
|  | 3645 | WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF | 
|  | 3646 | MERCHANTABILITY AND FITNESS.  IN NO EVENT SHALL ISC BE LIABLE FOR | 
|  | 3647 | ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES | 
|  | 3648 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN | 
|  | 3649 | ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT | 
|  | 3650 | OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. | 
|  | 3651 |  | 
|  | 3652 | ------------------------------------------------------------------- | 
|  | 3653 |  | 
|  | 3654 | Copyright (c) 2005 Tim J. Robbins. | 
|  | 3655 | All rights reserved. | 
|  | 3656 |  | 
|  | 3657 | Redistribution and use in source and binary forms, with or without | 
|  | 3658 | modification, are permitted provided that the following conditions | 
|  | 3659 | are met: | 
|  | 3660 | 1. Redistributions of source code must retain the above copyright | 
|  | 3661 | notice, this list of conditions and the following disclaimer. | 
|  | 3662 | 2. Redistributions in binary form must reproduce the above copyright | 
|  | 3663 | notice, this list of conditions and the following disclaimer in the | 
|  | 3664 | documentation and/or other materials provided with the distribution. | 
|  | 3665 |  | 
|  | 3666 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND | 
|  | 3667 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE | 
|  | 3668 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE | 
|  | 3669 | ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE | 
|  | 3670 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL | 
|  | 3671 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS | 
|  | 3672 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) | 
|  | 3673 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT | 
|  | 3674 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY | 
|  | 3675 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF | 
|  | 3676 | SUCH DAMAGE. | 
|  | 3677 |  | 
|  | 3678 | ------------------------------------------------------------------- | 
|  | 3679 |  | 
| Elliott Hughes | 448080d | 2013-01-29 16:25:06 -0800 | [diff] [blame] | 3680 | Copyright (c) 2005 by Internet Systems Consortium, Inc. ("ISC") | 
|  | 3681 | Copyright (c) 1995-1999 by Internet Software Consortium | 
|  | 3682 |  | 
|  | 3683 | Permission to use, copy, modify, and distribute this software for any | 
|  | 3684 | purpose with or without fee is hereby granted, provided that the above | 
|  | 3685 | copyright notice and this permission notice appear in all copies. | 
|  | 3686 |  | 
|  | 3687 | THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES | 
|  | 3688 | WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF | 
|  | 3689 | MERCHANTABILITY AND FITNESS.  IN NO EVENT SHALL ISC BE LIABLE FOR | 
|  | 3690 | ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES | 
|  | 3691 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN | 
|  | 3692 | ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT | 
|  | 3693 | OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. | 
|  | 3694 |  | 
|  | 3695 | ------------------------------------------------------------------- | 
|  | 3696 |  | 
| Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 3697 | Copyright (c) 2007-2008  Michael G Schwern | 
|  | 3698 |  | 
|  | 3699 | This software originally derived from Paul Sheer's pivotal_gmtime_r.c. | 
|  | 3700 |  | 
|  | 3701 | The MIT License: | 
|  | 3702 |  | 
|  | 3703 | Permission is hereby granted, free of charge, to any person obtaining a copy | 
|  | 3704 | of this software and associated documentation files (the "Software"), to deal | 
|  | 3705 | in the Software without restriction, including without limitation the rights | 
|  | 3706 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | 
|  | 3707 | copies of the Software, and to permit persons to whom the Software is | 
|  | 3708 | furnished to do so, subject to the following conditions: | 
|  | 3709 |  | 
|  | 3710 | The above copyright notice and this permission notice shall be included in | 
|  | 3711 | all copies or substantial portions of the Software. | 
|  | 3712 |  | 
|  | 3713 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | 
|  | 3714 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | 
|  | 3715 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE | 
|  | 3716 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER | 
|  | 3717 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, | 
|  | 3718 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN | 
|  | 3719 | THE SOFTWARE. | 
|  | 3720 |  | 
| Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 3721 | ------------------------------------------------------------------- | 
|  | 3722 |  | 
| Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 3723 | Copyright (c) 2007-2008  Michael G Schwern | 
| Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 3724 |  | 
| Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 3725 | This software originally derived from Paul Sheer's pivotal_gmtime_r.c. | 
| Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 3726 |  | 
| Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 3727 | The MIT License: | 
|  | 3728 |  | 
|  | 3729 | Permission is hereby granted, free of charge, to any person obtaining a copy | 
|  | 3730 | of this software and associated documentation files (the "Software"), to deal | 
|  | 3731 | in the Software without restriction, including without limitation the rights | 
|  | 3732 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | 
|  | 3733 | copies of the Software, and to permit persons to whom the Software is | 
|  | 3734 | furnished to do so, subject to the following conditions: | 
|  | 3735 |  | 
|  | 3736 | The above copyright notice and this permission notice shall be included in | 
|  | 3737 | all copies or substantial portions of the Software. | 
|  | 3738 |  | 
|  | 3739 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | 
|  | 3740 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | 
|  | 3741 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE | 
|  | 3742 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER | 
|  | 3743 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, | 
|  | 3744 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN | 
|  | 3745 | THE SOFTWARE. | 
|  | 3746 |  | 
|  | 3747 | Origin: http://code.google.com/p/y2038 | 
|  | 3748 | Modified for Bionic by the Android Open Source Project | 
| Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 3749 |  | 
|  | 3750 | ------------------------------------------------------------------- | 
|  | 3751 |  | 
|  | 3752 | Copyright (c) 2008  Android Open Source Project (query id randomization) | 
|  | 3753 | Copyright (c) 1985, 1993 | 
|  | 3754 | The Regents of the University of California.  All rights reserved. | 
|  | 3755 |  | 
|  | 3756 | Redistribution and use in source and binary forms, with or without | 
|  | 3757 | modification, are permitted provided that the following conditions | 
|  | 3758 | are met: | 
|  | 3759 | 1. Redistributions of source code must retain the above copyright | 
|  | 3760 | notice, this list of conditions and the following disclaimer. | 
|  | 3761 | 2. Redistributions in binary form must reproduce the above copyright | 
|  | 3762 | notice, this list of conditions and the following disclaimer in the | 
|  | 3763 | documentation and/or other materials provided with the distribution. | 
|  | 3764 | 3. All advertising materials mentioning features or use of this software | 
|  | 3765 | must display the following acknowledgement: | 
|  | 3766 | This product includes software developed by the University of | 
|  | 3767 | California, Berkeley and its contributors. | 
|  | 3768 | 4. Neither the name of the University nor the names of its contributors | 
|  | 3769 | may be used to endorse or promote products derived from this software | 
|  | 3770 | without specific prior written permission. | 
|  | 3771 |  | 
|  | 3772 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND | 
|  | 3773 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE | 
|  | 3774 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE | 
|  | 3775 | ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE | 
|  | 3776 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL | 
|  | 3777 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS | 
|  | 3778 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) | 
|  | 3779 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT | 
|  | 3780 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY | 
|  | 3781 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF | 
|  | 3782 | SUCH DAMAGE. | 
|  | 3783 |  | 
|  | 3784 | ------------------------------------------------------------------- | 
| Michael Hope | ea8fad1 | 2012-07-31 16:18:22 +1200 | [diff] [blame] | 3785 |  | 
| Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 3786 | Copyright (c) 2008 Todd C. Miller <millert@openbsd.org> | 
|  | 3787 |  | 
|  | 3788 | Permission to use, copy, modify, and distribute this software for any | 
|  | 3789 | purpose with or without fee is hereby granted, provided that the above | 
|  | 3790 | copyright notice and this permission notice appear in all copies. | 
|  | 3791 |  | 
|  | 3792 | THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES | 
|  | 3793 | WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF | 
|  | 3794 | MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR | 
|  | 3795 | ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES | 
|  | 3796 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN | 
|  | 3797 | ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF | 
|  | 3798 | OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. | 
|  | 3799 |  | 
|  | 3800 | ------------------------------------------------------------------- | 
|  | 3801 |  | 
|  | 3802 | Copyright (c) 2009 | 
|  | 3803 | MIPS Technologies, Inc., California. | 
|  | 3804 |  | 
|  | 3805 | Redistribution and use in source and binary forms, with or without | 
|  | 3806 | modification, are permitted provided that the following conditions | 
|  | 3807 | are met: | 
|  | 3808 | 1. Redistributions of source code must retain the above copyright | 
|  | 3809 | notice, this list of conditions and the following disclaimer. | 
|  | 3810 | 2. Redistributions in binary form must reproduce the above copyright | 
|  | 3811 | notice, this list of conditions and the following disclaimer in the | 
|  | 3812 | documentation and/or other materials provided with the distribution. | 
|  | 3813 | 3. Neither the name of the MIPS Technologies, Inc., nor the names of its | 
|  | 3814 | contributors may be used to endorse or promote products derived from | 
|  | 3815 | this software without specific prior written permission. | 
|  | 3816 |  | 
|  | 3817 | THIS SOFTWARE IS PROVIDED BY THE MIPS TECHNOLOGIES, INC. ``AS IS'' AND | 
|  | 3818 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE | 
|  | 3819 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE | 
|  | 3820 | ARE DISCLAIMED.  IN NO EVENT SHALL THE MIPS TECHNOLOGIES, INC. BE LIABLE | 
|  | 3821 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL | 
|  | 3822 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS | 
|  | 3823 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) | 
|  | 3824 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT | 
|  | 3825 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY | 
|  | 3826 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF | 
|  | 3827 | SUCH DAMAGE. | 
|  | 3828 |  | 
|  | 3829 | ------------------------------------------------------------------- | 
|  | 3830 |  | 
|  | 3831 | Copyright (c) 2009 David Schultz <das@FreeBSD.org> | 
|  | 3832 | All rights reserved. | 
|  | 3833 |  | 
|  | 3834 | Redistribution and use in source and binary forms, with or without | 
|  | 3835 | modification, are permitted provided that the following conditions | 
|  | 3836 | are met: | 
|  | 3837 | 1. Redistributions of source code must retain the above copyright | 
|  | 3838 | notice, this list of conditions and the following disclaimer. | 
|  | 3839 | 2. Redistributions in binary form must reproduce the above copyright | 
|  | 3840 | notice, this list of conditions and the following disclaimer in the | 
|  | 3841 | documentation and/or other materials provided with the distribution. | 
|  | 3842 |  | 
|  | 3843 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND | 
|  | 3844 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE | 
|  | 3845 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE | 
|  | 3846 | ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE | 
|  | 3847 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL | 
|  | 3848 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS | 
|  | 3849 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) | 
|  | 3850 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT | 
|  | 3851 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY | 
|  | 3852 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF | 
|  | 3853 | SUCH DAMAGE. | 
|  | 3854 |  | 
|  | 3855 | ------------------------------------------------------------------- | 
|  | 3856 |  | 
| Irina Tirdea | eac9eb4 | 2012-09-08 09:28:30 +0300 | [diff] [blame] | 3857 | Copyright (c) 2009 The NetBSD Foundation, Inc. | 
|  | 3858 |  | 
|  | 3859 | This code is derived from software contributed to The NetBSD Foundation | 
|  | 3860 | by Roy Marples. | 
|  | 3861 |  | 
|  | 3862 | Redistribution and use in source and binary forms, with or without | 
|  | 3863 | modification, are permitted provided that the following conditions | 
|  | 3864 | are met: | 
|  | 3865 | 1. Redistributions of source code must retain the above copyright | 
|  | 3866 | notice, this list of conditions and the following disclaimer. | 
|  | 3867 | 2. Redistributions in binary form must reproduce the above copyright | 
|  | 3868 | notice, this list of conditions and the following disclaimer in the | 
|  | 3869 | documentation and/or other materials provided with the distribution. | 
|  | 3870 |  | 
|  | 3871 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR | 
|  | 3872 | IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES | 
|  | 3873 | OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. | 
|  | 3874 | IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, | 
|  | 3875 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT | 
|  | 3876 | NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, | 
|  | 3877 | DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY | 
|  | 3878 | THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT | 
|  | 3879 | (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF | 
|  | 3880 | THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | 
|  | 3881 |  | 
|  | 3882 | ------------------------------------------------------------------- | 
|  | 3883 |  | 
| Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 3884 | Copyright (c) 2010 MIPS Technologies, Inc. | 
|  | 3885 |  | 
|  | 3886 | All rights reserved. | 
|  | 3887 |  | 
|  | 3888 | Redistribution and use in source and binary forms, with or without | 
|  | 3889 | modification, are permitted provided that the following conditions | 
|  | 3890 | are met: | 
|  | 3891 |  | 
|  | 3892 | Redistributions of source code must retain the above copyright | 
|  | 3893 | notice, this list of conditions and the following disclaimer. | 
|  | 3894 | Redistributions in binary form must reproduce the above copyright | 
|  | 3895 | notice, this list of conditions and the following disclaimer | 
|  | 3896 | in the documentation and/or other materials provided with | 
|  | 3897 | the distribution. | 
|  | 3898 | Neither the name of MIPS Technologies Inc. nor the names of its | 
|  | 3899 | contributors may be used to endorse or promote products derived | 
|  | 3900 | from this software without specific prior written permission. | 
|  | 3901 |  | 
|  | 3902 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS | 
|  | 3903 | "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT | 
|  | 3904 | LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR | 
|  | 3905 | A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT | 
|  | 3906 | OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, | 
|  | 3907 | SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT | 
|  | 3908 | 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 | 
|  | 3912 | OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | 
|  | 3913 |  | 
|  | 3914 | ------------------------------------------------------------------- | 
|  | 3915 |  | 
| Elliott Hughes | 2815b1d | 2013-06-12 16:00:41 -0700 | [diff] [blame^] | 3916 | Copyright (c) 2010, 2011 Intel Corporation | 
|  | 3917 | All rights reserved. | 
|  | 3918 |  | 
|  | 3919 | Redistribution and use in source and binary forms, with or without | 
|  | 3920 | modification, are permitted provided that the following conditions are met: | 
|  | 3921 |  | 
|  | 3922 | Redistributions of source code must retain the above copyright notice, | 
|  | 3923 | this list of conditions and the following disclaimer. | 
|  | 3924 |  | 
|  | 3925 | Redistributions in binary form must reproduce the above copyright notice, | 
|  | 3926 | this list of conditions and the following disclaimer in the documentation | 
|  | 3927 | and/or other materials provided with the distribution. | 
|  | 3928 |  | 
|  | 3929 | Neither the name of Intel Corporation nor the names of its contributors | 
|  | 3930 | may be used to endorse or promote products derived from this software | 
|  | 3931 | without specific prior written permission. | 
|  | 3932 |  | 
|  | 3933 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND | 
|  | 3934 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED | 
|  | 3935 | WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE | 
|  | 3936 | DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR | 
|  | 3937 | ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES | 
|  | 3938 | (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; | 
|  | 3939 | LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON | 
|  | 3940 | ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT | 
|  | 3941 | (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS | 
|  | 3942 | SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | 
|  | 3943 |  | 
|  | 3944 | ------------------------------------------------------------------- | 
|  | 3945 |  | 
| Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 3946 | Copyright (c) 2010, Intel Corporation | 
|  | 3947 | All rights reserved. | 
|  | 3948 |  | 
|  | 3949 | Redistribution and use in source and binary forms, with or without | 
|  | 3950 | modification, are permitted provided that the following conditions are met: | 
|  | 3951 |  | 
|  | 3952 | Redistributions of source code must retain the above copyright notice, | 
|  | 3953 | this list of conditions and the following disclaimer. | 
|  | 3954 |  | 
|  | 3955 | Redistributions in binary form must reproduce the above copyright notice, | 
|  | 3956 | this list of conditions and the following disclaimer in the documentation | 
|  | 3957 | and/or other materials provided with the distribution. | 
|  | 3958 |  | 
|  | 3959 | Neither the name of Intel Corporation nor the names of its contributors | 
|  | 3960 | may be used to endorse or promote products derived from this software | 
|  | 3961 | without specific prior written permission. | 
|  | 3962 |  | 
|  | 3963 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND | 
|  | 3964 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED | 
|  | 3965 | WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE | 
|  | 3966 | DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR | 
|  | 3967 | ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES | 
|  | 3968 | (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; | 
|  | 3969 | LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON | 
|  | 3970 | ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT | 
|  | 3971 | (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS | 
|  | 3972 | SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | 
|  | 3973 |  | 
|  | 3974 | ------------------------------------------------------------------- | 
|  | 3975 |  | 
| Elliott Hughes | 2815b1d | 2013-06-12 16:00:41 -0700 | [diff] [blame^] | 3976 | Copyright (c) 2011 Intel Corporation | 
|  | 3977 | All rights reserved. | 
|  | 3978 |  | 
|  | 3979 | Redistribution and use in source and binary forms, with or without | 
|  | 3980 | modification, are permitted provided that the following conditions are met: | 
|  | 3981 |  | 
|  | 3982 | Redistributions of source code must retain the above copyright notice, | 
|  | 3983 | this list of conditions and the following disclaimer. | 
|  | 3984 |  | 
|  | 3985 | Redistributions in binary form must reproduce the above copyright notice, | 
|  | 3986 | this list of conditions and the following disclaimer in the documentation | 
|  | 3987 | and/or other materials provided with the distribution. | 
|  | 3988 |  | 
|  | 3989 | Neither the name of Intel Corporation nor the names of its contributors | 
|  | 3990 | may be used to endorse or promote products derived from this software | 
|  | 3991 | without specific prior written permission. | 
|  | 3992 |  | 
|  | 3993 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND | 
|  | 3994 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED | 
|  | 3995 | WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE | 
|  | 3996 | DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR | 
|  | 3997 | ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES | 
|  | 3998 | (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; | 
|  | 3999 | LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON | 
|  | 4000 | ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT | 
|  | 4001 | (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS | 
|  | 4002 | SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | 
|  | 4003 |  | 
|  | 4004 | ------------------------------------------------------------------- | 
|  | 4005 |  | 
| Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 4006 | Copyright (c) 2011 The Android Open Source Project | 
|  | 4007 | Copyright (c) 2008 ARM Ltd | 
|  | 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 | 
|  | 4012 | are met: | 
|  | 4013 | 1. Redistributions of source code must retain the above copyright | 
|  | 4014 | notice, this list of conditions and the following disclaimer. | 
|  | 4015 | 2. Redistributions in binary form must reproduce the above copyright | 
|  | 4016 | notice, this list of conditions and the following disclaimer in the | 
|  | 4017 | documentation and/or other materials provided with the distribution. | 
|  | 4018 | 3. The name of the company may not be used to endorse or promote | 
|  | 4019 | products derived from this software without specific prior written | 
|  | 4020 | permission. | 
|  | 4021 |  | 
|  | 4022 | THIS SOFTWARE IS PROVIDED BY ARM LTD ``AS IS'' AND ANY EXPRESS OR IMPLIED | 
|  | 4023 | WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF | 
|  | 4024 | MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. | 
|  | 4025 | IN NO EVENT SHALL ARM LTD BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, | 
|  | 4026 | SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED | 
|  | 4027 | TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR | 
|  | 4028 | PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF | 
|  | 4029 | LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING | 
|  | 4030 | NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS | 
|  | 4031 | SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | 
|  | 4032 |  | 
|  | 4033 | ------------------------------------------------------------------- | 
|  | 4034 |  | 
| Elliott Hughes | 2815b1d | 2013-06-12 16:00:41 -0700 | [diff] [blame^] | 4035 | Copyright (c) 2011, Intel Corporation | 
|  | 4036 | All rights reserved. | 
|  | 4037 |  | 
|  | 4038 | Redistribution and use in source and binary forms, with or without | 
|  | 4039 | modification, are permitted provided that the following conditions are met: | 
|  | 4040 |  | 
|  | 4041 | Redistributions of source code must retain the above copyright notice, | 
|  | 4042 | this list of conditions and the following disclaimer. | 
|  | 4043 |  | 
|  | 4044 | Redistributions in binary form must reproduce the above copyright notice, | 
|  | 4045 | this list of conditions and the following disclaimer in the documentation | 
|  | 4046 | and/or other materials provided with the distribution. | 
|  | 4047 |  | 
|  | 4048 | Neither the name of Intel Corporation nor the names of its contributors | 
|  | 4049 | may be used to endorse or promote products derived from this software | 
|  | 4050 | without specific prior written permission. | 
|  | 4051 |  | 
|  | 4052 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND | 
|  | 4053 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED | 
|  | 4054 | WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE | 
|  | 4055 | DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR | 
|  | 4056 | ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES | 
|  | 4057 | (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; | 
|  | 4058 | LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON | 
|  | 4059 | ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT | 
|  | 4060 | (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS | 
|  | 4061 | SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | 
|  | 4062 |  | 
|  | 4063 | ------------------------------------------------------------------- | 
|  | 4064 |  | 
| Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 4065 | Copyright (c) 2011, VMware, Inc. | 
|  | 4066 | All rights reserved. | 
|  | 4067 |  | 
|  | 4068 | Redistribution and use in source and binary forms, with or without | 
|  | 4069 | modification, are permitted provided that the following conditions are met: | 
|  | 4070 | Redistributions of source code must retain the above copyright | 
|  | 4071 | notice, this list of conditions and the following disclaimer. | 
|  | 4072 | Redistributions in binary form must reproduce the above copyright | 
|  | 4073 | notice, this list of conditions and the following disclaimer in the | 
|  | 4074 | documentation and/or other materials provided with the distribution. | 
|  | 4075 | Neither the name of the VMware, Inc. nor the names of its contributors | 
|  | 4076 | may be used to endorse or promote products derived from this software | 
|  | 4077 | without specific prior written permission. | 
|  | 4078 |  | 
|  | 4079 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" | 
|  | 4080 | AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE | 
|  | 4081 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE | 
|  | 4082 | ARE DISCLAIMED. IN NO EVENT SHALL VMWARE, INC. OR CONTRIBUTORS BE LIABLE FOR | 
|  | 4083 | ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES | 
|  | 4084 | (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; | 
|  | 4085 | LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND | 
|  | 4086 | ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT | 
|  | 4087 | (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF | 
|  | 4088 | THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | 
|  | 4089 |  | 
|  | 4090 | ------------------------------------------------------------------- | 
|  | 4091 |  | 
| Elliott Hughes | 965b867 | 2012-09-13 16:51:57 -0700 | [diff] [blame] | 4092 | Copyright (c) 2012 The Android Open Source Project | 
|  | 4093 | All rights reserved. | 
|  | 4094 |  | 
|  | 4095 | Redistribution and use in source and binary forms, with or without | 
|  | 4096 | modification, are permitted provided that the following conditions | 
|  | 4097 | are met: | 
|  | 4098 | Redistributions of source code must retain the above copyright | 
|  | 4099 | notice, this list of conditions and the following disclaimer. | 
|  | 4100 | Redistributions in binary form must reproduce the above copyright | 
|  | 4101 | notice, this list of conditions and the following disclaimer in | 
|  | 4102 | the documentation and/or other materials provided with the | 
|  | 4103 | distribution. | 
|  | 4104 |  | 
|  | 4105 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS | 
|  | 4106 | "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT | 
|  | 4107 | LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS | 
|  | 4108 | FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE | 
|  | 4109 | COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, | 
|  | 4110 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, | 
|  | 4111 | BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS | 
|  | 4112 | OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED | 
|  | 4113 | AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, | 
|  | 4114 | OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT | 
|  | 4115 | OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF | 
|  | 4116 | SUCH DAMAGE. | 
|  | 4117 |  | 
|  | 4118 | ------------------------------------------------------------------- | 
|  | 4119 |  | 
| Elliott Hughes | 0493a6f | 2013-03-07 11:48:58 -0800 | [diff] [blame] | 4120 | Copyright (c) 2013 ARM Ltd | 
|  | 4121 | All rights reserved. | 
|  | 4122 |  | 
|  | 4123 | Redistribution and use in source and binary forms, with or without | 
|  | 4124 | modification, are permitted provided that the following conditions | 
|  | 4125 | are met: | 
|  | 4126 | 1. Redistributions of source code must retain the above copyright | 
|  | 4127 | notice, this list of conditions and the following disclaimer. | 
|  | 4128 | 2. Redistributions in binary form must reproduce the above copyright | 
|  | 4129 | notice, this list of conditions and the following disclaimer in the | 
|  | 4130 | documentation and/or other materials provided with the distribution. | 
|  | 4131 | 3. The name of the company may not be used to endorse or promote | 
|  | 4132 | products derived from this software without specific prior written | 
|  | 4133 | permission. | 
|  | 4134 |  | 
|  | 4135 | THIS SOFTWARE IS PROVIDED BY ARM LTD ``AS IS'' AND ANY EXPRESS OR IMPLIED | 
|  | 4136 | WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF | 
|  | 4137 | MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. | 
|  | 4138 | IN NO EVENT SHALL ARM LTD BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, | 
|  | 4139 | SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED | 
|  | 4140 | TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR | 
|  | 4141 | PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF | 
|  | 4142 | LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING | 
|  | 4143 | NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS | 
|  | 4144 | SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | 
|  | 4145 |  | 
|  | 4146 | ------------------------------------------------------------------- | 
|  | 4147 |  | 
| Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 4148 | Copyright (c)1999 Citrus Project, | 
|  | 4149 | All rights reserved. | 
|  | 4150 |  | 
|  | 4151 | Redistribution and use in source and binary forms, with or without | 
|  | 4152 | modification, are permitted provided that the following conditions | 
|  | 4153 | are met: | 
|  | 4154 | 1. Redistributions of source code must retain the above copyright | 
|  | 4155 | notice, this list of conditions and the following disclaimer. | 
|  | 4156 | 2. Redistributions in binary form must reproduce the above copyright | 
|  | 4157 | notice, this list of conditions and the following disclaimer in the | 
|  | 4158 | documentation and/or other materials provided with the distribution. | 
|  | 4159 |  | 
|  | 4160 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND | 
|  | 4161 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE | 
|  | 4162 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE | 
|  | 4163 | ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE | 
|  | 4164 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL | 
|  | 4165 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS | 
|  | 4166 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) | 
|  | 4167 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT | 
|  | 4168 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY | 
|  | 4169 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF | 
|  | 4170 | SUCH DAMAGE. | 
|  | 4171 |  | 
|  | 4172 | ------------------------------------------------------------------- | 
|  | 4173 |  | 
|  | 4174 | Copyright (c)2001 Citrus Project, | 
|  | 4175 | All rights reserved. | 
|  | 4176 |  | 
|  | 4177 | Redistribution and use in source and binary forms, with or without | 
|  | 4178 | modification, are permitted provided that the following conditions | 
|  | 4179 | are met: | 
|  | 4180 | 1. Redistributions of source code must retain the above copyright | 
|  | 4181 | notice, this list of conditions and the following disclaimer. | 
|  | 4182 | 2. Redistributions in binary form must reproduce the above copyright | 
|  | 4183 | notice, this list of conditions and the following disclaimer in the | 
|  | 4184 | documentation and/or other materials provided with the distribution. | 
|  | 4185 |  | 
|  | 4186 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND | 
|  | 4187 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE | 
|  | 4188 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE | 
|  | 4189 | ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE | 
|  | 4190 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL | 
|  | 4191 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS | 
|  | 4192 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) | 
|  | 4193 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT | 
|  | 4194 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY | 
|  | 4195 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF | 
|  | 4196 | SUCH DAMAGE. | 
|  | 4197 |  | 
|  | 4198 | ------------------------------------------------------------------- | 
|  | 4199 |  | 
|  | 4200 | Copyright 1997 Niels Provos <provos@physnet.uni-hamburg.de> | 
|  | 4201 | Copyright 2008 Damien Miller <djm@openbsd.org> | 
|  | 4202 | Copyright 2008 Android Open Source Project (thread-safety) | 
|  | 4203 | All rights reserved. | 
|  | 4204 |  | 
|  | 4205 | Theo de Raadt <deraadt@openbsd.org> came up with the idea of using | 
|  | 4206 | such a mathematical system to generate more random (yet non-repeating) | 
|  | 4207 | ids to solve the resolver/named problem.  But Niels designed the | 
|  | 4208 | actual system based on the constraints. | 
|  | 4209 |  | 
|  | 4210 | Later modified by Damien Miller to wrap the LCG output in a 15-bit | 
|  | 4211 | permutation generator based on a Luby-Rackoff block cipher. This | 
|  | 4212 | ensures the output is non-repeating and preserves the MSB twiddle | 
|  | 4213 | trick, but makes it more resistant to LCG prediction. | 
|  | 4214 |  | 
|  | 4215 | Redistribution and use in source and binary forms, with or without | 
|  | 4216 | modification, are permitted provided that the following conditions | 
|  | 4217 | are met: | 
|  | 4218 | 1. Redistributions of source code must retain the above copyright | 
|  | 4219 | notice, this list of conditions and the following disclaimer. | 
|  | 4220 | 2. Redistributions in binary form must reproduce the above copyright | 
|  | 4221 | notice, this list of conditions and the following disclaimer in the | 
|  | 4222 | documentation and/or other materials provided with the distribution. | 
|  | 4223 |  | 
|  | 4224 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR | 
|  | 4225 | IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES | 
|  | 4226 | OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. | 
|  | 4227 | IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, | 
|  | 4228 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT | 
|  | 4229 | NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, | 
|  | 4230 | DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY | 
|  | 4231 | THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT | 
|  | 4232 | (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF | 
|  | 4233 | THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | 
|  | 4234 |  | 
|  | 4235 | ------------------------------------------------------------------- | 
|  | 4236 |  | 
|  | 4237 | Copyright 2000 David E. O'Brien, John D. Polstra. | 
|  | 4238 | All rights reserved. | 
|  | 4239 |  | 
|  | 4240 | Redistribution and use in source and binary forms, with or without | 
|  | 4241 | modification, are permitted provided that the following conditions | 
|  | 4242 | are met: | 
|  | 4243 | 1. Redistributions of source code must retain the above copyright | 
|  | 4244 | notice, this list of conditions and the following disclaimer. | 
|  | 4245 | 2. Redistributions in binary form must reproduce the above copyright | 
|  | 4246 | notice, this list of conditions and the following disclaimer in the | 
|  | 4247 | documentation and/or other materials provided with the distribution. | 
|  | 4248 |  | 
|  | 4249 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR | 
|  | 4250 | IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES | 
|  | 4251 | OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. | 
|  | 4252 | IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, | 
|  | 4253 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT | 
|  | 4254 | NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, | 
|  | 4255 | DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY | 
|  | 4256 | THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT | 
|  | 4257 | (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF | 
|  | 4258 | THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | 
|  | 4259 |  | 
|  | 4260 | ------------------------------------------------------------------- | 
|  | 4261 |  | 
|  | 4262 | Copyright 2006, The Android Open Source Project | 
|  | 4263 |  | 
|  | 4264 | Redistribution and use in source and binary forms, with or without | 
|  | 4265 | modification, are permitted provided that the following conditions are met: | 
|  | 4266 | Redistributions of source code must retain the above copyright | 
|  | 4267 | notice, this list of conditions and the following disclaimer. | 
|  | 4268 | Redistributions in binary form must reproduce the above copyright | 
|  | 4269 | notice, this list of conditions and the following disclaimer in the | 
|  | 4270 | documentation and/or other materials provided with the distribution. | 
|  | 4271 | Neither the name of Google Inc. nor the names of its contributors may | 
|  | 4272 | be used to endorse or promote products derived from this software | 
|  | 4273 | without specific prior written permission. | 
|  | 4274 |  | 
|  | 4275 | THIS SOFTWARE IS PROVIDED BY Google Inc. ``AS IS'' AND ANY EXPRESS OR | 
|  | 4276 | IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF | 
|  | 4277 | MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO | 
|  | 4278 | EVENT SHALL Google Inc. BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, | 
|  | 4279 | SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, | 
|  | 4280 | PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; | 
|  | 4281 | OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, | 
|  | 4282 | WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR | 
|  | 4283 | OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF | 
|  | 4284 | ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | 
|  | 4285 |  | 
|  | 4286 | ------------------------------------------------------------------- | 
|  | 4287 |  | 
|  | 4288 | Copyright 2006-2008, The Android Open Source Project | 
|  | 4289 |  | 
|  | 4290 | Redistribution and use in source and binary forms, with or without | 
|  | 4291 | modification, are permitted provided that the following conditions are met: | 
|  | 4292 | Redistributions of source code must retain the above copyright | 
|  | 4293 | notice, this list of conditions and the following disclaimer. | 
|  | 4294 | Redistributions in binary form must reproduce the above copyright | 
|  | 4295 | notice, this list of conditions and the following disclaimer in the | 
|  | 4296 | documentation and/or other materials provided with the distribution. | 
|  | 4297 | Neither the name of Google Inc. nor the names of its contributors may | 
|  | 4298 | be used to endorse or promote products derived from this software | 
|  | 4299 | without specific prior written permission. | 
|  | 4300 |  | 
|  | 4301 | THIS SOFTWARE IS PROVIDED BY Google Inc. ``AS IS'' AND ANY EXPRESS OR | 
|  | 4302 | IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF | 
|  | 4303 | MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO | 
|  | 4304 | EVENT SHALL Google Inc. BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, | 
|  | 4305 | SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, | 
|  | 4306 | PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; | 
|  | 4307 | OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, | 
|  | 4308 | WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR | 
|  | 4309 | OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF | 
|  | 4310 | ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | 
|  | 4311 |  | 
|  | 4312 | ------------------------------------------------------------------- | 
|  | 4313 |  | 
|  | 4314 | Copyright 2008  Android Open Source Project (source port randomization) | 
|  | 4315 | Copyright (c) 1985, 1989, 1993 | 
|  | 4316 | The Regents of the University of California.  All rights reserved. | 
|  | 4317 |  | 
|  | 4318 | Redistribution and use in source and binary forms, with or without | 
|  | 4319 | modification, are permitted provided that the following conditions | 
|  | 4320 | are met: | 
|  | 4321 | 1. Redistributions of source code must retain the above copyright | 
|  | 4322 | notice, this list of conditions and the following disclaimer. | 
|  | 4323 | 2. Redistributions in binary form must reproduce the above copyright | 
|  | 4324 | notice, this list of conditions and the following disclaimer in the | 
|  | 4325 | documentation and/or other materials provided with the distribution. | 
|  | 4326 | 3. All advertising materials mentioning features or use of this software | 
|  | 4327 | must display the following acknowledgement: | 
|  | 4328 | This product includes software developed by the University of | 
|  | 4329 | California, Berkeley and its contributors. | 
|  | 4330 | 4. Neither the name of the University nor the names of its contributors | 
|  | 4331 | may be used to endorse or promote products derived from this software | 
|  | 4332 | without specific prior written permission. | 
|  | 4333 |  | 
|  | 4334 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND | 
|  | 4335 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE | 
|  | 4336 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE | 
|  | 4337 | ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE | 
|  | 4338 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL | 
|  | 4339 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS | 
|  | 4340 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) | 
|  | 4341 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT | 
|  | 4342 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY | 
|  | 4343 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF | 
|  | 4344 | SUCH DAMAGE. | 
|  | 4345 |  | 
|  | 4346 | ------------------------------------------------------------------- | 
|  | 4347 |  | 
|  | 4348 | Portions Copyright (c) 1993 by Digital Equipment Corporation. | 
|  | 4349 |  | 
|  | 4350 | Permission to use, copy, modify, and distribute this software for any | 
|  | 4351 | purpose with or without fee is hereby granted, provided that the above | 
|  | 4352 | copyright notice and this permission notice appear in all copies, and that | 
|  | 4353 | the name of Digital Equipment Corporation not be used in advertising or | 
|  | 4354 | publicity pertaining to distribution of the document or software without | 
|  | 4355 | specific, written prior permission. | 
|  | 4356 |  | 
|  | 4357 | THE SOFTWARE IS PROVIDED "AS IS" AND DIGITAL EQUIPMENT CORP. DISCLAIMS ALL | 
|  | 4358 | WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES | 
|  | 4359 | OF MERCHANTABILITY AND FITNESS.   IN NO EVENT SHALL DIGITAL EQUIPMENT | 
|  | 4360 | CORPORATION BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL | 
|  | 4361 | DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR | 
|  | 4362 | PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS | 
|  | 4363 | ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS | 
|  | 4364 | SOFTWARE. | 
|  | 4365 |  | 
|  | 4366 | ------------------------------------------------------------------- | 
|  | 4367 |  | 
|  | 4368 | Portions Copyright (c) 1995 by International Business Machines, Inc. | 
|  | 4369 |  | 
|  | 4370 | International Business Machines, Inc. (hereinafter called IBM) grants | 
|  | 4371 | permission under its copyrights to use, copy, modify, and distribute this | 
|  | 4372 | Software with or without fee, provided that the above copyright notice and | 
|  | 4373 | all paragraphs of this notice appear in all copies, and that the name of IBM | 
|  | 4374 | not be used in connection with the marketing of any product incorporating | 
|  | 4375 | the Software or modifications thereof, without specific, written prior | 
|  | 4376 | permission. | 
|  | 4377 |  | 
|  | 4378 | To the extent it has a right to do so, IBM grants an immunity from suit | 
|  | 4379 | under its patents, if any, for the use, sale or manufacture of products to | 
|  | 4380 | the extent that such products are used for performing Domain Name System | 
|  | 4381 | dynamic updates in TCP/IP networks by means of the Software.  No immunity is | 
|  | 4382 | granted for any product per se or for any other function of any product. | 
|  | 4383 |  | 
|  | 4384 | THE SOFTWARE IS PROVIDED "AS IS", AND IBM DISCLAIMS ALL WARRANTIES, | 
|  | 4385 | INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A | 
|  | 4386 | PARTICULAR PURPOSE.  IN NO EVENT SHALL IBM BE LIABLE FOR ANY SPECIAL, | 
|  | 4387 | DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER ARISING | 
|  | 4388 | OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE, EVEN | 
|  | 4389 | IF IBM IS APPRISED OF THE POSSIBILITY OF SUCH DAMAGES. | 
|  | 4390 |  | 
|  | 4391 | ------------------------------------------------------------------- | 
|  | 4392 |  | 
|  | 4393 | Portions Copyright(C) 1995, Jason Downs.  All rights reserved. | 
|  | 4394 |  | 
|  | 4395 | Redistribution and use in source and binary forms, with or without | 
|  | 4396 | modification, are permitted provided that the following conditions | 
|  | 4397 | are met: | 
|  | 4398 | 1. Redistributions of source code must retain the above copyright | 
|  | 4399 | notice, this list of conditions and the following disclaimer. | 
|  | 4400 | 2. Redistributions in binary form must reproduce the above copyright | 
|  | 4401 | notice, this list of conditions and the following disclaimer in the | 
|  | 4402 | documentation and/or other materials provided with the distribution. | 
|  | 4403 |  | 
|  | 4404 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR(S) ``AS IS'' AND ANY EXPRESS | 
|  | 4405 | OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED | 
|  | 4406 | WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE | 
|  | 4407 | DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR(S) BE LIABLE FOR ANY DIRECT, | 
|  | 4408 | INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES | 
|  | 4409 | (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR | 
|  | 4410 | SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER | 
|  | 4411 | CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT | 
|  | 4412 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY | 
|  | 4413 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF | 
|  | 4414 | SUCH DAMAGE. | 
|  | 4415 |  | 
|  | 4416 | ------------------------------------------------------------------- | 
|  | 4417 |  | 
|  | 4418 | The author of this software is David M. Gay. | 
|  | 4419 |  | 
|  | 4420 | Copyright (c) 1991 by AT&T. | 
|  | 4421 |  | 
|  | 4422 | Permission to use, copy, modify, and distribute this software for any | 
|  | 4423 | purpose without fee is hereby granted, provided that this entire notice | 
|  | 4424 | is included in all copies of any software which is or includes a copy | 
|  | 4425 | or modification of this software and in all copies of the supporting | 
|  | 4426 | documentation for such software. | 
|  | 4427 |  | 
|  | 4428 | THIS SOFTWARE IS BEING PROVIDED "AS IS", WITHOUT ANY EXPRESS OR IMPLIED | 
|  | 4429 | WARRANTY.  IN PARTICULAR, NEITHER THE AUTHOR NOR AT&T MAKES ANY | 
|  | 4430 | REPRESENTATION OR WARRANTY OF ANY KIND CONCERNING THE MERCHANTABILITY | 
|  | 4431 | OF THIS SOFTWARE OR ITS FITNESS FOR ANY PARTICULAR PURPOSE. | 
|  | 4432 |  | 
|  | 4433 | ------------------------------------------------------------------- | 
|  | 4434 |  |