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