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