Elliott Hughes | 32dbc03 | 2012-08-15 15:43:13 -0700 | [diff] [blame] | 1 | ==================================================== |
| 2 | Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved. |
| 3 | |
| 4 | Developed at SunPro, a Sun Microsystems, Inc. business. |
| 5 | Permission to use, copy, modify, and distribute this |
| 6 | software is freely granted, provided that this notice |
| 7 | is preserved. |
| 8 | |
| 9 | ------------------------------------------------------------------- |
| 10 | |
| 11 | ==================================================== |
| 12 | Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved. |
| 13 | |
| 14 | Developed at SunPro, a Sun Microsystems, Inc. business. |
| 15 | Permission to use, copy, modify, and distribute this |
| 16 | software is freely granted, provided that this notice |
| 17 | is preserved. |
| 18 | ==================================================== |
| 19 | |
| 20 | Optimized by Bruce D. Evans. |
| 21 | |
| 22 | ------------------------------------------------------------------- |
| 23 | |
| 24 | ==================================================== |
| 25 | Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved. |
| 26 | |
| 27 | Developed at SunSoft, a Sun Microsystems, Inc. business. |
| 28 | Permission to use, copy, modify, and distribute this |
| 29 | software is freely granted, provided that this notice |
| 30 | is preserved. |
| 31 | |
| 32 | ------------------------------------------------------------------- |
| 33 | |
| 34 | ==================================================== |
Elliott Hughes | d65bd84 | 2013-02-01 16:16:54 -0800 | [diff] [blame] | 35 | Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved. |
| 36 | |
| 37 | Developed at SunSoft, a Sun Microsystems, Inc. business. |
| 38 | Permission to use, copy, modify, and distribute this |
| 39 | software is freely granted, provided that this notice |
| 40 | is preserved. |
| 41 | ==================================================== |
| 42 | |
| 43 | Optimized by Bruce D. Evans. |
| 44 | |
| 45 | ------------------------------------------------------------------- |
| 46 | |
| 47 | ==================================================== |
| 48 | Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved. |
| 49 | Copyright (c) 2009-2011, Bruce D. Evans, Steven G. Kargl, David Schultz. |
| 50 | |
| 51 | Developed at SunPro, a Sun Microsystems, Inc. business. |
| 52 | Permission to use, copy, modify, and distribute this |
| 53 | software is freely granted, provided that this notice |
| 54 | is preserved. |
| 55 | ==================================================== |
| 56 | |
| 57 | The argument reduction and testing for exceptional cases was |
| 58 | written by Steven G. Kargl with input from Bruce D. Evans |
| 59 | and David A. Schultz. |
| 60 | |
| 61 | ------------------------------------------------------------------- |
| 62 | |
| 63 | ==================================================== |
Elliott Hughes | 32dbc03 | 2012-08-15 15:43:13 -0700 | [diff] [blame] | 64 | Copyright (C) 2004 by Sun Microsystems, Inc. All rights reserved. |
| 65 | |
| 66 | Permission to use, copy, modify, and distribute this |
| 67 | software is freely granted, provided that this notice |
| 68 | is preserved. |
| 69 | |
| 70 | ------------------------------------------------------------------- |
| 71 | |
| 72 | ==================================================== |
| 73 | Copyright 2004 Sun Microsystems, Inc. All Rights Reserved. |
| 74 | |
| 75 | Permission to use, copy, modify, and distribute this |
| 76 | software is freely granted, provided that this notice |
| 77 | is preserved. |
The Android Open Source Project | 1dc9e47 | 2009-03-03 19:28:35 -0800 | [diff] [blame] | 78 | |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 79 | ------------------------------------------------------------------- |
The Android Open Source Project | 1dc9e47 | 2009-03-03 19:28:35 -0800 | [diff] [blame] | 80 | |
Elliott Hughes | 54a7494 | 2014-01-03 16:40:37 -0800 | [diff] [blame^] | 81 | Copyright (C) 2010 The Android Open Source Project |
| 82 | All rights reserved. |
| 83 | |
| 84 | Redistribution and use in source and binary forms, with or without |
| 85 | modification, are permitted provided that the following conditions |
| 86 | are met: |
| 87 | 1. Redistributions of source code must retain the above copyright |
| 88 | notice, this list of conditions and the following disclaimer. |
| 89 | 2. Redistributions in binary form must reproduce the above copyright |
| 90 | notice, this list of conditions and the following disclaimer in the |
| 91 | documentation and/or other materials provided with the distribution. |
| 92 | |
| 93 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 94 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 95 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 96 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 97 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 98 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 99 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 100 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 101 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 102 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 103 | SUCH DAMAGE. |
| 104 | |
| 105 | ------------------------------------------------------------------- |
| 106 | |
Elliott Hughes | d65bd84 | 2013-02-01 16:16:54 -0800 | [diff] [blame] | 107 | Copyright (C) 2013 The Android Open Source Project |
| 108 | |
| 109 | Licensed under the Apache License, Version 2.0 (the "License"); |
| 110 | you may not use this file except in compliance with the License. |
| 111 | You may obtain a copy of the License at |
| 112 | |
| 113 | http://www.apache.org/licenses/LICENSE-2.0 |
| 114 | |
| 115 | Unless required by applicable law or agreed to in writing, software |
| 116 | distributed under the License is distributed on an "AS IS" BASIS, |
| 117 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 118 | See the License for the specific language governing permissions and |
| 119 | limitations under the License. |
| 120 | |
| 121 | ------------------------------------------------------------------- |
| 122 | |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 123 | Copyright (c) 1985, 1993 |
| 124 | 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] | 125 | |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 126 | Redistribution and use in source and binary forms, with or without |
| 127 | modification, are permitted provided that the following conditions |
| 128 | are met: |
| 129 | 1. Redistributions of source code must retain the above copyright |
| 130 | notice, this list of conditions and the following disclaimer. |
| 131 | 2. Redistributions in binary form must reproduce the above copyright |
| 132 | notice, this list of conditions and the following disclaimer in the |
| 133 | documentation and/or other materials provided with the distribution. |
| 134 | 3. All advertising materials mentioning features or use of this software |
| 135 | must display the following acknowledgement: |
| 136 | This product includes software developed by the University of |
| 137 | California, Berkeley and its contributors. |
| 138 | 4. Neither the name of the University nor the names of its contributors |
| 139 | may be used to endorse or promote products derived from this software |
| 140 | without specific prior written permission. |
The Android Open Source Project | 1dc9e47 | 2009-03-03 19:28:35 -0800 | [diff] [blame] | 141 | |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 142 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 143 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 144 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 145 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 146 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 147 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 148 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 149 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 150 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 151 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 152 | SUCH DAMAGE. |
The Android Open Source Project | 1dc9e47 | 2009-03-03 19:28:35 -0800 | [diff] [blame] | 153 | |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 154 | ------------------------------------------------------------------- |
The Android Open Source Project | 1dc9e47 | 2009-03-03 19:28:35 -0800 | [diff] [blame] | 155 | |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 156 | Copyright (c) 1988, 1993 |
| 157 | The Regents of the University of California. All rights reserved. |
| 158 | |
| 159 | Redistribution and use in source and binary forms, with or without |
| 160 | modification, are permitted provided that the following conditions |
| 161 | are met: |
| 162 | 1. Redistributions of source code must retain the above copyright |
| 163 | notice, this list of conditions and the following disclaimer. |
| 164 | 2. Redistributions in binary form must reproduce the above copyright |
| 165 | notice, this list of conditions and the following disclaimer in the |
| 166 | documentation and/or other materials provided with the distribution. |
| 167 | 3. All advertising materials mentioning features or use of this software |
| 168 | must display the following acknowledgement: |
| 169 | This product includes software developed by the University of |
| 170 | California, Berkeley and its contributors. |
| 171 | 4. Neither the name of the University nor the names of its contributors |
| 172 | may be used to endorse or promote products derived from this software |
| 173 | without specific prior written permission. |
| 174 | |
| 175 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 176 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 177 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 178 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 179 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 180 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 181 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 182 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 183 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 184 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 185 | SUCH DAMAGE. |
| 186 | |
| 187 | ------------------------------------------------------------------- |
| 188 | |
Elliott Hughes | 32dbc03 | 2012-08-15 15:43:13 -0700 | [diff] [blame] | 189 | Copyright (c) 1990 The Regents of the University of California. |
| 190 | All rights reserved. |
| 191 | |
| 192 | This code is derived from software contributed to Berkeley by |
| 193 | William Jolitz. |
| 194 | |
| 195 | Redistribution and use in source and binary forms, with or without |
| 196 | modification, are permitted provided that the following conditions |
| 197 | are met: |
| 198 | 1. Redistributions of source code must retain the above copyright |
| 199 | notice, this list of conditions and the following disclaimer. |
| 200 | 2. Redistributions in binary form must reproduce the above copyright |
| 201 | notice, this list of conditions and the following disclaimer in the |
| 202 | documentation and/or other materials provided with the distribution. |
| 203 | 4. Neither the name of the University nor the names of its contributors |
| 204 | may be used to endorse or promote products derived from this software |
| 205 | without specific prior written permission. |
| 206 | |
| 207 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 208 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 209 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 210 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 211 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 212 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 213 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 214 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 215 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 216 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 217 | SUCH DAMAGE. |
| 218 | |
| 219 | ------------------------------------------------------------------- |
| 220 | |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 221 | Copyright (c) 1992, 1993 |
| 222 | The Regents of the University of California. All rights reserved. |
| 223 | |
| 224 | Redistribution and use in source and binary forms, with or without |
| 225 | modification, are permitted provided that the following conditions |
| 226 | are met: |
| 227 | 1. Redistributions of source code must retain the above copyright |
| 228 | notice, this list of conditions and the following disclaimer. |
| 229 | 2. Redistributions in binary form must reproduce the above copyright |
| 230 | notice, this list of conditions and the following disclaimer in the |
| 231 | documentation and/or other materials provided with the distribution. |
| 232 | 3. All advertising materials mentioning features or use of this software |
| 233 | must display the following acknowledgement: |
| 234 | This product includes software developed by the University of |
| 235 | California, Berkeley and its contributors. |
| 236 | 4. Neither the name of the University nor the names of its contributors |
| 237 | may be used to endorse or promote products derived from this software |
| 238 | without specific prior written permission. |
| 239 | |
| 240 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 241 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 242 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 243 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 244 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 245 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 246 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 247 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 248 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 249 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 250 | SUCH DAMAGE. |
| 251 | |
| 252 | ------------------------------------------------------------------- |
| 253 | |
Elliott Hughes | d65bd84 | 2013-02-01 16:16:54 -0800 | [diff] [blame] | 254 | Copyright (c) 2001-2011 The FreeBSD Project. |
| 255 | All rights reserved. |
| 256 | |
| 257 | Redistribution and use in source and binary forms, with or without |
| 258 | modification, are permitted provided that the following conditions |
| 259 | are met: |
| 260 | 1. Redistributions of source code must retain the above copyright |
| 261 | notice, this list of conditions and the following disclaimer. |
| 262 | 2. Redistributions in binary form must reproduce the above copyright |
| 263 | notice, this list of conditions and the following disclaimer in the |
| 264 | documentation and/or other materials provided with the distribution. |
| 265 | |
| 266 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR 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 AUTHOR 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 | |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 280 | Copyright (c) 2002, 2003 David Schultz <das@FreeBSD.ORG> |
| 281 | All rights reserved. |
| 282 | |
| 283 | Redistribution and use in source and binary forms, with or without |
| 284 | modification, are permitted provided that the following conditions |
| 285 | are met: |
| 286 | 1. Redistributions of source code must retain the above copyright |
| 287 | notice, this list of conditions and the following disclaimer. |
| 288 | 2. Redistributions in binary form must reproduce the above copyright |
| 289 | notice, this list of conditions and the following disclaimer in the |
| 290 | documentation and/or other materials provided with the distribution. |
| 291 | |
| 292 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 293 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 294 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 295 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 296 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 297 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 298 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 299 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 300 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 301 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 302 | SUCH DAMAGE. |
| 303 | |
| 304 | ------------------------------------------------------------------- |
| 305 | |
| 306 | Copyright (c) 2003 Dag-Erling Smørgrav |
| 307 | All rights reserved. |
| 308 | |
| 309 | Redistribution and use in source and binary forms, with or without |
| 310 | modification, are permitted provided that the following conditions |
| 311 | are met: |
| 312 | 1. Redistributions of source code must retain the above copyright |
| 313 | notice, this list of conditions and the following disclaimer |
| 314 | in this position and unchanged. |
| 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 | 3. The name of the author may not be used to endorse or promote products |
| 319 | derived from this software without specific prior written permission. |
| 320 | |
| 321 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR |
| 322 | IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES |
| 323 | OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. |
| 324 | IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, |
| 325 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT |
| 326 | NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, |
| 327 | DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY |
| 328 | THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
| 329 | (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF |
| 330 | THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 331 | |
| 332 | ------------------------------------------------------------------- |
| 333 | |
Elliott Hughes | 32dbc03 | 2012-08-15 15:43:13 -0700 | [diff] [blame] | 334 | Copyright (c) 2003 Mike Barcroft <mike@FreeBSD.org> |
| 335 | All rights reserved. |
| 336 | |
| 337 | Redistribution and use in source and binary forms, with or without |
| 338 | modification, are permitted provided that the following conditions |
| 339 | are met: |
| 340 | 1. Redistributions of source code must retain the above copyright |
| 341 | notice, this list of conditions and the following disclaimer. |
| 342 | 2. Redistributions in binary form must reproduce the above copyright |
| 343 | notice, this list of conditions and the following disclaimer in the |
| 344 | documentation and/or other materials provided with the distribution. |
| 345 | |
| 346 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 347 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 348 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 349 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 350 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 351 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 352 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 353 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 354 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 355 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 356 | SUCH DAMAGE. |
| 357 | |
| 358 | ------------------------------------------------------------------- |
| 359 | |
| 360 | Copyright (c) 2003 Mike Barcroft <mike@FreeBSD.org> |
| 361 | Copyright (c) 2002 David Schultz <das@FreeBSD.ORG> |
| 362 | All rights reserved. |
| 363 | |
| 364 | Redistribution and use in source and binary forms, with or without |
| 365 | modification, are permitted provided that the following conditions |
| 366 | are met: |
| 367 | 1. Redistributions of source code must retain the above copyright |
| 368 | notice, this list of conditions and the following disclaimer. |
| 369 | 2. Redistributions in binary form must reproduce the above copyright |
| 370 | notice, this list of conditions and the following disclaimer in the |
| 371 | documentation and/or other materials provided with the distribution. |
| 372 | |
| 373 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 374 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 375 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 376 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 377 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 378 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 379 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 380 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 381 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 382 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 383 | SUCH DAMAGE. |
| 384 | |
| 385 | ------------------------------------------------------------------- |
| 386 | |
| 387 | Copyright (c) 2003 Mike Barcroft <mike@FreeBSD.org> |
| 388 | Copyright (c) 2002, 2003 David Schultz <das@FreeBSD.ORG> |
| 389 | All rights reserved. |
| 390 | |
| 391 | Redistribution and use in source and binary forms, with or without |
| 392 | modification, are permitted provided that the following conditions |
| 393 | are met: |
| 394 | 1. Redistributions of source code must retain the above copyright |
| 395 | notice, this list of conditions and the following disclaimer. |
| 396 | 2. Redistributions in binary form must reproduce the above copyright |
| 397 | notice, this list of conditions and the following disclaimer in the |
| 398 | documentation and/or other materials provided with the distribution. |
| 399 | |
| 400 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 401 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 402 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 403 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 404 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 405 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 406 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 407 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 408 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 409 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 410 | SUCH DAMAGE. |
| 411 | |
| 412 | ------------------------------------------------------------------- |
| 413 | |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 414 | Copyright (c) 2003, Steven G. Kargl |
| 415 | All rights reserved. |
| 416 | |
| 417 | Redistribution and use in source and binary forms, with or without |
| 418 | modification, are permitted provided that the following conditions |
| 419 | are met: |
| 420 | 1. Redistributions of source code must retain the above copyright |
| 421 | notice unmodified, this list of conditions, and the following |
| 422 | disclaimer. |
| 423 | 2. Redistributions in binary form must reproduce the above copyright |
| 424 | notice, this list of conditions and the following disclaimer in the |
| 425 | documentation and/or other materials provided with the distribution. |
| 426 | |
| 427 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR |
| 428 | IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES |
| 429 | OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. |
| 430 | IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, |
| 431 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT |
| 432 | NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, |
| 433 | DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY |
| 434 | THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
| 435 | (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF |
| 436 | THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 437 | |
| 438 | ------------------------------------------------------------------- |
| 439 | |
Elliott Hughes | 32dbc03 | 2012-08-15 15:43:13 -0700 | [diff] [blame] | 440 | Copyright (c) 2004 David Schultz <das@FreeBSD.ORG> |
| 441 | All rights reserved. |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 442 | |
Elliott Hughes | 32dbc03 | 2012-08-15 15:43:13 -0700 | [diff] [blame] | 443 | Redistribution and use in source and binary forms, with or without |
| 444 | modification, are permitted provided that the following conditions |
| 445 | are met: |
| 446 | 1. Redistributions of source code must retain the above copyright |
| 447 | notice, this list of conditions and the following disclaimer. |
| 448 | 2. Redistributions in binary form must reproduce the above copyright |
| 449 | notice, this list of conditions and the following disclaimer in the |
| 450 | documentation and/or other materials provided with the distribution. |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 451 | |
Elliott Hughes | 32dbc03 | 2012-08-15 15:43:13 -0700 | [diff] [blame] | 452 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 453 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 454 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 455 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 456 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 457 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 458 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 459 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 460 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 461 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 462 | SUCH DAMAGE. |
| 463 | |
| 464 | ------------------------------------------------------------------- |
| 465 | |
| 466 | Copyright (c) 2004 Stefan Farfeleder |
| 467 | All rights reserved. |
| 468 | |
| 469 | Redistribution and use in source and binary forms, with or without |
| 470 | modification, are permitted provided that the following conditions |
| 471 | are met: |
| 472 | 1. Redistributions of source code must retain the above copyright |
| 473 | notice, this list of conditions and the following disclaimer. |
| 474 | 2. Redistributions in binary form must reproduce the above copyright |
| 475 | notice, this list of conditions and the following disclaimer in the |
| 476 | documentation and/or other materials provided with the distribution. |
| 477 | |
| 478 | THIS SOFTWARE IS PROVIDED BY AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 479 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 480 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 481 | ARE DISCLAIMED. IN NO EVENT SHALL AUTHOR OR CONTRIBUTORS BE LIABLE |
| 482 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 483 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 484 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 485 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 486 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 487 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 488 | SUCH DAMAGE. |
| 489 | |
| 490 | ------------------------------------------------------------------- |
| 491 | |
Elliott Hughes | 54a7494 | 2014-01-03 16:40:37 -0800 | [diff] [blame^] | 492 | Copyright (c) 2004-2005 David Schultz <das (at) FreeBSD.ORG> |
| 493 | All rights reserved. |
| 494 | |
| 495 | Redistribution and use in source and binary forms, with or without |
| 496 | modification, are permitted provided that the following conditions |
| 497 | are met: |
| 498 | 1. Redistributions of source code must retain the above copyright |
| 499 | notice, this list of conditions and the following disclaimer. |
| 500 | 2. Redistributions in binary form must reproduce the above copyright |
| 501 | notice, this list of conditions and the following disclaimer in the |
| 502 | documentation and/or other materials provided with the distribution. |
| 503 | |
| 504 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 505 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 506 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 507 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 508 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 509 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 510 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 511 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 512 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 513 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 514 | SUCH DAMAGE. |
| 515 | |
| 516 | ------------------------------------------------------------------- |
| 517 | |
Elliott Hughes | 32dbc03 | 2012-08-15 15:43:13 -0700 | [diff] [blame] | 518 | Copyright (c) 2004-2005 David Schultz <das@FreeBSD.ORG> |
| 519 | All rights reserved. |
| 520 | |
| 521 | Redistribution and use in source and binary forms, with or without |
| 522 | modification, are permitted provided that the following conditions |
| 523 | are met: |
| 524 | 1. Redistributions of source code must retain the above copyright |
| 525 | notice, this list of conditions and the following disclaimer. |
| 526 | 2. Redistributions in binary form must reproduce the above copyright |
| 527 | notice, this list of conditions and the following disclaimer in the |
| 528 | documentation and/or other materials provided with the distribution. |
| 529 | |
| 530 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 531 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 532 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 533 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 534 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 535 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 536 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 537 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 538 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 539 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 540 | SUCH DAMAGE. |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 541 | |
| 542 | ------------------------------------------------------------------- |
| 543 | |
Elliott Hughes | d65bd84 | 2013-02-01 16:16:54 -0800 | [diff] [blame] | 544 | Copyright (c) 2004-2011 David Schultz <das@FreeBSD.ORG> |
| 545 | All rights reserved. |
| 546 | |
| 547 | Redistribution and use in source and binary forms, with or without |
| 548 | modification, are permitted provided that the following conditions |
| 549 | are met: |
| 550 | 1. Redistributions of source code must retain the above copyright |
| 551 | notice, this list of conditions and the following disclaimer. |
| 552 | 2. Redistributions in binary form must reproduce the above copyright |
| 553 | notice, this list of conditions and the following disclaimer in the |
| 554 | documentation and/or other materials provided with the distribution. |
| 555 | |
| 556 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 557 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 558 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 559 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 560 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 561 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 562 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 563 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 564 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 565 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 566 | SUCH DAMAGE. |
| 567 | |
| 568 | ------------------------------------------------------------------- |
| 569 | |
| 570 | Copyright (c) 2005 Bruce D. Evans and Steven G. Kargl |
| 571 | All rights reserved. |
| 572 | |
| 573 | Redistribution and use in source and binary forms, with or without |
| 574 | modification, are permitted provided that the following conditions |
| 575 | are met: |
| 576 | 1. Redistributions of source code must retain the above copyright |
| 577 | notice unmodified, this list of conditions, and the following |
| 578 | disclaimer. |
| 579 | 2. Redistributions in binary form must reproduce the above copyright |
| 580 | notice, this list of conditions and the following disclaimer in the |
| 581 | documentation and/or other materials provided with the distribution. |
| 582 | |
| 583 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR |
| 584 | IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES |
| 585 | OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. |
| 586 | IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, |
| 587 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT |
| 588 | NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, |
| 589 | DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY |
| 590 | THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
| 591 | (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF |
| 592 | THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 593 | |
| 594 | ------------------------------------------------------------------- |
| 595 | |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 596 | Copyright (c) 2005 David Schultz <das@FreeBSD.ORG> |
| 597 | All rights reserved. |
| 598 | |
| 599 | Redistribution and use in source and binary forms, with or without |
| 600 | modification, are permitted provided that the following conditions |
| 601 | are met: |
| 602 | 1. Redistributions of source code must retain the above copyright |
| 603 | notice, this list of conditions and the following disclaimer. |
| 604 | 2. Redistributions in binary form must reproduce the above copyright |
| 605 | notice, this list of conditions and the following disclaimer in the |
| 606 | documentation and/or other materials provided with the distribution. |
| 607 | |
| 608 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 609 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 610 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 611 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 612 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 613 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 614 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 615 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 616 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 617 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 618 | SUCH DAMAGE. |
| 619 | |
| 620 | ------------------------------------------------------------------- |
| 621 | |
Elliott Hughes | d65bd84 | 2013-02-01 16:16:54 -0800 | [diff] [blame] | 622 | Copyright (c) 2005-2008 David Schultz <das@FreeBSD.ORG> |
| 623 | All rights reserved. |
| 624 | |
| 625 | Redistribution and use in source and binary forms, with or without |
| 626 | modification, are permitted provided that the following conditions |
| 627 | are met: |
| 628 | 1. Redistributions of source code must retain the above copyright |
| 629 | notice, this list of conditions and the following disclaimer. |
| 630 | 2. Redistributions in binary form must reproduce the above copyright |
| 631 | notice, this list of conditions and the following disclaimer in the |
| 632 | documentation and/or other materials provided with the distribution. |
| 633 | |
| 634 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 635 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 636 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 637 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 638 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 639 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 640 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 641 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 642 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 643 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 644 | SUCH DAMAGE. |
| 645 | |
| 646 | ------------------------------------------------------------------- |
| 647 | |
| 648 | Copyright (c) 2005-2011 David Schultz <das@FreeBSD.ORG> |
| 649 | All rights reserved. |
| 650 | |
| 651 | Redistribution and use in source and binary forms, with or without |
| 652 | modification, are permitted provided that the following conditions |
| 653 | are met: |
| 654 | 1. Redistributions of source code must retain the above copyright |
| 655 | notice, this list of conditions and the following disclaimer. |
| 656 | 2. Redistributions in binary form must reproduce the above copyright |
| 657 | notice, this list of conditions and the following disclaimer in the |
| 658 | documentation and/or other materials provided with the distribution. |
| 659 | |
| 660 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 661 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 662 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 663 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 664 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 665 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 666 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 667 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 668 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 669 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 670 | SUCH DAMAGE. |
| 671 | |
| 672 | ------------------------------------------------------------------- |
| 673 | |
Elliott Hughes | 32dbc03 | 2012-08-15 15:43:13 -0700 | [diff] [blame] | 674 | Copyright (c) 2007 David Schultz |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 675 | All rights reserved. |
| 676 | |
| 677 | Redistribution and use in source and binary forms, with or without |
| 678 | modification, are permitted provided that the following conditions |
| 679 | are met: |
| 680 | 1. Redistributions of source code must retain the above copyright |
| 681 | notice, this list of conditions and the following disclaimer. |
| 682 | 2. Redistributions in binary form must reproduce the above copyright |
| 683 | notice, this list of conditions and the following disclaimer in the |
| 684 | documentation and/or other materials provided with the distribution. |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 685 | |
Elliott Hughes | 32dbc03 | 2012-08-15 15:43:13 -0700 | [diff] [blame] | 686 | THIS SOFTWARE IS PROVIDED BY AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 687 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 688 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 689 | ARE DISCLAIMED. IN NO EVENT SHALL AUTHOR OR CONTRIBUTORS BE LIABLE |
| 690 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 691 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 692 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 693 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 694 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 695 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 696 | SUCH DAMAGE. |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 697 | |
| 698 | ------------------------------------------------------------------- |
| 699 | |
Elliott Hughes | d65bd84 | 2013-02-01 16:16:54 -0800 | [diff] [blame] | 700 | Copyright (c) 2007 David Schultz <das@FreeBSD.ORG> |
| 701 | All rights reserved. |
| 702 | |
| 703 | Redistribution and use in source and binary forms, with or without |
| 704 | modification, are permitted provided that the following conditions |
| 705 | are met: |
| 706 | 1. Redistributions of source code must retain the above copyright |
| 707 | notice, this list of conditions and the following disclaimer. |
| 708 | 2. Redistributions in binary form must reproduce the above copyright |
| 709 | notice, this list of conditions and the following disclaimer in the |
| 710 | documentation and/or other materials provided with the distribution. |
| 711 | |
| 712 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 713 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 714 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 715 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 716 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 717 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 718 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 719 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 720 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 721 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 722 | SUCH DAMAGE. |
| 723 | |
| 724 | ------------------------------------------------------------------- |
| 725 | |
| 726 | Copyright (c) 2007 David Schultz <das@FreeBSD.ORG> |
| 727 | All rights reserved. |
| 728 | |
| 729 | Redistribution and use in source and binary forms, with or without |
| 730 | modification, are permitted provided that the following conditions |
| 731 | are met: |
| 732 | 1. Redistributions of source code must retain the above copyright |
| 733 | notice, this list of conditions and the following disclaimer. |
| 734 | 2. Redistributions in binary form must reproduce the above copyright |
| 735 | notice, this list of conditions and the following disclaimer in the |
| 736 | documentation and/or other materials provided with the distribution. |
| 737 | |
| 738 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 739 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 740 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 741 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 742 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 743 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 744 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 745 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 746 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 747 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 748 | SUCH DAMAGE. |
| 749 | |
| 750 | Derived from s_modf.c, which has the following Copyright: |
| 751 | ==================================================== |
| 752 | Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved. |
| 753 | |
| 754 | Developed at SunPro, a Sun Microsystems, Inc. business. |
| 755 | Permission to use, copy, modify, and distribute this |
| 756 | software is freely granted, provided that this notice |
| 757 | is preserved. |
| 758 | |
| 759 | ------------------------------------------------------------------- |
| 760 | |
| 761 | Copyright (c) 2007 Steven G. Kargl |
| 762 | All rights reserved. |
| 763 | |
| 764 | Redistribution and use in source and binary forms, with or without |
| 765 | modification, are permitted provided that the following conditions |
| 766 | are met: |
| 767 | 1. Redistributions of source code must retain the above copyright |
| 768 | notice unmodified, this list of conditions, and the following |
| 769 | disclaimer. |
| 770 | 2. Redistributions in binary form must reproduce the above copyright |
| 771 | notice, this list of conditions and the following disclaimer in the |
| 772 | documentation and/or other materials provided with the distribution. |
| 773 | |
| 774 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR |
| 775 | IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES |
| 776 | OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. |
| 777 | IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, |
| 778 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT |
| 779 | NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, |
| 780 | DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY |
| 781 | THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
| 782 | (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF |
| 783 | THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 784 | |
| 785 | ------------------------------------------------------------------- |
| 786 | |
| 787 | Copyright (c) 2007-2008 David Schultz <das@FreeBSD.ORG> |
| 788 | All rights reserved. |
| 789 | |
| 790 | Redistribution and use in source and binary forms, with or without |
| 791 | modification, are permitted provided that the following conditions |
| 792 | are met: |
| 793 | 1. Redistributions of source code must retain the above copyright |
| 794 | notice, this list of conditions and the following disclaimer. |
| 795 | 2. Redistributions in binary form must reproduce the above copyright |
| 796 | notice, this list of conditions and the following disclaimer in the |
| 797 | documentation and/or other materials provided with the distribution. |
| 798 | |
| 799 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 800 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 801 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 802 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 803 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 804 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 805 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 806 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 807 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 808 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 809 | SUCH DAMAGE. |
| 810 | |
| 811 | ------------------------------------------------------------------- |
| 812 | |
Elliott Hughes | 32dbc03 | 2012-08-15 15:43:13 -0700 | [diff] [blame] | 813 | Copyright (c) 2008 David Schultz <das@FreeBSD.ORG> |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 814 | All rights reserved. |
| 815 | |
| 816 | Redistribution and use in source and binary forms, with or without |
| 817 | modification, are permitted provided that the following conditions |
| 818 | are met: |
| 819 | 1. Redistributions of source code must retain the above copyright |
| 820 | notice, this list of conditions and the following disclaimer. |
| 821 | 2. Redistributions in binary form must reproduce the above copyright |
| 822 | notice, this list of conditions and the following disclaimer in the |
| 823 | documentation and/or other materials provided with the distribution. |
| 824 | |
| 825 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR 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 AUTHOR 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 | |
Elliott Hughes | d65bd84 | 2013-02-01 16:16:54 -0800 | [diff] [blame] | 839 | Copyright (c) 2011 David Schultz |
| 840 | All rights reserved. |
| 841 | |
| 842 | Redistribution and use in source and binary forms, with or without |
| 843 | modification, are permitted provided that the following conditions |
| 844 | are met: |
| 845 | 1. Redistributions of source code must retain the above copyright |
| 846 | notice unmodified, this list of conditions, and the following |
| 847 | disclaimer. |
| 848 | 2. Redistributions in binary form must reproduce the above copyright |
| 849 | notice, this list of conditions and the following disclaimer in the |
| 850 | documentation and/or other materials provided with the distribution. |
| 851 | |
| 852 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR |
| 853 | IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES |
| 854 | OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. |
| 855 | IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, |
| 856 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT |
| 857 | NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, |
| 858 | DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY |
| 859 | THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
| 860 | (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF |
| 861 | THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 862 | |
| 863 | ------------------------------------------------------------------- |
| 864 | |
| 865 | Copyright (c) 2011 David Schultz <das@FreeBSD.ORG> |
| 866 | All rights reserved. |
| 867 | |
| 868 | Redistribution and use in source and binary forms, with or without |
| 869 | modification, are permitted provided that the following conditions |
| 870 | are met: |
| 871 | 1. Redistributions of source code must retain the above copyright |
| 872 | notice, this list of conditions and the following disclaimer. |
| 873 | 2. Redistributions in binary form must reproduce the above copyright |
| 874 | notice, this list of conditions and the following disclaimer in the |
| 875 | documentation and/or other materials provided with the distribution. |
| 876 | |
| 877 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 878 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 879 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 880 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 881 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 882 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 883 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 884 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 885 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 886 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 887 | SUCH DAMAGE. |
| 888 | |
| 889 | ------------------------------------------------------------------- |
| 890 | |
Elliott Hughes | 32dbc03 | 2012-08-15 15:43:13 -0700 | [diff] [blame] | 891 | From: @(#)s_ilogb.c 5.1 93/09/24 |
| 892 | ==================================================== |
| 893 | Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved. |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 894 | |
Elliott Hughes | 32dbc03 | 2012-08-15 15:43:13 -0700 | [diff] [blame] | 895 | Developed at SunPro, a Sun Microsystems, Inc. business. |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 896 | Permission to use, copy, modify, and distribute this |
| 897 | software is freely granted, provided that this notice |
| 898 | is preserved. |
| 899 | |
| 900 | ------------------------------------------------------------------- |
The Android Open Source Project | 1dc9e47 | 2009-03-03 19:28:35 -0800 | [diff] [blame] | 901 | |