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