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