Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 1 | Copyright (c) 2004-2005 David Schultz <das@FreeBSD.ORG> |
| 2 | All rights reserved. |
The Android Open Source Project | 1dc9e47 | 2009-03-03 19:28:35 -0800 | [diff] [blame] | 3 | |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 4 | Redistribution and use in source and binary forms, with or without |
| 5 | modification, are permitted provided that the following conditions |
| 6 | are met: |
| 7 | 1. Redistributions of source code must retain the above copyright |
| 8 | notice, this list of conditions and the following disclaimer. |
| 9 | 2. Redistributions in binary form must reproduce the above copyright |
| 10 | notice, this list of conditions and the following disclaimer in the |
| 11 | documentation and/or other materials provided with the distribution. |
The Android Open Source Project | 1dc9e47 | 2009-03-03 19:28:35 -0800 | [diff] [blame] | 12 | |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 13 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 14 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 15 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 16 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 17 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 18 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 19 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 20 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 21 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 22 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 23 | SUCH DAMAGE. |
The Android Open Source Project | 1dc9e47 | 2009-03-03 19:28:35 -0800 | [diff] [blame] | 24 | |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 25 | ------------------------------------------------------------------- |
The Android Open Source Project | 1dc9e47 | 2009-03-03 19:28:35 -0800 | [diff] [blame] | 26 | |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 27 | Copyright (c) 1985, 1993 |
| 28 | 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] | 29 | |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 30 | Redistribution and use in source and binary forms, with or without |
| 31 | modification, are permitted provided that the following conditions |
| 32 | are met: |
| 33 | 1. Redistributions of source code must retain the above copyright |
| 34 | notice, this list of conditions and the following disclaimer. |
| 35 | 2. Redistributions in binary form must reproduce the above copyright |
| 36 | notice, this list of conditions and the following disclaimer in the |
| 37 | documentation and/or other materials provided with the distribution. |
| 38 | 3. All advertising materials mentioning features or use of this software |
| 39 | must display the following acknowledgement: |
| 40 | This product includes software developed by the University of |
| 41 | California, Berkeley and its contributors. |
| 42 | 4. Neither the name of the University nor the names of its contributors |
| 43 | may be used to endorse or promote products derived from this software |
| 44 | without specific prior written permission. |
The Android Open Source Project | 1dc9e47 | 2009-03-03 19:28:35 -0800 | [diff] [blame] | 45 | |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 46 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 47 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 48 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 49 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 50 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 51 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 52 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 53 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 54 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 55 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 56 | SUCH DAMAGE. |
The Android Open Source Project | 1dc9e47 | 2009-03-03 19:28:35 -0800 | [diff] [blame] | 57 | |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 58 | ------------------------------------------------------------------- |
The Android Open Source Project | 1dc9e47 | 2009-03-03 19:28:35 -0800 | [diff] [blame] | 59 | |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 60 | Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved. |
The Android Open Source Project | 1dc9e47 | 2009-03-03 19:28:35 -0800 | [diff] [blame] | 61 | |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 62 | Developed at SunSoft, a Sun Microsystems, Inc. business. |
| 63 | Permission to use, copy, modify, and distribute this |
| 64 | software is freely granted, provided that this notice |
| 65 | is preserved. |
The Android Open Source Project | 1dc9e47 | 2009-03-03 19:28:35 -0800 | [diff] [blame] | 66 | |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 67 | ------------------------------------------------------------------- |
The Android Open Source Project | 1dc9e47 | 2009-03-03 19:28:35 -0800 | [diff] [blame] | 68 | |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 69 | Copyright (c) 2007 David Schultz |
| 70 | All rights reserved. |
The Android Open Source Project | 1dc9e47 | 2009-03-03 19:28:35 -0800 | [diff] [blame] | 71 | |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 72 | Redistribution and use in source and binary forms, with or without |
| 73 | modification, are permitted provided that the following conditions |
| 74 | are met: |
| 75 | 1. Redistributions of source code must retain the above copyright |
| 76 | notice, this list of conditions and the following disclaimer. |
| 77 | 2. Redistributions in binary form must reproduce the above copyright |
| 78 | notice, this list of conditions and the following disclaimer in the |
| 79 | documentation and/or other materials provided with the distribution. |
The Android Open Source Project | 1dc9e47 | 2009-03-03 19:28:35 -0800 | [diff] [blame] | 80 | |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 81 | THIS SOFTWARE IS PROVIDED BY AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 82 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 83 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 84 | ARE DISCLAIMED. IN NO EVENT SHALL AUTHOR OR CONTRIBUTORS BE LIABLE |
| 85 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 86 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 87 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 88 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 89 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 90 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 91 | SUCH DAMAGE. |
The Android Open Source Project | 1dc9e47 | 2009-03-03 19:28:35 -0800 | [diff] [blame] | 92 | |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 93 | ------------------------------------------------------------------- |
The Android Open Source Project | 1dc9e47 | 2009-03-03 19:28:35 -0800 | [diff] [blame] | 94 | |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 95 | Copyright (c) 1988, 1993 |
| 96 | The Regents of the University of California. All rights reserved. |
| 97 | |
| 98 | Redistribution and use in source and binary forms, with or without |
| 99 | modification, are permitted provided that the following conditions |
| 100 | are met: |
| 101 | 1. Redistributions of source code must retain the above copyright |
| 102 | notice, this list of conditions and the following disclaimer. |
| 103 | 2. Redistributions in binary form must reproduce the above copyright |
| 104 | notice, this list of conditions and the following disclaimer in the |
| 105 | documentation and/or other materials provided with the distribution. |
| 106 | 3. All advertising materials mentioning features or use of this software |
| 107 | must display the following acknowledgement: |
| 108 | This product includes software developed by the University of |
| 109 | California, Berkeley and its contributors. |
| 110 | 4. Neither the name of the University nor the names of its contributors |
| 111 | may be used to endorse or promote products derived from this software |
| 112 | without specific prior written permission. |
| 113 | |
| 114 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 115 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 116 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 117 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 118 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 119 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 120 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 121 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 122 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 123 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 124 | SUCH DAMAGE. |
| 125 | |
| 126 | ------------------------------------------------------------------- |
| 127 | |
| 128 | Copyright (c) 1992, 1993 |
| 129 | The Regents of the University of California. All rights reserved. |
| 130 | |
| 131 | Redistribution and use in source and binary forms, with or without |
| 132 | modification, are permitted provided that the following conditions |
| 133 | are met: |
| 134 | 1. Redistributions of source code must retain the above copyright |
| 135 | notice, this list of conditions and the following disclaimer. |
| 136 | 2. Redistributions in binary form must reproduce the above copyright |
| 137 | notice, this list of conditions and the following disclaimer in the |
| 138 | documentation and/or other materials provided with the distribution. |
| 139 | 3. All advertising materials mentioning features or use of this software |
| 140 | must display the following acknowledgement: |
| 141 | This product includes software developed by the University of |
| 142 | California, Berkeley and its contributors. |
| 143 | 4. Neither the name of the University nor the names of its contributors |
| 144 | may be used to endorse or promote products derived from this software |
| 145 | without specific prior written permission. |
| 146 | |
| 147 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 148 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 149 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 150 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 151 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 152 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 153 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 154 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 155 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 156 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 157 | SUCH DAMAGE. |
| 158 | |
| 159 | ------------------------------------------------------------------- |
| 160 | |
| 161 | Copyright (c) 2004 David Schultz <das@FreeBSD.ORG> |
| 162 | All rights reserved. |
| 163 | |
| 164 | Redistribution and use in source and binary forms, with or without |
| 165 | modification, are permitted provided that the following conditions |
| 166 | are met: |
| 167 | 1. Redistributions of source code must retain the above copyright |
| 168 | notice, this list of conditions and the following disclaimer. |
| 169 | 2. Redistributions in binary form must reproduce the above copyright |
| 170 | notice, this list of conditions and the following disclaimer in the |
| 171 | documentation and/or other materials provided with the distribution. |
| 172 | |
| 173 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 174 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 175 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 176 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 177 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 178 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 179 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 180 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 181 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 182 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 183 | SUCH DAMAGE. |
| 184 | |
| 185 | ------------------------------------------------------------------- |
| 186 | |
| 187 | Copyright (c) 2010 The Android Open Source Project |
| 188 | All rights reserved. |
| 189 | |
| 190 | Redistribution and use in source and binary forms, with or without |
| 191 | modification, are permitted provided that the following conditions |
| 192 | are met: |
| 193 | 1. Redistributions of source code must retain the above copyright |
| 194 | notice, this list of conditions and the following disclaimer. |
| 195 | 2. Redistributions in binary form must reproduce the above copyright |
| 196 | notice, this list of conditions and the following disclaimer in the |
| 197 | documentation and/or other materials provided with the distribution. |
| 198 | |
| 199 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 200 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 201 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 202 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 203 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 204 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 205 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 206 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 207 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 208 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 209 | SUCH DAMAGE. |
| 210 | |
| 211 | ------------------------------------------------------------------- |
| 212 | |
| 213 | Copyright (c) 2003 Mike Barcroft <mike@FreeBSD.org> |
| 214 | Copyright (c) 2002, 2003 David Schultz <das@FreeBSD.ORG> |
| 215 | All rights reserved. |
| 216 | |
| 217 | Redistribution and use in source and binary forms, with or without |
| 218 | modification, are permitted provided that the following conditions |
| 219 | are met: |
| 220 | 1. Redistributions of source code must retain the above copyright |
| 221 | notice, this list of conditions and the following disclaimer. |
| 222 | 2. Redistributions in binary form must reproduce the above copyright |
| 223 | notice, this list of conditions and the following disclaimer in the |
| 224 | documentation and/or other materials provided with the distribution. |
| 225 | |
| 226 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 227 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 228 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 229 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 230 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 231 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 232 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 233 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 234 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 235 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 236 | SUCH DAMAGE. |
| 237 | |
| 238 | ------------------------------------------------------------------- |
| 239 | |
| 240 | Copyright (C) 2004 by Sun Microsystems, Inc. All rights reserved. |
| 241 | |
| 242 | Permission to use, copy, modify, and distribute this |
| 243 | software is freely granted, provided that this notice |
| 244 | is preserved. |
| 245 | |
| 246 | ------------------------------------------------------------------- |
| 247 | |
| 248 | Copyright (c) 1990 The Regents of the University of California. |
| 249 | All rights reserved. |
| 250 | |
| 251 | This code is derived from software contributed to Berkeley by |
| 252 | William Jolitz. |
| 253 | |
| 254 | Redistribution and use in source and binary forms, with or without |
| 255 | modification, are permitted provided that the following conditions |
| 256 | are met: |
| 257 | 1. Redistributions of source code must retain the above copyright |
| 258 | notice, this list of conditions and the following disclaimer. |
| 259 | 2. Redistributions in binary form must reproduce the above copyright |
| 260 | notice, this list of conditions and the following disclaimer in the |
| 261 | documentation and/or other materials provided with the distribution. |
| 262 | 4. Neither the name of the University nor the names of its contributors |
| 263 | may be used to endorse or promote products derived from this software |
| 264 | without specific prior written permission. |
| 265 | |
| 266 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 267 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 268 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 269 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 270 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 271 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 272 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 273 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 274 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 275 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 276 | SUCH DAMAGE. |
| 277 | |
| 278 | ------------------------------------------------------------------- |
| 279 | |
| 280 | Copyright (c) 2003 Mike Barcroft <mike@FreeBSD.org> |
| 281 | Copyright (c) 2002 David Schultz <das@FreeBSD.ORG> |
| 282 | All rights reserved. |
| 283 | |
| 284 | Redistribution and use in source and binary forms, with or without |
| 285 | modification, are permitted provided that the following conditions |
| 286 | are met: |
| 287 | 1. Redistributions of source code must retain the above copyright |
| 288 | notice, this list of conditions and the following disclaimer. |
| 289 | 2. Redistributions in binary form must reproduce the above copyright |
| 290 | notice, this list of conditions and the following disclaimer in the |
| 291 | documentation and/or other materials provided with the distribution. |
| 292 | |
| 293 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 294 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 295 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 296 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 297 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 298 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 299 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 300 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 301 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 302 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 303 | SUCH DAMAGE. |
| 304 | |
| 305 | ------------------------------------------------------------------- |
| 306 | |
| 307 | Copyright (c) 2008 David Schultz <das@FreeBSD.ORG> |
| 308 | All rights reserved. |
| 309 | |
| 310 | Redistribution and use in source and binary forms, with or without |
| 311 | modification, are permitted provided that the following conditions |
| 312 | are met: |
| 313 | 1. Redistributions of source code must retain the above copyright |
| 314 | notice, this list of conditions and the following disclaimer. |
| 315 | 2. Redistributions in binary form must reproduce the above copyright |
| 316 | notice, this list of conditions and the following disclaimer in the |
| 317 | documentation and/or other materials provided with the distribution. |
| 318 | |
| 319 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 320 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 321 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 322 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 323 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 324 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 325 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 326 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 327 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 328 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 329 | SUCH DAMAGE. |
| 330 | |
| 331 | ------------------------------------------------------------------- |
| 332 | |
| 333 | Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved. |
| 334 | |
| 335 | Developed at SunPro, a Sun Microsystems, Inc. business. |
| 336 | Permission to use, copy, modify, and distribute this |
| 337 | software is freely granted, provided that this notice |
| 338 | is preserved. |
| 339 | ==================================================== |
| 340 | |
| 341 | ------------------------------------------------------------------- |
| 342 | |
| 343 | Copyright (c) 1993,94 Winning Strategies, Inc. |
| 344 | All rights reserved. |
| 345 | |
| 346 | Redistribution and use in source and binary forms, with or without |
| 347 | modification, are permitted provided that the following conditions |
| 348 | are met: |
| 349 | 1. Redistributions of source code must retain the above copyright |
| 350 | notice, this list of conditions and the following disclaimer. |
| 351 | 2. Redistributions in binary form must reproduce the above copyright |
| 352 | notice, this list of conditions and the following disclaimer in the |
| 353 | documentation and/or other materials provided with the distribution. |
| 354 | 3. All advertising materials mentioning features or use of this software |
| 355 | must display the following acknowledgement: |
| 356 | This product includes software developed by Winning Strategies, Inc. |
| 357 | 4. The name of the author may not be used to endorse or promote products |
| 358 | derived from this software without specific prior written permission |
| 359 | |
| 360 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR |
| 361 | IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES |
| 362 | OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. |
| 363 | IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, |
| 364 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT |
| 365 | NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, |
| 366 | DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY |
| 367 | THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
| 368 | (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF |
| 369 | THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 370 | |
| 371 | ------------------------------------------------------------------- |
| 372 | |
| 373 | Copyright (c) 1996 The NetBSD Foundation, Inc. |
| 374 | All rights reserved. |
| 375 | |
| 376 | This code is derived from software contributed to The NetBSD Foundation |
| 377 | by J.T. Conklin. |
| 378 | |
| 379 | Redistribution and use in source and binary forms, with or without |
| 380 | modification, are permitted provided that the following conditions |
| 381 | are met: |
| 382 | 1. Redistributions of source code must retain the above copyright |
| 383 | notice, this list of conditions and the following disclaimer. |
| 384 | 2. Redistributions in binary form must reproduce the above copyright |
| 385 | notice, this list of conditions and the following disclaimer in the |
| 386 | documentation and/or other materials provided with the distribution. |
| 387 | 3. All advertising materials mentioning features or use of this software |
| 388 | must display the following acknowledgement: |
| 389 | This product includes software developed by the NetBSD |
| 390 | Foundation, Inc. and its contributors. |
| 391 | 4. Neither the name of The NetBSD Foundation nor the names of its |
| 392 | contributors may be used to endorse or promote products derived |
| 393 | from this software without specific prior written permission. |
| 394 | |
| 395 | THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS |
| 396 | ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED |
| 397 | TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR |
| 398 | PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS |
| 399 | BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR |
| 400 | CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF |
| 401 | SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS |
| 402 | INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN |
| 403 | CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) |
| 404 | ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE |
| 405 | POSSIBILITY OF SUCH DAMAGE. |
| 406 | |
| 407 | ------------------------------------------------------------------- |
| 408 | |
| 409 | Copyright (c) 2003 Mike Barcroft <mike@FreeBSD.org> |
| 410 | All rights reserved. |
| 411 | |
| 412 | Redistribution and use in source and binary forms, with or without |
| 413 | modification, are permitted provided that the following conditions |
| 414 | are met: |
| 415 | 1. Redistributions of source code must retain the above copyright |
| 416 | notice, this list of conditions and the following disclaimer. |
| 417 | 2. Redistributions in binary form must reproduce the above copyright |
| 418 | notice, this list of conditions and the following disclaimer in the |
| 419 | documentation and/or other materials provided with the distribution. |
| 420 | |
| 421 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 422 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 423 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 424 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 425 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 426 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 427 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 428 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 429 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 430 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 431 | SUCH DAMAGE. |
| 432 | |
| 433 | ------------------------------------------------------------------- |
| 434 | |
| 435 | Copyright (c) 2004 Stefan Farfeleder |
| 436 | All rights reserved. |
| 437 | |
| 438 | Redistribution and use in source and binary forms, with or without |
| 439 | modification, are permitted provided that the following conditions |
| 440 | are met: |
| 441 | 1. Redistributions of source code must retain the above copyright |
| 442 | notice, this list of conditions and the following disclaimer. |
| 443 | 2. Redistributions in binary form must reproduce the above copyright |
| 444 | notice, this list of conditions and the following disclaimer in the |
| 445 | documentation and/or other materials provided with the distribution. |
| 446 | |
| 447 | THIS SOFTWARE IS PROVIDED BY AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 448 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 449 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 450 | ARE DISCLAIMED. IN NO EVENT SHALL AUTHOR OR CONTRIBUTORS BE LIABLE |
| 451 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 452 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 453 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 454 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 455 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 456 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 457 | SUCH DAMAGE. |
| 458 | |
| 459 | ------------------------------------------------------------------- |
| 460 | |
| 461 | Copyright (c) 2002, 2003 David Schultz <das@FreeBSD.ORG> |
| 462 | All rights reserved. |
| 463 | |
| 464 | Redistribution and use in source and binary forms, with or without |
| 465 | modification, are permitted provided that the following conditions |
| 466 | are met: |
| 467 | 1. Redistributions of source code must retain the above copyright |
| 468 | notice, this list of conditions and the following disclaimer. |
| 469 | 2. Redistributions in binary form must reproduce the above copyright |
| 470 | notice, this list of conditions and the following disclaimer in the |
| 471 | documentation and/or other materials provided with the distribution. |
| 472 | |
| 473 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 474 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 475 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 476 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 477 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 478 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 479 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 480 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 481 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 482 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 483 | SUCH DAMAGE. |
| 484 | |
| 485 | ------------------------------------------------------------------- |
| 486 | |
| 487 | Copyright (c) 2003 Dag-Erling Smørgrav |
| 488 | All rights reserved. |
| 489 | |
| 490 | Redistribution and use in source and binary forms, with or without |
| 491 | modification, are permitted provided that the following conditions |
| 492 | are met: |
| 493 | 1. Redistributions of source code must retain the above copyright |
| 494 | notice, this list of conditions and the following disclaimer |
| 495 | in this position and unchanged. |
| 496 | 2. Redistributions in binary form must reproduce the above copyright |
| 497 | notice, this list of conditions and the following disclaimer in the |
| 498 | documentation and/or other materials provided with the distribution. |
| 499 | 3. The name of the author may not be used to endorse or promote products |
| 500 | derived from this software without specific prior written permission. |
| 501 | |
| 502 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR |
| 503 | IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES |
| 504 | OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. |
| 505 | IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, |
| 506 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT |
| 507 | NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, |
| 508 | DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY |
| 509 | THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
| 510 | (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF |
| 511 | THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 512 | |
| 513 | ------------------------------------------------------------------- |
| 514 | |
| 515 | Copyright (c) 2003, Steven G. Kargl |
| 516 | All rights reserved. |
| 517 | |
| 518 | Redistribution and use in source and binary forms, with or without |
| 519 | modification, are permitted provided that the following conditions |
| 520 | are met: |
| 521 | 1. Redistributions of source code must retain the above copyright |
| 522 | notice unmodified, this list of conditions, and the following |
| 523 | disclaimer. |
| 524 | 2. Redistributions in binary form must reproduce the above copyright |
| 525 | notice, this list of conditions and the following disclaimer in the |
| 526 | documentation and/or other materials provided with the distribution. |
| 527 | |
| 528 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR |
| 529 | IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES |
| 530 | OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. |
| 531 | IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, |
| 532 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT |
| 533 | NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, |
| 534 | DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY |
| 535 | THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
| 536 | (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF |
| 537 | THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 538 | |
| 539 | ------------------------------------------------------------------- |
| 540 | |
| 541 | Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved. |
| 542 | |
| 543 | Developed at SunPro, a Sun Microsystems, Inc. business. |
| 544 | Permission to use, copy, modify, and distribute this |
| 545 | software is freely granted, provided that this notice |
| 546 | is preserved. |
| 547 | ==================================================== |
| 548 | |
| 549 | Optimized by Bruce D. Evans. |
| 550 | |
| 551 | ------------------------------------------------------------------- |
| 552 | |
| 553 | Copyright (c) 2005 David Schultz <das@FreeBSD.ORG> |
| 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 AND CONTRIBUTORS ``AS IS'' AND |
| 566 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 567 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 568 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 569 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 570 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 571 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 572 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 573 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 574 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 575 | SUCH DAMAGE. |
| 576 | |
| 577 | ------------------------------------------------------------------- |
| 578 | |
| 579 | Copyright (c) 1993,94 Winning Strategies, Inc. |
| 580 | All rights reserved. |
| 581 | |
| 582 | Redistribution and use in source and binary forms, with or without |
| 583 | modification, are permitted provided that the following conditions |
| 584 | are met: |
| 585 | 1. Redistributions of source code must retain the above copyright |
| 586 | notice, this list of conditions and the following disclaimer. |
| 587 | 2. Redistributions in binary form must reproduce the above copyright |
| 588 | notice, this list of conditions and the following disclaimer in the |
| 589 | documentation and/or other materials provided with the distribution. |
| 590 | 3. All advertising materials mentioning features or use of this software |
| 591 | must display the following acknowledgement: |
| 592 | This product includes software developed by Winning Strategies, Inc. |
| 593 | 4. The name of the author may not be used to endorse or promote products |
| 594 | derived from this software without specific prior written permission. |
| 595 | |
| 596 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR |
| 597 | IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES |
| 598 | OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. |
| 599 | IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, |
| 600 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT |
| 601 | NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, |
| 602 | DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY |
| 603 | THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
| 604 | (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF |
| 605 | THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 606 | |
| 607 | ------------------------------------------------------------------- |
| 608 | |
| 609 | Copyright (c) 2003 David Schultz <das@FreeBSD.ORG> |
| 610 | All rights reserved. |
| 611 | |
| 612 | Redistribution and use in source and binary forms, with or without |
| 613 | modification, are permitted provided that the following conditions |
| 614 | are met: |
| 615 | 1. Redistributions of source code must retain the above copyright |
| 616 | notice, this list of conditions and the following disclaimer. |
| 617 | 2. Redistributions in binary form must reproduce the above copyright |
| 618 | notice, this list of conditions and the following disclaimer in the |
| 619 | documentation and/or other materials provided with the distribution. |
| 620 | |
| 621 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 622 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 623 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 624 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 625 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 626 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 627 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 628 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 629 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 630 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 631 | SUCH DAMAGE. |
| 632 | |
| 633 | ------------------------------------------------------------------- |
| 634 | |
| 635 | Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved. |
| 636 | |
| 637 | Developed at SunPro, a Sun Microsystems, Inc. business. |
| 638 | Permission to use, copy, modify, and distribute this |
| 639 | software is freely granted, provided that this notice |
| 640 | is preserved. |
| 641 | |
| 642 | ------------------------------------------------------------------- |
| 643 | |
| 644 | Copyright (c) 1994 Winning Strategies, Inc. |
| 645 | All rights reserved. |
| 646 | |
| 647 | Redistribution and use in source and binary forms, with or without |
| 648 | modification, are permitted provided that the following conditions |
| 649 | are met: |
| 650 | 1. Redistributions of source code must retain the above copyright |
| 651 | notice, this list of conditions and the following disclaimer. |
| 652 | 2. Redistributions in binary form must reproduce the above copyright |
| 653 | notice, this list of conditions and the following disclaimer in the |
| 654 | documentation and/or other materials provided with the distribution. |
| 655 | 3. All advertising materials mentioning features or use of this software |
| 656 | must display the following acknowledgement: |
| 657 | This product includes software developed by Winning Strategies, Inc. |
| 658 | 4. The name of the author may not be used to endorse or promote products |
| 659 | derived from this software without specific prior written permission. |
| 660 | |
| 661 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR |
| 662 | IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES |
| 663 | OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. |
| 664 | IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, |
| 665 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT |
| 666 | NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, |
| 667 | DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY |
| 668 | THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
| 669 | (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF |
| 670 | THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 671 | |
| 672 | ------------------------------------------------------------------- |
| 673 | |
| 674 | Copyright 2004 Sun Microsystems, Inc. All Rights Reserved. |
| 675 | |
| 676 | Permission to use, copy, modify, and distribute this |
| 677 | software is freely granted, provided that this notice |
| 678 | is preserved. |
| 679 | |
| 680 | ------------------------------------------------------------------- |
The Android Open Source Project | 1dc9e47 | 2009-03-03 19:28:35 -0800 | [diff] [blame] | 681 | |