| The Android Open Source Project | 1dc9e47 | 2009-03-03 19:28:35 -0800 | [diff] [blame^] | 1 |  | 
|  | 2 | Copyright (c) 2005-2008, The Android Open Source Project | 
|  | 3 | All rights reserved. | 
|  | 4 |  | 
|  | 5 | Redistribution and use in source and binary forms, with or without | 
|  | 6 | modification, are permitted provided that the following conditions | 
|  | 7 | are met: | 
|  | 8 | * Redistributions of source code must retain the above copyright | 
|  | 9 | notice, this list of conditions and the following disclaimer. | 
|  | 10 | * Redistributions in binary form must reproduce the above copyright | 
|  | 11 | notice, this list of conditions and the following disclaimer in | 
|  | 12 | the documentation and/or other materials provided with the | 
|  | 13 | distribution. | 
|  | 14 | * Neither the name of The Android Open Source Project nor the names | 
|  | 15 | of its contributors may be used to endorse or promote products | 
|  | 16 | derived from this software without specific prior written | 
|  | 17 | permission. | 
|  | 18 |  | 
|  | 19 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS | 
|  | 20 | "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT | 
|  | 21 | LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS | 
|  | 22 | FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE | 
|  | 23 | COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, | 
|  | 24 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, | 
|  | 25 | BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS | 
|  | 26 | OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED | 
|  | 27 | AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, | 
|  | 28 | OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT | 
|  | 29 | OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF | 
|  | 30 | SUCH DAMAGE. | 
|  | 31 |  | 
|  | 32 |  | 
|  | 33 | Copyright (c) 2004 by Internet Systems Consortium, Inc. ("ISC") | 
|  | 34 | Copyright (c) 1995,1996,1999 by Internet Software Consortium. | 
|  | 35 |  | 
|  | 36 | Permission to use, copy, modify, and distribute this software for any | 
|  | 37 | purpose with or without fee is hereby granted, provided that the above | 
|  | 38 | copyright notice and this permission notice appear in all copies. | 
|  | 39 |  | 
|  | 40 | THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES | 
|  | 41 | WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF | 
|  | 42 | MERCHANTABILITY AND FITNESS.  IN NO EVENT SHALL ISC BE LIABLE FOR | 
|  | 43 | ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES | 
|  | 44 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN | 
|  | 45 | ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT | 
|  | 46 | OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. | 
|  | 47 |  | 
|  | 48 |  | 
|  | 49 | Portions Copyright (c) 1995 by International Business Machines, Inc. | 
|  | 50 |  | 
|  | 51 | International Business Machines, Inc. (hereinafter called IBM) grants | 
|  | 52 | permission under its copyrights to use, copy, modify, and distribute this | 
|  | 53 | Software with or without fee, provided that the above copyright notice and | 
|  | 54 | all paragraphs of this notice appear in all copies, and that the name of IBM | 
|  | 55 | not be used in connection with the marketing of any product incorporating | 
|  | 56 | the Software or modifications thereof, without specific, written prior | 
|  | 57 | permission. | 
|  | 58 |  | 
|  | 59 | To the extent it has a right to do so, IBM grants an immunity from suit | 
|  | 60 | under its patents, if any, for the use, sale or manufacture of products to | 
|  | 61 | the extent that such products are used for performing Domain Name System | 
|  | 62 | dynamic updates in TCP/IP networks by means of the Software.  No immunity is | 
|  | 63 | granted for any product per se or for any other function of any product. | 
|  | 64 |  | 
|  | 65 | THE SOFTWARE IS PROVIDED "AS IS", AND IBM DISCLAIMS ALL WARRANTIES, | 
|  | 66 | INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A | 
|  | 67 | PARTICULAR PURPOSE.  IN NO EVENT SHALL IBM BE LIABLE FOR ANY SPECIAL, | 
|  | 68 | DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER ARISING | 
|  | 69 | OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE, EVEN | 
|  | 70 | IF IBM IS APPRISED OF THE POSSIBILITY OF SUCH DAMAGES. | 
|  | 71 |  | 
|  | 72 | Copyright (c) 1997, 1998, 1999, 2004 The NetBSD Foundation, Inc. | 
|  | 73 | All rights reserved. | 
|  | 74 |  | 
|  | 75 | This code is derived from software contributed to The NetBSD Foundation | 
|  | 76 | by Luke Mewburn; and by Jason R. Thorpe. | 
|  | 77 | This code is derived from software contributed to The NetBSD Foundation | 
|  | 78 | by Christos Zoulas. | 
|  | 79 |  | 
|  | 80 | Copyright (c) 1993 Christopher G. Demetriou | 
|  | 81 | Copyright (c) 1983, 1985, 1993 The Regents of the University of California.  All rights reserved. | 
|  | 82 | Copyright (c) 2000 Ben Harris. | 
|  | 83 | Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project. | 
|  | 84 | All rights reserved. | 
|  | 85 |  | 
|  | 86 | Redistribution and use in source and binary forms, with or without | 
|  | 87 | modification, are permitted provided that the following conditions | 
|  | 88 | are met: | 
|  | 89 | 1. Redistributions of source code must retain the above copyright | 
|  | 90 | notice, this list of conditions and the following disclaimer. | 
|  | 91 | 2. Redistributions in binary form must reproduce the above copyright | 
|  | 92 | notice, this list of conditions and the following disclaimer in the | 
|  | 93 | documentation and/or other materials provided with the distribution. | 
|  | 94 | 3. Neither the name of the project nor the names of its contributors | 
|  | 95 | may be used to endorse or promote products derived from this software | 
|  | 96 | without specific prior written permission. | 
|  | 97 |  | 
|  | 98 | THIS SOFTWARE IS PROVIDED BY THE PROJECT AND CONTRIBUTORS ``AS IS'' AND | 
|  | 99 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE | 
|  | 100 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE | 
|  | 101 | ARE DISCLAIMED.  IN NO EVENT SHALL THE PROJECT OR CONTRIBUTORS BE LIABLE | 
|  | 102 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL | 
|  | 103 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS | 
|  | 104 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) | 
|  | 105 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT | 
|  | 106 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY | 
|  | 107 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF | 
|  | 108 | SUCH DAMAGE. | 
|  | 109 |  | 
|  | 110 | Copyright (c) 2003 Networks Associates Technology, Inc. | 
|  | 111 | All rights reserved. | 
|  | 112 |  | 
|  | 113 | Portions of this software were developed for the FreeBSD Project by | 
|  | 114 | Jacques A. Vidrine, Safeport Network Services, and Network | 
|  | 115 | Associates Laboratories, the Security Research Division of Network | 
|  | 116 | Associates, Inc. under DARPA/SPAWAR contract N66001-01-C-8035 | 
|  | 117 | ("CBOSS"), as part of the DARPA CHATS research program. | 
|  | 118 |  | 
|  | 119 | Redistribution and use in source and binary forms, with or without | 
|  | 120 | modification, are permitted provided that the following conditions | 
|  | 121 | are met: | 
|  | 122 | 1. Redistributions of source code must retain the above copyright | 
|  | 123 | notice, this list of conditions and the following disclaimer. | 
|  | 124 | 2. Redistributions in binary form must reproduce the above copyright | 
|  | 125 | notice, this list of conditions and the following disclaimer in the | 
|  | 126 | documentation and/or other materials provided with the distribution. | 
|  | 127 |  | 
|  | 128 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND | 
|  | 129 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE | 
|  | 130 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE | 
|  | 131 | ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE | 
|  | 132 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL | 
|  | 133 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS | 
|  | 134 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) | 
|  | 135 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT | 
|  | 136 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY | 
|  | 137 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF | 
|  | 138 | SUCH DAMAGE. | 
|  | 139 |  | 
|  | 140 | Portions Copyright (c) 1993 by Digital Equipment Corporation. | 
|  | 141 |  | 
|  | 142 | Permission to use, copy, modify, and distribute this software for any | 
|  | 143 | purpose with or without fee is hereby granted, provided that the above | 
|  | 144 | copyright notice and this permission notice appear in all copies, and that | 
|  | 145 | the name of Digital Equipment Corporation not be used in advertising or | 
|  | 146 | publicity pertaining to distribution of the document or software without | 
|  | 147 | specific, written prior permission. | 
|  | 148 |  | 
|  | 149 | THE SOFTWARE IS PROVIDED "AS IS" AND DIGITAL EQUIPMENT CORP. DISCLAIMS ALL | 
|  | 150 | WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES | 
|  | 151 | OF MERCHANTABILITY AND FITNESS.   IN NO EVENT SHALL DIGITAL EQUIPMENT | 
|  | 152 | CORPORATION BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL | 
|  | 153 | DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR | 
|  | 154 | PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS | 
|  | 155 | ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS | 
|  | 156 | SOFTWARE. | 
|  | 157 |  | 
|  | 158 |  | 
|  | 159 | Copyright (c) 1997 Mark Brinicombe | 
|  | 160 | All rights reserved. | 
|  | 161 |  | 
|  | 162 | Redistribution and use in source and binary forms, with or without | 
|  | 163 | modification, are permitted provided that the following conditions | 
|  | 164 | are met: | 
|  | 165 | 1. Redistributions of source code must retain the above copyright | 
|  | 166 | notice, this list of conditions and the following disclaimer. | 
|  | 167 | 2. Redistributions in binary form must reproduce the above copyright | 
|  | 168 | notice, this list of conditions and the following disclaimer in the | 
|  | 169 | documentation and/or other materials provided with the distribution. | 
|  | 170 | 3. All advertising materials mentioning features or use of this software | 
|  | 171 | must display the following acknowledgement: | 
|  | 172 | This product includes software developed by Mark Brinicombe | 
|  | 173 | 4. Neither the name of the University nor the names of its contributors | 
|  | 174 | may be used to endorse or promote products derived from this software | 
|  | 175 | without specific prior written permission. | 
|  | 176 |  | 
|  | 177 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND | 
|  | 178 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE | 
|  | 179 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE | 
|  | 180 | ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE | 
|  | 181 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL | 
|  | 182 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS | 
|  | 183 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) | 
|  | 184 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT | 
|  | 185 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY | 
|  | 186 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF | 
|  | 187 | SUCH DAMAGE. | 
|  | 188 |  | 
|  | 189 |  | 
|  | 190 | Copyright (c) 1993 Martin Birgmeier | 
|  | 191 | All rights reserved. | 
|  | 192 |  | 
|  | 193 | You may redistribute unmodified or modified versions of this source | 
|  | 194 | code provided that the above copyright notice and this and the | 
|  | 195 | following conditions are retained. | 
|  | 196 |  | 
|  | 197 | This software is provided ``as is'', and comes with no warranties | 
|  | 198 | of any kind. I shall in no event be liable for anything that happens | 
|  | 199 | to anyone/anything when using this software. | 
|  | 200 |  | 
|  | 201 |  | 
|  | 202 | Arc4 random number generator for OpenBSD. | 
|  | 203 | Copyright 1996 David Mazieres <dm@lcs.mit.edu>. | 
|  | 204 |  | 
|  | 205 | Modification and redistribution in source and binary forms is | 
|  | 206 | permitted provided that due credit is given to the author and the | 
|  | 207 | OpenBSD project by leaving this copyright notice intact. | 
|  | 208 |  | 
|  | 209 |  | 
|  | 210 | Copyright (c) 1999 Kungliga Tekniska Högskolan | 
|  | 211 | (Royal Institute of Technology, Stockholm, Sweden). | 
|  | 212 | All rights reserved. | 
|  | 213 |  | 
|  | 214 | Redistribution and use in source and binary forms, with or without | 
|  | 215 | modification, are permitted provided that the following conditions | 
|  | 216 | are met: | 
|  | 217 |  | 
|  | 218 | 1. Redistributions of source code must retain the above copyright | 
|  | 219 | notice, this list of conditions and the following disclaimer. | 
|  | 220 |  | 
|  | 221 | 2. Redistributions in binary form must reproduce the above copyright | 
|  | 222 | notice, this list of conditions and the following disclaimer in the | 
|  | 223 | documentation and/or other materials provided with the distribution. | 
|  | 224 |  | 
|  | 225 | 3. Neither the name of KTH nor the names of its contributors may be | 
|  | 226 | used to endorse or promote products derived from this software without | 
|  | 227 | specific prior written permission. | 
|  | 228 |  | 
|  | 229 | THIS SOFTWARE IS PROVIDED BY KTH AND ITS CONTRIBUTORS ``AS IS'' AND ANY | 
|  | 230 | EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE | 
|  | 231 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR | 
|  | 232 | PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL KTH OR ITS CONTRIBUTORS BE | 
|  | 233 | LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR | 
|  | 234 | CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF | 
|  | 235 | SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR | 
|  | 236 | BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, | 
|  | 237 | WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR | 
|  | 238 | OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF | 
|  | 239 | ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ | 
|  | 240 |  | 
|  | 241 |  | 
|  | 242 | ==================================================== | 
|  | 243 | Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved. | 
|  | 244 |  | 
|  | 245 | Developed at SunPro, a Sun Microsystems, Inc. business. | 
|  | 246 | Permission to use, copy, modify, and distribute this | 
|  | 247 | software is freely granted, provided that this notice | 
|  | 248 | is preserved. | 
|  | 249 | ==================================================== | 
|  | 250 |  | 
|  | 251 |  | 
|  | 252 | Copyright (c) 1997, 2005 Todd C. Miller <Todd.Miller@courtesan.com> | 
|  | 253 |  | 
|  | 254 | Permission to use, copy, modify, and distribute this software for any | 
|  | 255 | purpose with or without fee is hereby granted, provided that the above | 
|  | 256 | copyright notice and this permission notice appear in all copies. | 
|  | 257 |  | 
|  | 258 | THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES | 
|  | 259 | WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF | 
|  | 260 | MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR | 
|  | 261 | ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES | 
|  | 262 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN | 
|  | 263 | ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF | 
|  | 264 | OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. | 
|  | 265 |  | 
|  | 266 |  | 
|  | 267 | Copyright (c) 1989, 1993 | 
|  | 268 | The Regents of the University of California.  All rights reserved. | 
|  | 269 | (c) UNIX System Laboratories, Inc. | 
|  | 270 | All or some portions of this file are derived from material licensed | 
|  | 271 | to the University of California by American Telephone and Telegraph | 
|  | 272 | Co. or Unix System Laboratories, Inc. and are reproduced herein with | 
|  | 273 | the permission of UNIX System Laboratories, Inc. | 
|  | 274 |  | 
|  | 275 | Redistribution and use in source and binary forms, with or without | 
|  | 276 | modification, are permitted provided that the following conditions | 
|  | 277 | are met: | 
|  | 278 | 1. Redistributions of source code must retain the above copyright | 
|  | 279 | notice, this list of conditions and the following disclaimer. | 
|  | 280 | 2. Redistributions in binary form must reproduce the above copyright | 
|  | 281 | notice, this list of conditions and the following disclaimer in the | 
|  | 282 | documentation and/or other materials provided with the distribution. | 
|  | 283 | 3. Neither the name of the University nor the names of its contributors | 
|  | 284 | may be used to endorse or promote products derived from this software | 
|  | 285 | without specific prior written permission. | 
|  | 286 |  | 
|  | 287 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND | 
|  | 288 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE | 
|  | 289 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE | 
|  | 290 | ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE | 
|  | 291 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL | 
|  | 292 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS | 
|  | 293 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) | 
|  | 294 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT | 
|  | 295 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY | 
|  | 296 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF | 
|  | 297 | SUCH DAMAGE. | 
|  | 298 |  | 
|  | 299 |  | 
|  | 300 | Copyright (c) 1995, 1996 Carnegie-Mellon University. | 
|  | 301 | All rights reserved. | 
|  | 302 |  | 
|  | 303 | Author: Chris G. Demetriou | 
|  | 304 |  | 
|  | 305 | Permission to use, copy, modify and distribute this software and | 
|  | 306 | its documentation is hereby granted, provided that both the copyright | 
|  | 307 | notice and this permission notice appear in all copies of the | 
|  | 308 | software, derivative works or modified versions, and any portions | 
|  | 309 | thereof, and that both notices appear in supporting documentation. | 
|  | 310 |  | 
|  | 311 | CARNEGIE MELLON ALLOWS FREE USE OF THIS SOFTWARE IN ITS "AS IS" | 
|  | 312 | CONDITION.  CARNEGIE MELLON DISCLAIMS ANY LIABILITY OF ANY KIND | 
|  | 313 | FOR ANY DAMAGES WHATSOEVER RESULTING FROM THE USE OF THIS SOFTWARE. | 
|  | 314 |  | 
|  | 315 | Carnegie Mellon requests users of this software to return to | 
|  | 316 |  | 
|  | 317 | Software Distribution Coordinator  or  Software.Distribution@CS.CMU.EDU | 
|  | 318 | School of Computer Science | 
|  | 319 | Carnegie Mellon University | 
|  | 320 | Pittsburgh PA 15213-3890 | 
|  | 321 |  | 
|  | 322 | any improvements or extensions that they make and grant Carnegie the | 
|  | 323 | rights to redistribute these changes. | 
|  | 324 |  | 
|  | 325 |  | 
|  | 326 | Copyright (c) 1995, 1996 Carnegie-Mellon University. | 
|  | 327 | All rights reserved. | 
|  | 328 |  | 
|  | 329 | Author: Chris G. Demetriou | 
|  | 330 |  | 
|  | 331 | Permission to use, copy, modify and distribute this software and | 
|  | 332 | its documentation is hereby granted, provided that both the copyright | 
|  | 333 | notice and this permission notice appear in all copies of the | 
|  | 334 | software, derivative works or modified versions, and any portions | 
|  | 335 | thereof, and that both notices appear in supporting documentation. | 
|  | 336 |  | 
|  | 337 | CARNEGIE MELLON ALLOWS FREE USE OF THIS SOFTWARE IN ITS "AS IS" | 
|  | 338 | CONDITION.  CARNEGIE MELLON DISCLAIMS ANY LIABILITY OF ANY KIND | 
|  | 339 | FOR ANY DAMAGES WHATSOEVER RESULTING FROM THE USE OF THIS SOFTWARE. | 
|  | 340 |  | 
|  | 341 | Carnegie Mellon requests users of this software to return to | 
|  | 342 |  | 
|  | 343 | Software Distribution Coordinator  or  Software.Distribution@CS.CMU.EDU | 
|  | 344 | School of Computer Science | 
|  | 345 | Carnegie Mellon University | 
|  | 346 | Pittsburgh PA 15213-3890 | 
|  | 347 |  | 
|  | 348 | any improvements or extensions that they make and grant Carnegie the | 
|  | 349 | rights to redistribute these changes. | 
|  | 350 |  | 
|  | 351 |  | 
|  | 352 | Copyright (c) 2003 Networks Associates Technology, Inc. | 
|  | 353 | All rights reserved. | 
|  | 354 |  | 
|  | 355 | Portions of this software were developed for the FreeBSD Project by | 
|  | 356 | Jacques A. Vidrine, Safeport Network Services, and Network | 
|  | 357 | Associates Laboratories, the Security Research Division of Network | 
|  | 358 | Associates, Inc. under DARPA/SPAWAR contract N66001-01-C-8035 | 
|  | 359 | ("CBOSS"), as part of the DARPA CHATS research program. | 
|  | 360 |  | 
|  | 361 | Redistribution and use in source and binary forms, with or without | 
|  | 362 | modification, are permitted provided that the following conditions | 
|  | 363 | are met: | 
|  | 364 | 1. Redistributions of source code must retain the above copyright | 
|  | 365 | notice, this list of conditions and the following disclaimer. | 
|  | 366 | 2. Redistributions in binary form must reproduce the above copyright | 
|  | 367 | notice, this list of conditions and the following disclaimer in the | 
|  | 368 | documentation and/or other materials provided with the distribution. | 
|  | 369 |  | 
|  | 370 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND | 
|  | 371 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE | 
|  | 372 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE | 
|  | 373 | ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE | 
|  | 374 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL | 
|  | 375 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS | 
|  | 376 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) | 
|  | 377 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT | 
|  | 378 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY | 
|  | 379 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF | 
|  | 380 | SUCH DAMAGE. | 
|  | 381 |  | 
|  | 382 |  |