Jake Weinstein | 28285f5 | 2017-05-04 12:08:39 -0400 | [diff] [blame] | 1 | Copyright (c) 2014, ARM Limited |
| 2 | All rights Reserved. |
| 3 | Copyright (c) 2014, Linaro Ltd. |
Elliott Hughes | 1558138 | 2014-07-07 15:42:06 -0700 | [diff] [blame] | 4 | |
| 5 | Redistribution and use in source and binary forms, with or without |
| 6 | modification, are permitted provided that the following conditions are met: |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 7 | * Redistributions of source code must retain the above copyright |
Elliott Hughes | 1558138 | 2014-07-07 15:42:06 -0700 | [diff] [blame] | 8 | notice, this list of conditions and the following disclaimer. |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 9 | * Redistributions in binary form must reproduce the above copyright |
Elliott Hughes | 1558138 | 2014-07-07 15:42:06 -0700 | [diff] [blame] | 10 | notice, this list of conditions and the following disclaimer in the |
| 11 | documentation and/or other materials provided with the distribution. |
Jake Weinstein | 28285f5 | 2017-05-04 12:08:39 -0400 | [diff] [blame] | 12 | * Neither the name of the company nor the names of its contributors |
| 13 | may be used to endorse or promote products derived from this |
| 14 | software without specific prior written permission. |
Elliott Hughes | 1558138 | 2014-07-07 15:42:06 -0700 | [diff] [blame] | 15 | |
| 16 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS |
| 17 | "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT |
| 18 | LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR |
| 19 | A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT |
| 20 | HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, |
| 21 | SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT |
| 22 | LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, |
| 23 | DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY |
| 24 | THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
| 25 | (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE |
| 26 | OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 27 | |
| 28 | ------------------------------------------------------------------- |
| 29 | |
Jake Weinstein | 28285f5 | 2017-05-04 12:08:39 -0400 | [diff] [blame] | 30 | Copyright (c) 2014, Linaro Limited |
| 31 | All rights reserved. |
Elliott Hughes | 1558138 | 2014-07-07 15:42:06 -0700 | [diff] [blame] | 32 | |
| 33 | Redistribution and use in source and binary forms, with or without |
| 34 | modification, are permitted provided that the following conditions are met: |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 35 | * Redistributions of source code must retain the above copyright |
Elliott Hughes | 1558138 | 2014-07-07 15:42:06 -0700 | [diff] [blame] | 36 | notice, this list of conditions and the following disclaimer. |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 37 | * Redistributions in binary form must reproduce the above copyright |
Elliott Hughes | 1558138 | 2014-07-07 15:42:06 -0700 | [diff] [blame] | 38 | notice, this list of conditions and the following disclaimer in the |
| 39 | documentation and/or other materials provided with the distribution. |
Jake Weinstein | 28285f5 | 2017-05-04 12:08:39 -0400 | [diff] [blame] | 40 | * Neither the name of the Linaro nor the |
| 41 | names of its contributors may be used to endorse or promote products |
| 42 | derived from this software without specific prior written permission. |
Elliott Hughes | 1558138 | 2014-07-07 15:42:06 -0700 | [diff] [blame] | 43 | |
| 44 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS |
| 45 | "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT |
| 46 | LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR |
| 47 | A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT |
| 48 | HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, |
| 49 | SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT |
| 50 | LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, |
| 51 | DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY |
| 52 | THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
| 53 | (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE |
| 54 | OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 55 | |
| 56 | ------------------------------------------------------------------- |
| 57 | |
Elliott Hughes | 3e424d0 | 2014-07-23 16:02:26 -0700 | [diff] [blame] | 58 | Copyright (c) 1993 John Brezak |
| 59 | All rights reserved. |
| 60 | |
| 61 | Redistribution and use in source and binary forms, with or without |
| 62 | modification, are permitted provided that the following conditions |
| 63 | are met: |
| 64 | 1. Redistributions of source code must retain the above copyright |
| 65 | notice, this list of conditions and the following disclaimer. |
| 66 | 2. Redistributions in binary form must reproduce the above copyright |
| 67 | notice, this list of conditions and the following disclaimer in the |
| 68 | documentation and/or other materials provided with the distribution. |
| 69 | 3. The name of the author may be used to endorse or promote products |
| 70 | derived from this software without specific prior written permission. |
| 71 | |
| 72 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR `AS IS'' AND ANY EXPRESS OR |
| 73 | IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED |
| 74 | WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE |
| 75 | DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, |
| 76 | INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES |
| 77 | (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR |
| 78 | SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 79 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, |
| 80 | STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN |
| 81 | ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE |
| 82 | POSSIBILITY OF SUCH DAMAGE. |
| 83 | |
| 84 | ------------------------------------------------------------------- |
| 85 | |
Elliott Hughes | b4931ce | 2016-02-08 17:00:12 -0800 | [diff] [blame] | 86 | Copyright (c) 2009-2013 The Linux Foundation. All rights reserved. |
| 87 | |
| 88 | Redistribution and use in source and binary forms, with or without |
| 89 | modification, are permitted provided that the following conditions are met: |
| 90 | * Redistributions of source code must retain the above copyright |
| 91 | notice, this list of conditions and the following disclaimer. |
| 92 | * Redistributions in binary form must reproduce the above copyright |
| 93 | notice, this list of conditions and the following disclaimer in the |
| 94 | documentation and/or other materials provided with the distribution. |
| 95 | * Neither the name of The Linux Foundation nor the names of its contributors may |
| 96 | be used to endorse or promote products derived from this software |
| 97 | without specific prior written permission. |
| 98 | |
| 99 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" |
| 100 | AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 101 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 102 | ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE |
| 103 | LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR |
| 104 | CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF |
| 105 | SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS |
| 106 | INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN |
| 107 | CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) |
| 108 | ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE |
| 109 | POSSIBILITY OF SUCH DAMAGE. |
| 110 | |
| 111 | ------------------------------------------------------------------- |
| 112 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 113 | ==================================================== |
| 114 | Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved. |
| 115 | |
| 116 | Developed at SunPro, a Sun Microsystems, Inc. business. |
| 117 | Permission to use, copy, modify, and distribute this |
| 118 | software is freely granted, provided that this notice |
| 119 | is preserved. |
| 120 | |
| 121 | ------------------------------------------------------------------- |
| 122 | |
Dan Albert | c30862f | 2016-10-20 11:45:16 -0700 | [diff] [blame] | 123 | ==================================================== |
| 124 | Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved. |
| 125 | |
| 126 | Developed at SunPro, a Sun Microsystems, Inc. business. |
| 127 | Permission to use, copy, modify, and distribute this |
| 128 | software is freely granted, provided that this notice |
| 129 | is preserved. |
| 130 | ==================================================== |
| 131 | |
| 132 | Optimized by Bruce D. Evans. |
| 133 | |
| 134 | ------------------------------------------------------------------- |
| 135 | |
| 136 | ==================================================== |
| 137 | Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved. |
| 138 | |
Elliott Hughes | 8da8ca4 | 2018-05-08 13:35:33 -0700 | [diff] [blame^] | 139 | Developed at SunPro, a Sun Microsystems, Inc. business. |
| 140 | Permission to use, copy, modify, and distribute this |
| 141 | software is freely granted, provided that this notice |
| 142 | is preserved. |
| 143 | ==================================================== |
| 144 | |
| 145 | k_sinf.c and k_cosf.c merged by Steven G. Kargl. |
| 146 | |
| 147 | ------------------------------------------------------------------- |
| 148 | |
| 149 | ==================================================== |
| 150 | Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved. |
| 151 | |
| 152 | Developed at SunPro, a Sun Microsystems, Inc. business. |
| 153 | Permission to use, copy, modify, and distribute this |
| 154 | software is freely granted, provided that this notice |
| 155 | is preserved. |
| 156 | ==================================================== |
| 157 | |
| 158 | s_sin.c and s_cos.c merged by Steven G. Kargl. Descriptions of the |
| 159 | algorithms are contained in the original files. |
| 160 | |
| 161 | ------------------------------------------------------------------- |
| 162 | |
| 163 | ==================================================== |
| 164 | Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved. |
| 165 | |
Dan Albert | c30862f | 2016-10-20 11:45:16 -0700 | [diff] [blame] | 166 | Developed at SunSoft, a Sun Microsystems, Inc. business. |
| 167 | Permission to use, copy, modify, and distribute this |
| 168 | software is freely granted, provided that this notice |
| 169 | is preserved. |
| 170 | |
| 171 | ------------------------------------------------------------------- |
| 172 | |
| 173 | ==================================================== |
| 174 | Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved. |
| 175 | |
| 176 | Developed at SunSoft, a Sun Microsystems, Inc. business. |
| 177 | Permission to use, copy, modify, and distribute this |
| 178 | software is freely granted, provided that this notice |
| 179 | is preserved. |
| 180 | ==================================================== |
| 181 | |
| 182 | Optimized by Bruce D. Evans. |
| 183 | |
| 184 | ------------------------------------------------------------------- |
| 185 | |
| 186 | ==================================================== |
| 187 | Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved. |
Elliott Hughes | 8da8ca4 | 2018-05-08 13:35:33 -0700 | [diff] [blame^] | 188 | |
| 189 | Developed at SunSoft, a Sun Microsystems, Inc. business. |
| 190 | Permission to use, copy, modify, and distribute this |
| 191 | software is freely granted, provided that this notice |
| 192 | is preserved. |
| 193 | ==================================================== |
| 194 | |
| 195 | k_sin.c and k_cos.c merged by Steven G. Kargl. |
| 196 | |
| 197 | ------------------------------------------------------------------- |
| 198 | |
| 199 | ==================================================== |
| 200 | Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved. |
Dan Albert | c30862f | 2016-10-20 11:45:16 -0700 | [diff] [blame] | 201 | Copyright (c) 2008 Steven G. Kargl, David Schultz, Bruce D. Evans. |
| 202 | |
| 203 | Developed at SunSoft, a Sun Microsystems, Inc. business. |
| 204 | Permission to use, copy, modify, and distribute this |
| 205 | software is freely granted, provided that this notice |
| 206 | is preserved. |
| 207 | |
| 208 | ------------------------------------------------------------------- |
| 209 | |
| 210 | ==================================================== |
| 211 | Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved. |
| 212 | Copyright (c) 2008 Steven G. Kargl, David Schultz, Bruce D. Evans. |
| 213 | |
| 214 | Developed at SunSoft, a Sun Microsystems, Inc. business. |
| 215 | Permission to use, copy, modify, and distribute this |
| 216 | software is freely granted, provided that this notice |
| 217 | is preserved. |
| 218 | ==================================================== |
| 219 | |
| 220 | Optimized by Bruce D. Evans. |
| 221 | |
| 222 | ------------------------------------------------------------------- |
| 223 | |
| 224 | ==================================================== |
| 225 | Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved. |
Elliott Hughes | 8da8ca4 | 2018-05-08 13:35:33 -0700 | [diff] [blame^] | 226 | Copyright (c) 2008 Steven G. Kargl, David Schultz, Bruce D. Evans. |
| 227 | |
| 228 | Developed at SunSoft, a Sun Microsystems, Inc. business. |
| 229 | Permission to use, copy, modify, and distribute this |
| 230 | software is freely granted, provided that this notice |
| 231 | is preserved. |
| 232 | ==================================================== |
| 233 | |
| 234 | k_sinl.c and k_cosl.c merged by Steven G. Kargl |
| 235 | |
| 236 | ------------------------------------------------------------------- |
| 237 | |
| 238 | ==================================================== |
| 239 | Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved. |
Dan Albert | c30862f | 2016-10-20 11:45:16 -0700 | [diff] [blame] | 240 | Copyright (c) 2009-2011, Bruce D. Evans, Steven G. Kargl, David Schultz. |
| 241 | |
| 242 | Developed at SunPro, a Sun Microsystems, Inc. business. |
| 243 | Permission to use, copy, modify, and distribute this |
| 244 | software is freely granted, provided that this notice |
| 245 | is preserved. |
| 246 | ==================================================== |
| 247 | |
| 248 | The argument reduction and testing for exceptional cases was |
| 249 | written by Steven G. Kargl with input from Bruce D. Evans |
| 250 | and David A. Schultz. |
| 251 | |
| 252 | ------------------------------------------------------------------- |
| 253 | |
| 254 | ==================================================== |
| 255 | Copyright (C) 2004 by Sun Microsystems, Inc. All rights reserved. |
| 256 | |
| 257 | Permission to use, copy, modify, and distribute this |
| 258 | software is freely granted, provided that this notice |
| 259 | is preserved. |
| 260 | |
| 261 | ------------------------------------------------------------------- |
| 262 | |
| 263 | ==================================================== |
| 264 | Copyright 2004 Sun Microsystems, Inc. All Rights Reserved. |
| 265 | |
| 266 | Permission to use, copy, modify, and distribute this |
| 267 | software is freely granted, provided that this notice |
| 268 | is preserved. |
| 269 | |
| 270 | ------------------------------------------------------------------- |
| 271 | |
| 272 | ==================================================== |
| 273 | Copyright 2004 Sun Microsystems, Inc. All Rights Reserved. |
| 274 | Copyright (c) 2008 Steven G. Kargl, David Schultz, Bruce D. Evans. |
| 275 | |
| 276 | Permission to use, copy, modify, and distribute this |
| 277 | software is freely granted, provided that this notice |
| 278 | is preserved. |
| 279 | |
| 280 | ------------------------------------------------------------------- |
| 281 | |
Elliott Hughes | bfa582d | 2014-05-05 14:58:17 -0700 | [diff] [blame] | 282 | Based on the UCB version with the ID appearing below. |
| 283 | This is ANSIish only when "multibyte character == plain character". |
| 284 | |
| 285 | Copyright (c) 1989, 1993 |
| 286 | The Regents of the University of California. All rights reserved. |
| 287 | |
| 288 | Redistribution and use in source and binary forms, with or without |
| 289 | modification, are permitted provided that the following conditions |
| 290 | are met: |
| 291 | 1. Redistributions of source code must retain the above copyright |
| 292 | notice, this list of conditions and the following disclaimer. |
| 293 | 2. Redistributions in binary form must reproduce the above copyright |
| 294 | notice, this list of conditions and the following disclaimer in the |
| 295 | documentation and/or other materials provided with the distribution. |
| 296 | 3. Neither the name of the University nor the names of its contributors |
| 297 | may be used to endorse or promote products derived from this software |
| 298 | without specific prior written permission. |
| 299 | |
| 300 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 301 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 302 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 303 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 304 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 305 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 306 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 307 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 308 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 309 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 310 | SUCH DAMAGE. |
| 311 | |
| 312 | ------------------------------------------------------------------- |
| 313 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 314 | Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project. |
The Android Open Source Project | 1dc9e47 | 2009-03-03 19:28:35 -0800 | [diff] [blame] | 315 | All rights reserved. |
| 316 | |
The Android Open Source Project | 1dc9e47 | 2009-03-03 19:28:35 -0800 | [diff] [blame] | 317 | Redistribution and use in source and binary forms, with or without |
| 318 | modification, are permitted provided that the following conditions |
| 319 | are met: |
| 320 | 1. Redistributions of source code must retain the above copyright |
| 321 | notice, this list of conditions and the following disclaimer. |
| 322 | 2. Redistributions in binary form must reproduce the above copyright |
| 323 | notice, this list of conditions and the following disclaimer in the |
| 324 | documentation and/or other materials provided with the distribution. |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 325 | 3. Neither the name of the project nor the names of its contributors |
The Android Open Source Project | 1dc9e47 | 2009-03-03 19:28:35 -0800 | [diff] [blame] | 326 | may be used to endorse or promote products derived from this software |
| 327 | without specific prior written permission. |
| 328 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 329 | THIS SOFTWARE IS PROVIDED BY THE PROJECT AND CONTRIBUTORS ``AS IS'' AND |
The Android Open Source Project | 1dc9e47 | 2009-03-03 19:28:35 -0800 | [diff] [blame] | 330 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 331 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 332 | ARE DISCLAIMED. IN NO EVENT SHALL THE PROJECT OR CONTRIBUTORS BE LIABLE |
The Android Open Source Project | 1dc9e47 | 2009-03-03 19:28:35 -0800 | [diff] [blame] | 333 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 334 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 335 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 336 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 337 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 338 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 339 | SUCH DAMAGE. |
| 340 | |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 341 | ------------------------------------------------------------------- |
The Android Open Source Project | 1dc9e47 | 2009-03-03 19:28:35 -0800 | [diff] [blame] | 342 | |
Elliott Hughes | 448080d | 2013-01-29 16:25:06 -0800 | [diff] [blame] | 343 | Copyright (C) 2004, 2005, 2008 Internet Systems Consortium, Inc. ("ISC") |
| 344 | Copyright (C) 1995-1999, 2001, 2003 Internet Software Consortium. |
| 345 | |
| 346 | Permission to use, copy, modify, and/or distribute this software for any |
| 347 | purpose with or without fee is hereby granted, provided that the above |
| 348 | copyright notice and this permission notice appear in all copies. |
| 349 | |
| 350 | THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH |
| 351 | REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY |
| 352 | AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT, |
| 353 | INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM |
| 354 | LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE |
| 355 | OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR |
| 356 | PERFORMANCE OF THIS SOFTWARE. |
| 357 | |
| 358 | ------------------------------------------------------------------- |
| 359 | |
| 360 | Copyright (C) 2004, 2005, 2008 Internet Systems Consortium, Inc. ("ISC") |
| 361 | Copyright (C) 1997-2001 Internet Software Consortium. |
| 362 | |
| 363 | Permission to use, copy, modify, and/or distribute this software for any |
| 364 | purpose with or without fee is hereby granted, provided that the above |
| 365 | copyright notice and this permission notice appear in all copies. |
| 366 | |
| 367 | THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH |
| 368 | REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY |
| 369 | AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT, |
| 370 | INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM |
| 371 | LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE |
| 372 | OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR |
| 373 | PERFORMANCE OF THIS SOFTWARE. |
| 374 | |
| 375 | ------------------------------------------------------------------- |
| 376 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 377 | Copyright (C) 2006 The Android Open Source Project |
Elliott Hughes | 1558138 | 2014-07-07 15:42:06 -0700 | [diff] [blame] | 378 | |
| 379 | Licensed under the Apache License, Version 2.0 (the "License"); |
| 380 | you may not use this file except in compliance with the License. |
| 381 | You may obtain a copy of the License at |
| 382 | |
| 383 | http://www.apache.org/licenses/LICENSE-2.0 |
| 384 | |
| 385 | Unless required by applicable law or agreed to in writing, software |
| 386 | distributed under the License is distributed on an "AS IS" BASIS, |
| 387 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 388 | See the License for the specific language governing permissions and |
| 389 | limitations under the License. |
| 390 | |
| 391 | ------------------------------------------------------------------- |
| 392 | |
| 393 | Copyright (C) 2006 The Android Open Source Project |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 394 | All rights reserved. |
The Android Open Source Project | 1dc9e47 | 2009-03-03 19:28:35 -0800 | [diff] [blame] | 395 | |
| 396 | Redistribution and use in source and binary forms, with or without |
| 397 | modification, are permitted provided that the following conditions |
| 398 | are met: |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 399 | * Redistributions of source code must retain the above copyright |
The Android Open Source Project | 1dc9e47 | 2009-03-03 19:28:35 -0800 | [diff] [blame] | 400 | notice, this list of conditions and the following disclaimer. |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 401 | * Redistributions in binary form must reproduce the above copyright |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 402 | notice, this list of conditions and the following disclaimer in |
| 403 | the documentation and/or other materials provided with the |
| 404 | distribution. |
The Android Open Source Project | 1dc9e47 | 2009-03-03 19:28:35 -0800 | [diff] [blame] | 405 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 406 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS |
| 407 | "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT |
| 408 | LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS |
| 409 | FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE |
| 410 | COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, |
| 411 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, |
| 412 | BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS |
| 413 | OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED |
| 414 | AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, |
| 415 | OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT |
| 416 | OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
The Android Open Source Project | 1dc9e47 | 2009-03-03 19:28:35 -0800 | [diff] [blame] | 417 | SUCH DAMAGE. |
| 418 | |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 419 | ------------------------------------------------------------------- |
| 420 | |
Dan Albert | c30862f | 2016-10-20 11:45:16 -0700 | [diff] [blame] | 421 | Copyright (C) 2007 The Android Open Source Project |
| 422 | |
| 423 | Licensed under the Apache License, Version 2.0 (the "License"); |
| 424 | you may not use this file except in compliance with the License. |
| 425 | You may obtain a copy of the License at |
| 426 | |
| 427 | http://www.apache.org/licenses/LICENSE-2.0 |
| 428 | |
| 429 | Unless required by applicable law or agreed to in writing, software |
| 430 | distributed under the License is distributed on an "AS IS" BASIS, |
| 431 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 432 | See the License for the specific language governing permissions and |
| 433 | limitations under the License. |
| 434 | |
| 435 | ------------------------------------------------------------------- |
| 436 | |
Dimitry Ivanov | bcc4da9 | 2017-02-15 15:31:13 -0800 | [diff] [blame] | 437 | Copyright (C) 2007 The Android Open Source Project |
| 438 | All rights reserved. |
| 439 | |
| 440 | Redistribution and use in source and binary forms, with or without |
| 441 | modification, are permitted provided that the following conditions |
| 442 | are met: |
| 443 | * Redistributions of source code must retain the above copyright |
| 444 | notice, this list of conditions and the following disclaimer. |
| 445 | * Redistributions in binary form must reproduce the above copyright |
| 446 | notice, this list of conditions and the following disclaimer in |
| 447 | the documentation and/or other materials provided with the |
| 448 | distribution. |
| 449 | |
| 450 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS |
| 451 | "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT |
| 452 | LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS |
| 453 | FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE |
| 454 | COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, |
| 455 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, |
| 456 | BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS |
| 457 | OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED |
| 458 | AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, |
| 459 | OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT |
| 460 | OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 461 | SUCH DAMAGE. |
| 462 | |
| 463 | ------------------------------------------------------------------- |
| 464 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 465 | Copyright (C) 2008 The Android Open Source Project |
Elliott Hughes | 1558138 | 2014-07-07 15:42:06 -0700 | [diff] [blame] | 466 | |
| 467 | Licensed under the Apache License, Version 2.0 (the "License"); |
| 468 | you may not use this file except in compliance with the License. |
| 469 | You may obtain a copy of the License at |
| 470 | |
| 471 | http://www.apache.org/licenses/LICENSE-2.0 |
| 472 | |
| 473 | Unless required by applicable law or agreed to in writing, software |
| 474 | distributed under the License is distributed on an "AS IS" BASIS, |
| 475 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 476 | See the License for the specific language governing permissions and |
| 477 | limitations under the License. |
| 478 | |
| 479 | ------------------------------------------------------------------- |
| 480 | |
| 481 | Copyright (C) 2008 The Android Open Source Project |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 482 | All rights reserved. |
| 483 | |
| 484 | Redistribution and use in source and binary forms, with or without |
| 485 | modification, are permitted provided that the following conditions |
| 486 | are met: |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 487 | * Redistributions of source code must retain the above copyright |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 488 | notice, this list of conditions and the following disclaimer. |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 489 | * Redistributions in binary form must reproduce the above copyright |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 490 | notice, this list of conditions and the following disclaimer in |
| 491 | the documentation and/or other materials provided with the |
| 492 | distribution. |
| 493 | |
| 494 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS |
| 495 | "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT |
| 496 | LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS |
| 497 | FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE |
| 498 | COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, |
| 499 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, |
| 500 | BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS |
| 501 | OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED |
| 502 | AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, |
| 503 | OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT |
| 504 | OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 505 | SUCH DAMAGE. |
| 506 | |
| 507 | ------------------------------------------------------------------- |
| 508 | |
Elliott Hughes | acbe322 | 2014-04-16 17:01:12 -0700 | [diff] [blame] | 509 | Copyright (C) 2008 The Android Open Source Project |
| 510 | All rights reserved. |
| 511 | Copyright (c) 2013-2014, NVIDIA Corporation. All rights reserved. |
| 512 | |
| 513 | Redistribution and use in source and binary forms, with or without |
| 514 | modification, are permitted provided that the following conditions |
| 515 | are met: |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 516 | * Redistributions of source code must retain the above copyright |
Elliott Hughes | acbe322 | 2014-04-16 17:01:12 -0700 | [diff] [blame] | 517 | notice, this list of conditions and the following disclaimer. |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 518 | * Redistributions in binary form must reproduce the above copyright |
Elliott Hughes | acbe322 | 2014-04-16 17:01:12 -0700 | [diff] [blame] | 519 | notice, this list of conditions and the following disclaimer in |
| 520 | the documentation and/or other materials provided with the |
| 521 | distribution. |
| 522 | |
| 523 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS |
| 524 | "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT |
| 525 | LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS |
| 526 | FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE |
| 527 | COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, |
| 528 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, |
| 529 | BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS |
| 530 | OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED |
| 531 | AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, |
| 532 | OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT |
| 533 | OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 534 | SUCH DAMAGE. |
| 535 | |
| 536 | ------------------------------------------------------------------- |
| 537 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 538 | Copyright (C) 2009 The Android Open Source Project |
| 539 | All rights reserved. |
| 540 | |
| 541 | Redistribution and use in source and binary forms, with or without |
| 542 | modification, are permitted provided that the following conditions |
| 543 | are met: |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 544 | * Redistributions of source code must retain the above copyright |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 545 | notice, this list of conditions and the following disclaimer. |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 546 | * Redistributions in binary form must reproduce the above copyright |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 547 | notice, this list of conditions and the following disclaimer in |
| 548 | the documentation and/or other materials provided with the |
| 549 | distribution. |
| 550 | |
| 551 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS |
| 552 | "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT |
| 553 | LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS |
| 554 | FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE |
| 555 | COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, |
| 556 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, |
| 557 | BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS |
| 558 | OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED |
| 559 | AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, |
| 560 | OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT |
| 561 | OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 562 | SUCH DAMAGE. |
| 563 | |
| 564 | ------------------------------------------------------------------- |
| 565 | |
| 566 | Copyright (C) 2010 The Android Open Source Project |
| 567 | |
| 568 | Licensed under the Apache License, Version 2.0 (the "License"); |
| 569 | you may not use this file except in compliance with the License. |
| 570 | You may obtain a copy of the License at |
| 571 | |
| 572 | http://www.apache.org/licenses/LICENSE-2.0 |
| 573 | |
| 574 | Unless required by applicable law or agreed to in writing, software |
| 575 | distributed under the License is distributed on an "AS IS" BASIS, |
| 576 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 577 | See the License for the specific language governing permissions and |
| 578 | limitations under the License. |
| 579 | |
| 580 | ------------------------------------------------------------------- |
| 581 | |
| 582 | Copyright (C) 2010 The Android Open Source Project |
| 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: |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 588 | * Redistributions of source code must retain the above copyright |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 589 | notice, this list of conditions and the following disclaimer. |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 590 | * Redistributions in binary form must reproduce the above copyright |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 591 | notice, this list of conditions and the following disclaimer in |
| 592 | the documentation and/or other materials provided with the |
| 593 | distribution. |
| 594 | |
| 595 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS |
| 596 | "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT |
| 597 | LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS |
| 598 | FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE |
| 599 | COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, |
| 600 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, |
| 601 | BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS |
| 602 | OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED |
| 603 | AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, |
| 604 | OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT |
| 605 | OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 606 | SUCH DAMAGE. |
| 607 | |
| 608 | ------------------------------------------------------------------- |
| 609 | |
| 610 | Copyright (C) 2010 The Android Open Source Project |
Dan Albert | c30862f | 2016-10-20 11:45:16 -0700 | [diff] [blame] | 611 | All rights reserved. |
| 612 | |
| 613 | Redistribution and use in source and binary forms, with or without |
| 614 | modification, are permitted provided that the following conditions |
| 615 | are met: |
| 616 | 1. Redistributions of source code must retain the above copyright |
| 617 | notice, this list of conditions and the following disclaimer. |
| 618 | 2. Redistributions in binary form must reproduce the above copyright |
| 619 | notice, this list of conditions and the following disclaimer in the |
| 620 | documentation and/or other materials provided with the distribution. |
| 621 | |
| 622 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 623 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 624 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 625 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 626 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 627 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 628 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 629 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 630 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 631 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 632 | SUCH DAMAGE. |
| 633 | |
| 634 | ------------------------------------------------------------------- |
| 635 | |
| 636 | Copyright (C) 2010 The Android Open Source Project |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 637 | Copyright (c) 2008 ARM Ltd |
| 638 | All rights reserved. |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 639 | |
| 640 | Redistribution and use in source and binary forms, with or without |
| 641 | modification, are permitted provided that the following conditions |
| 642 | are met: |
| 643 | 1. Redistributions of source code must retain the above copyright |
| 644 | notice, this list of conditions and the following disclaimer. |
| 645 | 2. Redistributions in binary form must reproduce the above copyright |
| 646 | notice, this list of conditions and the following disclaimer in the |
| 647 | documentation and/or other materials provided with the distribution. |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 648 | 3. The name of the company may not be used to endorse or promote |
| 649 | products derived from this software without specific prior written |
| 650 | permission. |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 651 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 652 | THIS SOFTWARE IS PROVIDED BY ARM LTD ``AS IS'' AND ANY EXPRESS OR IMPLIED |
| 653 | WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF |
| 654 | MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. |
| 655 | IN NO EVENT SHALL ARM LTD BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, |
| 656 | SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED |
| 657 | TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR |
| 658 | PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF |
| 659 | LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING |
| 660 | NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS |
| 661 | SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 662 | |
| 663 | Android adaptation and tweak by Jim Huang <jserv@0xlab.org>. |
| 664 | |
| 665 | ------------------------------------------------------------------- |
| 666 | |
| 667 | Copyright (C) 2011 The Android Open Source Project |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 668 | All rights reserved. |
| 669 | |
| 670 | Redistribution and use in source and binary forms, with or without |
| 671 | modification, are permitted provided that the following conditions |
| 672 | are met: |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 673 | * Redistributions of source code must retain the above copyright |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 674 | notice, this list of conditions and the following disclaimer. |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 675 | * Redistributions in binary form must reproduce the above copyright |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 676 | notice, this list of conditions and the following disclaimer in |
| 677 | the documentation and/or other materials provided with the |
| 678 | distribution. |
| 679 | |
| 680 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS |
| 681 | "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT |
| 682 | LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS |
| 683 | FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE |
| 684 | COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, |
| 685 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, |
| 686 | BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS |
| 687 | OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED |
| 688 | AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, |
| 689 | OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT |
| 690 | OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 691 | SUCH DAMAGE. |
| 692 | |
| 693 | ------------------------------------------------------------------- |
| 694 | |
| 695 | Copyright (C) 2012 The Android Open Source Project |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 696 | |
| 697 | Licensed under the Apache License, Version 2.0 (the "License"); |
| 698 | you may not use this file except in compliance with the License. |
| 699 | You may obtain a copy of the License at |
| 700 | |
| 701 | http://www.apache.org/licenses/LICENSE-2.0 |
| 702 | |
| 703 | Unless required by applicable law or agreed to in writing, software |
| 704 | distributed under the License is distributed on an "AS IS" BASIS, |
| 705 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 706 | See the License for the specific language governing permissions and |
| 707 | limitations under the License. |
| 708 | |
| 709 | ------------------------------------------------------------------- |
| 710 | |
| 711 | Copyright (C) 2012 The Android Open Source Project |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 712 | All rights reserved. |
| 713 | |
| 714 | Redistribution and use in source and binary forms, with or without |
| 715 | modification, are permitted provided that the following conditions |
| 716 | are met: |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 717 | * Redistributions of source code must retain the above copyright |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 718 | notice, this list of conditions and the following disclaimer. |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 719 | * Redistributions in binary form must reproduce the above copyright |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 720 | notice, this list of conditions and the following disclaimer in |
| 721 | the documentation and/or other materials provided with the |
| 722 | distribution. |
| 723 | |
| 724 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS |
| 725 | "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT |
| 726 | LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS |
| 727 | FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE |
| 728 | COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, |
| 729 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, |
| 730 | BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS |
| 731 | OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED |
| 732 | AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, |
| 733 | OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT |
| 734 | OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 735 | SUCH DAMAGE. |
| 736 | |
| 737 | ------------------------------------------------------------------- |
| 738 | |
Elliott Hughes | 3a4c454 | 2017-07-19 17:20:24 -0700 | [diff] [blame] | 739 | Copyright (C) 2013 Pietro Cerutti <gahr@FreeBSD.org> |
| 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 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 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 | |
Elliott Hughes | 448080d | 2013-01-29 16:25:06 -0800 | [diff] [blame] | 764 | Copyright (C) 2013 The Android Open Source Project |
| 765 | |
| 766 | Licensed under the Apache License, Version 2.0 (the "License"); |
| 767 | you may not use this file except in compliance with the License. |
| 768 | You may obtain a copy of the License at |
| 769 | |
| 770 | http://www.apache.org/licenses/LICENSE-2.0 |
| 771 | |
| 772 | Unless required by applicable law or agreed to in writing, software |
| 773 | distributed under the License is distributed on an "AS IS" BASIS, |
| 774 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 775 | See the License for the specific language governing permissions and |
| 776 | limitations under the License. |
| 777 | |
| 778 | ------------------------------------------------------------------- |
| 779 | |
| 780 | Copyright (C) 2013 The Android Open Source Project |
| 781 | All rights reserved. |
| 782 | |
| 783 | Redistribution and use in source and binary forms, with or without |
| 784 | modification, are permitted provided that the following conditions |
| 785 | are met: |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 786 | * Redistributions of source code must retain the above copyright |
Elliott Hughes | 448080d | 2013-01-29 16:25:06 -0800 | [diff] [blame] | 787 | notice, this list of conditions and the following disclaimer. |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 788 | * Redistributions in binary form must reproduce the above copyright |
Elliott Hughes | 448080d | 2013-01-29 16:25:06 -0800 | [diff] [blame] | 789 | notice, this list of conditions and the following disclaimer in |
| 790 | the documentation and/or other materials provided with the |
| 791 | distribution. |
| 792 | |
| 793 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS |
| 794 | "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT |
| 795 | LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS |
| 796 | FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE |
| 797 | COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, |
| 798 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, |
| 799 | BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS |
| 800 | OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED |
| 801 | AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, |
| 802 | OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT |
| 803 | OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 804 | SUCH DAMAGE. |
| 805 | |
| 806 | ------------------------------------------------------------------- |
| 807 | |
Elliott Hughes | acbe322 | 2014-04-16 17:01:12 -0700 | [diff] [blame] | 808 | Copyright (C) 2013 The Android Open Source Project |
Elliott Hughes | 1558138 | 2014-07-07 15:42:06 -0700 | [diff] [blame] | 809 | All rights reserved. |
| 810 | Copyright (c) 2013-2014 NVIDIA Corporation. All rights reserved. |
| 811 | |
| 812 | Redistribution and use in source and binary forms, with or without |
| 813 | modification, are permitted provided that the following conditions |
| 814 | are met: |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 815 | * Redistributions of source code must retain the above copyright |
Elliott Hughes | 1558138 | 2014-07-07 15:42:06 -0700 | [diff] [blame] | 816 | notice, this list of conditions and the following disclaimer. |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 817 | * Redistributions in binary form must reproduce the above copyright |
Elliott Hughes | 1558138 | 2014-07-07 15:42:06 -0700 | [diff] [blame] | 818 | notice, this list of conditions and the following disclaimer in |
| 819 | the documentation and/or other materials provided with the |
| 820 | distribution. |
| 821 | |
| 822 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS |
| 823 | "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT |
| 824 | LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS |
| 825 | FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE |
| 826 | COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, |
| 827 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, |
| 828 | BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS |
| 829 | OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED |
| 830 | AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, |
| 831 | OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT |
| 832 | OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 833 | SUCH DAMAGE. |
| 834 | |
| 835 | ------------------------------------------------------------------- |
| 836 | |
| 837 | Copyright (C) 2013 The Android Open Source Project |
Elliott Hughes | acbe322 | 2014-04-16 17:01:12 -0700 | [diff] [blame] | 838 | Copyright (c) 2014, NVIDIA CORPORATION. All rights reserved. |
| 839 | All rights reserved. |
| 840 | |
| 841 | Redistribution and use in source and binary forms, with or without |
| 842 | modification, are permitted provided that the following conditions |
| 843 | are met: |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 844 | * Redistributions of source code must retain the above copyright |
Elliott Hughes | acbe322 | 2014-04-16 17:01:12 -0700 | [diff] [blame] | 845 | notice, this list of conditions and the following disclaimer. |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 846 | * Redistributions in binary form must reproduce the above copyright |
Elliott Hughes | acbe322 | 2014-04-16 17:01:12 -0700 | [diff] [blame] | 847 | notice, this list of conditions and the following disclaimer in |
| 848 | the documentation and/or other materials provided with the |
| 849 | distribution. |
| 850 | |
| 851 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS |
| 852 | "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT |
| 853 | LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS |
| 854 | FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE |
| 855 | COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, |
| 856 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, |
| 857 | BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS |
| 858 | OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED |
| 859 | AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, |
| 860 | OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT |
| 861 | OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 862 | SUCH DAMAGE. |
| 863 | |
| 864 | ------------------------------------------------------------------- |
| 865 | |
Elliott Hughes | 4e54b11 | 2014-03-06 15:06:11 -0800 | [diff] [blame] | 866 | Copyright (C) 2014 The Android Open Source Project |
| 867 | |
| 868 | Licensed under the Apache License, Version 2.0 (the "License"); |
| 869 | you may not use this file except in compliance with the License. |
| 870 | You may obtain a copy of the License at |
| 871 | |
| 872 | http://www.apache.org/licenses/LICENSE-2.0 |
| 873 | |
| 874 | Unless required by applicable law or agreed to in writing, software |
| 875 | distributed under the License is distributed on an "AS IS" BASIS, |
| 876 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 877 | See the License for the specific language governing permissions and |
| 878 | limitations under the License. |
| 879 | |
| 880 | ------------------------------------------------------------------- |
| 881 | |
| 882 | Copyright (C) 2014 The Android Open Source Project |
| 883 | All rights reserved. |
| 884 | |
| 885 | Redistribution and use in source and binary forms, with or without |
| 886 | modification, are permitted provided that the following conditions |
| 887 | are met: |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 888 | * Redistributions of source code must retain the above copyright |
Elliott Hughes | 4e54b11 | 2014-03-06 15:06:11 -0800 | [diff] [blame] | 889 | notice, this list of conditions and the following disclaimer. |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 890 | * Redistributions in binary form must reproduce the above copyright |
Elliott Hughes | 4e54b11 | 2014-03-06 15:06:11 -0800 | [diff] [blame] | 891 | notice, this list of conditions and the following disclaimer in |
| 892 | the documentation and/or other materials provided with the |
| 893 | distribution. |
| 894 | |
| 895 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS |
| 896 | "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT |
| 897 | LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS |
| 898 | FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE |
| 899 | COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, |
| 900 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, |
| 901 | BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS |
| 902 | OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED |
| 903 | AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, |
| 904 | OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT |
| 905 | OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 906 | SUCH DAMAGE. |
| 907 | |
| 908 | ------------------------------------------------------------------- |
| 909 | |
Dan Albert | c30862f | 2016-10-20 11:45:16 -0700 | [diff] [blame] | 910 | Copyright (C) 2014 The Android Open Source Project |
| 911 | All rights reserved. |
| 912 | |
| 913 | Redistribution and use in source and binary forms, with or without |
| 914 | modification, are permitted provided that the following conditions |
| 915 | are met: |
| 916 | 1. Redistributions of source code must retain the above copyright |
| 917 | notice, this list of conditions and the following disclaimer. |
| 918 | 2. Redistributions in binary form must reproduce the above copyright |
| 919 | notice, this list of conditions and the following disclaimer in the |
| 920 | documentation and/or other materials provided with the distribution. |
| 921 | |
| 922 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 923 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 924 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 925 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 926 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 927 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 928 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 929 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 930 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 931 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 932 | SUCH DAMAGE. |
| 933 | |
| 934 | ------------------------------------------------------------------- |
| 935 | |
| 936 | Copyright (C) 2015 The Android Open Source Project |
| 937 | |
| 938 | Licensed under the Apache License, Version 2.0 (the "License"); |
| 939 | you may not use this file except in compliance with the License. |
| 940 | You may obtain a copy of the License at |
| 941 | |
| 942 | http://www.apache.org/licenses/LICENSE-2.0 |
| 943 | |
Elliott Hughes | 7e54c76 | 2015-05-12 10:09:01 -0700 | [diff] [blame] | 944 | Unless required by applicable law or agreed to in writing, software |
| 945 | distributed under the License is distributed on an "AS IS" BASIS, |
| 946 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 947 | See the License for the specific language governing permissions and |
| 948 | limitations under the License. |
| 949 | |
| 950 | ------------------------------------------------------------------- |
| 951 | |
| 952 | Copyright (C) 2015 The Android Open Source Project |
| 953 | All rights reserved. |
| 954 | |
| 955 | Redistribution and use in source and binary forms, with or without |
| 956 | modification, are permitted provided that the following conditions |
| 957 | are met: |
| 958 | * Redistributions of source code must retain the above copyright |
| 959 | notice, this list of conditions and the following disclaimer. |
| 960 | * Redistributions in binary form must reproduce the above copyright |
| 961 | notice, this list of conditions and the following disclaimer in |
| 962 | the documentation and/or other materials provided with the |
| 963 | distribution. |
| 964 | |
| 965 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS |
| 966 | "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT |
| 967 | LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS |
| 968 | FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE |
| 969 | COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, |
| 970 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, |
| 971 | BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS |
| 972 | OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED |
| 973 | AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, |
| 974 | OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT |
| 975 | OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 976 | SUCH DAMAGE. |
| 977 | |
| 978 | ------------------------------------------------------------------- |
| 979 | |
Elliott Hughes | b4931ce | 2016-02-08 17:00:12 -0800 | [diff] [blame] | 980 | Copyright (C) 2016 The Android Open Source Project |
| 981 | |
| 982 | Licensed under the Apache License, Version 2.0 (the "License"); |
| 983 | you may not use this file except in compliance with the License. |
| 984 | You may obtain a copy of the License at |
| 985 | |
| 986 | http://www.apache.org/licenses/LICENSE-2.0 |
| 987 | |
| 988 | Unless required by applicable law or agreed to in writing, software |
| 989 | distributed under the License is distributed on an "AS IS" BASIS, |
| 990 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 991 | See the License for the specific language governing permissions and |
| 992 | limitations under the License. |
| 993 | |
| 994 | ------------------------------------------------------------------- |
| 995 | |
| 996 | Copyright (C) 2016 The Android Open Source Project |
| 997 | All rights reserved. |
| 998 | |
| 999 | Redistribution and use in source and binary forms, with or without |
| 1000 | modification, are permitted provided that the following conditions |
| 1001 | are met: |
| 1002 | * Redistributions of source code must retain the above copyright |
| 1003 | notice, this list of conditions and the following disclaimer. |
| 1004 | * Redistributions in binary form must reproduce the above copyright |
| 1005 | notice, this list of conditions and the following disclaimer in |
| 1006 | the documentation and/or other materials provided with the |
| 1007 | distribution. |
| 1008 | |
| 1009 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS |
| 1010 | "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT |
| 1011 | LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS |
| 1012 | FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE |
| 1013 | COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, |
| 1014 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, |
| 1015 | BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS |
| 1016 | OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED |
| 1017 | AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, |
| 1018 | OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT |
| 1019 | OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 1020 | SUCH DAMAGE. |
| 1021 | |
| 1022 | ------------------------------------------------------------------- |
| 1023 | |
mspector | 2e3d6a1 | 2017-01-24 21:51:51 -0800 | [diff] [blame] | 1024 | Copyright (C) 2017 The Android Open Source Project |
Paul Lawrence | dfe8434 | 2017-02-16 09:24:39 -0800 | [diff] [blame] | 1025 | |
| 1026 | Licensed under the Apache License, Version 2.0 (the "License"); |
| 1027 | you may not use this file except in compliance with the License. |
| 1028 | You may obtain a copy of the License at |
| 1029 | |
| 1030 | http://www.apache.org/licenses/LICENSE-2.0 |
| 1031 | |
| 1032 | Unless required by applicable law or agreed to in writing, software |
| 1033 | distributed under the License is distributed on an "AS IS" BASIS, |
| 1034 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 1035 | See the License for the specific language governing permissions and |
| 1036 | limitations under the License. |
| 1037 | |
| 1038 | ------------------------------------------------------------------- |
| 1039 | |
| 1040 | Copyright (C) 2017 The Android Open Source Project |
mspector | 2e3d6a1 | 2017-01-24 21:51:51 -0800 | [diff] [blame] | 1041 | All rights reserved. |
| 1042 | |
Jake Weinstein | 04d99df | 2016-08-25 20:03:25 -0400 | [diff] [blame] | 1043 | Copyright (c) 2009-2011, Code Aurora Forum. All rights reserved. |
| 1044 | |
| 1045 | Redistribution and use in source and binary forms, with or without |
| 1046 | modification, are permitted provided that the following conditions |
| 1047 | are met: |
| 1048 | * Redistributions of source code must retain the above copyright |
| 1049 | notice, this list of conditions and the following disclaimer. |
| 1050 | * Redistributions in binary form must reproduce the above copyright |
| 1051 | notice, this list of conditions and the following disclaimer in |
| 1052 | the documentation and/or other materials provided with the |
| 1053 | distribution. |
| 1054 | |
| 1055 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS |
| 1056 | "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT |
| 1057 | LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS |
| 1058 | FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE |
| 1059 | COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, |
| 1060 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, |
| 1061 | BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS |
| 1062 | OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED |
| 1063 | AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, |
| 1064 | OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT |
| 1065 | OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 1066 | SUCH DAMAGE. |
| 1067 | |
| 1068 | ------------------------------------------------------------------- |
| 1069 | |
| 1070 | Copyright (C) 2017 The Android Open Source Project |
| 1071 | All rights reserved. |
| 1072 | |
mspector | 2e3d6a1 | 2017-01-24 21:51:51 -0800 | [diff] [blame] | 1073 | Redistribution and use in source and binary forms, with or without |
| 1074 | modification, are permitted provided that the following conditions |
| 1075 | are met: |
| 1076 | * Redistributions of source code must retain the above copyright |
| 1077 | notice, this list of conditions and the following disclaimer. |
| 1078 | * Redistributions in binary form must reproduce the above copyright |
| 1079 | notice, this list of conditions and the following disclaimer in |
| 1080 | the documentation and/or other materials provided with the |
| 1081 | distribution. |
| 1082 | |
| 1083 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS |
| 1084 | "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT |
| 1085 | LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS |
| 1086 | FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE |
| 1087 | COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, |
| 1088 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, |
| 1089 | BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS |
| 1090 | OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED |
| 1091 | AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, |
| 1092 | OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT |
| 1093 | OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 1094 | SUCH DAMAGE. |
| 1095 | |
| 1096 | ------------------------------------------------------------------- |
| 1097 | |
dimitry | 581723e | 2018-01-05 14:31:44 +0100 | [diff] [blame] | 1098 | Copyright (C) 2018 The Android Open Source Project |
| 1099 | All rights reserved. |
| 1100 | |
| 1101 | Redistribution and use in source and binary forms, with or without |
| 1102 | modification, are permitted provided that the following conditions |
| 1103 | are met: |
| 1104 | * Redistributions of source code must retain the above copyright |
| 1105 | notice, this list of conditions and the following disclaimer. |
| 1106 | * Redistributions in binary form must reproduce the above copyright |
| 1107 | notice, this list of conditions and the following disclaimer in |
| 1108 | the documentation and/or other materials provided with the |
| 1109 | distribution. |
| 1110 | |
| 1111 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS |
| 1112 | "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT |
| 1113 | LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS |
| 1114 | FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE |
| 1115 | COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, |
| 1116 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, |
| 1117 | BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS |
| 1118 | OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED |
| 1119 | AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, |
| 1120 | OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT |
| 1121 | OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 1122 | SUCH DAMAGE. |
| 1123 | |
| 1124 | ------------------------------------------------------------------- |
| 1125 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 1126 | Copyright (c) 1980, 1983, 1988, 1993 |
| 1127 | The Regents of the University of California. All rights reserved. |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 1128 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 1129 | Redistribution and use in source and binary forms, with or without |
| 1130 | modification, are permitted provided that the following conditions |
| 1131 | are met: |
| 1132 | 1. Redistributions of source code must retain the above copyright |
| 1133 | notice, this list of conditions and the following disclaimer. |
| 1134 | 2. Redistributions in binary form must reproduce the above copyright |
| 1135 | notice, this list of conditions and the following disclaimer in the |
| 1136 | documentation and/or other materials provided with the distribution. |
| 1137 | 3. All advertising materials mentioning features or use of this software |
| 1138 | must display the following acknowledgement: |
| 1139 | This product includes software developed by the University of |
| 1140 | California, Berkeley and its contributors. |
| 1141 | 4. Neither the name of the University nor the names of its contributors |
| 1142 | may be used to endorse or promote products derived from this software |
| 1143 | without specific prior written permission. |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 1144 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 1145 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 1146 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 1147 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 1148 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 1149 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 1150 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 1151 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 1152 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 1153 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 1154 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 1155 | SUCH DAMAGE. |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 1156 | |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 1157 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 1158 | Portions Copyright (c) 1993 by Digital Equipment Corporation. |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 1159 | |
| 1160 | Permission to use, copy, modify, and distribute this software for any |
| 1161 | purpose with or without fee is hereby granted, provided that the above |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 1162 | copyright notice and this permission notice appear in all copies, and that |
| 1163 | the name of Digital Equipment Corporation not be used in advertising or |
| 1164 | publicity pertaining to distribution of the document or software without |
| 1165 | specific, written prior permission. |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 1166 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 1167 | THE SOFTWARE IS PROVIDED "AS IS" AND DIGITAL EQUIPMENT CORP. DISCLAIMS ALL |
| 1168 | WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES |
| 1169 | OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL DIGITAL EQUIPMENT |
| 1170 | CORPORATION BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL |
| 1171 | DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR |
| 1172 | PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS |
| 1173 | ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS |
| 1174 | SOFTWARE. |
| 1175 | |
| 1176 | ------------------------------------------------------------------- |
| 1177 | |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 1178 | Copyright (c) 1982, 1986, 1993 |
| 1179 | The Regents of the University of California. All rights reserved. |
| 1180 | |
| 1181 | Redistribution and use in source and binary forms, with or without |
| 1182 | modification, are permitted provided that the following conditions |
| 1183 | are met: |
| 1184 | 1. Redistributions of source code must retain the above copyright |
| 1185 | notice, this list of conditions and the following disclaimer. |
| 1186 | 2. Redistributions in binary form must reproduce the above copyright |
| 1187 | notice, this list of conditions and the following disclaimer in the |
| 1188 | documentation and/or other materials provided with the distribution. |
| 1189 | 3. Neither the name of the University nor the names of its contributors |
| 1190 | may be used to endorse or promote products derived from this software |
| 1191 | without specific prior written permission. |
| 1192 | |
| 1193 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 1194 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 1195 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 1196 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 1197 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 1198 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 1199 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 1200 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 1201 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 1202 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 1203 | SUCH DAMAGE. |
| 1204 | |
| 1205 | ------------------------------------------------------------------- |
| 1206 | |
Irina Tirdea | eac9eb4 | 2012-09-08 09:28:30 +0300 | [diff] [blame] | 1207 | Copyright (c) 1982, 1986, 1993 |
| 1208 | The Regents of the University of California. All rights reserved. |
| 1209 | (c) UNIX System Laboratories, Inc. |
| 1210 | All or some portions of this file are derived from material licensed |
| 1211 | to the University of California by American Telephone and Telegraph |
| 1212 | Co. or Unix System Laboratories, Inc. and are reproduced herein with |
| 1213 | the permission of UNIX System Laboratories, Inc. |
| 1214 | |
| 1215 | Redistribution and use in source and binary forms, with or without |
| 1216 | modification, are permitted provided that the following conditions |
| 1217 | are met: |
| 1218 | 1. Redistributions of source code must retain the above copyright |
| 1219 | notice, this list of conditions and the following disclaimer. |
| 1220 | 2. Redistributions in binary form must reproduce the above copyright |
| 1221 | notice, this list of conditions and the following disclaimer in the |
| 1222 | documentation and/or other materials provided with the distribution. |
| 1223 | 3. Neither the name of the University nor the names of its contributors |
| 1224 | may be used to endorse or promote products derived from this software |
| 1225 | without specific prior written permission. |
| 1226 | |
| 1227 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 1228 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 1229 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 1230 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 1231 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 1232 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 1233 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 1234 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 1235 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 1236 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 1237 | SUCH DAMAGE. |
| 1238 | |
| 1239 | ------------------------------------------------------------------- |
| 1240 | |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 1241 | Copyright (c) 1983, 1987, 1989 |
| 1242 | The Regents of the University of California. All rights reserved. |
| 1243 | |
| 1244 | Redistribution and use in source and binary forms, with or without |
| 1245 | modification, are permitted provided that the following conditions |
| 1246 | are met: |
| 1247 | 1. Redistributions of source code must retain the above copyright |
| 1248 | notice, this list of conditions and the following disclaimer. |
| 1249 | 2. Redistributions in binary form must reproduce the above copyright |
| 1250 | notice, this list of conditions and the following disclaimer in the |
| 1251 | documentation and/or other materials provided with the distribution. |
| 1252 | 3. Neither the name of the University nor the names of its contributors |
| 1253 | may be used to endorse or promote products derived from this software |
| 1254 | without specific prior written permission. |
| 1255 | |
| 1256 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 1257 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 1258 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 1259 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 1260 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 1261 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 1262 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 1263 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 1264 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 1265 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 1266 | SUCH DAMAGE. |
| 1267 | |
| 1268 | ------------------------------------------------------------------- |
| 1269 | |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 1270 | Copyright (c) 1983, 1989 |
| 1271 | The Regents of the University of California. All rights reserved. |
| 1272 | |
| 1273 | Redistribution and use in source and binary forms, with or without |
| 1274 | modification, are permitted provided that the following conditions |
| 1275 | are met: |
| 1276 | 1. Redistributions of source code must retain the above copyright |
| 1277 | notice, this list of conditions and the following disclaimer. |
| 1278 | 2. Redistributions in binary form must reproduce the above copyright |
| 1279 | notice, this list of conditions and the following disclaimer in the |
| 1280 | documentation and/or other materials provided with the distribution. |
| 1281 | 3. All advertising materials mentioning features or use of this software |
| 1282 | must display the following acknowledgement: |
| 1283 | This product includes software developed by the University of |
| 1284 | California, Berkeley and its contributors. |
| 1285 | 4. Neither the name of the University nor the names of its contributors |
| 1286 | may be used to endorse or promote products derived from this software |
| 1287 | without specific prior written permission. |
| 1288 | |
| 1289 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 1290 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 1291 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 1292 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 1293 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 1294 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 1295 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 1296 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 1297 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 1298 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 1299 | SUCH DAMAGE. |
| 1300 | |
| 1301 | ------------------------------------------------------------------- |
| 1302 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 1303 | Copyright (c) 1983, 1989, 1993 |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 1304 | The Regents of the University of California. All rights reserved. |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 1305 | |
| 1306 | Redistribution and use in source and binary forms, with or without |
| 1307 | modification, are permitted provided that the following conditions |
| 1308 | are met: |
| 1309 | 1. Redistributions of source code must retain the above copyright |
| 1310 | notice, this list of conditions and the following disclaimer. |
| 1311 | 2. Redistributions in binary form must reproduce the above copyright |
| 1312 | notice, this list of conditions and the following disclaimer in the |
| 1313 | documentation and/or other materials provided with the distribution. |
| 1314 | 3. Neither the name of the University nor the names of its contributors |
| 1315 | may be used to endorse or promote products derived from this software |
| 1316 | without specific prior written permission. |
| 1317 | |
| 1318 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 1319 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 1320 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 1321 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 1322 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 1323 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 1324 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 1325 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 1326 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 1327 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 1328 | SUCH DAMAGE. |
| 1329 | |
| 1330 | ------------------------------------------------------------------- |
| 1331 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 1332 | Copyright (c) 1983, 1993 |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 1333 | The Regents of the University of California. All rights reserved. |
| 1334 | |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 1335 | Redistribution and use in source and binary forms, with or without |
| 1336 | modification, are permitted provided that the following conditions |
| 1337 | are met: |
| 1338 | 1. Redistributions of source code must retain the above copyright |
| 1339 | notice, this list of conditions and the following disclaimer. |
| 1340 | 2. Redistributions in binary form must reproduce the above copyright |
| 1341 | notice, this list of conditions and the following disclaimer in the |
| 1342 | documentation and/or other materials provided with the distribution. |
| 1343 | 3. Neither the name of the University nor the names of its contributors |
| 1344 | may be used to endorse or promote products derived from this software |
| 1345 | without specific prior written permission. |
| 1346 | |
| 1347 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 1348 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 1349 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 1350 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 1351 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 1352 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 1353 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 1354 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 1355 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 1356 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 1357 | SUCH DAMAGE. |
| 1358 | |
| 1359 | ------------------------------------------------------------------- |
| 1360 | |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 1361 | Copyright (c) 1985 |
| 1362 | The Regents of the University of California. All rights reserved. |
| 1363 | |
| 1364 | Redistribution and use in source and binary forms, with or without |
| 1365 | modification, are permitted provided that the following conditions |
| 1366 | are met: |
| 1367 | 1. Redistributions of source code must retain the above copyright |
| 1368 | notice, this list of conditions and the following disclaimer. |
| 1369 | 2. Redistributions in binary form must reproduce the above copyright |
| 1370 | notice, this list of conditions and the following disclaimer in the |
| 1371 | documentation and/or other materials provided with the distribution. |
| 1372 | 3. All advertising materials mentioning features or use of this software |
| 1373 | must display the following acknowledgement: |
| 1374 | This product includes software developed by the University of |
| 1375 | California, Berkeley and its contributors. |
| 1376 | 4. Neither the name of the University nor the names of its contributors |
| 1377 | may be used to endorse or promote products derived from this software |
| 1378 | without specific prior written permission. |
| 1379 | |
| 1380 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 1381 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 1382 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 1383 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 1384 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 1385 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 1386 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 1387 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 1388 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 1389 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 1390 | SUCH DAMAGE. |
| 1391 | |
| 1392 | ------------------------------------------------------------------- |
| 1393 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 1394 | Copyright (c) 1985 Regents of the University of California. |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 1395 | All rights reserved. |
| 1396 | |
| 1397 | Redistribution and use in source and binary forms, with or without |
| 1398 | modification, are permitted provided that the following conditions |
| 1399 | are met: |
| 1400 | 1. Redistributions of source code must retain the above copyright |
| 1401 | notice, this list of conditions and the following disclaimer. |
| 1402 | 2. Redistributions in binary form must reproduce the above copyright |
| 1403 | notice, this list of conditions and the following disclaimer in the |
| 1404 | documentation and/or other materials provided with the distribution. |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 1405 | 3. Neither the name of the University nor the names of its contributors |
| 1406 | may be used to endorse or promote products derived from this software |
| 1407 | without specific prior written permission. |
| 1408 | |
| 1409 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 1410 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 1411 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 1412 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 1413 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 1414 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 1415 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 1416 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 1417 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 1418 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 1419 | SUCH DAMAGE. |
| 1420 | |
| 1421 | ------------------------------------------------------------------- |
| 1422 | |
| 1423 | Copyright (c) 1985, 1988, 1993 |
| 1424 | The Regents of the University of California. All rights reserved. |
| 1425 | |
| 1426 | Redistribution and use in source and binary forms, with or without |
| 1427 | modification, are permitted provided that the following conditions |
| 1428 | are met: |
| 1429 | 1. Redistributions of source code must retain the above copyright |
| 1430 | notice, this list of conditions and the following disclaimer. |
| 1431 | 2. Redistributions in binary form must reproduce the above copyright |
| 1432 | notice, this list of conditions and the following disclaimer in the |
| 1433 | documentation and/or other materials provided with the distribution. |
| 1434 | 3. Neither the name of the University nor the names of its contributors |
| 1435 | may be used to endorse or promote products derived from this software |
| 1436 | without specific prior written permission. |
| 1437 | |
| 1438 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 1439 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 1440 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 1441 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 1442 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 1443 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 1444 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 1445 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 1446 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 1447 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 1448 | SUCH DAMAGE. |
| 1449 | |
| 1450 | Portions Copyright (c) 1993 by Digital Equipment Corporation. |
| 1451 | |
| 1452 | Permission to use, copy, modify, and distribute this software for any |
| 1453 | purpose with or without fee is hereby granted, provided that the above |
| 1454 | copyright notice and this permission notice appear in all copies, and that |
| 1455 | the name of Digital Equipment Corporation not be used in advertising or |
| 1456 | publicity pertaining to distribution of the document or software without |
| 1457 | specific, written prior permission. |
| 1458 | |
| 1459 | THE SOFTWARE IS PROVIDED "AS IS" AND DIGITAL EQUIPMENT CORP. DISCLAIMS ALL |
| 1460 | WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES |
| 1461 | OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL DIGITAL EQUIPMENT |
| 1462 | CORPORATION BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL |
| 1463 | DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR |
| 1464 | PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS |
| 1465 | ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS |
| 1466 | SOFTWARE. |
| 1467 | |
| 1468 | ------------------------------------------------------------------- |
| 1469 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 1470 | Copyright (c) 1985, 1989, 1993 |
| 1471 | The Regents of the University of California. All rights reserved. |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 1472 | |
| 1473 | Redistribution and use in source and binary forms, with or without |
| 1474 | modification, are permitted provided that the following conditions |
| 1475 | are met: |
| 1476 | 1. Redistributions of source code must retain the above copyright |
| 1477 | notice, this list of conditions and the following disclaimer. |
| 1478 | 2. Redistributions in binary form must reproduce the above copyright |
| 1479 | notice, this list of conditions and the following disclaimer in the |
| 1480 | documentation and/or other materials provided with the distribution. |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 1481 | 3. All advertising materials mentioning features or use of this software |
| 1482 | must display the following acknowledgement: |
| 1483 | This product includes software developed by the University of |
| 1484 | California, Berkeley and its contributors. |
| 1485 | 4. Neither the name of the University nor the names of its contributors |
| 1486 | may be used to endorse or promote products derived from this software |
| 1487 | without specific prior written permission. |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 1488 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 1489 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 1490 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 1491 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 1492 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 1493 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 1494 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 1495 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 1496 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 1497 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 1498 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 1499 | SUCH DAMAGE. |
| 1500 | |
| 1501 | ------------------------------------------------------------------- |
| 1502 | |
| 1503 | Copyright (c) 1985, 1993 |
| 1504 | The Regents of the University of California. All rights reserved. |
| 1505 | |
| 1506 | Redistribution and use in source and binary forms, with or without |
| 1507 | modification, are permitted provided that the following conditions |
| 1508 | are met: |
| 1509 | 1. Redistributions of source code must retain the above copyright |
| 1510 | notice, this list of conditions and the following disclaimer. |
| 1511 | 2. Redistributions in binary form must reproduce the above copyright |
| 1512 | notice, this list of conditions and the following disclaimer in the |
| 1513 | documentation and/or other materials provided with the distribution. |
| 1514 | 3. All advertising materials mentioning features or use of this software |
| 1515 | must display the following acknowledgement: |
| 1516 | This product includes software developed by the University of |
| 1517 | California, Berkeley and its contributors. |
| 1518 | 4. Neither the name of the University nor the names of its contributors |
| 1519 | may be used to endorse or promote products derived from this software |
| 1520 | without specific prior written permission. |
| 1521 | |
| 1522 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 1523 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 1524 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 1525 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 1526 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 1527 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 1528 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 1529 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 1530 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 1531 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 1532 | SUCH DAMAGE. |
| 1533 | |
| 1534 | ------------------------------------------------------------------- |
| 1535 | |
| 1536 | Copyright (c) 1985, 1993 |
| 1537 | The Regents of the University of California. All rights reserved. |
| 1538 | |
| 1539 | Redistribution and use in source and binary forms, with or without |
| 1540 | modification, are permitted provided that the following conditions |
| 1541 | are met: |
| 1542 | 1. Redistributions of source code must retain the above copyright |
| 1543 | notice, this list of conditions and the following disclaimer. |
| 1544 | 2. Redistributions in binary form must reproduce the above copyright |
| 1545 | notice, this list of conditions and the following disclaimer in the |
| 1546 | documentation and/or other materials provided with the distribution. |
Dan Albert | c30862f | 2016-10-20 11:45:16 -0700 | [diff] [blame] | 1547 | 3. All advertising materials mentioning features or use of this software |
| 1548 | must display the following acknowledgement: |
| 1549 | This product includes software developed by the University of |
| 1550 | California, Berkeley and its contributors. |
| 1551 | 4. Neither the name of the University nor the names of its contributors |
| 1552 | may be used to endorse or promote products derived from this software |
| 1553 | without specific prior written permission. |
| 1554 | |
| 1555 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 1556 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 1557 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 1558 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 1559 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 1560 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 1561 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 1562 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 1563 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 1564 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 1565 | SUCH DAMAGE. |
| 1566 | |
| 1567 | ------------------------------------------------------------------- |
| 1568 | |
| 1569 | Copyright (c) 1985, 1993 |
| 1570 | The Regents of the University of California. All rights reserved. |
| 1571 | |
| 1572 | Redistribution and use in source and binary forms, with or without |
| 1573 | modification, are permitted provided that the following conditions |
| 1574 | are met: |
| 1575 | 1. Redistributions of source code must retain the above copyright |
| 1576 | notice, this list of conditions and the following disclaimer. |
| 1577 | 2. Redistributions in binary form must reproduce the above copyright |
| 1578 | notice, this list of conditions and the following disclaimer in the |
| 1579 | documentation and/or other materials provided with the distribution. |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 1580 | 3. Neither the name of the University nor the names of its contributors |
| 1581 | may be used to endorse or promote products derived from this software |
| 1582 | without specific prior written permission. |
| 1583 | |
| 1584 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 1585 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 1586 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 1587 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 1588 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 1589 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 1590 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 1591 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 1592 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 1593 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 1594 | SUCH DAMAGE. |
| 1595 | |
| 1596 | ------------------------------------------------------------------- |
| 1597 | |
| 1598 | Copyright (c) 1987 Regents of the University of California. |
| 1599 | All rights reserved. |
| 1600 | |
| 1601 | Redistribution and use in source and binary forms, with or without |
| 1602 | modification, are permitted provided that the following conditions |
| 1603 | are met: |
| 1604 | 1. Redistributions of source code must retain the above copyright |
| 1605 | notice, this list of conditions and the following disclaimer. |
| 1606 | 2. Redistributions in binary form must reproduce the above copyright |
| 1607 | notice, this list of conditions and the following disclaimer in the |
| 1608 | documentation and/or other materials provided with the distribution. |
| 1609 | 3. Neither the name of the University nor the names of its contributors |
| 1610 | may be used to endorse or promote products derived from this software |
| 1611 | without specific prior written permission. |
| 1612 | |
| 1613 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 1614 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 1615 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 1616 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 1617 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 1618 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 1619 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 1620 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 1621 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 1622 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 1623 | SUCH DAMAGE. |
| 1624 | |
| 1625 | ------------------------------------------------------------------- |
| 1626 | |
| 1627 | Copyright (c) 1987, 1993 |
| 1628 | The Regents of the University of California. All rights reserved. |
| 1629 | |
| 1630 | Redistribution and use in source and binary forms, with or without |
| 1631 | modification, are permitted provided that the following conditions |
| 1632 | are met: |
| 1633 | 1. Redistributions of source code must retain the above copyright |
| 1634 | notice, this list of conditions and the following disclaimer. |
| 1635 | 2. Redistributions in binary form must reproduce the above copyright |
| 1636 | notice, this list of conditions and the following disclaimer in the |
| 1637 | documentation and/or other materials provided with the distribution. |
| 1638 | 3. All advertising materials mentioning features or use of this software |
| 1639 | must display the following acknowledgement: |
| 1640 | This product includes software developed by the University of |
| 1641 | California, Berkeley and its contributors. |
| 1642 | 4. Neither the name of the University nor the names of its contributors |
| 1643 | may be used to endorse or promote products derived from this software |
| 1644 | without specific prior written permission. |
| 1645 | |
| 1646 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 1647 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 1648 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 1649 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 1650 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 1651 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 1652 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 1653 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 1654 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 1655 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 1656 | SUCH DAMAGE. |
| 1657 | |
| 1658 | ------------------------------------------------------------------- |
| 1659 | |
| 1660 | Copyright (c) 1987, 1993 |
| 1661 | The Regents of the University of California. All rights reserved. |
| 1662 | |
| 1663 | Redistribution and use in source and binary forms, with or without |
| 1664 | modification, are permitted provided that the following conditions |
| 1665 | are met: |
| 1666 | 1. Redistributions of source code must retain the above copyright |
| 1667 | notice, this list of conditions and the following disclaimer. |
| 1668 | 2. Redistributions in binary form must reproduce the above copyright |
| 1669 | notice, this list of conditions and the following disclaimer in the |
| 1670 | documentation and/or other materials provided with the distribution. |
| 1671 | 3. Neither the name of the University nor the names of its contributors |
| 1672 | may be used to endorse or promote products derived from this software |
| 1673 | without specific prior written permission. |
| 1674 | |
| 1675 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 1676 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 1677 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 1678 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 1679 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 1680 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 1681 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 1682 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 1683 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 1684 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 1685 | SUCH DAMAGE. |
| 1686 | |
| 1687 | ------------------------------------------------------------------- |
| 1688 | |
| 1689 | Copyright (c) 1988 Regents of the University of California. |
| 1690 | All rights reserved. |
| 1691 | |
| 1692 | Redistribution and use in source and binary forms, with or without |
| 1693 | modification, are permitted provided that the following conditions |
| 1694 | are met: |
| 1695 | 1. Redistributions of source code must retain the above copyright |
| 1696 | notice, this list of conditions and the following disclaimer. |
| 1697 | 2. Redistributions in binary form must reproduce the above copyright |
| 1698 | notice, this list of conditions and the following disclaimer in the |
| 1699 | documentation and/or other materials provided with the distribution. |
| 1700 | 3. Neither the name of the University nor the names of its contributors |
| 1701 | may be used to endorse or promote products derived from this software |
| 1702 | without specific prior written permission. |
| 1703 | |
| 1704 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 1705 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 1706 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 1707 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 1708 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 1709 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 1710 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 1711 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 1712 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 1713 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 1714 | SUCH DAMAGE. |
| 1715 | |
| 1716 | ------------------------------------------------------------------- |
| 1717 | |
| 1718 | Copyright (c) 1988 The Regents of the University of California. |
| 1719 | All rights reserved. |
| 1720 | |
| 1721 | Redistribution and use in source and binary forms, with or without |
| 1722 | modification, are permitted provided that the following conditions |
| 1723 | are met: |
| 1724 | 1. Redistributions of source code must retain the above copyright |
| 1725 | notice, this list of conditions and the following disclaimer. |
| 1726 | 2. Redistributions in binary form must reproduce the above copyright |
| 1727 | notice, this list of conditions and the following disclaimer in the |
| 1728 | documentation and/or other materials provided with the distribution. |
| 1729 | 3. Neither the name of the University nor the names of its contributors |
| 1730 | may be used to endorse or promote products derived from this software |
| 1731 | without specific prior written permission. |
| 1732 | |
| 1733 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 1734 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 1735 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 1736 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 1737 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 1738 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 1739 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 1740 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 1741 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 1742 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 1743 | SUCH DAMAGE. |
| 1744 | |
| 1745 | ------------------------------------------------------------------- |
| 1746 | |
| 1747 | Copyright (c) 1988, 1993 |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 1748 | The Regents of the University of California. All rights reserved. |
| 1749 | |
| 1750 | Redistribution and use in source and binary forms, with or without |
| 1751 | modification, are permitted provided that the following conditions |
| 1752 | are met: |
| 1753 | 1. Redistributions of source code must retain the above copyright |
| 1754 | notice, this list of conditions and the following disclaimer. |
| 1755 | 2. Redistributions in binary form must reproduce the above copyright |
| 1756 | notice, this list of conditions and the following disclaimer in the |
| 1757 | documentation and/or other materials provided with the distribution. |
| 1758 | 3. All advertising materials mentioning features or use of this software |
| 1759 | must display the following acknowledgement: |
| 1760 | This product includes software developed by the University of |
| 1761 | California, Berkeley and its contributors. |
| 1762 | 4. Neither the name of the University nor the names of its contributors |
| 1763 | may be used to endorse or promote products derived from this software |
| 1764 | without specific prior written permission. |
| 1765 | |
| 1766 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 1767 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 1768 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 1769 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 1770 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 1771 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 1772 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 1773 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 1774 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 1775 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 1776 | SUCH DAMAGE. |
| 1777 | |
| 1778 | ------------------------------------------------------------------- |
| 1779 | |
| 1780 | Copyright (c) 1988, 1993 |
| 1781 | The Regents of the University of California. All rights reserved. |
| 1782 | |
| 1783 | Redistribution and use in source and binary forms, with or without |
| 1784 | modification, are permitted provided that the following conditions |
| 1785 | are met: |
| 1786 | 1. Redistributions of source code must retain the above copyright |
| 1787 | notice, this list of conditions and the following disclaimer. |
| 1788 | 2. Redistributions in binary form must reproduce the above copyright |
| 1789 | notice, this list of conditions and the following disclaimer in the |
| 1790 | documentation and/or other materials provided with the distribution. |
Dan Albert | c30862f | 2016-10-20 11:45:16 -0700 | [diff] [blame] | 1791 | 3. All advertising materials mentioning features or use of this software |
| 1792 | must display the following acknowledgement: |
| 1793 | This product includes software developed by the University of |
| 1794 | California, Berkeley and its contributors. |
| 1795 | 4. Neither the name of the University nor the names of its contributors |
| 1796 | may be used to endorse or promote products derived from this software |
| 1797 | without specific prior written permission. |
| 1798 | |
| 1799 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 1800 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 1801 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 1802 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 1803 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 1804 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 1805 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 1806 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 1807 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 1808 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 1809 | SUCH DAMAGE. |
| 1810 | |
| 1811 | ------------------------------------------------------------------- |
| 1812 | |
| 1813 | Copyright (c) 1988, 1993 |
| 1814 | The Regents of the University of California. All rights reserved. |
| 1815 | |
| 1816 | Redistribution and use in source and binary forms, with or without |
| 1817 | modification, are permitted provided that the following conditions |
| 1818 | are met: |
| 1819 | 1. Redistributions of source code must retain the above copyright |
| 1820 | notice, this list of conditions and the following disclaimer. |
| 1821 | 2. Redistributions in binary form must reproduce the above copyright |
| 1822 | notice, this list of conditions and the following disclaimer in the |
| 1823 | documentation and/or other materials provided with the distribution. |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 1824 | 3. Neither the name of the University nor the names of its contributors |
| 1825 | may be used to endorse or promote products derived from this software |
| 1826 | without specific prior written permission. |
| 1827 | |
| 1828 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 1829 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 1830 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 1831 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 1832 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 1833 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 1834 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 1835 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 1836 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 1837 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 1838 | SUCH DAMAGE. |
| 1839 | |
| 1840 | ------------------------------------------------------------------- |
| 1841 | |
| 1842 | Copyright (c) 1988, 1993 |
| 1843 | The Regents of the University of California. All rights reserved. |
| 1844 | |
| 1845 | This code is derived from software written by Ken Arnold and |
| 1846 | published in UNIX Review, Vol. 6, No. 8. |
| 1847 | |
| 1848 | Redistribution and use in source and binary forms, with or without |
| 1849 | modification, are permitted provided that the following conditions |
| 1850 | are met: |
| 1851 | 1. Redistributions of source code must retain the above copyright |
| 1852 | notice, this list of conditions and the following disclaimer. |
| 1853 | 2. Redistributions in binary form must reproduce the above copyright |
| 1854 | notice, this list of conditions and the following disclaimer in the |
| 1855 | documentation and/or other materials provided with the distribution. |
| 1856 | 3. Neither the name of the University nor the names of its contributors |
| 1857 | may be used to endorse or promote products derived from this software |
| 1858 | without specific prior written permission. |
| 1859 | |
| 1860 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 1861 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 1862 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 1863 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 1864 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 1865 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 1866 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 1867 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 1868 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 1869 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 1870 | SUCH DAMAGE. |
| 1871 | |
| 1872 | ------------------------------------------------------------------- |
| 1873 | |
| 1874 | Copyright (c) 1989 The Regents of the University of California. |
| 1875 | All rights reserved. |
| 1876 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 1877 | Redistribution and use in source and binary forms, with or without |
| 1878 | modification, are permitted provided that the following conditions |
| 1879 | are met: |
| 1880 | 1. Redistributions of source code must retain the above copyright |
| 1881 | notice, this list of conditions and the following disclaimer. |
| 1882 | 2. Redistributions in binary form must reproduce the above copyright |
| 1883 | notice, this list of conditions and the following disclaimer in the |
| 1884 | documentation and/or other materials provided with the distribution. |
| 1885 | 3. Neither the name of the University nor the names of its contributors |
| 1886 | may be used to endorse or promote products derived from this software |
| 1887 | without specific prior written permission. |
| 1888 | |
| 1889 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 1890 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 1891 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 1892 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 1893 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 1894 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 1895 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 1896 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 1897 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 1898 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 1899 | SUCH DAMAGE. |
| 1900 | |
| 1901 | ------------------------------------------------------------------- |
| 1902 | |
| 1903 | Copyright (c) 1989 The Regents of the University of California. |
| 1904 | All rights reserved. |
| 1905 | (c) UNIX System Laboratories, Inc. |
| 1906 | All or some portions of this file are derived from material licensed |
| 1907 | to the University of California by American Telephone and Telegraph |
| 1908 | Co. or Unix System Laboratories, Inc. and are reproduced herein with |
| 1909 | the permission of UNIX System Laboratories, Inc. |
| 1910 | |
| 1911 | Redistribution and use in source and binary forms, with or without |
| 1912 | modification, are permitted provided that the following conditions |
| 1913 | are met: |
| 1914 | 1. Redistributions of source code must retain the above copyright |
| 1915 | notice, this list of conditions and the following disclaimer. |
| 1916 | 2. Redistributions in binary form must reproduce the above copyright |
| 1917 | notice, this list of conditions and the following disclaimer in the |
| 1918 | documentation and/or other materials provided with the distribution. |
| 1919 | 3. Neither the name of the University nor the names of its contributors |
| 1920 | may be used to endorse or promote products derived from this software |
| 1921 | without specific prior written permission. |
| 1922 | |
| 1923 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 1924 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 1925 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 1926 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 1927 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 1928 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 1929 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 1930 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 1931 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 1932 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 1933 | SUCH DAMAGE. |
| 1934 | |
| 1935 | ------------------------------------------------------------------- |
| 1936 | |
| 1937 | Copyright (c) 1989, 1993 |
| 1938 | The Regents of the University of California. All rights reserved. |
| 1939 | |
| 1940 | Redistribution and use in source and binary forms, with or without |
| 1941 | modification, are permitted provided that the following conditions |
| 1942 | are met: |
| 1943 | 1. Redistributions of source code must retain the above copyright |
| 1944 | notice, this list of conditions and the following disclaimer. |
| 1945 | 2. Redistributions in binary form must reproduce the above copyright |
| 1946 | notice, this list of conditions and the following disclaimer in the |
| 1947 | documentation and/or other materials provided with the distribution. |
| 1948 | 3. Neither the name of the University nor the names of its contributors |
| 1949 | may be used to endorse or promote products derived from this software |
| 1950 | without specific prior written permission. |
| 1951 | |
| 1952 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 1953 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 1954 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 1955 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 1956 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 1957 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 1958 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 1959 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 1960 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 1961 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 1962 | SUCH DAMAGE. |
| 1963 | |
| 1964 | ------------------------------------------------------------------- |
| 1965 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 1966 | Copyright (c) 1989, 1993 |
| 1967 | The Regents of the University of California. All rights reserved. |
| 1968 | |
| 1969 | Redistribution and use in source and binary forms, with or without |
| 1970 | modification, are permitted provided that the following conditions |
| 1971 | are met: |
| 1972 | 1. Redistributions of source code must retain the above copyright |
| 1973 | notice, this list of conditions and the following disclaimer. |
| 1974 | 2. Redistributions in binary form must reproduce the above copyright |
| 1975 | notice, this list of conditions and the following disclaimer in the |
| 1976 | documentation and/or other materials provided with the distribution. |
| 1977 | 4. Neither the name of the University nor the names of its contributors |
| 1978 | may be used to endorse or promote products derived from this software |
| 1979 | without specific prior written permission. |
| 1980 | |
| 1981 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 1982 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 1983 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 1984 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 1985 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 1986 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 1987 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 1988 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 1989 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 1990 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 1991 | SUCH DAMAGE. |
| 1992 | |
| 1993 | ------------------------------------------------------------------- |
| 1994 | |
| 1995 | Copyright (c) 1989, 1993 |
| 1996 | The Regents of the University of California. All rights reserved. |
Elliott Hughes | acbe322 | 2014-04-16 17:01:12 -0700 | [diff] [blame] | 1997 | |
| 1998 | This code is derived from software contributed to Berkeley by |
Elliott Hughes | f1c568d | 2017-09-26 17:09:07 -0700 | [diff] [blame] | 1999 | Guido van Rossum. |
| 2000 | |
| 2001 | Copyright (c) 2011 The FreeBSD Foundation |
| 2002 | All rights reserved. |
| 2003 | Portions of this software were developed by David Chisnall |
| 2004 | under sponsorship from the FreeBSD Foundation. |
| 2005 | |
| 2006 | Redistribution and use in source and binary forms, with or without |
| 2007 | modification, are permitted provided that the following conditions |
| 2008 | are met: |
| 2009 | 1. Redistributions of source code must retain the above copyright |
| 2010 | notice, this list of conditions and the following disclaimer. |
| 2011 | 2. Redistributions in binary form must reproduce the above copyright |
| 2012 | notice, this list of conditions and the following disclaimer in the |
| 2013 | documentation and/or other materials provided with the distribution. |
| 2014 | 3. Neither the name of the University nor the names of its contributors |
| 2015 | may be used to endorse or promote products derived from this software |
| 2016 | without specific prior written permission. |
| 2017 | |
| 2018 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 2019 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 2020 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 2021 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 2022 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 2023 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 2024 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 2025 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 2026 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 2027 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 2028 | SUCH DAMAGE. |
| 2029 | |
| 2030 | ------------------------------------------------------------------- |
| 2031 | |
| 2032 | Copyright (c) 1989, 1993 |
| 2033 | The Regents of the University of California. All rights reserved. |
| 2034 | |
| 2035 | This code is derived from software contributed to Berkeley by |
| 2036 | Guido van Rossum. |
| 2037 | |
| 2038 | Redistribution and use in source and binary forms, with or without |
| 2039 | modification, are permitted provided that the following conditions |
| 2040 | are met: |
| 2041 | 1. Redistributions of source code must retain the above copyright |
| 2042 | notice, this list of conditions and the following disclaimer. |
| 2043 | 2. Redistributions in binary form must reproduce the above copyright |
| 2044 | notice, this list of conditions and the following disclaimer in the |
| 2045 | documentation and/or other materials provided with the distribution. |
| 2046 | 3. Neither the name of the University nor the names of its contributors |
| 2047 | may be used to endorse or promote products derived from this software |
| 2048 | without specific prior written permission. |
| 2049 | |
| 2050 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 2051 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 2052 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 2053 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 2054 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 2055 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 2056 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 2057 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 2058 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 2059 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 2060 | SUCH DAMAGE. |
| 2061 | |
| 2062 | ------------------------------------------------------------------- |
| 2063 | |
| 2064 | Copyright (c) 1989, 1993 |
| 2065 | The Regents of the University of California. All rights reserved. |
| 2066 | |
| 2067 | This code is derived from software contributed to Berkeley by |
Elliott Hughes | acbe322 | 2014-04-16 17:01:12 -0700 | [diff] [blame] | 2068 | Roger L. Snyder. |
| 2069 | |
| 2070 | Redistribution and use in source and binary forms, with or without |
| 2071 | modification, are permitted provided that the following conditions |
| 2072 | are met: |
| 2073 | 1. Redistributions of source code must retain the above copyright |
| 2074 | notice, this list of conditions and the following disclaimer. |
| 2075 | 2. Redistributions in binary form must reproduce the above copyright |
| 2076 | notice, this list of conditions and the following disclaimer in the |
| 2077 | documentation and/or other materials provided with the distribution. |
| 2078 | 3. Neither the name of the University nor the names of its contributors |
| 2079 | may be used to endorse or promote products derived from this software |
| 2080 | without specific prior written permission. |
| 2081 | |
| 2082 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 2083 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 2084 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 2085 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 2086 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 2087 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 2088 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 2089 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 2090 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 2091 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 2092 | SUCH DAMAGE. |
| 2093 | |
| 2094 | ------------------------------------------------------------------- |
| 2095 | |
| 2096 | Copyright (c) 1989, 1993 |
| 2097 | The Regents of the University of California. All rights reserved. |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 2098 | (c) UNIX System Laboratories, Inc. |
| 2099 | All or some portions of this file are derived from material licensed |
| 2100 | to the University of California by American Telephone and Telegraph |
| 2101 | Co. or Unix System Laboratories, Inc. and are reproduced herein with |
| 2102 | the permission of UNIX System Laboratories, Inc. |
| 2103 | |
| 2104 | Redistribution and use in source and binary forms, with or without |
| 2105 | modification, are permitted provided that the following conditions |
| 2106 | are met: |
| 2107 | 1. Redistributions of source code must retain the above copyright |
| 2108 | notice, this list of conditions and the following disclaimer. |
| 2109 | 2. Redistributions in binary form must reproduce the above copyright |
| 2110 | notice, this list of conditions and the following disclaimer in the |
| 2111 | documentation and/or other materials provided with the distribution. |
| 2112 | 3. Neither the name of the University nor the names of its contributors |
| 2113 | may be used to endorse or promote products derived from this software |
| 2114 | without specific prior written permission. |
| 2115 | |
| 2116 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 2117 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 2118 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 2119 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 2120 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 2121 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 2122 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 2123 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 2124 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 2125 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 2126 | SUCH DAMAGE. |
| 2127 | |
| 2128 | ------------------------------------------------------------------- |
| 2129 | |
Elliott Hughes | b4931ce | 2016-02-08 17:00:12 -0800 | [diff] [blame] | 2130 | Copyright (c) 1990 Regents of the University of California. |
| 2131 | All rights reserved. |
| 2132 | |
| 2133 | This code is derived from software contributed to Berkeley by |
| 2134 | Chris Torek. |
| 2135 | |
| 2136 | Redistribution and use in source and binary forms, with or without |
| 2137 | modification, are permitted provided that the following conditions |
| 2138 | are met: |
| 2139 | 1. Redistributions of source code must retain the above copyright |
| 2140 | notice, this list of conditions and the following disclaimer. |
| 2141 | 2. Redistributions in binary form must reproduce the above copyright |
| 2142 | notice, this list of conditions and the following disclaimer in the |
| 2143 | documentation and/or other materials provided with the distribution. |
| 2144 | 3. Neither the name of the University nor the names of its contributors |
| 2145 | may be used to endorse or promote products derived from this software |
| 2146 | without specific prior written permission. |
| 2147 | |
| 2148 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 2149 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 2150 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 2151 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 2152 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 2153 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 2154 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 2155 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 2156 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 2157 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 2158 | SUCH DAMAGE. |
| 2159 | |
| 2160 | ------------------------------------------------------------------- |
| 2161 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 2162 | Copyright (c) 1990 The Regents of the University of California. |
| 2163 | All rights reserved. |
| 2164 | |
| 2165 | Redistribution and use in source and binary forms, with or without |
| 2166 | modification, are permitted provided that the following conditions |
| 2167 | are met: |
| 2168 | 1. Redistributions of source code must retain the above copyright |
| 2169 | notice, this list of conditions and the following disclaimer. |
| 2170 | 2. Redistributions in binary form must reproduce the above copyright |
| 2171 | notice, this list of conditions and the following disclaimer in the |
| 2172 | documentation and/or other materials provided with the distribution. |
| 2173 | 3. Neither the name of the University nor the names of its contributors |
| 2174 | may be used to endorse or promote products derived from this software |
| 2175 | without specific prior written permission. |
| 2176 | |
| 2177 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 2178 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 2179 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 2180 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 2181 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 2182 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 2183 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 2184 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 2185 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 2186 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 2187 | SUCH DAMAGE. |
| 2188 | |
| 2189 | ------------------------------------------------------------------- |
| 2190 | |
| 2191 | Copyright (c) 1990 The Regents of the University of California. |
| 2192 | All rights reserved. |
| 2193 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 2194 | This code is derived from software contributed to Berkeley by |
| 2195 | Chris Torek. |
| 2196 | |
| 2197 | Redistribution and use in source and binary forms, with or without |
| 2198 | modification, are permitted provided that the following conditions |
| 2199 | are met: |
| 2200 | 1. Redistributions of source code must retain the above copyright |
| 2201 | notice, this list of conditions and the following disclaimer. |
| 2202 | 2. Redistributions in binary form must reproduce the above copyright |
| 2203 | notice, this list of conditions and the following disclaimer in the |
| 2204 | documentation and/or other materials provided with the distribution. |
| 2205 | 3. Neither the name of the University nor the names of its contributors |
| 2206 | may be used to endorse or promote products derived from this software |
| 2207 | without specific prior written permission. |
| 2208 | |
| 2209 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 2210 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 2211 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 2212 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 2213 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 2214 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 2215 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 2216 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 2217 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 2218 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 2219 | SUCH DAMAGE. |
| 2220 | |
| 2221 | ------------------------------------------------------------------- |
| 2222 | |
| 2223 | Copyright (c) 1990 The Regents of the University of California. |
| 2224 | All rights reserved. |
| 2225 | |
| 2226 | This code is derived from software contributed to Berkeley by |
| 2227 | William Jolitz. |
| 2228 | |
| 2229 | Redistribution and use in source and binary forms, with or without |
| 2230 | modification, are permitted provided that the following conditions |
| 2231 | are met: |
| 2232 | 1. Redistributions of source code must retain the above copyright |
| 2233 | notice, this list of conditions and the following disclaimer. |
| 2234 | 2. Redistributions in binary form must reproduce the above copyright |
| 2235 | notice, this list of conditions and the following disclaimer in the |
| 2236 | documentation and/or other materials provided with the distribution. |
| 2237 | 3. Neither the name of the University nor the names of its contributors |
| 2238 | may be used to endorse or promote products derived from this software |
| 2239 | without specific prior written permission. |
| 2240 | |
| 2241 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 2242 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 2243 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 2244 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 2245 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 2246 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 2247 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 2248 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 2249 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 2250 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 2251 | SUCH DAMAGE. |
| 2252 | |
| 2253 | ------------------------------------------------------------------- |
| 2254 | |
| 2255 | Copyright (c) 1990, 1993 |
| 2256 | The Regents of the University of California. All rights reserved. |
| 2257 | |
| 2258 | Redistribution and use in source and binary forms, with or without |
| 2259 | modification, are permitted provided that the following conditions |
| 2260 | are met: |
| 2261 | 1. Redistributions of source code must retain the above copyright |
| 2262 | notice, this list of conditions and the following disclaimer. |
| 2263 | 2. Redistributions in binary form must reproduce the above copyright |
| 2264 | notice, this list of conditions and the following disclaimer in the |
| 2265 | documentation and/or other materials provided with the distribution. |
| 2266 | 3. Neither the name of the University nor the names of its contributors |
| 2267 | may be used to endorse or promote products derived from this software |
| 2268 | without specific prior written permission. |
| 2269 | |
| 2270 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 2271 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 2272 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 2273 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 2274 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 2275 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 2276 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 2277 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 2278 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 2279 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 2280 | SUCH DAMAGE. |
| 2281 | |
| 2282 | ------------------------------------------------------------------- |
| 2283 | |
| 2284 | Copyright (c) 1990, 1993 |
| 2285 | The Regents of the University of California. All rights reserved. |
| 2286 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 2287 | This code is derived from software contributed to Berkeley by |
| 2288 | Chris Torek. |
| 2289 | |
| 2290 | Redistribution and use in source and binary forms, with or without |
| 2291 | modification, are permitted provided that the following conditions |
| 2292 | are met: |
| 2293 | 1. Redistributions of source code must retain the above copyright |
| 2294 | notice, this list of conditions and the following disclaimer. |
| 2295 | 2. Redistributions in binary form must reproduce the above copyright |
| 2296 | notice, this list of conditions and the following disclaimer in the |
| 2297 | documentation and/or other materials provided with the distribution. |
| 2298 | 3. Neither the name of the University nor the names of its contributors |
| 2299 | may be used to endorse or promote products derived from this software |
| 2300 | without specific prior written permission. |
| 2301 | |
| 2302 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 2303 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 2304 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 2305 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 2306 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 2307 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 2308 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 2309 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 2310 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 2311 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 2312 | SUCH DAMAGE. |
| 2313 | |
| 2314 | ------------------------------------------------------------------- |
| 2315 | |
| 2316 | Copyright (c) 1990, 1993 |
| 2317 | The Regents of the University of California. All rights reserved. |
| 2318 | |
| 2319 | This code is derived from software contributed to Berkeley by |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 2320 | Donn Seeley at UUNET Technologies, Inc. |
| 2321 | |
| 2322 | Redistribution and use in source and binary forms, with or without |
| 2323 | modification, are permitted provided that the following conditions |
| 2324 | are met: |
| 2325 | 1. Redistributions of source code must retain the above copyright |
| 2326 | notice, this list of conditions and the following disclaimer. |
| 2327 | 2. Redistributions in binary form must reproduce the above copyright |
| 2328 | notice, this list of conditions and the following disclaimer in the |
| 2329 | documentation and/or other materials provided with the distribution. |
| 2330 | 3. Neither the name of the University nor the names of its contributors |
| 2331 | may be used to endorse or promote products derived from this software |
| 2332 | without specific prior written permission. |
| 2333 | |
| 2334 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 2335 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 2336 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 2337 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 2338 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 2339 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 2340 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 2341 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 2342 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 2343 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 2344 | SUCH DAMAGE. |
| 2345 | |
| 2346 | ------------------------------------------------------------------- |
| 2347 | |
| 2348 | Copyright (c) 1990, 1993 |
| 2349 | The Regents of the University of California. All rights reserved. |
Elliott Hughes | bfa582d | 2014-05-05 14:58:17 -0700 | [diff] [blame] | 2350 | |
| 2351 | This code is derived from software contributed to Berkeley by |
| 2352 | Donn Seeley at UUNET Technologies, Inc. |
| 2353 | |
| 2354 | Redistribution and use in source and binary forms, with or without |
| 2355 | modification, are permitted provided that the following conditions |
| 2356 | are met: |
| 2357 | 1. Redistributions of source code must retain the above copyright |
| 2358 | notice, this list of conditions and the following disclaimer. |
| 2359 | 2. Redistributions in binary form must reproduce the above copyright |
| 2360 | notice, this list of conditions and the following disclaimer in the |
| 2361 | documentation and/or other materials provided with the distribution. |
| 2362 | 4. Neither the name of the University nor the names of its contributors |
| 2363 | may be used to endorse or promote products derived from this software |
| 2364 | without specific prior written permission. |
| 2365 | |
| 2366 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 2367 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 2368 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 2369 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 2370 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 2371 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 2372 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 2373 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 2374 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 2375 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 2376 | SUCH DAMAGE. |
| 2377 | |
| 2378 | ------------------------------------------------------------------- |
| 2379 | |
| 2380 | Copyright (c) 1990, 1993 |
| 2381 | The Regents of the University of California. All rights reserved. |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 2382 | (c) UNIX System Laboratories, Inc. |
| 2383 | All or some portions of this file are derived from material licensed |
| 2384 | to the University of California by American Telephone and Telegraph |
| 2385 | Co. or Unix System Laboratories, Inc. and are reproduced herein with |
| 2386 | the permission of UNIX System Laboratories, Inc. |
| 2387 | |
| 2388 | Redistribution and use in source and binary forms, with or without |
| 2389 | modification, are permitted provided that the following conditions |
| 2390 | are met: |
| 2391 | 1. Redistributions of source code must retain the above copyright |
| 2392 | notice, this list of conditions and the following disclaimer. |
| 2393 | 2. Redistributions in binary form must reproduce the above copyright |
| 2394 | notice, this list of conditions and the following disclaimer in the |
| 2395 | documentation and/or other materials provided with the distribution. |
| 2396 | 3. Neither the name of the University nor the names of its contributors |
| 2397 | may be used to endorse or promote products derived from this software |
| 2398 | without specific prior written permission. |
| 2399 | |
| 2400 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 2401 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 2402 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 2403 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 2404 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 2405 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 2406 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 2407 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 2408 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 2409 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 2410 | SUCH DAMAGE. |
| 2411 | |
| 2412 | ------------------------------------------------------------------- |
| 2413 | |
| 2414 | Copyright (c) 1990, 1993, 1994 |
| 2415 | The Regents of the University of California. All rights reserved. |
| 2416 | |
| 2417 | Redistribution and use in source and binary forms, with or without |
| 2418 | modification, are permitted provided that the following conditions |
| 2419 | are met: |
| 2420 | 1. Redistributions of source code must retain the above copyright |
| 2421 | notice, this list of conditions and the following disclaimer. |
| 2422 | 2. Redistributions in binary form must reproduce the above copyright |
| 2423 | notice, this list of conditions and the following disclaimer in the |
| 2424 | documentation and/or other materials provided with the distribution. |
| 2425 | 3. Neither the name of the University nor the names of its contributors |
| 2426 | may be used to endorse or promote products derived from this software |
| 2427 | without specific prior written permission. |
| 2428 | |
| 2429 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 2430 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 2431 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 2432 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 2433 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 2434 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 2435 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 2436 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 2437 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 2438 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 2439 | SUCH DAMAGE. |
| 2440 | |
| 2441 | ------------------------------------------------------------------- |
| 2442 | |
| 2443 | Copyright (c) 1990, 1993, 1994 |
| 2444 | The Regents of the University of California. All rights reserved. |
| 2445 | |
| 2446 | This code is derived from software contributed to Berkeley by |
| 2447 | Chris Torek. |
| 2448 | |
| 2449 | Redistribution and use in source and binary forms, with or without |
| 2450 | modification, are permitted provided that the following conditions |
| 2451 | are met: |
| 2452 | 1. Redistributions of source code must retain the above copyright |
| 2453 | notice, this list of conditions and the following disclaimer. |
| 2454 | 2. Redistributions in binary form must reproduce the above copyright |
| 2455 | notice, this list of conditions and the following disclaimer in the |
| 2456 | documentation and/or other materials provided with the distribution. |
| 2457 | 3. Neither the name of the University nor the names of its contributors |
| 2458 | may be used to endorse or promote products derived from this software |
| 2459 | without specific prior written permission. |
| 2460 | |
| 2461 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 2462 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 2463 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 2464 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 2465 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 2466 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 2467 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 2468 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 2469 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 2470 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 2471 | SUCH DAMAGE. |
| 2472 | |
| 2473 | ------------------------------------------------------------------- |
| 2474 | |
Elliott Hughes | 4e54b11 | 2014-03-06 15:06:11 -0800 | [diff] [blame] | 2475 | Copyright (c) 1991 The Regents of the University of California. |
| 2476 | All rights reserved. |
| 2477 | |
| 2478 | Redistribution and use in source and binary forms, with or without |
| 2479 | modification, are permitted provided that the following conditions |
| 2480 | are met: |
| 2481 | 1. Redistributions of source code must retain the above copyright |
| 2482 | notice, this list of conditions and the following disclaimer. |
| 2483 | 2. Redistributions in binary form must reproduce the above copyright |
| 2484 | notice, this list of conditions and the following disclaimer in the |
| 2485 | documentation and/or other materials provided with the distribution. |
| 2486 | 3. Neither the name of the University nor the names of its contributors |
| 2487 | may be used to endorse or promote products derived from this software |
| 2488 | without specific prior written permission. |
| 2489 | |
| 2490 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 2491 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 2492 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 2493 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 2494 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 2495 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 2496 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 2497 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 2498 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 2499 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 2500 | SUCH DAMAGE. |
| 2501 | |
| 2502 | ------------------------------------------------------------------- |
| 2503 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 2504 | Copyright (c) 1991, 1993 |
| 2505 | The Regents of the University of California. All rights reserved. |
| 2506 | |
| 2507 | Redistribution and use in source and binary forms, with or without |
| 2508 | modification, are permitted provided that the following conditions |
| 2509 | are met: |
| 2510 | 1. Redistributions of source code must retain the above copyright |
| 2511 | notice, this list of conditions and the following disclaimer. |
| 2512 | 2. Redistributions in binary form must reproduce the above copyright |
| 2513 | notice, this list of conditions and the following disclaimer in the |
| 2514 | documentation and/or other materials provided with the distribution. |
| 2515 | 3. Neither the name of the University nor the names of its contributors |
| 2516 | may be used to endorse or promote products derived from this software |
| 2517 | without specific prior written permission. |
| 2518 | |
| 2519 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 2520 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 2521 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 2522 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 2523 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 2524 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 2525 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 2526 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 2527 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 2528 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 2529 | SUCH DAMAGE. |
| 2530 | |
| 2531 | ------------------------------------------------------------------- |
| 2532 | |
| 2533 | Copyright (c) 1991, 1993 |
| 2534 | The Regents of the University of California. All rights reserved. |
| 2535 | |
| 2536 | This code is derived from software contributed to Berkeley by |
| 2537 | Berkeley Software Design, Inc. |
| 2538 | |
| 2539 | Redistribution and use in source and binary forms, with or without |
| 2540 | modification, are permitted provided that the following conditions |
| 2541 | are met: |
| 2542 | 1. Redistributions of source code must retain the above copyright |
| 2543 | notice, this list of conditions and the following disclaimer. |
| 2544 | 2. Redistributions in binary form must reproduce the above copyright |
| 2545 | notice, this list of conditions and the following disclaimer in the |
| 2546 | documentation and/or other materials provided with the distribution. |
| 2547 | 3. Neither the name of the University nor the names of its contributors |
| 2548 | may be used to endorse or promote products derived from this software |
| 2549 | without specific prior written permission. |
| 2550 | |
| 2551 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 2552 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 2553 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 2554 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 2555 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 2556 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 2557 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 2558 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 2559 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 2560 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 2561 | SUCH DAMAGE. |
| 2562 | |
| 2563 | ------------------------------------------------------------------- |
| 2564 | |
| 2565 | Copyright (c) 1991, 1993 |
| 2566 | The Regents of the University of California. All rights reserved. |
| 2567 | (c) UNIX System Laboratories, Inc. |
| 2568 | All or some portions of this file are derived from material licensed |
| 2569 | to the University of California by American Telephone and Telegraph |
| 2570 | Co. or Unix System Laboratories, Inc. and are reproduced herein with |
| 2571 | the permission of UNIX System Laboratories, Inc. |
| 2572 | |
| 2573 | This code is derived from software contributed to Berkeley by |
| 2574 | Hugh Smith at The University of Guelph. |
| 2575 | |
| 2576 | Redistribution and use in source and binary forms, with or without |
| 2577 | modification, are permitted provided that the following conditions |
| 2578 | are met: |
| 2579 | 1. Redistributions of source code must retain the above copyright |
| 2580 | notice, this list of conditions and the following disclaimer. |
| 2581 | 2. Redistributions in binary form must reproduce the above copyright |
| 2582 | notice, this list of conditions and the following disclaimer in the |
| 2583 | documentation and/or other materials provided with the distribution. |
| 2584 | 3. Neither the name of the University nor the names of its contributors |
| 2585 | may be used to endorse or promote products derived from this software |
| 2586 | without specific prior written permission. |
| 2587 | |
| 2588 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 2589 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 2590 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 2591 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 2592 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 2593 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 2594 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 2595 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 2596 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 2597 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 2598 | SUCH DAMAGE. |
| 2599 | |
| 2600 | ------------------------------------------------------------------- |
| 2601 | |
| 2602 | Copyright (c) 1991, 1993, 1995, |
| 2603 | The Regents of the University of California. All rights reserved. |
| 2604 | |
| 2605 | This code is derived from software contributed to Berkeley by |
| 2606 | Havard Eidnes. |
| 2607 | |
| 2608 | Redistribution and use in source and binary forms, with or without |
| 2609 | modification, are permitted provided that the following conditions |
| 2610 | are met: |
| 2611 | 1. Redistributions of source code must retain the above copyright |
| 2612 | notice, this list of conditions and the following disclaimer. |
| 2613 | 2. Redistributions in binary form must reproduce the above copyright |
| 2614 | notice, this list of conditions and the following disclaimer in the |
| 2615 | documentation and/or other materials provided with the distribution. |
| 2616 | 3. Neither the name of the University nor the names of its contributors |
| 2617 | may be used to endorse or promote products derived from this software |
| 2618 | without specific prior written permission. |
| 2619 | |
| 2620 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 2621 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 2622 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 2623 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 2624 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 2625 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 2626 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 2627 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 2628 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 2629 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 2630 | SUCH DAMAGE. |
| 2631 | |
| 2632 | ------------------------------------------------------------------- |
| 2633 | |
| 2634 | Copyright (c) 1992 Henry Spencer. |
| 2635 | Copyright (c) 1992, 1993 |
| 2636 | The Regents of the University of California. All rights reserved. |
| 2637 | |
| 2638 | This code is derived from software contributed to Berkeley by |
| 2639 | Henry Spencer of the University of Toronto. |
| 2640 | |
| 2641 | Redistribution and use in source and binary forms, with or without |
| 2642 | modification, are permitted provided that the following conditions |
| 2643 | are met: |
| 2644 | 1. Redistributions of source code must retain the above copyright |
| 2645 | notice, this list of conditions and the following disclaimer. |
| 2646 | 2. Redistributions in binary form must reproduce the above copyright |
| 2647 | notice, this list of conditions and the following disclaimer in the |
| 2648 | documentation and/or other materials provided with the distribution. |
| 2649 | 3. Neither the name of the University nor the names of its contributors |
| 2650 | may be used to endorse or promote products derived from this software |
| 2651 | without specific prior written permission. |
| 2652 | |
| 2653 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 2654 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 2655 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 2656 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 2657 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 2658 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 2659 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 2660 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 2661 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 2662 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 2663 | SUCH DAMAGE. |
| 2664 | |
| 2665 | ------------------------------------------------------------------- |
| 2666 | |
| 2667 | Copyright (c) 1992 The Regents of the University of California. |
| 2668 | All rights reserved. |
| 2669 | |
| 2670 | Redistribution and use in source and binary forms, with or without |
| 2671 | modification, are permitted provided that the following conditions |
| 2672 | are met: |
| 2673 | 1. Redistributions of source code must retain the above copyright |
| 2674 | notice, this list of conditions and the following disclaimer. |
| 2675 | 2. Redistributions in binary form must reproduce the above copyright |
| 2676 | notice, this list of conditions and the following disclaimer in the |
| 2677 | documentation and/or other materials provided with the distribution. |
| 2678 | 3. Neither the name of the University nor the names of its contributors |
| 2679 | may be used to endorse or promote products derived from this software |
| 2680 | without specific prior written permission. |
| 2681 | |
| 2682 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 2683 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 2684 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 2685 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 2686 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 2687 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 2688 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 2689 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 2690 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 2691 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 2692 | SUCH DAMAGE. |
| 2693 | |
| 2694 | ------------------------------------------------------------------- |
| 2695 | |
| 2696 | Copyright (c) 1992, 1993 |
| 2697 | The Regents of the University of California. All rights reserved. |
| 2698 | |
| 2699 | Redistribution and use in source and binary forms, with or without |
| 2700 | modification, are permitted provided that the following conditions |
| 2701 | are met: |
| 2702 | 1. Redistributions of source code must retain the above copyright |
| 2703 | notice, this list of conditions and the following disclaimer. |
| 2704 | 2. Redistributions in binary form must reproduce the above copyright |
| 2705 | notice, this list of conditions and the following disclaimer in the |
| 2706 | documentation and/or other materials provided with the distribution. |
Dan Albert | c30862f | 2016-10-20 11:45:16 -0700 | [diff] [blame] | 2707 | 3. All advertising materials mentioning features or use of this software |
| 2708 | must display the following acknowledgement: |
| 2709 | This product includes software developed by the University of |
| 2710 | California, Berkeley and its contributors. |
| 2711 | 4. Neither the name of the University nor the names of its contributors |
| 2712 | may be used to endorse or promote products derived from this software |
| 2713 | without specific prior written permission. |
| 2714 | |
| 2715 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 2716 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 2717 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 2718 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 2719 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 2720 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 2721 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 2722 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 2723 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 2724 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 2725 | SUCH DAMAGE. |
| 2726 | |
| 2727 | ------------------------------------------------------------------- |
| 2728 | |
| 2729 | Copyright (c) 1992, 1993 |
| 2730 | The Regents of the University of California. All rights reserved. |
| 2731 | |
| 2732 | Redistribution and use in source and binary forms, with or without |
| 2733 | modification, are permitted provided that the following conditions |
| 2734 | are met: |
| 2735 | 1. Redistributions of source code must retain the above copyright |
| 2736 | notice, this list of conditions and the following disclaimer. |
| 2737 | 2. Redistributions in binary form must reproduce the above copyright |
| 2738 | notice, this list of conditions and the following disclaimer in the |
| 2739 | documentation and/or other materials provided with the distribution. |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 2740 | 3. Neither the name of the University nor the names of its contributors |
| 2741 | may be used to endorse or promote products derived from this software |
| 2742 | without specific prior written permission. |
| 2743 | |
| 2744 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 2745 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 2746 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 2747 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 2748 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 2749 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 2750 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 2751 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 2752 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 2753 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 2754 | SUCH DAMAGE. |
| 2755 | |
| 2756 | ------------------------------------------------------------------- |
| 2757 | |
| 2758 | Copyright (c) 1992, 1993 |
| 2759 | The Regents of the University of California. All rights reserved. |
| 2760 | |
| 2761 | This code is derived from software contributed to Berkeley by |
| 2762 | Ralph Campbell. |
| 2763 | |
| 2764 | Redistribution and use in source and binary forms, with or without |
| 2765 | modification, are permitted provided that the following conditions |
| 2766 | are met: |
| 2767 | 1. Redistributions of source code must retain the above copyright |
| 2768 | notice, this list of conditions and the following disclaimer. |
| 2769 | 2. Redistributions in binary form must reproduce the above copyright |
| 2770 | notice, this list of conditions and the following disclaimer in the |
| 2771 | documentation and/or other materials provided with the distribution. |
| 2772 | 3. Neither the name of the University nor the names of its contributors |
| 2773 | may be used to endorse or promote products derived from this software |
| 2774 | without specific prior written permission. |
| 2775 | |
| 2776 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 2777 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 2778 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 2779 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 2780 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 2781 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 2782 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 2783 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 2784 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 2785 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 2786 | SUCH DAMAGE. |
| 2787 | |
| 2788 | ------------------------------------------------------------------- |
| 2789 | |
| 2790 | Copyright (c) 1992, 1993 |
| 2791 | The Regents of the University of California. All rights reserved. |
| 2792 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 2793 | This software was developed by the Computer Systems Engineering group |
| 2794 | at Lawrence Berkeley Laboratory under DARPA contract BG 91-66 and |
| 2795 | contributed to Berkeley. |
| 2796 | |
| 2797 | All advertising materials mentioning features or use of this software |
| 2798 | must display the following acknowledgement: |
| 2799 | This product includes software developed by the University of |
| 2800 | California, Lawrence Berkeley Laboratory. |
| 2801 | |
| 2802 | Redistribution and use in source and binary forms, with or without |
| 2803 | modification, are permitted provided that the following conditions |
| 2804 | are met: |
| 2805 | 1. Redistributions of source code must retain the above copyright |
| 2806 | notice, this list of conditions and the following disclaimer. |
| 2807 | 2. Redistributions in binary form must reproduce the above copyright |
| 2808 | notice, this list of conditions and the following disclaimer in the |
| 2809 | documentation and/or other materials provided with the distribution. |
| 2810 | 3. All advertising materials mentioning features or use of this software |
| 2811 | must display the following acknowledgement: |
| 2812 | This product includes software developed by the University of |
| 2813 | California, Berkeley and its contributors. |
| 2814 | 4. Neither the name of the University nor the names of its contributors |
| 2815 | may be used to endorse or promote products derived from this software |
| 2816 | without specific prior written permission. |
| 2817 | |
| 2818 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 2819 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 2820 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 2821 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 2822 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 2823 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 2824 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 2825 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 2826 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 2827 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 2828 | SUCH DAMAGE. |
| 2829 | |
| 2830 | ------------------------------------------------------------------- |
| 2831 | |
| 2832 | Copyright (c) 1992, 1993 |
| 2833 | The Regents of the University of California. All rights reserved. |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 2834 | (c) UNIX System Laboratories, Inc. |
| 2835 | All or some portions of this file are derived from material licensed |
| 2836 | to the University of California by American Telephone and Telegraph |
| 2837 | Co. or Unix System Laboratories, Inc. and are reproduced herein with |
| 2838 | the permission of UNIX System Laboratories, Inc. |
| 2839 | |
| 2840 | Redistribution and use in source and binary forms, with or without |
| 2841 | modification, are permitted provided that the following conditions |
| 2842 | are met: |
| 2843 | 1. Redistributions of source code must retain the above copyright |
| 2844 | notice, this list of conditions and the following disclaimer. |
| 2845 | 2. Redistributions in binary form must reproduce the above copyright |
| 2846 | notice, this list of conditions and the following disclaimer in the |
| 2847 | documentation and/or other materials provided with the distribution. |
| 2848 | 3. Neither the name of the University nor the names of its contributors |
| 2849 | may be used to endorse or promote products derived from this software |
| 2850 | without specific prior written permission. |
| 2851 | |
| 2852 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 2853 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 2854 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 2855 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 2856 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 2857 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 2858 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 2859 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 2860 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 2861 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 2862 | SUCH DAMAGE. |
| 2863 | |
| 2864 | ------------------------------------------------------------------- |
| 2865 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 2866 | Copyright (c) 1992, 1993, 1994 |
| 2867 | The Regents of the University of California. All rights reserved. |
| 2868 | |
| 2869 | This code is derived from software contributed to Berkeley by |
| 2870 | Henry Spencer. |
| 2871 | |
| 2872 | Redistribution and use in source and binary forms, with or without |
| 2873 | modification, are permitted provided that the following conditions |
| 2874 | are met: |
| 2875 | 1. Redistributions of source code must retain the above copyright |
| 2876 | notice, this list of conditions and the following disclaimer. |
| 2877 | 2. Redistributions in binary form must reproduce the above copyright |
| 2878 | notice, this list of conditions and the following disclaimer in the |
| 2879 | documentation and/or other materials provided with the distribution. |
| 2880 | 3. Neither the name of the University nor the names of its contributors |
| 2881 | may be used to endorse or promote products derived from this software |
| 2882 | without specific prior written permission. |
| 2883 | |
| 2884 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 2885 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 2886 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 2887 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 2888 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 2889 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 2890 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 2891 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 2892 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 2893 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 2894 | SUCH DAMAGE. |
| 2895 | |
| 2896 | ------------------------------------------------------------------- |
| 2897 | |
Elliott Hughes | cc213f8 | 2012-08-14 15:32:42 -0700 | [diff] [blame] | 2898 | Copyright (c) 1992, 1993, 1994 Henry Spencer. |
| 2899 | |
| 2900 | This code is derived from software contributed to Berkeley by |
| 2901 | Henry Spencer. |
| 2902 | |
| 2903 | Redistribution and use in source and binary forms, with or without |
| 2904 | modification, are permitted provided that the following conditions |
| 2905 | are met: |
| 2906 | 1. Redistributions of source code must retain the above copyright |
| 2907 | notice, this list of conditions and the following disclaimer. |
| 2908 | 2. Redistributions in binary form must reproduce the above copyright |
| 2909 | notice, this list of conditions and the following disclaimer in the |
| 2910 | documentation and/or other materials provided with the distribution. |
| 2911 | 3. All advertising materials mentioning features or use of this software |
| 2912 | must display the following acknowledgement: |
| 2913 | This product includes software developed by the University of |
| 2914 | California, Berkeley and its contributors. |
| 2915 | 4. Neither the name of the University nor the names of its contributors |
| 2916 | may be used to endorse or promote products derived from this software |
| 2917 | without specific prior written permission. |
| 2918 | |
| 2919 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 2920 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 2921 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 2922 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 2923 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 2924 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 2925 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 2926 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 2927 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 2928 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 2929 | SUCH DAMAGE. |
| 2930 | |
| 2931 | ------------------------------------------------------------------- |
| 2932 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 2933 | Copyright (c) 1993 |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 2934 | The Regents of the University of California. All rights reserved. |
| 2935 | |
| 2936 | Redistribution and use in source and binary forms, with or without |
| 2937 | modification, are permitted provided that the following conditions |
| 2938 | are met: |
| 2939 | 1. Redistributions of source code must retain the above copyright |
| 2940 | notice, this list of conditions and the following disclaimer. |
| 2941 | 2. Redistributions in binary form must reproduce the above copyright |
| 2942 | notice, this list of conditions and the following disclaimer in the |
| 2943 | documentation and/or other materials provided with the distribution. |
| 2944 | 3. Neither the name of the University nor the names of its contributors |
| 2945 | may be used to endorse or promote products derived from this software |
| 2946 | without specific prior written permission. |
| 2947 | |
| 2948 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 2949 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 2950 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 2951 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 2952 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 2953 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 2954 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 2955 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 2956 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 2957 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 2958 | SUCH DAMAGE. |
| 2959 | |
| 2960 | ------------------------------------------------------------------- |
| 2961 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 2962 | Copyright (c) 1993 Martin Birgmeier |
| 2963 | All rights reserved. |
| 2964 | |
| 2965 | You may redistribute unmodified or modified versions of this source |
| 2966 | code provided that the above copyright notice and this and the |
| 2967 | following conditions are retained. |
| 2968 | |
| 2969 | This software is provided ``as is'', and comes with no warranties |
| 2970 | of any kind. I shall in no event be liable for anything that happens |
| 2971 | to anyone/anything when using this software. |
| 2972 | |
| 2973 | ------------------------------------------------------------------- |
| 2974 | |
Elliott Hughes | 4e54b11 | 2014-03-06 15:06:11 -0800 | [diff] [blame] | 2975 | Copyright (c) 1994 SigmaSoft, Th. Lockert <tholo@sigmasoft.com> |
Elliott Hughes | 448080d | 2013-01-29 16:25:06 -0800 | [diff] [blame] | 2976 | All rights reserved. |
| 2977 | |
Elliott Hughes | 448080d | 2013-01-29 16:25:06 -0800 | [diff] [blame] | 2978 | Redistribution and use in source and binary forms, with or without |
| 2979 | modification, are permitted provided that the following conditions |
| 2980 | are met: |
| 2981 | 1. Redistributions of source code must retain the above copyright |
| 2982 | notice, this list of conditions and the following disclaimer. |
| 2983 | 2. Redistributions in binary form must reproduce the above copyright |
| 2984 | notice, this list of conditions and the following disclaimer in the |
| 2985 | documentation and/or other materials provided with the distribution. |
Elliott Hughes | 4e54b11 | 2014-03-06 15:06:11 -0800 | [diff] [blame] | 2986 | 3. The name of the author may not be used to endorse or promote products |
| 2987 | derived from this software without specific prior written permission. |
Elliott Hughes | 448080d | 2013-01-29 16:25:06 -0800 | [diff] [blame] | 2988 | |
Elliott Hughes | 4e54b11 | 2014-03-06 15:06:11 -0800 | [diff] [blame] | 2989 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR |
| 2990 | IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES |
| 2991 | OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. |
| 2992 | IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, |
| 2993 | SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, |
| 2994 | PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; |
| 2995 | OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, |
| 2996 | WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR |
| 2997 | OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF |
| 2998 | ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
Elliott Hughes | 448080d | 2013-01-29 16:25:06 -0800 | [diff] [blame] | 2999 | |
| 3000 | ------------------------------------------------------------------- |
| 3001 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 3002 | Copyright (c) 1996 by Internet Software Consortium. |
| 3003 | |
| 3004 | Permission to use, copy, modify, and distribute this software for any |
| 3005 | purpose with or without fee is hereby granted, provided that the above |
| 3006 | copyright notice and this permission notice appear in all copies. |
| 3007 | |
| 3008 | THE SOFTWARE IS PROVIDED "AS IS" AND INTERNET SOFTWARE CONSORTIUM DISCLAIMS |
| 3009 | ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES |
| 3010 | OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL INTERNET SOFTWARE |
| 3011 | CONSORTIUM BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL |
| 3012 | DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR |
| 3013 | PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS |
| 3014 | ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS |
| 3015 | SOFTWARE. |
| 3016 | |
| 3017 | ------------------------------------------------------------------- |
| 3018 | |
| 3019 | Copyright (c) 1996, David Mazieres <dm@uun.org> |
| 3020 | Copyright (c) 2008, Damien Miller <djm@openbsd.org> |
Elliott Hughes | 1558138 | 2014-07-07 15:42:06 -0700 | [diff] [blame] | 3021 | Copyright (c) 2013, Markus Friedl <markus@openbsd.org> |
| 3022 | |
| 3023 | Permission to use, copy, modify, and distribute this software for any |
| 3024 | purpose with or without fee is hereby granted, provided that the above |
| 3025 | copyright notice and this permission notice appear in all copies. |
| 3026 | |
| 3027 | THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES |
| 3028 | WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF |
| 3029 | MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR |
| 3030 | ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES |
| 3031 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN |
| 3032 | ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF |
| 3033 | OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
| 3034 | |
| 3035 | ------------------------------------------------------------------- |
| 3036 | |
Elliott Hughes | b364683 | 2017-07-11 12:34:19 -0700 | [diff] [blame] | 3037 | Copyright (c) 1996, David Mazieres <dm@uun.org> |
| 3038 | Copyright (c) 2008, Damien Miller <djm@openbsd.org> |
| 3039 | Copyright (c) 2013, Markus Friedl <markus@openbsd.org> |
| 3040 | Copyright (c) 2014, Theo de Raadt <deraadt@openbsd.org> |
| 3041 | |
| 3042 | Permission to use, copy, modify, and distribute this software for any |
| 3043 | purpose with or without fee is hereby granted, provided that the above |
| 3044 | copyright notice and this permission notice appear in all copies. |
| 3045 | |
| 3046 | THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES |
| 3047 | WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF |
| 3048 | MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR |
| 3049 | ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES |
| 3050 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN |
| 3051 | ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF |
| 3052 | OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
| 3053 | |
| 3054 | ------------------------------------------------------------------- |
| 3055 | |
Elliott Hughes | 1558138 | 2014-07-07 15:42:06 -0700 | [diff] [blame] | 3056 | Copyright (c) 1996-1998, 2008 Theo de Raadt |
| 3057 | Copyright (c) 1997, 2008-2009 Todd C. Miller |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 3058 | |
| 3059 | Permission to use, copy, modify, and distribute this software for any |
| 3060 | purpose with or without fee is hereby granted, provided that the above |
| 3061 | copyright notice and this permission notice appear in all copies. |
| 3062 | |
| 3063 | THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES |
| 3064 | WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF |
| 3065 | MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR |
| 3066 | ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES |
| 3067 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN |
| 3068 | ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF |
| 3069 | OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
| 3070 | |
| 3071 | ------------------------------------------------------------------- |
| 3072 | |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 3073 | Copyright (c) 1997 Mark Brinicombe |
Elliott Hughes | dfb74c5 | 2016-10-24 12:53:17 -0700 | [diff] [blame] | 3074 | Copyright (C) 2010 The Android Open Source Project |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 3075 | All rights reserved. |
| 3076 | |
| 3077 | Redistribution and use in source and binary forms, with or without |
| 3078 | modification, are permitted provided that the following conditions |
| 3079 | are met: |
| 3080 | 1. Redistributions of source code must retain the above copyright |
| 3081 | notice, this list of conditions and the following disclaimer. |
| 3082 | 2. Redistributions in binary form must reproduce the above copyright |
| 3083 | notice, this list of conditions and the following disclaimer in the |
| 3084 | documentation and/or other materials provided with the distribution. |
| 3085 | 3. All advertising materials mentioning features or use of this software |
| 3086 | must display the following acknowledgement: |
| 3087 | This product includes software developed by Mark Brinicombe |
| 3088 | 4. Neither the name of the University nor the names of its contributors |
| 3089 | may be used to endorse or promote products derived from this software |
| 3090 | without specific prior written permission. |
| 3091 | |
| 3092 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 3093 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 3094 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 3095 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 3096 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 3097 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 3098 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 3099 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 3100 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 3101 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 3102 | SUCH DAMAGE. |
| 3103 | |
| 3104 | ------------------------------------------------------------------- |
| 3105 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 3106 | Copyright (c) 1997 Niklas Hallqvist. All rights reserved. |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 3107 | |
| 3108 | Redistribution and use in source and binary forms, with or without |
| 3109 | modification, are permitted provided that the following conditions |
| 3110 | are met: |
| 3111 | 1. Redistributions of source code must retain the above copyright |
| 3112 | notice, this list of conditions and the following disclaimer. |
| 3113 | 2. Redistributions in binary form must reproduce the above copyright |
| 3114 | notice, this list of conditions and the following disclaimer in the |
| 3115 | documentation and/or other materials provided with the distribution. |
| 3116 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 3117 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR |
| 3118 | IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES |
| 3119 | OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. |
| 3120 | IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, |
| 3121 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT |
| 3122 | NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, |
| 3123 | DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY |
| 3124 | THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
| 3125 | (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF |
| 3126 | THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 3127 | |
| 3128 | ------------------------------------------------------------------- |
| 3129 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 3130 | Copyright (c) 1997 Todd C. Miller <Todd.Miller@courtesan.com> |
| 3131 | |
| 3132 | Permission to use, copy, modify, and distribute this software for any |
| 3133 | purpose with or without fee is hereby granted, provided that the above |
| 3134 | copyright notice and this permission notice appear in all copies. |
| 3135 | |
| 3136 | THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES |
| 3137 | WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF |
| 3138 | MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR |
| 3139 | ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES |
| 3140 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN |
| 3141 | ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF |
| 3142 | OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
| 3143 | |
| 3144 | ------------------------------------------------------------------- |
| 3145 | |
Elliott Hughes | bfa582d | 2014-05-05 14:58:17 -0700 | [diff] [blame] | 3146 | Copyright (c) 1997 Todd C. Miller <Todd.Miller@courtesan.com> |
| 3147 | All rights reserved. |
| 3148 | |
| 3149 | Redistribution and use in source and binary forms, with or without |
| 3150 | modification, are permitted provided that the following conditions |
| 3151 | are met: |
| 3152 | 1. Redistributions of source code must retain the above copyright |
| 3153 | notice, this list of conditions and the following disclaimer. |
| 3154 | 2. Redistributions in binary form must reproduce the above copyright |
| 3155 | notice, this list of conditions and the following disclaimer in the |
| 3156 | documentation and/or other materials provided with the distribution. |
| 3157 | 3. The name of the author may not be used to endorse or promote products |
| 3158 | derived from this software without specific prior written permission. |
| 3159 | |
| 3160 | THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, |
| 3161 | INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY |
| 3162 | AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL |
| 3163 | THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, |
| 3164 | EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, |
| 3165 | PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; |
| 3166 | OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, |
| 3167 | WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR |
| 3168 | OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF |
| 3169 | ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 3170 | |
| 3171 | ------------------------------------------------------------------- |
| 3172 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 3173 | Copyright (c) 1997, 1998 The NetBSD Foundation, Inc. |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 3174 | All rights reserved. |
| 3175 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 3176 | This code was contributed to The NetBSD Foundation by Klaus Klein. |
| 3177 | |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 3178 | Redistribution and use in source and binary forms, with or without |
| 3179 | modification, are permitted provided that the following conditions |
| 3180 | are met: |
| 3181 | 1. Redistributions of source code must retain the above copyright |
| 3182 | notice, this list of conditions and the following disclaimer. |
| 3183 | 2. Redistributions in binary form must reproduce the above copyright |
| 3184 | notice, this list of conditions and the following disclaimer in the |
| 3185 | documentation and/or other materials provided with the distribution. |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 3186 | 3. All advertising materials mentioning features or use of this software |
| 3187 | must display the following acknowledgement: |
| 3188 | This product includes software developed by the NetBSD |
| 3189 | Foundation, Inc. and its contributors. |
| 3190 | 4. Neither the name of The NetBSD Foundation nor the names of its |
| 3191 | contributors may be used to endorse or promote products derived |
| 3192 | from this software without specific prior written permission. |
| 3193 | |
| 3194 | THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS |
| 3195 | ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED |
| 3196 | TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR |
| 3197 | PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS |
| 3198 | BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR |
| 3199 | CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF |
| 3200 | SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS |
| 3201 | INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN |
| 3202 | CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) |
| 3203 | ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE |
| 3204 | POSSIBILITY OF SUCH DAMAGE. |
| 3205 | |
| 3206 | ------------------------------------------------------------------- |
| 3207 | |
| 3208 | Copyright (c) 1997, 1998, 1999, 2004 The NetBSD Foundation, Inc. |
| 3209 | All rights reserved. |
| 3210 | |
| 3211 | This code is derived from software contributed to The NetBSD Foundation |
| 3212 | by Luke Mewburn. |
| 3213 | |
| 3214 | Redistribution and use in source and binary forms, with or without |
| 3215 | modification, are permitted provided that the following conditions |
| 3216 | are met: |
| 3217 | 1. Redistributions of source code must retain the above copyright |
| 3218 | notice, this list of conditions and the following disclaimer. |
| 3219 | 2. Redistributions in binary form must reproduce the above copyright |
| 3220 | notice, this list of conditions and the following disclaimer in the |
| 3221 | documentation and/or other materials provided with the distribution. |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 3222 | |
| 3223 | THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS |
| 3224 | ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED |
| 3225 | TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR |
| 3226 | PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS |
| 3227 | BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR |
| 3228 | CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF |
| 3229 | SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS |
| 3230 | INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN |
| 3231 | CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) |
| 3232 | ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE |
| 3233 | POSSIBILITY OF SUCH DAMAGE. |
| 3234 | |
| 3235 | ------------------------------------------------------------------- |
| 3236 | |
| 3237 | Copyright (c) 1997, 1998, 1999, 2004 The NetBSD Foundation, Inc. |
| 3238 | All rights reserved. |
| 3239 | |
| 3240 | This code is derived from software contributed to The NetBSD Foundation |
| 3241 | by Luke Mewburn; and by Jason R. Thorpe. |
| 3242 | |
| 3243 | Redistribution and use in source and binary forms, with or without |
| 3244 | modification, are permitted provided that the following conditions |
| 3245 | are met: |
| 3246 | 1. Redistributions of source code must retain the above copyright |
| 3247 | notice, this list of conditions and the following disclaimer. |
| 3248 | 2. Redistributions in binary form must reproduce the above copyright |
| 3249 | notice, this list of conditions and the following disclaimer in the |
| 3250 | documentation and/or other materials provided with the distribution. |
| 3251 | 3. All advertising materials mentioning features or use of this software |
| 3252 | must display the following acknowledgement: |
| 3253 | This product includes software developed by the NetBSD |
| 3254 | Foundation, Inc. and its contributors. |
| 3255 | 4. Neither the name of The NetBSD Foundation nor the names of its |
| 3256 | contributors may be used to endorse or promote products derived |
| 3257 | from this software without specific prior written permission. |
| 3258 | |
| 3259 | THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS |
| 3260 | ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED |
| 3261 | TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR |
| 3262 | PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS |
| 3263 | BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR |
| 3264 | CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF |
| 3265 | SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS |
| 3266 | INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN |
| 3267 | CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) |
| 3268 | ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE |
| 3269 | POSSIBILITY OF SUCH DAMAGE. |
| 3270 | |
| 3271 | ------------------------------------------------------------------- |
| 3272 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 3273 | Copyright (c) 1997, 2005 Todd C. Miller <Todd.Miller@courtesan.com> |
| 3274 | |
| 3275 | Permission to use, copy, modify, and distribute this software for any |
| 3276 | purpose with or without fee is hereby granted, provided that the above |
| 3277 | copyright notice and this permission notice appear in all copies. |
| 3278 | |
| 3279 | THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES |
| 3280 | WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF |
| 3281 | MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR |
| 3282 | ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES |
| 3283 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN |
| 3284 | ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF |
| 3285 | OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
| 3286 | |
| 3287 | ------------------------------------------------------------------- |
| 3288 | |
| 3289 | Copyright (c) 1998 Softweyr LLC. All rights reserved. |
| 3290 | |
| 3291 | strtok_r, from Berkeley strtok |
| 3292 | Oct 13, 1998 by Wes Peters <wes@softweyr.com> |
| 3293 | |
| 3294 | Copyright (c) 1988, 1993 |
| 3295 | The Regents of the University of California. All rights reserved. |
| 3296 | |
| 3297 | Redistribution and use in source and binary forms, with or without |
| 3298 | modification, are permitted provided that the following conditions |
| 3299 | are met: |
| 3300 | 1. Redistributions of source code must retain the above copyright |
| 3301 | notices, this list of conditions and the following disclaimer. |
| 3302 | 2. Redistributions in binary form must reproduce the above copyright |
| 3303 | notices, this list of conditions and the following disclaimer in the |
| 3304 | documentation and/or other materials provided with the distribution. |
Elliott Hughes | 2815b1d | 2013-06-12 16:00:41 -0700 | [diff] [blame] | 3305 | 3. Neither the name of the University nor the names of its contributors |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 3306 | may be used to endorse or promote products derived from this software |
| 3307 | without specific prior written permission. |
| 3308 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 3309 | THIS SOFTWARE IS PROVIDED BY SOFTWEYR LLC, THE REGENTS AND CONTRIBUTORS |
| 3310 | ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT |
| 3311 | LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A |
| 3312 | PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL SOFTWEYR LLC, THE |
| 3313 | REGENTS, OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, |
| 3314 | SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED |
| 3315 | TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR |
| 3316 | PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF |
| 3317 | LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING |
| 3318 | NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS |
| 3319 | SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 3320 | |
| 3321 | ------------------------------------------------------------------- |
| 3322 | |
| 3323 | Copyright (c) 1998 The NetBSD Foundation, Inc. |
| 3324 | All rights reserved. |
| 3325 | |
| 3326 | This code is derived from software contributed to The NetBSD Foundation |
| 3327 | by Klaus Klein. |
| 3328 | |
| 3329 | Redistribution and use in source and binary forms, with or without |
| 3330 | modification, are permitted provided that the following conditions |
| 3331 | are met: |
| 3332 | 1. Redistributions of source code must retain the above copyright |
| 3333 | notice, this list of conditions and the following disclaimer. |
| 3334 | 2. Redistributions in binary form must reproduce the above copyright |
| 3335 | notice, this list of conditions and the following disclaimer in the |
| 3336 | documentation and/or other materials provided with the distribution. |
| 3337 | 3. All advertising materials mentioning features or use of this software |
| 3338 | must display the following acknowledgement: |
| 3339 | This product includes software developed by the NetBSD |
| 3340 | Foundation, Inc. and its contributors. |
| 3341 | 4. Neither the name of The NetBSD Foundation nor the names of its |
| 3342 | contributors may be used to endorse or promote products derived |
| 3343 | from this software without specific prior written permission. |
| 3344 | |
| 3345 | THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS |
| 3346 | ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED |
| 3347 | TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR |
| 3348 | PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS |
| 3349 | BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR |
| 3350 | CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF |
| 3351 | SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS |
| 3352 | INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN |
| 3353 | CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) |
| 3354 | ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE |
| 3355 | POSSIBILITY OF SUCH DAMAGE. |
| 3356 | |
| 3357 | ------------------------------------------------------------------- |
| 3358 | |
| 3359 | Copyright (c) 1998 Todd C. Miller <Todd.Miller@courtesan.com> |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 3360 | All rights reserved. |
| 3361 | |
| 3362 | Redistribution and use in source and binary forms, with or without |
| 3363 | modification, are permitted provided that the following conditions |
| 3364 | are met: |
| 3365 | 1. Redistributions of source code must retain the above copyright |
| 3366 | notice, this list of conditions and the following disclaimer. |
| 3367 | 2. Redistributions in binary form must reproduce the above copyright |
| 3368 | notice, this list of conditions and the following disclaimer in the |
| 3369 | documentation and/or other materials provided with the distribution. |
| 3370 | 3. The name of the author may not be used to endorse or promote products |
| 3371 | derived from this software without specific prior written permission. |
| 3372 | |
| 3373 | THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, |
| 3374 | INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY |
| 3375 | AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL |
| 3376 | THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, |
| 3377 | EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, |
| 3378 | PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; |
| 3379 | OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, |
| 3380 | WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR |
| 3381 | OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF |
| 3382 | ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 3383 | |
| 3384 | ------------------------------------------------------------------- |
| 3385 | |
Elliott Hughes | b4931ce | 2016-02-08 17:00:12 -0800 | [diff] [blame] | 3386 | Copyright (c) 1998, 2015 Todd C. Miller <Todd.Miller@courtesan.com> |
| 3387 | |
| 3388 | Permission to use, copy, modify, and distribute this software for any |
| 3389 | purpose with or without fee is hereby granted, provided that the above |
| 3390 | copyright notice and this permission notice appear in all copies. |
| 3391 | |
| 3392 | THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES |
| 3393 | WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF |
| 3394 | MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR |
| 3395 | ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES |
| 3396 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN |
| 3397 | ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF |
| 3398 | OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
| 3399 | |
| 3400 | ------------------------------------------------------------------- |
| 3401 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 3402 | Copyright (c) 1999 |
| 3403 | David E. O'Brien |
| 3404 | Copyright (c) 1988, 1993 |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 3405 | The Regents of the University of California. All rights reserved. |
| 3406 | |
| 3407 | Redistribution and use in source and binary forms, with or without |
| 3408 | modification, are permitted provided that the following conditions |
| 3409 | are met: |
| 3410 | 1. Redistributions of source code must retain the above copyright |
| 3411 | notice, this list of conditions and the following disclaimer. |
| 3412 | 2. Redistributions in binary form must reproduce the above copyright |
| 3413 | notice, this list of conditions and the following disclaimer in the |
| 3414 | documentation and/or other materials provided with the distribution. |
| 3415 | 3. Neither the name of the University nor the names of its contributors |
| 3416 | may be used to endorse or promote products derived from this software |
| 3417 | without specific prior written permission. |
| 3418 | |
| 3419 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 3420 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 3421 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 3422 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 3423 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 3424 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 3425 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 3426 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 3427 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 3428 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 3429 | SUCH DAMAGE. |
| 3430 | |
| 3431 | ------------------------------------------------------------------- |
| 3432 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 3433 | Copyright (c) 2000 Ben Harris. |
| 3434 | Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project. |
| 3435 | All rights reserved. |
| 3436 | |
| 3437 | Redistribution and use in source and binary forms, with or without |
| 3438 | modification, are permitted provided that the following conditions |
| 3439 | are met: |
| 3440 | 1. Redistributions of source code must retain the above copyright |
| 3441 | notice, this list of conditions and the following disclaimer. |
| 3442 | 2. Redistributions in binary form must reproduce the above copyright |
| 3443 | notice, this list of conditions and the following disclaimer in the |
| 3444 | documentation and/or other materials provided with the distribution. |
| 3445 | 3. Neither the name of the project nor the names of its contributors |
| 3446 | may be used to endorse or promote products derived from this software |
| 3447 | without specific prior written permission. |
| 3448 | |
| 3449 | THIS SOFTWARE IS PROVIDED BY THE PROJECT AND CONTRIBUTORS ``AS IS'' AND |
| 3450 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 3451 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 3452 | ARE DISCLAIMED. IN NO EVENT SHALL THE PROJECT OR CONTRIBUTORS BE LIABLE |
| 3453 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 3454 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 3455 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 3456 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 3457 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 3458 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 3459 | SUCH DAMAGE. |
| 3460 | |
| 3461 | ------------------------------------------------------------------- |
| 3462 | |
| 3463 | Copyright (c) 2000 The NetBSD Foundation, Inc. |
| 3464 | All rights reserved. |
| 3465 | |
| 3466 | This code is derived from software contributed to The NetBSD Foundation |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 3467 | by Dieter Baron and Thomas Klausner. |
| 3468 | |
| 3469 | Redistribution and use in source and binary forms, with or without |
| 3470 | modification, are permitted provided that the following conditions |
| 3471 | are met: |
| 3472 | 1. Redistributions of source code must retain the above copyright |
| 3473 | notice, this list of conditions and the following disclaimer. |
| 3474 | 2. Redistributions in binary form must reproduce the above copyright |
| 3475 | notice, this list of conditions and the following disclaimer in the |
| 3476 | documentation and/or other materials provided with the distribution. |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 3477 | |
| 3478 | THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS |
| 3479 | ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED |
| 3480 | TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR |
| 3481 | PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS |
| 3482 | BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR |
| 3483 | CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF |
| 3484 | SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS |
| 3485 | INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN |
| 3486 | CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) |
| 3487 | ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE |
| 3488 | POSSIBILITY OF SUCH DAMAGE. |
| 3489 | |
| 3490 | ------------------------------------------------------------------- |
| 3491 | |
Elliott Hughes | 54a7494 | 2014-01-03 16:40:37 -0800 | [diff] [blame] | 3492 | Copyright (c) 2001 Wasabi Systems, Inc. |
| 3493 | All rights reserved. |
| 3494 | |
| 3495 | Written by Frank van der Linden for Wasabi Systems, Inc. |
| 3496 | |
| 3497 | Redistribution and use in source and binary forms, with or without |
| 3498 | modification, are permitted provided that the following conditions |
| 3499 | are met: |
| 3500 | 1. Redistributions of source code must retain the above copyright |
| 3501 | notice, this list of conditions and the following disclaimer. |
| 3502 | 2. Redistributions in binary form must reproduce the above copyright |
| 3503 | notice, this list of conditions and the following disclaimer in the |
| 3504 | documentation and/or other materials provided with the distribution. |
| 3505 | 3. All advertising materials mentioning features or use of this software |
| 3506 | must display the following acknowledgement: |
| 3507 | This product includes software developed for the NetBSD Project by |
| 3508 | Wasabi Systems, Inc. |
| 3509 | 4. The name of Wasabi Systems, Inc. may not be used to endorse |
| 3510 | or promote products derived from this software without specific prior |
| 3511 | written permission. |
| 3512 | |
| 3513 | THIS SOFTWARE IS PROVIDED BY WASABI SYSTEMS, INC. ``AS IS'' AND |
| 3514 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED |
| 3515 | TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR |
| 3516 | PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL WASABI SYSTEMS, INC |
| 3517 | BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR |
| 3518 | CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF |
| 3519 | SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS |
| 3520 | INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN |
| 3521 | CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) |
| 3522 | ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE |
| 3523 | POSSIBILITY OF SUCH DAMAGE. |
| 3524 | |
| 3525 | ------------------------------------------------------------------- |
| 3526 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 3527 | Copyright (c) 2001-2002 Opsycon AB (www.opsycon.se / www.opsycon.com) |
| 3528 | |
| 3529 | Redistribution and use in source and binary forms, with or without |
| 3530 | modification, are permitted provided that the following conditions |
| 3531 | are met: |
| 3532 | 1. Redistributions of source code must retain the above copyright |
| 3533 | notice, this list of conditions and the following disclaimer. |
| 3534 | 2. Redistributions in binary form must reproduce the above copyright |
| 3535 | notice, this list of conditions and the following disclaimer in the |
| 3536 | documentation and/or other materials provided with the distribution. |
| 3537 | |
| 3538 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS |
| 3539 | OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED |
| 3540 | WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 3541 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY |
| 3542 | DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 3543 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 3544 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 3545 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 3546 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 3547 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 3548 | SUCH DAMAGE. |
| 3549 | |
| 3550 | ------------------------------------------------------------------- |
| 3551 | |
| 3552 | Copyright (c) 2001-2002 Opsycon AB (www.opsycon.se / www.opsycon.com) |
| 3553 | |
| 3554 | Redistribution and use in source and binary forms, with or without |
| 3555 | modification, are permitted provided that the following conditions |
| 3556 | are met: |
| 3557 | 1. Redistributions of source code must retain the above copyright |
| 3558 | notice, this list of conditions and the following disclaimer. |
| 3559 | 2. Redistributions in binary form must reproduce the above copyright |
| 3560 | notice, this list of conditions and the following disclaimer in the |
| 3561 | documentation and/or other materials provided with the distribution. |
| 3562 | 3. Neither the name of Opsycon AB nor the names of its contributors |
| 3563 | may be used to endorse or promote products derived from this software |
| 3564 | without specific prior written permission. |
| 3565 | |
| 3566 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS |
| 3567 | OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED |
| 3568 | WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 3569 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY |
| 3570 | DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 3571 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 3572 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 3573 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 3574 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 3575 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 3576 | SUCH DAMAGE. |
| 3577 | |
| 3578 | ------------------------------------------------------------------- |
| 3579 | |
Elliott Hughes | 882b8af | 2016-05-16 17:35:36 -0700 | [diff] [blame] | 3580 | Copyright (c) 2001-2011 The FreeBSD Project. |
| 3581 | All rights reserved. |
| 3582 | |
| 3583 | Redistribution and use in source and binary forms, with or without |
| 3584 | modification, are permitted provided that the following conditions |
| 3585 | are met: |
| 3586 | 1. Redistributions of source code must retain the above copyright |
| 3587 | notice, this list of conditions and the following disclaimer. |
| 3588 | 2. Redistributions in binary form must reproduce the above copyright |
| 3589 | notice, this list of conditions and the following disclaimer in the |
| 3590 | documentation and/or other materials provided with the distribution. |
| 3591 | |
| 3592 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 3593 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 3594 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 3595 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 3596 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 3597 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 3598 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 3599 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 3600 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 3601 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 3602 | SUCH DAMAGE. |
| 3603 | |
| 3604 | ------------------------------------------------------------------- |
| 3605 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 3606 | Copyright (c) 2002 Daniel Hartmeier |
| 3607 | All rights reserved. |
| 3608 | |
| 3609 | Redistribution and use in source and binary forms, with or without |
| 3610 | modification, are permitted provided that the following conditions |
| 3611 | are met: |
| 3612 | |
| 3613 | - Redistributions of source code must retain the above copyright |
| 3614 | notice, this list of conditions and the following disclaimer. |
| 3615 | - Redistributions in binary form must reproduce the above |
| 3616 | copyright notice, this list of conditions and the following |
| 3617 | disclaimer in the documentation and/or other materials provided |
| 3618 | with the distribution. |
| 3619 | |
| 3620 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS |
| 3621 | "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT |
| 3622 | LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS |
| 3623 | FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE |
| 3624 | COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, |
| 3625 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, |
| 3626 | BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; |
| 3627 | LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER |
| 3628 | CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 3629 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN |
| 3630 | ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE |
| 3631 | POSSIBILITY OF SUCH DAMAGE. |
| 3632 | |
| 3633 | ------------------------------------------------------------------- |
| 3634 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 3635 | Copyright (c) 2002 The NetBSD Foundation, Inc. |
| 3636 | All rights reserved. |
| 3637 | |
| 3638 | This code is derived from software contributed to The NetBSD Foundation |
| 3639 | by Christos Zoulas. |
| 3640 | |
| 3641 | Redistribution and use in source and binary forms, with or without |
| 3642 | modification, are permitted provided that the following conditions |
| 3643 | are met: |
| 3644 | 1. Redistributions of source code must retain the above copyright |
| 3645 | notice, this list of conditions and the following disclaimer. |
| 3646 | 2. Redistributions in binary form must reproduce the above copyright |
| 3647 | notice, this list of conditions and the following disclaimer in the |
| 3648 | documentation and/or other materials provided with the distribution. |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 3649 | |
| 3650 | THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS |
| 3651 | ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED |
| 3652 | TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR |
| 3653 | PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS |
| 3654 | BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR |
| 3655 | CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF |
| 3656 | SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS |
| 3657 | INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN |
| 3658 | CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) |
| 3659 | ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE |
| 3660 | POSSIBILITY OF SUCH DAMAGE. |
| 3661 | |
| 3662 | ------------------------------------------------------------------- |
| 3663 | |
| 3664 | Copyright (c) 2002 Tim J. Robbins |
| 3665 | All rights reserved. |
| 3666 | |
| 3667 | Redistribution and use in source and binary forms, with or without |
| 3668 | modification, are permitted provided that the following conditions |
| 3669 | are met: |
| 3670 | 1. Redistributions of source code must retain the above copyright |
| 3671 | notice, this list of conditions and the following disclaimer. |
| 3672 | 2. Redistributions in binary form must reproduce the above copyright |
| 3673 | notice, this list of conditions and the following disclaimer in the |
| 3674 | documentation and/or other materials provided with the distribution. |
| 3675 | |
| 3676 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 3677 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 3678 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 3679 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 3680 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 3681 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 3682 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 3683 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 3684 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 3685 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 3686 | SUCH DAMAGE. |
| 3687 | |
| 3688 | ------------------------------------------------------------------- |
| 3689 | |
Elliott Hughes | bfa582d | 2014-05-05 14:58:17 -0700 | [diff] [blame] | 3690 | Copyright (c) 2002 Tim J. Robbins. |
| 3691 | All rights reserved. |
| 3692 | |
| 3693 | Redistribution and use in source and binary forms, with or without |
| 3694 | modification, are permitted provided that the following conditions |
| 3695 | are met: |
| 3696 | 1. Redistributions of source code must retain the above copyright |
| 3697 | notice, this list of conditions and the following disclaimer. |
| 3698 | 2. Redistributions in binary form must reproduce the above copyright |
| 3699 | notice, this list of conditions and the following disclaimer in the |
| 3700 | documentation and/or other materials provided with the distribution. |
| 3701 | |
| 3702 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 3703 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 3704 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 3705 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 3706 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 3707 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 3708 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 3709 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 3710 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 3711 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 3712 | SUCH DAMAGE. |
| 3713 | |
| 3714 | ------------------------------------------------------------------- |
| 3715 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 3716 | Copyright (c) 2002 Todd C. Miller <Todd.Miller@courtesan.com> |
| 3717 | |
| 3718 | Permission to use, copy, modify, and distribute this software for any |
| 3719 | purpose with or without fee is hereby granted, provided that the above |
| 3720 | copyright notice and this permission notice appear in all copies. |
| 3721 | |
| 3722 | THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES |
| 3723 | WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF |
| 3724 | MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR |
| 3725 | ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES |
| 3726 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN |
| 3727 | ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF |
| 3728 | OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
| 3729 | |
| 3730 | Sponsored in part by the Defense Advanced Research Projects |
| 3731 | Agency (DARPA) and Air Force Research Laboratory, Air Force |
| 3732 | Materiel Command, USAF, under agreement number F39502-99-1-0512. |
| 3733 | |
| 3734 | ------------------------------------------------------------------- |
| 3735 | |
Elliott Hughes | bfa582d | 2014-05-05 14:58:17 -0700 | [diff] [blame] | 3736 | Copyright (c) 2002, 2003 Tim J. Robbins. |
| 3737 | All rights reserved. |
| 3738 | |
| 3739 | Redistribution and use in source and binary forms, with or without |
| 3740 | modification, are permitted provided that the following conditions |
| 3741 | are met: |
| 3742 | 1. Redistributions of source code must retain the above copyright |
| 3743 | notice, this list of conditions and the following disclaimer. |
| 3744 | 2. Redistributions in binary form must reproduce the above copyright |
| 3745 | notice, this list of conditions and the following disclaimer in the |
| 3746 | documentation and/or other materials provided with the distribution. |
| 3747 | |
| 3748 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 3749 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 3750 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 3751 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 3752 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 3753 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 3754 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 3755 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 3756 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 3757 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 3758 | SUCH DAMAGE. |
| 3759 | |
| 3760 | ------------------------------------------------------------------- |
| 3761 | |
| 3762 | Copyright (c) 2002-2004 Tim J. Robbins |
| 3763 | All rights reserved. |
| 3764 | |
| 3765 | Redistribution and use in source and binary forms, with or without |
| 3766 | modification, are permitted provided that the following conditions |
| 3767 | are met: |
| 3768 | 1. Redistributions of source code must retain the above copyright |
| 3769 | notice, this list of conditions and the following disclaimer. |
| 3770 | 2. Redistributions in binary form must reproduce the above copyright |
| 3771 | notice, this list of conditions and the following disclaimer in the |
| 3772 | documentation and/or other materials provided with the distribution. |
| 3773 | |
| 3774 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 3775 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 3776 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 3777 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 3778 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 3779 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 3780 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 3781 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 3782 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 3783 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 3784 | SUCH DAMAGE. |
| 3785 | |
| 3786 | ------------------------------------------------------------------- |
| 3787 | |
| 3788 | Copyright (c) 2002-2004 Tim J. Robbins. |
| 3789 | All rights reserved. |
| 3790 | |
| 3791 | Redistribution and use in source and binary forms, with or without |
| 3792 | modification, are permitted provided that the following conditions |
| 3793 | are met: |
| 3794 | 1. Redistributions of source code must retain the above copyright |
| 3795 | notice, this list of conditions and the following disclaimer. |
| 3796 | 2. Redistributions in binary form must reproduce the above copyright |
| 3797 | notice, this list of conditions and the following disclaimer in the |
| 3798 | documentation and/or other materials provided with the distribution. |
| 3799 | |
| 3800 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 3801 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 3802 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 3803 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 3804 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 3805 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 3806 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 3807 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 3808 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 3809 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 3810 | SUCH DAMAGE. |
| 3811 | |
| 3812 | ------------------------------------------------------------------- |
| 3813 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 3814 | Copyright (c) 2003 Constantin S. Svintsoff <kostik@iclub.nsu.ru> |
| 3815 | |
| 3816 | Redistribution and use in source and binary forms, with or without |
| 3817 | modification, are permitted provided that the following conditions |
| 3818 | are met: |
| 3819 | 1. Redistributions of source code must retain the above copyright |
| 3820 | notice, this list of conditions and the following disclaimer. |
| 3821 | 2. Redistributions in binary form must reproduce the above copyright |
| 3822 | notice, this list of conditions and the following disclaimer in the |
| 3823 | documentation and/or other materials provided with the distribution. |
| 3824 | 3. The names of the authors may not be used to endorse or promote |
| 3825 | products derived from this software without specific prior written |
| 3826 | permission. |
| 3827 | |
| 3828 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 3829 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 3830 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 3831 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 3832 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 3833 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 3834 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 3835 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 3836 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 3837 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 3838 | SUCH DAMAGE. |
| 3839 | |
| 3840 | ------------------------------------------------------------------- |
| 3841 | |
Elliott Hughes | acbe322 | 2014-04-16 17:01:12 -0700 | [diff] [blame] | 3842 | Copyright (c) 2003 David Schultz <das@FreeBSD.ORG> |
| 3843 | All rights reserved. |
| 3844 | |
| 3845 | Redistribution and use in source and binary forms, with or without |
| 3846 | modification, are permitted provided that the following conditions |
| 3847 | are met: |
| 3848 | 1. Redistributions of source code must retain the above copyright |
| 3849 | notice, this list of conditions and the following disclaimer. |
| 3850 | 2. Redistributions in binary form must reproduce the above copyright |
| 3851 | notice, this list of conditions and the following disclaimer in the |
| 3852 | documentation and/or other materials provided with the distribution. |
| 3853 | |
| 3854 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 3855 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 3856 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 3857 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 3858 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 3859 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 3860 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 3861 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 3862 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 3863 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 3864 | SUCH DAMAGE. |
| 3865 | |
| 3866 | ------------------------------------------------------------------- |
| 3867 | |
Dan Albert | c30862f | 2016-10-20 11:45:16 -0700 | [diff] [blame] | 3868 | Copyright (c) 2003 Mike Barcroft <mike@FreeBSD.org> |
Dan Albert | c30862f | 2016-10-20 11:45:16 -0700 | [diff] [blame] | 3869 | Copyright (c) 2002 David Schultz <das@FreeBSD.ORG> |
| 3870 | All rights reserved. |
| 3871 | |
| 3872 | Redistribution and use in source and binary forms, with or without |
| 3873 | modification, are permitted provided that the following conditions |
| 3874 | are met: |
| 3875 | 1. Redistributions of source code must retain the above copyright |
| 3876 | notice, this list of conditions and the following disclaimer. |
| 3877 | 2. Redistributions in binary form must reproduce the above copyright |
| 3878 | notice, this list of conditions and the following disclaimer in the |
| 3879 | documentation and/or other materials provided with the distribution. |
| 3880 | |
| 3881 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 3882 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 3883 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 3884 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 3885 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 3886 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 3887 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 3888 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 3889 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 3890 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 3891 | SUCH DAMAGE. |
| 3892 | |
| 3893 | ------------------------------------------------------------------- |
| 3894 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 3895 | Copyright (c) 2003 Networks Associates Technology, Inc. |
| 3896 | All rights reserved. |
| 3897 | |
| 3898 | Portions of this software were developed for the FreeBSD Project by |
| 3899 | Jacques A. Vidrine, Safeport Network Services, and Network |
| 3900 | Associates Laboratories, the Security Research Division of Network |
| 3901 | Associates, Inc. under DARPA/SPAWAR contract N66001-01-C-8035 |
| 3902 | ("CBOSS"), as part of the DARPA CHATS research program. |
| 3903 | |
| 3904 | Redistribution and use in source and binary forms, with or without |
| 3905 | modification, are permitted provided that the following conditions |
| 3906 | are met: |
| 3907 | 1. Redistributions of source code must retain the above copyright |
| 3908 | notice, this list of conditions and the following disclaimer. |
| 3909 | 2. Redistributions in binary form must reproduce the above copyright |
| 3910 | notice, this list of conditions and the following disclaimer in the |
| 3911 | documentation and/or other materials provided with the distribution. |
| 3912 | |
| 3913 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 3914 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 3915 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 3916 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 3917 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 3918 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 3919 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 3920 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 3921 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 3922 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 3923 | SUCH DAMAGE. |
| 3924 | |
| 3925 | ------------------------------------------------------------------- |
| 3926 | |
Nick Kralevich | 5e58ea0 | 2012-09-12 13:21:25 -0700 | [diff] [blame] | 3927 | Copyright (c) 2003 Todd C. Miller <Todd.Miller@courtesan.com> |
| 3928 | |
| 3929 | Permission to use, copy, modify, and distribute this software for any |
| 3930 | purpose with or without fee is hereby granted, provided that the above |
| 3931 | copyright notice and this permission notice appear in all copies. |
| 3932 | |
| 3933 | THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES |
| 3934 | WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF |
| 3935 | MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR |
| 3936 | ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES |
| 3937 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN |
| 3938 | ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF |
| 3939 | OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
| 3940 | |
| 3941 | Sponsored in part by the Defense Advanced Research Projects |
| 3942 | Agency (DARPA) and Air Force Research Laboratory, Air Force |
| 3943 | Materiel Command, USAF, under agreement number F39502-99-1-0512. |
| 3944 | |
| 3945 | ------------------------------------------------------------------- |
| 3946 | |
Elliott Hughes | 882b8af | 2016-05-16 17:35:36 -0700 | [diff] [blame] | 3947 | Copyright (c) 2003, 2004 Todd C. Miller <Todd.Miller@courtesan.com> |
| 3948 | |
| 3949 | Permission to use, copy, modify, and distribute this software for any |
| 3950 | purpose with or without fee is hereby granted, provided that the above |
| 3951 | copyright notice and this permission notice appear in all copies. |
| 3952 | |
| 3953 | THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES |
| 3954 | WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF |
| 3955 | MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR |
| 3956 | ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES |
| 3957 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN |
| 3958 | ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF |
| 3959 | OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
| 3960 | |
| 3961 | Sponsored in part by the Defense Advanced Research Projects |
| 3962 | Agency (DARPA) and Air Force Research Laboratory, Air Force |
| 3963 | Materiel Command, USAF, under agreement number F39502-99-1-0512. |
| 3964 | |
| 3965 | ------------------------------------------------------------------- |
| 3966 | |
Dan Albert | c30862f | 2016-10-20 11:45:16 -0700 | [diff] [blame] | 3967 | Copyright (c) 2004 David Schultz <das@FreeBSD.ORG> |
| 3968 | All rights reserved. |
| 3969 | |
| 3970 | Redistribution and use in source and binary forms, with or without |
| 3971 | modification, are permitted provided that the following conditions |
| 3972 | are met: |
| 3973 | 1. Redistributions of source code must retain the above copyright |
| 3974 | notice, this list of conditions and the following disclaimer. |
| 3975 | 2. Redistributions in binary form must reproduce the above copyright |
| 3976 | notice, this list of conditions and the following disclaimer in the |
| 3977 | documentation and/or other materials provided with the distribution. |
| 3978 | |
| 3979 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 3980 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 3981 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 3982 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 3983 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 3984 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 3985 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 3986 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 3987 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 3988 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 3989 | SUCH DAMAGE. |
| 3990 | |
| 3991 | ------------------------------------------------------------------- |
| 3992 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 3993 | Copyright (c) 2004 by Internet Systems Consortium, Inc. ("ISC") |
| 3994 | Copyright (c) 1995,1999 by Internet Software Consortium. |
| 3995 | |
| 3996 | Permission to use, copy, modify, and distribute this software for any |
| 3997 | purpose with or without fee is hereby granted, provided that the above |
| 3998 | copyright notice and this permission notice appear in all copies. |
| 3999 | |
| 4000 | THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES |
| 4001 | WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF |
| 4002 | MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR |
| 4003 | ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES |
| 4004 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN |
| 4005 | ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT |
| 4006 | OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
| 4007 | |
| 4008 | ------------------------------------------------------------------- |
| 4009 | |
| 4010 | Copyright (c) 2004 by Internet Systems Consortium, Inc. ("ISC") |
| 4011 | Copyright (c) 1995-1999 by Internet Software Consortium |
| 4012 | |
| 4013 | Permission to use, copy, modify, and distribute this software for any |
| 4014 | purpose with or without fee is hereby granted, provided that the above |
| 4015 | copyright notice and this permission notice appear in all copies. |
| 4016 | |
| 4017 | THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES |
| 4018 | WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF |
| 4019 | MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR |
| 4020 | ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES |
| 4021 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN |
| 4022 | ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT |
| 4023 | OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
| 4024 | |
| 4025 | ------------------------------------------------------------------- |
| 4026 | |
| 4027 | Copyright (c) 2004 by Internet Systems Consortium, Inc. ("ISC") |
| 4028 | Copyright (c) 1995-1999 by Internet Software Consortium. |
| 4029 | |
| 4030 | Permission to use, copy, modify, and distribute this software for any |
| 4031 | purpose with or without fee is hereby granted, provided that the above |
| 4032 | copyright notice and this permission notice appear in all copies. |
| 4033 | |
| 4034 | THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES |
| 4035 | WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF |
| 4036 | MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR |
| 4037 | ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES |
| 4038 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN |
| 4039 | ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT |
| 4040 | OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
| 4041 | |
| 4042 | ------------------------------------------------------------------- |
| 4043 | |
| 4044 | Copyright (c) 2004 by Internet Systems Consortium, Inc. ("ISC") |
| 4045 | Copyright (c) 1996,1999 by Internet Software Consortium. |
| 4046 | |
| 4047 | Permission to use, copy, modify, and distribute this software for any |
| 4048 | purpose with or without fee is hereby granted, provided that the above |
| 4049 | copyright notice and this permission notice appear in all copies. |
| 4050 | |
| 4051 | THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES |
| 4052 | WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF |
| 4053 | MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR |
| 4054 | ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES |
| 4055 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN |
| 4056 | ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT |
| 4057 | OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
| 4058 | |
| 4059 | ------------------------------------------------------------------- |
| 4060 | |
| 4061 | Copyright (c) 2004 by Internet Systems Consortium, Inc. ("ISC") |
| 4062 | Copyright (c) 1996-1999 by Internet Software Consortium |
| 4063 | |
| 4064 | Permission to use, copy, modify, and distribute this software for any |
| 4065 | purpose with or without fee is hereby granted, provided that the above |
| 4066 | copyright notice and this permission notice appear in all copies. |
| 4067 | |
| 4068 | THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES |
| 4069 | WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF |
| 4070 | MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR |
| 4071 | ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES |
| 4072 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN |
| 4073 | ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT |
| 4074 | OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
| 4075 | |
| 4076 | ------------------------------------------------------------------- |
| 4077 | |
| 4078 | Copyright (c) 2004 by Internet Systems Consortium, Inc. ("ISC") |
| 4079 | Copyright (c) 1996-1999 by Internet Software Consortium. |
| 4080 | |
| 4081 | Permission to use, copy, modify, and distribute this software for any |
| 4082 | purpose with or without fee is hereby granted, provided that the above |
| 4083 | copyright notice and this permission notice appear in all copies. |
| 4084 | |
| 4085 | THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES |
| 4086 | WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF |
| 4087 | MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR |
| 4088 | ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES |
| 4089 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN |
| 4090 | ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT |
| 4091 | OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
| 4092 | |
| 4093 | ------------------------------------------------------------------- |
| 4094 | |
| 4095 | Copyright (c) 2004 by Internet Systems Consortium, Inc. ("ISC") |
| 4096 | Copyright (c) 1997,1999 by Internet Software Consortium. |
| 4097 | |
| 4098 | Permission to use, copy, modify, and distribute this software for any |
| 4099 | purpose with or without fee is hereby granted, provided that the above |
| 4100 | copyright notice and this permission notice appear in all copies. |
| 4101 | |
| 4102 | THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES |
| 4103 | WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF |
| 4104 | MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR |
| 4105 | ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES |
| 4106 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN |
| 4107 | ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT |
| 4108 | OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
| 4109 | |
| 4110 | ------------------------------------------------------------------- |
| 4111 | |
| 4112 | Copyright (c) 2004 by Internet Systems Consortium, Inc. ("ISC") |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 4113 | Copyright (c) 1999 by Internet Software Consortium. |
| 4114 | |
| 4115 | Permission to use, copy, modify, and distribute this software for any |
| 4116 | purpose with or without fee is hereby granted, provided that the above |
| 4117 | copyright notice and this permission notice appear in all copies. |
| 4118 | |
| 4119 | THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES |
| 4120 | WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF |
| 4121 | MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR |
| 4122 | ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES |
| 4123 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN |
| 4124 | ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT |
| 4125 | OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
| 4126 | |
| 4127 | ------------------------------------------------------------------- |
| 4128 | |
| 4129 | Copyright (c) 2004 by Internet Systems Consortium, Inc. ("ISC") |
| 4130 | Portions Copyright (c) 1996-1999 by Internet Software Consortium. |
| 4131 | |
| 4132 | Permission to use, copy, modify, and distribute this software for any |
| 4133 | purpose with or without fee is hereby granted, provided that the above |
| 4134 | copyright notice and this permission notice appear in all copies. |
| 4135 | |
| 4136 | THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES |
| 4137 | WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF |
| 4138 | MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR |
| 4139 | ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES |
| 4140 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN |
| 4141 | ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT |
| 4142 | OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
| 4143 | |
| 4144 | ------------------------------------------------------------------- |
| 4145 | |
Elliott Hughes | acbe322 | 2014-04-16 17:01:12 -0700 | [diff] [blame] | 4146 | Copyright (c) 2004, 2005 David Schultz <das@FreeBSD.ORG> |
| 4147 | All rights reserved. |
| 4148 | |
| 4149 | Redistribution and use in source and binary forms, with or without |
| 4150 | modification, are permitted provided that the following conditions |
| 4151 | are met: |
| 4152 | 1. Redistributions of source code must retain the above copyright |
| 4153 | notice, this list of conditions and the following disclaimer. |
| 4154 | 2. Redistributions in binary form must reproduce the above copyright |
| 4155 | notice, this list of conditions and the following disclaimer in the |
| 4156 | documentation and/or other materials provided with the distribution. |
| 4157 | |
| 4158 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 4159 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 4160 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 4161 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 4162 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 4163 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 4164 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 4165 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 4166 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 4167 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 4168 | SUCH DAMAGE. |
| 4169 | |
| 4170 | ------------------------------------------------------------------- |
| 4171 | |
Elliott Hughes | 882b8af | 2016-05-16 17:35:36 -0700 | [diff] [blame] | 4172 | Copyright (c) 2004-2005 David Schultz <das (at) FreeBSD.ORG> |
| 4173 | All rights reserved. |
| 4174 | |
| 4175 | Redistribution and use in source and binary forms, with or without |
| 4176 | modification, are permitted provided that the following conditions |
| 4177 | are met: |
| 4178 | 1. Redistributions of source code must retain the above copyright |
| 4179 | notice, this list of conditions and the following disclaimer. |
| 4180 | 2. Redistributions in binary form must reproduce the above copyright |
| 4181 | notice, this list of conditions and the following disclaimer in the |
| 4182 | documentation and/or other materials provided with the distribution. |
| 4183 | |
| 4184 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 4185 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 4186 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 4187 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 4188 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 4189 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 4190 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 4191 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 4192 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 4193 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 4194 | SUCH DAMAGE. |
| 4195 | |
| 4196 | ------------------------------------------------------------------- |
| 4197 | |
| 4198 | Copyright (c) 2004-2005 David Schultz <das@FreeBSD.ORG> |
| 4199 | All rights reserved. |
| 4200 | |
| 4201 | Redistribution and use in source and binary forms, with or without |
| 4202 | modification, are permitted provided that the following conditions |
| 4203 | are met: |
| 4204 | 1. Redistributions of source code must retain the above copyright |
| 4205 | notice, this list of conditions and the following disclaimer. |
| 4206 | 2. Redistributions in binary form must reproduce the above copyright |
| 4207 | notice, this list of conditions and the following disclaimer in the |
| 4208 | documentation and/or other materials provided with the distribution. |
| 4209 | |
| 4210 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 4211 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 4212 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 4213 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 4214 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 4215 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 4216 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 4217 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 4218 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 4219 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 4220 | SUCH DAMAGE. |
| 4221 | |
| 4222 | ------------------------------------------------------------------- |
| 4223 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 4224 | Copyright (c) 2005 Tim J. Robbins. |
| 4225 | All rights reserved. |
| 4226 | |
| 4227 | Redistribution and use in source and binary forms, with or without |
| 4228 | modification, are permitted provided that the following conditions |
| 4229 | are met: |
| 4230 | 1. Redistributions of source code must retain the above copyright |
| 4231 | notice, this list of conditions and the following disclaimer. |
| 4232 | 2. Redistributions in binary form must reproduce the above copyright |
| 4233 | notice, this list of conditions and the following disclaimer in the |
| 4234 | documentation and/or other materials provided with the distribution. |
| 4235 | |
| 4236 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 4237 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 4238 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 4239 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 4240 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 4241 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 4242 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 4243 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 4244 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 4245 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 4246 | SUCH DAMAGE. |
| 4247 | |
| 4248 | ------------------------------------------------------------------- |
| 4249 | |
Elliott Hughes | 448080d | 2013-01-29 16:25:06 -0800 | [diff] [blame] | 4250 | Copyright (c) 2005 by Internet Systems Consortium, Inc. ("ISC") |
| 4251 | Copyright (c) 1995-1999 by Internet Software Consortium |
| 4252 | |
| 4253 | Permission to use, copy, modify, and distribute this software for any |
| 4254 | purpose with or without fee is hereby granted, provided that the above |
| 4255 | copyright notice and this permission notice appear in all copies. |
| 4256 | |
| 4257 | THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES |
| 4258 | WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF |
| 4259 | MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR |
| 4260 | ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES |
| 4261 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN |
| 4262 | ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT |
| 4263 | OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
| 4264 | |
| 4265 | ------------------------------------------------------------------- |
| 4266 | |
Dan Albert | c30862f | 2016-10-20 11:45:16 -0700 | [diff] [blame] | 4267 | Copyright (c) 2005-2008 David Schultz <das@FreeBSD.ORG> |
| 4268 | All rights reserved. |
| 4269 | |
| 4270 | Redistribution and use in source and binary forms, with or without |
| 4271 | modification, are permitted provided that the following conditions |
| 4272 | are met: |
| 4273 | 1. Redistributions of source code must retain the above copyright |
| 4274 | notice, this list of conditions and the following disclaimer. |
| 4275 | 2. Redistributions in binary form must reproduce the above copyright |
| 4276 | notice, this list of conditions and the following disclaimer in the |
| 4277 | documentation and/or other materials provided with the distribution. |
| 4278 | |
| 4279 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 4280 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 4281 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 4282 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 4283 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 4284 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 4285 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 4286 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 4287 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 4288 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 4289 | SUCH DAMAGE. |
| 4290 | |
| 4291 | ------------------------------------------------------------------- |
| 4292 | |
Dan Albert | c30862f | 2016-10-20 11:45:16 -0700 | [diff] [blame] | 4293 | Copyright (c) 2007 David Schultz |
| 4294 | All rights reserved. |
| 4295 | |
| 4296 | Redistribution and use in source and binary forms, with or without |
| 4297 | modification, are permitted provided that the following conditions |
| 4298 | are met: |
| 4299 | 1. Redistributions of source code must retain the above copyright |
| 4300 | notice, this list of conditions and the following disclaimer. |
| 4301 | 2. Redistributions in binary form must reproduce the above copyright |
| 4302 | notice, this list of conditions and the following disclaimer in the |
| 4303 | documentation and/or other materials provided with the distribution. |
| 4304 | |
| 4305 | THIS SOFTWARE IS PROVIDED BY AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 4306 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 4307 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 4308 | ARE DISCLAIMED. IN NO EVENT SHALL AUTHOR OR CONTRIBUTORS BE LIABLE |
| 4309 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 4310 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 4311 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 4312 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 4313 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 4314 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 4315 | SUCH DAMAGE. |
| 4316 | |
| 4317 | ------------------------------------------------------------------- |
| 4318 | |
Dan Albert | c30862f | 2016-10-20 11:45:16 -0700 | [diff] [blame] | 4319 | Copyright (c) 2007 The NetBSD Foundation, Inc. |
| 4320 | All rights reserved. |
| 4321 | |
| 4322 | This code is derived from software written by Stephen L. Moshier. |
| 4323 | It is redistributed by the NetBSD Foundation by permission of the author. |
| 4324 | |
| 4325 | Redistribution and use in source and binary forms, with or without |
| 4326 | modification, are permitted provided that the following conditions |
| 4327 | are met: |
| 4328 | 1. Redistributions of source code must retain the above copyright |
| 4329 | notice, this list of conditions and the following disclaimer. |
| 4330 | 2. Redistributions in binary form must reproduce the above copyright |
| 4331 | notice, this list of conditions and the following disclaimer in the |
| 4332 | documentation and/or other materials provided with the distribution. |
| 4333 | |
| 4334 | THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS |
| 4335 | ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED |
| 4336 | TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR |
| 4337 | PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS |
| 4338 | BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR |
| 4339 | CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF |
| 4340 | SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS |
| 4341 | INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN |
| 4342 | CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) |
| 4343 | ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE |
| 4344 | POSSIBILITY OF SUCH DAMAGE. |
| 4345 | |
| 4346 | ------------------------------------------------------------------- |
| 4347 | |
Elliott Hughes | 7e54c76 | 2015-05-12 10:09:01 -0700 | [diff] [blame] | 4348 | Copyright (c) 2007 Todd C. Miller <Todd.Miller@courtesan.com> |
| 4349 | |
| 4350 | Permission to use, copy, modify, and distribute this software for any |
| 4351 | purpose with or without fee is hereby granted, provided that the above |
| 4352 | copyright notice and this permission notice appear in all copies. |
| 4353 | |
| 4354 | THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES |
| 4355 | WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF |
| 4356 | MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR |
| 4357 | ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES |
| 4358 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN |
| 4359 | ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF |
| 4360 | OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
| 4361 | |
| 4362 | ------------------------------------------------------------------- |
| 4363 | |
Elliott Hughes | 8da8ca4 | 2018-05-08 13:35:33 -0700 | [diff] [blame^] | 4364 | Copyright (c) 2007, 2010-2013 Steven G. Kargl |
| 4365 | All rights reserved. |
| 4366 | |
| 4367 | Redistribution and use in source and binary forms, with or without |
| 4368 | modification, are permitted provided that the following conditions |
| 4369 | are met: |
| 4370 | 1. Redistributions of source code must retain the above copyright |
| 4371 | notice unmodified, this list of conditions, and the following |
| 4372 | disclaimer. |
| 4373 | 2. Redistributions in binary form must reproduce the above copyright |
| 4374 | notice, this list of conditions and the following disclaimer in the |
| 4375 | documentation and/or other materials provided with the distribution. |
| 4376 | |
| 4377 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR |
| 4378 | IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES |
| 4379 | OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. |
| 4380 | IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, |
| 4381 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT |
| 4382 | NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, |
| 4383 | DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY |
| 4384 | THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
| 4385 | (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF |
| 4386 | THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 4387 | |
| 4388 | s_sinl.c and s_cosl.c merged by Steven G. Kargl. |
| 4389 | |
| 4390 | ------------------------------------------------------------------- |
| 4391 | |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 4392 | Copyright (c) 2007-2008 Michael G Schwern |
| 4393 | |
| 4394 | This software originally derived from Paul Sheer's pivotal_gmtime_r.c. |
| 4395 | |
| 4396 | The MIT License: |
| 4397 | |
| 4398 | Permission is hereby granted, free of charge, to any person obtaining a copy |
| 4399 | of this software and associated documentation files (the "Software"), to deal |
| 4400 | in the Software without restriction, including without limitation the rights |
| 4401 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell |
| 4402 | copies of the Software, and to permit persons to whom the Software is |
| 4403 | furnished to do so, subject to the following conditions: |
| 4404 | |
| 4405 | The above copyright notice and this permission notice shall be included in |
| 4406 | all copies or substantial portions of the Software. |
| 4407 | |
| 4408 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR |
| 4409 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, |
| 4410 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE |
| 4411 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER |
| 4412 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, |
| 4413 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN |
| 4414 | THE SOFTWARE. |
| 4415 | |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 4416 | ------------------------------------------------------------------- |
| 4417 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 4418 | Copyright (c) 2007-2008 Michael G Schwern |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 4419 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 4420 | This software originally derived from Paul Sheer's pivotal_gmtime_r.c. |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 4421 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 4422 | The MIT License: |
| 4423 | |
| 4424 | Permission is hereby granted, free of charge, to any person obtaining a copy |
| 4425 | of this software and associated documentation files (the "Software"), to deal |
| 4426 | in the Software without restriction, including without limitation the rights |
| 4427 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell |
| 4428 | copies of the Software, and to permit persons to whom the Software is |
| 4429 | furnished to do so, subject to the following conditions: |
| 4430 | |
| 4431 | The above copyright notice and this permission notice shall be included in |
| 4432 | all copies or substantial portions of the Software. |
| 4433 | |
| 4434 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR |
| 4435 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, |
| 4436 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE |
| 4437 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER |
| 4438 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, |
| 4439 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN |
| 4440 | THE SOFTWARE. |
| 4441 | |
| 4442 | Origin: http://code.google.com/p/y2038 |
| 4443 | Modified for Bionic by the Android Open Source Project |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 4444 | |
| 4445 | ------------------------------------------------------------------- |
| 4446 | |
Dan Albert | c30862f | 2016-10-20 11:45:16 -0700 | [diff] [blame] | 4447 | Copyright (c) 2007-2013 Bruce D. Evans |
| 4448 | All rights reserved. |
| 4449 | |
| 4450 | Redistribution and use in source and binary forms, with or without |
| 4451 | modification, are permitted provided that the following conditions |
| 4452 | are met: |
| 4453 | 1. Redistributions of source code must retain the above copyright |
| 4454 | notice unmodified, this list of conditions, and the following |
| 4455 | disclaimer. |
| 4456 | 2. Redistributions in binary form must reproduce the above copyright |
| 4457 | notice, this list of conditions and the following disclaimer in the |
| 4458 | documentation and/or other materials provided with the distribution. |
| 4459 | |
| 4460 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR |
| 4461 | IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES |
| 4462 | OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. |
| 4463 | IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, |
| 4464 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT |
| 4465 | NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, |
| 4466 | DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY |
| 4467 | THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
| 4468 | (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF |
| 4469 | THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 4470 | |
| 4471 | ------------------------------------------------------------------- |
| 4472 | |
Dan Albert | c30862f | 2016-10-20 11:45:16 -0700 | [diff] [blame] | 4473 | Copyright (c) 2008 David Schultz <das@FreeBSD.ORG> |
| 4474 | All rights reserved. |
| 4475 | |
| 4476 | Redistribution and use in source and binary forms, with or without |
| 4477 | modification, are permitted provided that the following conditions |
| 4478 | are met: |
| 4479 | 1. Redistributions of source code must retain the above copyright |
| 4480 | notice, this list of conditions and the following disclaimer. |
| 4481 | 2. Redistributions in binary form must reproduce the above copyright |
| 4482 | notice, this list of conditions and the following disclaimer in the |
| 4483 | documentation and/or other materials provided with the distribution. |
| 4484 | |
| 4485 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 4486 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 4487 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 4488 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 4489 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 4490 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 4491 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 4492 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 4493 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 4494 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 4495 | SUCH DAMAGE. |
| 4496 | |
| 4497 | ------------------------------------------------------------------- |
| 4498 | |
Elliott Hughes | 6b2b585 | 2014-12-18 16:27:30 -0800 | [diff] [blame] | 4499 | Copyright (c) 2008 Otto Moerbeek <otto@drijf.net> |
| 4500 | |
| 4501 | Permission to use, copy, modify, and distribute this software for any |
| 4502 | purpose with or without fee is hereby granted, provided that the above |
| 4503 | copyright notice and this permission notice appear in all copies. |
| 4504 | |
| 4505 | THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES |
| 4506 | WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF |
| 4507 | MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR |
| 4508 | ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES |
| 4509 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN |
| 4510 | ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF |
| 4511 | OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
| 4512 | |
| 4513 | ------------------------------------------------------------------- |
| 4514 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 4515 | Copyright (c) 2008 Todd C. Miller <millert@openbsd.org> |
| 4516 | |
| 4517 | Permission to use, copy, modify, and distribute this software for any |
| 4518 | purpose with or without fee is hereby granted, provided that the above |
| 4519 | copyright notice and this permission notice appear in all copies. |
| 4520 | |
| 4521 | THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES |
| 4522 | WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF |
| 4523 | MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR |
| 4524 | ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES |
| 4525 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN |
| 4526 | ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF |
| 4527 | OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
| 4528 | |
| 4529 | ------------------------------------------------------------------- |
| 4530 | |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 4531 | Copyright (c) 2008, Damien Miller <djm@openbsd.org> |
| 4532 | |
| 4533 | Permission to use, copy, modify, and distribute this software for any |
| 4534 | purpose with or without fee is hereby granted, provided that the above |
| 4535 | copyright notice and this permission notice appear in all copies. |
| 4536 | |
| 4537 | THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES |
| 4538 | WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF |
| 4539 | MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR |
| 4540 | ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES |
| 4541 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN |
| 4542 | ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF |
| 4543 | OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
| 4544 | |
| 4545 | ------------------------------------------------------------------- |
| 4546 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 4547 | Copyright (c) 2009 David Schultz <das@FreeBSD.org> |
| 4548 | All rights reserved. |
| 4549 | |
Elliott Hughes | 1558138 | 2014-07-07 15:42:06 -0700 | [diff] [blame] | 4550 | Copyright (c) 2011 The FreeBSD Foundation |
| 4551 | All rights reserved. |
| 4552 | Portions of this software were developed by David Chisnall |
| 4553 | under sponsorship from the FreeBSD Foundation. |
| 4554 | |
| 4555 | Redistribution and use in source and binary forms, with or without |
| 4556 | modification, are permitted provided that the following conditions |
| 4557 | are met: |
| 4558 | 1. Redistributions of source code must retain the above copyright |
| 4559 | notice, this list of conditions and the following disclaimer. |
| 4560 | 2. Redistributions in binary form must reproduce the above copyright |
| 4561 | notice, this list of conditions and the following disclaimer in the |
| 4562 | documentation and/or other materials provided with the distribution. |
| 4563 | |
| 4564 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 4565 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 4566 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 4567 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 4568 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 4569 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 4570 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 4571 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 4572 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 4573 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 4574 | SUCH DAMAGE. |
| 4575 | |
| 4576 | ------------------------------------------------------------------- |
| 4577 | |
| 4578 | Copyright (c) 2009 David Schultz <das@FreeBSD.org> |
| 4579 | All rights reserved. |
| 4580 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 4581 | Redistribution and use in source and binary forms, with or without |
| 4582 | modification, are permitted provided that the following conditions |
| 4583 | are met: |
| 4584 | 1. Redistributions of source code must retain the above copyright |
| 4585 | notice, this list of conditions and the following disclaimer. |
| 4586 | 2. Redistributions in binary form must reproduce the above copyright |
| 4587 | notice, this list of conditions and the following disclaimer in the |
| 4588 | documentation and/or other materials provided with the distribution. |
| 4589 | |
| 4590 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 4591 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 4592 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 4593 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 4594 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 4595 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 4596 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 4597 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 4598 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 4599 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 4600 | SUCH DAMAGE. |
| 4601 | |
| 4602 | ------------------------------------------------------------------- |
| 4603 | |
Irina Tirdea | eac9eb4 | 2012-09-08 09:28:30 +0300 | [diff] [blame] | 4604 | Copyright (c) 2009 The NetBSD Foundation, Inc. |
| 4605 | |
| 4606 | This code is derived from software contributed to The NetBSD Foundation |
| 4607 | by Roy Marples. |
| 4608 | |
| 4609 | Redistribution and use in source and binary forms, with or without |
| 4610 | modification, are permitted provided that the following conditions |
| 4611 | are met: |
| 4612 | 1. Redistributions of source code must retain the above copyright |
| 4613 | notice, this list of conditions and the following disclaimer. |
| 4614 | 2. Redistributions in binary form must reproduce the above copyright |
| 4615 | notice, this list of conditions and the following disclaimer in the |
| 4616 | documentation and/or other materials provided with the distribution. |
| 4617 | |
| 4618 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR |
| 4619 | IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES |
| 4620 | OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. |
| 4621 | IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, |
| 4622 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT |
| 4623 | NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, |
| 4624 | DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY |
| 4625 | THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
| 4626 | (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF |
| 4627 | THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 4628 | |
| 4629 | ------------------------------------------------------------------- |
| 4630 | |
Dan Albert | c30862f | 2016-10-20 11:45:16 -0700 | [diff] [blame] | 4631 | Copyright (c) 2009-2013 Steven G. Kargl |
| 4632 | All rights reserved. |
| 4633 | |
| 4634 | Redistribution and use in source and binary forms, with or without |
| 4635 | modification, are permitted provided that the following conditions |
| 4636 | are met: |
| 4637 | 1. Redistributions of source code must retain the above copyright |
| 4638 | notice unmodified, this list of conditions, and the following |
| 4639 | disclaimer. |
| 4640 | 2. Redistributions in binary form must reproduce the above copyright |
| 4641 | notice, this list of conditions and the following disclaimer in the |
| 4642 | documentation and/or other materials provided with the distribution. |
| 4643 | |
| 4644 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR |
| 4645 | IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES |
| 4646 | OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. |
| 4647 | IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, |
| 4648 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT |
| 4649 | NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, |
| 4650 | DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY |
| 4651 | THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
| 4652 | (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF |
| 4653 | THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 4654 | |
| 4655 | Optimized by Bruce D. Evans. |
| 4656 | |
| 4657 | ------------------------------------------------------------------- |
| 4658 | |
Elliott Hughes | 882b8af | 2016-05-16 17:35:36 -0700 | [diff] [blame] | 4659 | Copyright (c) 2010 The NetBSD Foundation, Inc. |
| 4660 | All rights reserved. |
| 4661 | |
| 4662 | Redistribution and use in source and binary forms, with or without |
| 4663 | modification, are permitted provided that the following conditions |
| 4664 | are met: |
| 4665 | 1. Redistributions of source code must retain the above copyright |
| 4666 | notice, this list of conditions and the following disclaimer. |
| 4667 | 2. Redistributions in binary form must reproduce the above copyright |
| 4668 | notice, this list of conditions and the following disclaimer in the |
| 4669 | documentation and/or other materials provided with the distribution. |
| 4670 | |
| 4671 | THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS |
| 4672 | ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED |
| 4673 | TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR |
| 4674 | PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS |
| 4675 | BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR |
| 4676 | CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF |
| 4677 | SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS |
| 4678 | INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN |
| 4679 | CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) |
| 4680 | ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE |
| 4681 | POSSIBILITY OF SUCH DAMAGE. |
| 4682 | |
| 4683 | ------------------------------------------------------------------- |
| 4684 | |
Elliott Hughes | 4e54b11 | 2014-03-06 15:06:11 -0800 | [diff] [blame] | 4685 | Copyright (c) 2010 Todd C. Miller <Todd.Miller@courtesan.com> |
| 4686 | |
| 4687 | Permission to use, copy, modify, and distribute this software for any |
| 4688 | purpose with or without fee is hereby granted, provided that the above |
| 4689 | copyright notice and this permission notice appear in all copies. |
| 4690 | |
| 4691 | THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES |
| 4692 | WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF |
| 4693 | MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR |
| 4694 | ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES |
| 4695 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN |
| 4696 | ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF |
| 4697 | OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
| 4698 | |
| 4699 | ------------------------------------------------------------------- |
| 4700 | |
Elliott Hughes | 54a7494 | 2014-01-03 16:40:37 -0800 | [diff] [blame] | 4701 | Copyright (c) 2010, 2011, 2012, 2013 Intel Corporation |
Elliott Hughes | 2815b1d | 2013-06-12 16:00:41 -0700 | [diff] [blame] | 4702 | All rights reserved. |
| 4703 | |
| 4704 | Redistribution and use in source and binary forms, with or without |
| 4705 | modification, are permitted provided that the following conditions are met: |
| 4706 | |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 4707 | * Redistributions of source code must retain the above copyright notice, |
| 4708 | * this list of conditions and the following disclaimer. |
Elliott Hughes | 2815b1d | 2013-06-12 16:00:41 -0700 | [diff] [blame] | 4709 | |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 4710 | * Redistributions in binary form must reproduce the above copyright notice, |
| 4711 | * this list of conditions and the following disclaimer in the documentation |
| 4712 | * and/or other materials provided with the distribution. |
Elliott Hughes | 2815b1d | 2013-06-12 16:00:41 -0700 | [diff] [blame] | 4713 | |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 4714 | * Neither the name of Intel Corporation nor the names of its contributors |
| 4715 | * may be used to endorse or promote products derived from this software |
| 4716 | * without specific prior written permission. |
Elliott Hughes | 2815b1d | 2013-06-12 16:00:41 -0700 | [diff] [blame] | 4717 | |
| 4718 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND |
| 4719 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED |
| 4720 | WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE |
| 4721 | DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR |
| 4722 | ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES |
| 4723 | (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; |
| 4724 | LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON |
| 4725 | ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
| 4726 | (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS |
| 4727 | SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 4728 | |
| 4729 | ------------------------------------------------------------------- |
| 4730 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 4731 | Copyright (c) 2010, Intel Corporation |
| 4732 | All rights reserved. |
| 4733 | |
| 4734 | Redistribution and use in source and binary forms, with or without |
| 4735 | modification, are permitted provided that the following conditions are met: |
| 4736 | |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 4737 | * Redistributions of source code must retain the above copyright notice, |
| 4738 | * this list of conditions and the following disclaimer. |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 4739 | |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 4740 | * Redistributions in binary form must reproduce the above copyright notice, |
| 4741 | * this list of conditions and the following disclaimer in the documentation |
| 4742 | * and/or other materials provided with the distribution. |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 4743 | |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 4744 | * Neither the name of Intel Corporation nor the names of its contributors |
| 4745 | * may be used to endorse or promote products derived from this software |
| 4746 | * without specific prior written permission. |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 4747 | |
| 4748 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND |
| 4749 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED |
| 4750 | WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE |
| 4751 | DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR |
| 4752 | ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES |
| 4753 | (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; |
| 4754 | LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON |
| 4755 | ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
| 4756 | (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS |
| 4757 | SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 4758 | |
| 4759 | ------------------------------------------------------------------- |
| 4760 | |
Elliott Hughes | bfa582d | 2014-05-05 14:58:17 -0700 | [diff] [blame] | 4761 | Copyright (c) 2011 David Chisnall |
| 4762 | All rights reserved. |
| 4763 | |
| 4764 | Redistribution and use in source and binary forms, with or without |
| 4765 | modification, are permitted provided that the following conditions |
| 4766 | are met: |
| 4767 | 1. Redistributions of source code must retain the above copyright |
| 4768 | notice, this list of conditions and the following disclaimer. |
| 4769 | 2. Redistributions in binary form must reproduce the above copyright |
| 4770 | notice, this list of conditions and the following disclaimer in the |
| 4771 | documentation and/or other materials provided with the distribution. |
| 4772 | |
| 4773 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 4774 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 4775 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 4776 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 4777 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 4778 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 4779 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 4780 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 4781 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 4782 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 4783 | SUCH DAMAGE. |
| 4784 | |
| 4785 | ------------------------------------------------------------------- |
| 4786 | |
Elliott Hughes | 1558138 | 2014-07-07 15:42:06 -0700 | [diff] [blame] | 4787 | Copyright (c) 2011 Ed Schouten <ed@FreeBSD.org> |
| 4788 | David Chisnall <theraven@FreeBSD.org> |
| 4789 | All rights reserved. |
| 4790 | |
| 4791 | Redistribution and use in source and binary forms, with or without |
| 4792 | modification, are permitted provided that the following conditions |
| 4793 | are met: |
| 4794 | 1. Redistributions of source code must retain the above copyright |
| 4795 | notice, this list of conditions and the following disclaimer. |
| 4796 | 2. Redistributions in binary form must reproduce the above copyright |
| 4797 | notice, this list of conditions and the following disclaimer in the |
| 4798 | documentation and/or other materials provided with the distribution. |
| 4799 | |
| 4800 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 4801 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 4802 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 4803 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 4804 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 4805 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 4806 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 4807 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 4808 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 4809 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 4810 | SUCH DAMAGE. |
| 4811 | |
| 4812 | ------------------------------------------------------------------- |
| 4813 | |
Elliott Hughes | 2815b1d | 2013-06-12 16:00:41 -0700 | [diff] [blame] | 4814 | Copyright (c) 2011 Intel Corporation |
| 4815 | All rights reserved. |
| 4816 | |
| 4817 | Redistribution and use in source and binary forms, with or without |
| 4818 | modification, are permitted provided that the following conditions are met: |
| 4819 | |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 4820 | * Redistributions of source code must retain the above copyright notice, |
| 4821 | * this list of conditions and the following disclaimer. |
Elliott Hughes | 2815b1d | 2013-06-12 16:00:41 -0700 | [diff] [blame] | 4822 | |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 4823 | * Redistributions in binary form must reproduce the above copyright notice, |
| 4824 | * this list of conditions and the following disclaimer in the documentation |
| 4825 | * and/or other materials provided with the distribution. |
Elliott Hughes | 2815b1d | 2013-06-12 16:00:41 -0700 | [diff] [blame] | 4826 | |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 4827 | * Neither the name of Intel Corporation nor the names of its contributors |
| 4828 | * may be used to endorse or promote products derived from this software |
| 4829 | * without specific prior written permission. |
Elliott Hughes | 2815b1d | 2013-06-12 16:00:41 -0700 | [diff] [blame] | 4830 | |
| 4831 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND |
| 4832 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED |
| 4833 | WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE |
| 4834 | DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR |
| 4835 | ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES |
| 4836 | (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; |
| 4837 | LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON |
| 4838 | ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
| 4839 | (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS |
| 4840 | SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 4841 | |
| 4842 | ------------------------------------------------------------------- |
| 4843 | |
Elliott Hughes | 5c2264a | 2014-09-13 09:42:41 -0700 | [diff] [blame] | 4844 | Copyright (c) 2011 Martin Pieuchot <mpi@openbsd.org> |
| 4845 | |
| 4846 | Permission to use, copy, modify, and distribute this software for any |
| 4847 | purpose with or without fee is hereby granted, provided that the above |
| 4848 | copyright notice and this permission notice appear in all copies. |
| 4849 | |
| 4850 | THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES |
| 4851 | WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF |
| 4852 | MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR |
| 4853 | ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES |
| 4854 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN |
| 4855 | ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF |
| 4856 | OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
| 4857 | |
| 4858 | ------------------------------------------------------------------- |
| 4859 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 4860 | Copyright (c) 2011 The Android Open Source Project |
| 4861 | Copyright (c) 2008 ARM Ltd |
| 4862 | All rights reserved. |
| 4863 | |
| 4864 | Redistribution and use in source and binary forms, with or without |
| 4865 | modification, are permitted provided that the following conditions |
| 4866 | are met: |
| 4867 | 1. Redistributions of source code must retain the above copyright |
| 4868 | notice, this list of conditions and the following disclaimer. |
| 4869 | 2. Redistributions in binary form must reproduce the above copyright |
| 4870 | notice, this list of conditions and the following disclaimer in the |
| 4871 | documentation and/or other materials provided with the distribution. |
| 4872 | 3. The name of the company may not be used to endorse or promote |
| 4873 | products derived from this software without specific prior written |
| 4874 | permission. |
| 4875 | |
| 4876 | THIS SOFTWARE IS PROVIDED BY ARM LTD ``AS IS'' AND ANY EXPRESS OR IMPLIED |
| 4877 | WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF |
| 4878 | MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. |
| 4879 | IN NO EVENT SHALL ARM LTD BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, |
| 4880 | SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED |
| 4881 | TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR |
| 4882 | PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF |
| 4883 | LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING |
| 4884 | NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS |
| 4885 | SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 4886 | |
| 4887 | ------------------------------------------------------------------- |
| 4888 | |
Elliott Hughes | 54a7494 | 2014-01-03 16:40:37 -0800 | [diff] [blame] | 4889 | Copyright (c) 2011, 2012, 2013 Intel Corporation |
| 4890 | All rights reserved. |
| 4891 | |
| 4892 | Redistribution and use in source and binary forms, with or without |
| 4893 | modification, are permitted provided that the following conditions are met: |
| 4894 | |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 4895 | * Redistributions of source code must retain the above copyright notice, |
| 4896 | * this list of conditions and the following disclaimer. |
Elliott Hughes | 54a7494 | 2014-01-03 16:40:37 -0800 | [diff] [blame] | 4897 | |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 4898 | * Redistributions in binary form must reproduce the above copyright notice, |
| 4899 | * this list of conditions and the following disclaimer in the documentation |
| 4900 | * and/or other materials provided with the distribution. |
Elliott Hughes | 54a7494 | 2014-01-03 16:40:37 -0800 | [diff] [blame] | 4901 | |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 4902 | * Neither the name of Intel Corporation nor the names of its contributors |
| 4903 | * may be used to endorse or promote products derived from this software |
| 4904 | * without specific prior written permission. |
Elliott Hughes | 54a7494 | 2014-01-03 16:40:37 -0800 | [diff] [blame] | 4905 | |
| 4906 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND |
| 4907 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED |
| 4908 | WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE |
| 4909 | DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR |
| 4910 | ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES |
| 4911 | (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; |
| 4912 | LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON |
| 4913 | ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
| 4914 | (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS |
| 4915 | SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 4916 | |
| 4917 | ------------------------------------------------------------------- |
| 4918 | |
Elliott Hughes | 2815b1d | 2013-06-12 16:00:41 -0700 | [diff] [blame] | 4919 | Copyright (c) 2011, Intel Corporation |
| 4920 | All rights reserved. |
| 4921 | |
| 4922 | Redistribution and use in source and binary forms, with or without |
| 4923 | modification, are permitted provided that the following conditions are met: |
| 4924 | |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 4925 | * Redistributions of source code must retain the above copyright notice, |
| 4926 | * this list of conditions and the following disclaimer. |
Elliott Hughes | 2815b1d | 2013-06-12 16:00:41 -0700 | [diff] [blame] | 4927 | |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 4928 | * Redistributions in binary form must reproduce the above copyright notice, |
| 4929 | * this list of conditions and the following disclaimer in the documentation |
| 4930 | * and/or other materials provided with the distribution. |
Elliott Hughes | 2815b1d | 2013-06-12 16:00:41 -0700 | [diff] [blame] | 4931 | |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 4932 | * Neither the name of Intel Corporation nor the names of its contributors |
| 4933 | * may be used to endorse or promote products derived from this software |
| 4934 | * without specific prior written permission. |
Elliott Hughes | 2815b1d | 2013-06-12 16:00:41 -0700 | [diff] [blame] | 4935 | |
| 4936 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND |
| 4937 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED |
| 4938 | WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE |
| 4939 | DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR |
| 4940 | ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES |
| 4941 | (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; |
| 4942 | LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON |
| 4943 | ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
| 4944 | (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS |
| 4945 | SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 4946 | |
| 4947 | ------------------------------------------------------------------- |
| 4948 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 4949 | Copyright (c) 2011, VMware, Inc. |
| 4950 | All rights reserved. |
| 4951 | |
| 4952 | Redistribution and use in source and binary forms, with or without |
| 4953 | modification, are permitted provided that the following conditions are met: |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 4954 | * Redistributions of source code must retain the above copyright |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 4955 | notice, this list of conditions and the following disclaimer. |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 4956 | * Redistributions in binary form must reproduce the above copyright |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 4957 | notice, this list of conditions and the following disclaimer in the |
| 4958 | documentation and/or other materials provided with the distribution. |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 4959 | * Neither the name of the VMware, Inc. nor the names of its contributors |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 4960 | may be used to endorse or promote products derived from this software |
| 4961 | without specific prior written permission. |
| 4962 | |
| 4963 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" |
| 4964 | AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 4965 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 4966 | ARE DISCLAIMED. IN NO EVENT SHALL VMWARE, INC. OR CONTRIBUTORS BE LIABLE FOR |
| 4967 | ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES |
| 4968 | (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; |
| 4969 | LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND |
| 4970 | ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
| 4971 | (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF |
| 4972 | THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 4973 | |
| 4974 | ------------------------------------------------------------------- |
| 4975 | |
Dan Albert | c30862f | 2016-10-20 11:45:16 -0700 | [diff] [blame] | 4976 | Copyright (c) 2012 Stephen Montgomery-Smith <stephen@FreeBSD.ORG> |
Elliott Hughes | 8da8ca4 | 2018-05-08 13:35:33 -0700 | [diff] [blame^] | 4977 | Copyright (c) 2017 Mahdi Mokhtari <mmokhi@FreeBSD.org> |
Dan Albert | c30862f | 2016-10-20 11:45:16 -0700 | [diff] [blame] | 4978 | All rights reserved. |
| 4979 | |
| 4980 | Redistribution and use in source and binary forms, with or without |
| 4981 | modification, are permitted provided that the following conditions |
| 4982 | are met: |
| 4983 | 1. Redistributions of source code must retain the above copyright |
| 4984 | notice, this list of conditions and the following disclaimer. |
| 4985 | 2. Redistributions in binary form must reproduce the above copyright |
| 4986 | notice, this list of conditions and the following disclaimer in the |
| 4987 | documentation and/or other materials provided with the distribution. |
| 4988 | |
| 4989 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 4990 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 4991 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 4992 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 4993 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 4994 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 4995 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 4996 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 4997 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 4998 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 4999 | SUCH DAMAGE. |
| 5000 | |
| 5001 | ------------------------------------------------------------------- |
| 5002 | |
Elliott Hughes | 4e54b11 | 2014-03-06 15:06:11 -0800 | [diff] [blame] | 5003 | Copyright (c) 2012, Linaro Limited |
| 5004 | All rights reserved. |
| 5005 | |
| 5006 | Redistribution and use in source and binary forms, with or without |
| 5007 | modification, are permitted provided that the following conditions are met: |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 5008 | * Redistributions of source code must retain the above copyright |
Elliott Hughes | 4e54b11 | 2014-03-06 15:06:11 -0800 | [diff] [blame] | 5009 | notice, this list of conditions and the following disclaimer. |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 5010 | * Redistributions in binary form must reproduce the above copyright |
Elliott Hughes | 4e54b11 | 2014-03-06 15:06:11 -0800 | [diff] [blame] | 5011 | notice, this list of conditions and the following disclaimer in the |
| 5012 | documentation and/or other materials provided with the distribution. |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 5013 | * Neither the name of the Linaro nor the |
Elliott Hughes | 4e54b11 | 2014-03-06 15:06:11 -0800 | [diff] [blame] | 5014 | names of its contributors may be used to endorse or promote products |
| 5015 | derived from this software without specific prior written permission. |
| 5016 | |
| 5017 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS |
| 5018 | "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT |
| 5019 | LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR |
| 5020 | A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT |
| 5021 | HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, |
| 5022 | SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT |
| 5023 | LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, |
| 5024 | DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY |
| 5025 | THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
| 5026 | (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE |
| 5027 | OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 5028 | |
| 5029 | ------------------------------------------------------------------- |
| 5030 | |
Elliott Hughes | 1558138 | 2014-07-07 15:42:06 -0700 | [diff] [blame] | 5031 | Copyright (c) 2012, Linaro Limited |
| 5032 | All rights reserved. |
| 5033 | Copyright (c) 2014, NVIDIA Corporation. All rights reserved. |
| 5034 | |
| 5035 | Redistribution and use in source and binary forms, with or without |
| 5036 | modification, are permitted provided that the following conditions are met: |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 5037 | * Redistributions of source code must retain the above copyright |
Elliott Hughes | 1558138 | 2014-07-07 15:42:06 -0700 | [diff] [blame] | 5038 | notice, this list of conditions and the following disclaimer. |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 5039 | * Redistributions in binary form must reproduce the above copyright |
Elliott Hughes | 1558138 | 2014-07-07 15:42:06 -0700 | [diff] [blame] | 5040 | notice, this list of conditions and the following disclaimer in the |
| 5041 | documentation and/or other materials provided with the distribution. |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 5042 | * Neither the name of the Linaro nor the |
Elliott Hughes | 1558138 | 2014-07-07 15:42:06 -0700 | [diff] [blame] | 5043 | names of its contributors may be used to endorse or promote products |
| 5044 | derived from this software without specific prior written permission. |
| 5045 | |
| 5046 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS |
| 5047 | "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT |
| 5048 | LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR |
| 5049 | A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT |
| 5050 | HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, |
| 5051 | SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT |
| 5052 | LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, |
| 5053 | DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY |
| 5054 | THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
| 5055 | (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE |
| 5056 | OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 5057 | |
| 5058 | ------------------------------------------------------------------- |
| 5059 | |
Jake Weinstein | 372f19e | 2016-11-17 16:01:25 -0500 | [diff] [blame] | 5060 | Copyright (c) 2012-2013, Linaro Limited |
| 5061 | All rights reserved. |
| 5062 | |
| 5063 | Redistribution and use in source and binary forms, with or without |
| 5064 | modification, are permitted provided that the following conditions are met: |
| 5065 | * Redistributions of source code must retain the above copyright |
| 5066 | notice, this list of conditions and the following disclaimer. |
| 5067 | * Redistributions in binary form must reproduce the above copyright |
| 5068 | notice, this list of conditions and the following disclaimer in the |
| 5069 | documentation and/or other materials provided with the distribution. |
| 5070 | * Neither the name of the Linaro nor the |
| 5071 | names of its contributors may be used to endorse or promote products |
| 5072 | derived from this software without specific prior written permission. |
| 5073 | |
| 5074 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS |
| 5075 | "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT |
| 5076 | LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR |
| 5077 | A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT |
| 5078 | HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, |
| 5079 | SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT |
| 5080 | LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, |
| 5081 | DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY |
| 5082 | THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
| 5083 | (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE |
| 5084 | |
| 5085 | ------------------------------------------------------------------- |
| 5086 | |
Elliott Hughes | 44ead71 | 2015-08-28 20:23:52 -0700 | [diff] [blame] | 5087 | Copyright (c) 2013 |
| 5088 | MIPS Technologies, Inc., California. |
| 5089 | |
| 5090 | Redistribution and use in source and binary forms, with or without |
| 5091 | modification, are permitted provided that the following conditions |
| 5092 | are met: |
| 5093 | 1. Redistributions of source code must retain the above copyright |
| 5094 | notice, this list of conditions and the following disclaimer. |
| 5095 | 2. Redistributions in binary form must reproduce the above copyright |
| 5096 | notice, this list of conditions and the following disclaimer in the |
| 5097 | documentation and/or other materials provided with the distribution. |
| 5098 | 3. Neither the name of the MIPS Technologies, Inc., nor the names of its |
| 5099 | contributors may be used to endorse or promote products derived from |
| 5100 | this software without specific prior written permission. |
| 5101 | |
| 5102 | THIS SOFTWARE IS PROVIDED BY THE MIPS TECHNOLOGIES, INC. ``AS IS'' AND |
| 5103 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 5104 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 5105 | ARE DISCLAIMED. IN NO EVENT SHALL THE MIPS TECHNOLOGIES, INC. BE LIABLE |
| 5106 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 5107 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 5108 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 5109 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 5110 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 5111 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 5112 | SUCH DAMAGE. |
| 5113 | |
| 5114 | ------------------------------------------------------------------- |
| 5115 | |
Elliott Hughes | 0493a6f | 2013-03-07 11:48:58 -0800 | [diff] [blame] | 5116 | Copyright (c) 2013 ARM Ltd |
| 5117 | All rights reserved. |
| 5118 | |
| 5119 | Redistribution and use in source and binary forms, with or without |
| 5120 | modification, are permitted provided that the following conditions |
| 5121 | are met: |
| 5122 | 1. Redistributions of source code must retain the above copyright |
| 5123 | notice, this list of conditions and the following disclaimer. |
| 5124 | 2. Redistributions in binary form must reproduce the above copyright |
| 5125 | notice, this list of conditions and the following disclaimer in the |
| 5126 | documentation and/or other materials provided with the distribution. |
| 5127 | 3. The name of the company may not be used to endorse or promote |
| 5128 | products derived from this software without specific prior written |
| 5129 | permission. |
| 5130 | |
| 5131 | THIS SOFTWARE IS PROVIDED BY ARM LTD ``AS IS'' AND ANY EXPRESS OR IMPLIED |
| 5132 | WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF |
| 5133 | MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. |
| 5134 | IN NO EVENT SHALL ARM LTD BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, |
| 5135 | SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED |
| 5136 | TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR |
| 5137 | PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF |
| 5138 | LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING |
| 5139 | NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS |
| 5140 | SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 5141 | |
| 5142 | ------------------------------------------------------------------- |
| 5143 | |
Elliott Hughes | 4e54b11 | 2014-03-06 15:06:11 -0800 | [diff] [blame] | 5144 | Copyright (c) 2013 Antoine Jacoutot <ajacoutot@openbsd.org> |
| 5145 | |
| 5146 | Permission to use, copy, modify, and distribute this software for any |
| 5147 | purpose with or without fee is hereby granted, provided that the above |
| 5148 | copyright notice and this permission notice appear in all copies. |
| 5149 | |
| 5150 | THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES |
| 5151 | WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF |
| 5152 | MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR |
| 5153 | ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES |
| 5154 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN |
| 5155 | ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF |
| 5156 | OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
| 5157 | |
| 5158 | ------------------------------------------------------------------- |
| 5159 | |
Elliott Hughes | 6b2b585 | 2014-12-18 16:27:30 -0800 | [diff] [blame] | 5160 | Copyright (c) 2013 The NetBSD Foundation, Inc. |
| 5161 | All rights reserved. |
Will Newton | 2753e12 | 2013-07-03 09:44:30 +0100 | [diff] [blame] | 5162 | |
Elliott Hughes | 6b2b585 | 2014-12-18 16:27:30 -0800 | [diff] [blame] | 5163 | This code is derived from software contributed to The NetBSD Foundation |
| 5164 | by Christos Zoulas. |
Will Newton | 2753e12 | 2013-07-03 09:44:30 +0100 | [diff] [blame] | 5165 | |
Elliott Hughes | 6b2b585 | 2014-12-18 16:27:30 -0800 | [diff] [blame] | 5166 | Redistribution and use in source and binary forms, with or without |
| 5167 | modification, are permitted provided that the following conditions |
| 5168 | are met: |
| 5169 | 1. Redistributions of source code must retain the above copyright |
| 5170 | notice, this list of conditions and the following disclaimer. |
| 5171 | 2. Redistributions in binary form must reproduce the above copyright |
| 5172 | notice, this list of conditions and the following disclaimer in the |
| 5173 | documentation and/or other materials provided with the distribution. |
Will Newton | 2753e12 | 2013-07-03 09:44:30 +0100 | [diff] [blame] | 5174 | |
Elliott Hughes | 6b2b585 | 2014-12-18 16:27:30 -0800 | [diff] [blame] | 5175 | THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS |
| 5176 | ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED |
| 5177 | TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR |
| 5178 | PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS |
| 5179 | BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR |
| 5180 | CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF |
| 5181 | SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS |
| 5182 | INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN |
| 5183 | CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) |
| 5184 | ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE |
| 5185 | POSSIBILITY OF SUCH DAMAGE. |
Will Newton | 2753e12 | 2013-07-03 09:44:30 +0100 | [diff] [blame] | 5186 | |
| 5187 | ------------------------------------------------------------------- |
| 5188 | |
Jake Weinstein | 372f19e | 2016-11-17 16:01:25 -0500 | [diff] [blame] | 5189 | Copyright (c) 2013, Linaro Limited |
| 5190 | All rights reserved. |
| 5191 | |
| 5192 | Redistribution and use in source and binary forms, with or without |
| 5193 | modification, are permitted provided that the following conditions are met: |
| 5194 | * Redistributions of source code must retain the above copyright |
| 5195 | notice, this list of conditions and the following disclaimer. |
| 5196 | * Redistributions in binary form must reproduce the above copyright |
| 5197 | notice, this list of conditions and the following disclaimer in the |
| 5198 | documentation and/or other materials provided with the distribution. |
| 5199 | * Neither the name of the Linaro nor the |
| 5200 | names of its contributors may be used to endorse or promote products |
| 5201 | derived from this software without specific prior written permission. |
| 5202 | |
| 5203 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS |
| 5204 | "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT |
| 5205 | LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR |
| 5206 | A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT |
| 5207 | HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, |
| 5208 | SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT |
| 5209 | LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, |
| 5210 | DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY |
| 5211 | THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
| 5212 | (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE |
| 5213 | |
| 5214 | ------------------------------------------------------------------- |
| 5215 | |
Dan Albert | c30862f | 2016-10-20 11:45:16 -0700 | [diff] [blame] | 5216 | Copyright (c) 2013-2014, NVIDIA Corporation. All rights reserved. |
| 5217 | Johnny Qiu <joqiu@nvidia.com> |
| 5218 | Shu Zhang <chazhang@nvidia.com> |
| 5219 | |
| 5220 | Redistribution and use in source and binary forms, with or without |
| 5221 | modification, are permitted provided that the following conditions are |
| 5222 | met: |
| 5223 | * Redistributions of source code must retain the above copyright |
| 5224 | notice, this list of conditions and the following disclaimer. |
| 5225 | * Redistributions in binary form must reproduce the above |
| 5226 | copyright notice, this list of conditions and the following |
| 5227 | disclaimer in the documentation and/or other materials provided |
| 5228 | with the distribution. |
| 5229 | * Neither the name of The Linux Foundation nor the names of its |
| 5230 | contributors may be used to endorse or promote products derived |
| 5231 | from this software without specific prior written permission. |
| 5232 | |
| 5233 | THIS SOFTWARE IS PROVIDED "AS IS" AND ANY EXPRESS OR IMPLIED |
| 5234 | WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF |
| 5235 | MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT |
| 5236 | ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS |
| 5237 | BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR |
| 5238 | CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF |
| 5239 | SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR |
| 5240 | BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, |
| 5241 | WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE |
| 5242 | OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN |
| 5243 | IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 5244 | |
| 5245 | ------------------------------------------------------------------- |
| 5246 | |
Jake Weinstein | 372f19e | 2016-11-17 16:01:25 -0500 | [diff] [blame] | 5247 | Copyright (c) 2013-2015, Linaro Limited |
| 5248 | All rights reserved. |
| 5249 | |
| 5250 | Redistribution and use in source and binary forms, with or without |
| 5251 | modification, are permitted provided that the following conditions are met: |
| 5252 | * Redistributions of source code must retain the above copyright |
| 5253 | notice, this list of conditions and the following disclaimer. |
| 5254 | * Redistributions in binary form must reproduce the above copyright |
| 5255 | notice, this list of conditions and the following disclaimer in the |
| 5256 | documentation and/or other materials provided with the distribution. |
| 5257 | * Neither the name of the Linaro nor the |
| 5258 | names of its contributors may be used to endorse or promote products |
| 5259 | derived from this software without specific prior written permission. |
| 5260 | |
| 5261 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS |
| 5262 | "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT |
| 5263 | LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR |
| 5264 | A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT |
| 5265 | HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, |
| 5266 | SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT |
| 5267 | LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, |
| 5268 | DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY |
| 5269 | THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
| 5270 | (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE |
| 5271 | |
| 5272 | ------------------------------------------------------------------- |
| 5273 | |
Elliott Hughes | 1558138 | 2014-07-07 15:42:06 -0700 | [diff] [blame] | 5274 | Copyright (c) 2014, Intel Corporation |
| 5275 | All rights reserved. |
| 5276 | |
| 5277 | Redistribution and use in source and binary forms, with or without |
| 5278 | modification, are permitted provided that the following conditions are met: |
| 5279 | |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 5280 | * Redistributions of source code must retain the above copyright notice, |
| 5281 | * this list of conditions and the following disclaimer. |
Elliott Hughes | 1558138 | 2014-07-07 15:42:06 -0700 | [diff] [blame] | 5282 | |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 5283 | * Redistributions in binary form must reproduce the above copyright notice, |
| 5284 | * this list of conditions and the following disclaimer in the documentation |
| 5285 | * and/or other materials provided with the distribution. |
Elliott Hughes | 1558138 | 2014-07-07 15:42:06 -0700 | [diff] [blame] | 5286 | |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 5287 | * Neither the name of Intel Corporation nor the names of its contributors |
| 5288 | * may be used to endorse or promote products derived from this software |
| 5289 | * without specific prior written permission. |
Elliott Hughes | 1558138 | 2014-07-07 15:42:06 -0700 | [diff] [blame] | 5290 | |
| 5291 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND |
| 5292 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED |
| 5293 | WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE |
| 5294 | DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR |
| 5295 | ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES |
| 5296 | (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; |
| 5297 | LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON |
| 5298 | ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
| 5299 | (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS |
| 5300 | SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 5301 | |
| 5302 | ------------------------------------------------------------------- |
| 5303 | |
Elliott Hughes | 4e54b11 | 2014-03-06 15:06:11 -0800 | [diff] [blame] | 5304 | Copyright (c) 2014, Linaro Limited |
| 5305 | All rights reserved. |
| 5306 | |
| 5307 | Redistribution and use in source and binary forms, with or without |
| 5308 | modification, are permitted provided that the following conditions are met: |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 5309 | * Redistributions of source code must retain the above copyright |
Elliott Hughes | 4e54b11 | 2014-03-06 15:06:11 -0800 | [diff] [blame] | 5310 | notice, this list of conditions and the following disclaimer. |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 5311 | * Redistributions in binary form must reproduce the above copyright |
Elliott Hughes | 4e54b11 | 2014-03-06 15:06:11 -0800 | [diff] [blame] | 5312 | notice, this list of conditions and the following disclaimer in the |
| 5313 | documentation and/or other materials provided with the distribution. |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 5314 | * Neither the name of the Linaro nor the |
Elliott Hughes | 4e54b11 | 2014-03-06 15:06:11 -0800 | [diff] [blame] | 5315 | names of its contributors may be used to endorse or promote products |
| 5316 | derived from this software without specific prior written permission. |
| 5317 | |
| 5318 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS |
| 5319 | "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT |
| 5320 | LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR |
| 5321 | A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT |
| 5322 | HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, |
| 5323 | SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT |
| 5324 | LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, |
| 5325 | DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY |
| 5326 | THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
| 5327 | (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE |
| 5328 | OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 5329 | |
| 5330 | ------------------------------------------------------------------- |
| 5331 | |
Jake Weinstein | 372f19e | 2016-11-17 16:01:25 -0500 | [diff] [blame] | 5332 | Copyright (c) 2015 ARM Ltd |
| 5333 | All rights reserved. |
| 5334 | |
| 5335 | Redistribution and use in source and binary forms, with or without |
| 5336 | modification, are permitted provided that the following conditions |
| 5337 | are met: |
| 5338 | 1. Redistributions of source code must retain the above copyright |
| 5339 | notice, this list of conditions and the following disclaimer. |
| 5340 | 2. Redistributions in binary form must reproduce the above copyright |
| 5341 | notice, this list of conditions and the following disclaimer in the |
| 5342 | documentation and/or other materials provided with the distribution. |
| 5343 | 3. The name of the company may not be used to endorse or promote |
| 5344 | products derived from this software without specific prior written |
| 5345 | permission. |
| 5346 | |
| 5347 | THIS SOFTWARE IS PROVIDED BY ARM LTD ``AS IS'' AND ANY EXPRESS OR IMPLIED |
| 5348 | WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF |
| 5349 | MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. |
| 5350 | IN NO EVENT SHALL ARM LTD BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, |
| 5351 | SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED |
| 5352 | TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR |
| 5353 | PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF |
| 5354 | LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING |
| 5355 | NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS |
| 5356 | SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 5357 | |
| 5358 | ------------------------------------------------------------------- |
| 5359 | |
Elliott Hughes | b4931ce | 2016-02-08 17:00:12 -0800 | [diff] [blame] | 5360 | Copyright (c) 2015 Joerg Sonnenberger <joerg@NetBSD.org>. |
| 5361 | All rights reserved. |
| 5362 | |
| 5363 | Redistribution and use in source and binary forms, with or without |
| 5364 | modification, are permitted provided that the following conditions |
| 5365 | are met: |
| 5366 | |
| 5367 | 1. Redistributions of source code must retain the above copyright |
| 5368 | notice, this list of conditions and the following disclaimer. |
| 5369 | 2. Redistributions in binary form must reproduce the above copyright |
| 5370 | notice, this list of conditions and the following disclaimer in |
| 5371 | the documentation and/or other materials provided with the |
| 5372 | distribution. |
| 5373 | |
| 5374 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS |
| 5375 | ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT |
| 5376 | LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS |
| 5377 | FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE |
| 5378 | COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, |
| 5379 | INCIDENTAL, SPECIAL, EXEMPLARY OR CONSEQUENTIAL DAMAGES (INCLUDING, |
| 5380 | BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; |
| 5381 | LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED |
| 5382 | AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, |
| 5383 | OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT |
| 5384 | OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 5385 | SUCH DAMAGE. |
| 5386 | |
| 5387 | ------------------------------------------------------------------- |
| 5388 | |
Elliott Hughes | 5702c6f | 2017-08-31 17:27:05 -0700 | [diff] [blame] | 5389 | Copyright (c) 2015 Nuxi, https://nuxi.nl/ |
| 5390 | |
| 5391 | Redistribution and use in source and binary forms, with or without |
| 5392 | modification, are permitted provided that the following conditions |
| 5393 | are met: |
| 5394 | 1. Redistributions of source code must retain the above copyright |
| 5395 | notice, this list of conditions and the following disclaimer. |
| 5396 | 2. Redistributions in binary form must reproduce the above copyright |
| 5397 | notice, this list of conditions and the following disclaimer in the |
| 5398 | documentation and/or other materials provided with the distribution. |
| 5399 | |
| 5400 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 5401 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 5402 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 5403 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 5404 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 5405 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 5406 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 5407 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 5408 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 5409 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 5410 | SUCH DAMAGE. |
| 5411 | |
| 5412 | ------------------------------------------------------------------- |
| 5413 | |
Sebastian Pop | ed9bfc4 | 2017-06-19 12:39:02 -0500 | [diff] [blame] | 5414 | Copyright (c) 2017 ARM Ltd |
| 5415 | All rights reserved. |
| 5416 | |
| 5417 | Redistribution and use in source and binary forms, with or without |
| 5418 | modification, are permitted provided that the following conditions |
| 5419 | are met: |
| 5420 | 1. Redistributions of source code must retain the above copyright |
| 5421 | notice, this list of conditions and the following disclaimer. |
| 5422 | 2. Redistributions in binary form must reproduce the above copyright |
| 5423 | notice, this list of conditions and the following disclaimer in the |
| 5424 | documentation and/or other materials provided with the distribution. |
| 5425 | 3. The name of the company may not be used to endorse or promote |
| 5426 | products derived from this software without specific prior written |
| 5427 | permission. |
| 5428 | |
| 5429 | THIS SOFTWARE IS PROVIDED BY ARM LTD ``AS IS'' AND ANY EXPRESS OR IMPLIED |
| 5430 | WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF |
| 5431 | MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. |
| 5432 | IN NO EVENT SHALL ARM LTD BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, |
| 5433 | SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED |
| 5434 | TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR |
| 5435 | PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF |
| 5436 | LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING |
| 5437 | NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS |
| 5438 | SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 5439 | |
| 5440 | ------------------------------------------------------------------- |
| 5441 | |
Prashant Patil | fcb877a | 2017-03-16 18:07:00 +0530 | [diff] [blame] | 5442 | Copyright (c) 2017 Imagination Technologies. |
| 5443 | |
| 5444 | All rights reserved. |
| 5445 | |
| 5446 | Redistribution and use in source and binary forms, with or without |
| 5447 | modification, are permitted provided that the following conditions |
| 5448 | are met: |
| 5449 | |
| 5450 | * Redistributions of source code must retain the above copyright |
| 5451 | notice, this list of conditions and the following disclaimer. |
| 5452 | * Redistributions in binary form must reproduce the above copyright |
| 5453 | notice, this list of conditions and the following disclaimer |
| 5454 | in the documentation and/or other materials provided with |
| 5455 | the distribution. |
| 5456 | * Neither the name of Imagination Technologies nor the names of its |
| 5457 | contributors may be used to endorse or promote products derived |
| 5458 | from this software without specific prior written permission. |
| 5459 | |
| 5460 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS |
| 5461 | "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT |
| 5462 | LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR |
| 5463 | A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT |
| 5464 | OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, |
| 5465 | SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT |
| 5466 | LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, |
| 5467 | DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY |
| 5468 | THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
| 5469 | (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE |
| 5470 | OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 5471 | |
| 5472 | ------------------------------------------------------------------- |
| 5473 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 5474 | Copyright (c)1999 Citrus Project, |
| 5475 | All rights reserved. |
| 5476 | |
| 5477 | Redistribution and use in source and binary forms, with or without |
| 5478 | modification, are permitted provided that the following conditions |
| 5479 | are met: |
| 5480 | 1. Redistributions of source code must retain the above copyright |
| 5481 | notice, this list of conditions and the following disclaimer. |
| 5482 | 2. Redistributions in binary form must reproduce the above copyright |
| 5483 | notice, this list of conditions and the following disclaimer in the |
| 5484 | documentation and/or other materials provided with the distribution. |
| 5485 | |
| 5486 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 5487 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 5488 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 5489 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 5490 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 5491 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 5492 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 5493 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 5494 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 5495 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 5496 | SUCH DAMAGE. |
| 5497 | |
| 5498 | ------------------------------------------------------------------- |
| 5499 | |
| 5500 | Copyright (c)2001 Citrus Project, |
| 5501 | All rights reserved. |
| 5502 | |
| 5503 | Redistribution and use in source and binary forms, with or without |
| 5504 | modification, are permitted provided that the following conditions |
| 5505 | are met: |
| 5506 | 1. Redistributions of source code must retain the above copyright |
| 5507 | notice, this list of conditions and the following disclaimer. |
| 5508 | 2. Redistributions in binary form must reproduce the above copyright |
| 5509 | notice, this list of conditions and the following disclaimer in the |
| 5510 | documentation and/or other materials provided with the distribution. |
| 5511 | |
| 5512 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 5513 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 5514 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 5515 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 5516 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 5517 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 5518 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 5519 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 5520 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 5521 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 5522 | SUCH DAMAGE. |
| 5523 | |
| 5524 | ------------------------------------------------------------------- |
| 5525 | |
Elliott Hughes | acbe322 | 2014-04-16 17:01:12 -0700 | [diff] [blame] | 5526 | Copyright (c)2003 Citrus Project, |
| 5527 | All rights reserved. |
| 5528 | |
| 5529 | Redistribution and use in source and binary forms, with or without |
| 5530 | modification, are permitted provided that the following conditions |
| 5531 | are met: |
| 5532 | 1. Redistributions of source code must retain the above copyright |
| 5533 | notice, this list of conditions and the following disclaimer. |
| 5534 | 2. Redistributions in binary form must reproduce the above copyright |
| 5535 | notice, this list of conditions and the following disclaimer in the |
| 5536 | documentation and/or other materials provided with the distribution. |
| 5537 | |
| 5538 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 5539 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 5540 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 5541 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 5542 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 5543 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 5544 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 5545 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 5546 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 5547 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 5548 | SUCH DAMAGE. |
| 5549 | |
| 5550 | ------------------------------------------------------------------- |
| 5551 | |
Elliott Hughes | 77a3e28 | 2016-08-08 12:39:56 -0700 | [diff] [blame] | 5552 | Copyright 1989 The Regents of the University of California. |
| 5553 | All rights reserved. |
| 5554 | |
| 5555 | Redistribution and use in source and binary forms, with or without |
| 5556 | modification, are permitted provided that the following conditions |
| 5557 | are met: |
| 5558 | 1. Redistributions of source code must retain the above copyright |
| 5559 | notice, this list of conditions and the following disclaimer. |
| 5560 | 2. Redistributions in binary form must reproduce the above copyright |
| 5561 | notice, this list of conditions and the following disclaimer in the |
| 5562 | documentation and/or other materials provided with the distribution. |
| 5563 | 3. Neither the name of the University nor the names of its contributors |
| 5564 | may be used to endorse or promote products derived from this software |
| 5565 | without specific prior written permission. |
| 5566 | |
| 5567 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS "AS IS" AND |
| 5568 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 5569 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 5570 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 5571 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 5572 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 5573 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 5574 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 5575 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 5576 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 5577 | |
| 5578 | ------------------------------------------------------------------- |
| 5579 | |
Elliott Hughes | 5c2264a | 2014-09-13 09:42:41 -0700 | [diff] [blame] | 5580 | Copyright 1997 Niels Provos <provos@physnet.uni-hamburg.de> |
| 5581 | Copyright 2008 Damien Miller <djm@openbsd.org> |
| 5582 | All rights reserved. |
| 5583 | |
| 5584 | Theo de Raadt <deraadt@openbsd.org> came up with the idea of using |
| 5585 | such a mathematical system to generate more random (yet non-repeating) |
| 5586 | ids to solve the resolver/named problem. But Niels designed the |
| 5587 | actual system based on the constraints. |
| 5588 | |
| 5589 | Later modified by Damien Miller to wrap the LCG output in a 15-bit |
| 5590 | permutation generator based on a Luby-Rackoff block cipher. This |
| 5591 | ensures the output is non-repeating and preserves the MSB twiddle |
| 5592 | trick, but makes it more resistant to LCG prediction. |
| 5593 | |
| 5594 | Redistribution and use in source and binary forms, with or without |
| 5595 | modification, are permitted provided that the following conditions |
| 5596 | are met: |
| 5597 | 1. Redistributions of source code must retain the above copyright |
| 5598 | notice, this list of conditions and the following disclaimer. |
| 5599 | 2. Redistributions in binary form must reproduce the above copyright |
| 5600 | notice, this list of conditions and the following disclaimer in the |
| 5601 | documentation and/or other materials provided with the distribution. |
| 5602 | |
| 5603 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR |
| 5604 | IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES |
| 5605 | OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. |
| 5606 | IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, |
| 5607 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT |
| 5608 | NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, |
| 5609 | DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY |
| 5610 | THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
| 5611 | (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF |
| 5612 | THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 5613 | |
| 5614 | ------------------------------------------------------------------- |
| 5615 | |
Dan Albert | c30862f | 2016-10-20 11:45:16 -0700 | [diff] [blame] | 5616 | From: @(#)s_ilogb.c 5.1 93/09/24 |
| 5617 | ==================================================== |
| 5618 | Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved. |
| 5619 | |
| 5620 | Developed at SunPro, a Sun Microsystems, Inc. business. |
| 5621 | Permission to use, copy, modify, and distribute this |
| 5622 | software is freely granted, provided that this notice |
| 5623 | is preserved. |
| 5624 | |
| 5625 | ------------------------------------------------------------------- |
| 5626 | |
Calin Juravle | c4fbf92 | 2014-03-10 11:23:52 +0000 | [diff] [blame] | 5627 | Portions Copyright (C) 2004, 2005, 2008, 2009 Internet Systems Consortium, Inc. ("ISC") |
| 5628 | Portions Copyright (C) 1996-2003 Internet Software Consortium. |
| 5629 | |
| 5630 | Permission to use, copy, modify, and/or distribute this software for any |
| 5631 | purpose with or without fee is hereby granted, provided that the above |
| 5632 | copyright notice and this permission notice appear in all copies. |
| 5633 | |
| 5634 | THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH |
| 5635 | REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY |
| 5636 | AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT, |
| 5637 | INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM |
| 5638 | LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE |
| 5639 | OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR |
| 5640 | PERFORMANCE OF THIS SOFTWARE. |
| 5641 | |
| 5642 | ------------------------------------------------------------------- |
| 5643 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 5644 | Portions Copyright (c) 1993 by Digital Equipment Corporation. |
| 5645 | |
| 5646 | Permission to use, copy, modify, and distribute this software for any |
| 5647 | purpose with or without fee is hereby granted, provided that the above |
| 5648 | copyright notice and this permission notice appear in all copies, and that |
| 5649 | the name of Digital Equipment Corporation not be used in advertising or |
| 5650 | publicity pertaining to distribution of the document or software without |
| 5651 | specific, written prior permission. |
| 5652 | |
| 5653 | THE SOFTWARE IS PROVIDED "AS IS" AND DIGITAL EQUIPMENT CORP. DISCLAIMS ALL |
| 5654 | WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES |
| 5655 | OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL DIGITAL EQUIPMENT |
| 5656 | CORPORATION BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL |
| 5657 | DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR |
| 5658 | PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS |
| 5659 | ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS |
| 5660 | SOFTWARE. |
| 5661 | |
| 5662 | ------------------------------------------------------------------- |
| 5663 | |
| 5664 | Portions Copyright (c) 1995 by International Business Machines, Inc. |
| 5665 | |
| 5666 | International Business Machines, Inc. (hereinafter called IBM) grants |
| 5667 | permission under its copyrights to use, copy, modify, and distribute this |
| 5668 | Software with or without fee, provided that the above copyright notice and |
| 5669 | all paragraphs of this notice appear in all copies, and that the name of IBM |
| 5670 | not be used in connection with the marketing of any product incorporating |
| 5671 | the Software or modifications thereof, without specific, written prior |
| 5672 | permission. |
| 5673 | |
| 5674 | To the extent it has a right to do so, IBM grants an immunity from suit |
| 5675 | under its patents, if any, for the use, sale or manufacture of products to |
| 5676 | the extent that such products are used for performing Domain Name System |
| 5677 | dynamic updates in TCP/IP networks by means of the Software. No immunity is |
| 5678 | granted for any product per se or for any other function of any product. |
| 5679 | |
| 5680 | THE SOFTWARE IS PROVIDED "AS IS", AND IBM DISCLAIMS ALL WARRANTIES, |
| 5681 | INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A |
| 5682 | PARTICULAR PURPOSE. IN NO EVENT SHALL IBM BE LIABLE FOR ANY SPECIAL, |
| 5683 | DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER ARISING |
| 5684 | OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE, EVEN |
| 5685 | IF IBM IS APPRISED OF THE POSSIBILITY OF SUCH DAMAGES. |
| 5686 | |
| 5687 | ------------------------------------------------------------------- |
| 5688 | |
| 5689 | Portions Copyright(C) 1995, Jason Downs. All rights reserved. |
| 5690 | |
| 5691 | Redistribution and use in source and binary forms, with or without |
| 5692 | modification, are permitted provided that the following conditions |
| 5693 | are met: |
| 5694 | 1. Redistributions of source code must retain the above copyright |
| 5695 | notice, this list of conditions and the following disclaimer. |
| 5696 | 2. Redistributions in binary form must reproduce the above copyright |
| 5697 | notice, this list of conditions and the following disclaimer in the |
| 5698 | documentation and/or other materials provided with the distribution. |
| 5699 | |
| 5700 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR(S) ``AS IS'' AND ANY EXPRESS |
| 5701 | OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED |
| 5702 | WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE |
| 5703 | DISCLAIMED. IN NO EVENT SHALL THE AUTHOR(S) BE LIABLE FOR ANY DIRECT, |
| 5704 | INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES |
| 5705 | (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR |
| 5706 | SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER |
| 5707 | CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 5708 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 5709 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 5710 | SUCH DAMAGE. |
| 5711 | |
| 5712 | ------------------------------------------------------------------- |
| 5713 | |
Elliott Hughes | 8da8ca4 | 2018-05-08 13:35:33 -0700 | [diff] [blame^] | 5714 | SPDX-License-Identifier: BSD-2-Clause-FreeBSD |
| 5715 | |
| 5716 | Copyright (c) 2003, Steven G. Kargl |
| 5717 | All rights reserved. |
| 5718 | |
| 5719 | Redistribution and use in source and binary forms, with or without |
| 5720 | modification, are permitted provided that the following conditions |
| 5721 | are met: |
| 5722 | 1. Redistributions of source code must retain the above copyright |
| 5723 | notice unmodified, this list of conditions, and the following |
| 5724 | disclaimer. |
| 5725 | 2. Redistributions in binary form must reproduce the above copyright |
| 5726 | notice, this list of conditions and the following disclaimer in the |
| 5727 | documentation and/or other materials provided with the distribution. |
| 5728 | |
| 5729 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR |
| 5730 | IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES |
| 5731 | OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. |
| 5732 | IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, |
| 5733 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT |
| 5734 | NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, |
| 5735 | DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY |
| 5736 | THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
| 5737 | (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF |
| 5738 | THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 5739 | |
| 5740 | ------------------------------------------------------------------- |
| 5741 | |
| 5742 | SPDX-License-Identifier: BSD-2-Clause-FreeBSD |
| 5743 | |
| 5744 | Copyright (c) 2004 David Schultz <das@FreeBSD.ORG> |
| 5745 | All rights reserved. |
| 5746 | |
| 5747 | Redistribution and use in source and binary forms, with or without |
| 5748 | modification, are permitted provided that the following conditions |
| 5749 | are met: |
| 5750 | 1. Redistributions of source code must retain the above copyright |
| 5751 | notice, this list of conditions and the following disclaimer. |
| 5752 | 2. Redistributions in binary form must reproduce the above copyright |
| 5753 | notice, this list of conditions and the following disclaimer in the |
| 5754 | documentation and/or other materials provided with the distribution. |
| 5755 | |
| 5756 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 5757 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 5758 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 5759 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 5760 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 5761 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 5762 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 5763 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 5764 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 5765 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 5766 | SUCH DAMAGE. |
| 5767 | |
| 5768 | ------------------------------------------------------------------- |
| 5769 | |
| 5770 | SPDX-License-Identifier: BSD-2-Clause-FreeBSD |
| 5771 | |
| 5772 | Copyright (c) 2004 Stefan Farfeleder |
| 5773 | All rights reserved. |
| 5774 | |
| 5775 | Redistribution and use in source and binary forms, with or without |
| 5776 | modification, are permitted provided that the following conditions |
| 5777 | are met: |
| 5778 | 1. Redistributions of source code must retain the above copyright |
| 5779 | notice, this list of conditions and the following disclaimer. |
| 5780 | 2. Redistributions in binary form must reproduce the above copyright |
| 5781 | notice, this list of conditions and the following disclaimer in the |
| 5782 | documentation and/or other materials provided with the distribution. |
| 5783 | |
| 5784 | THIS SOFTWARE IS PROVIDED BY AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 5785 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 5786 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 5787 | ARE DISCLAIMED. IN NO EVENT SHALL AUTHOR OR CONTRIBUTORS BE LIABLE |
| 5788 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 5789 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 5790 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 5791 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 5792 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 5793 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 5794 | SUCH DAMAGE. |
| 5795 | |
| 5796 | ------------------------------------------------------------------- |
| 5797 | |
| 5798 | SPDX-License-Identifier: BSD-2-Clause-FreeBSD |
| 5799 | |
| 5800 | Copyright (c) 2004-2005 David Schultz <das@FreeBSD.ORG> |
| 5801 | All rights reserved. |
| 5802 | |
| 5803 | Redistribution and use in source and binary forms, with or without |
| 5804 | modification, are permitted provided that the following conditions |
| 5805 | are met: |
| 5806 | 1. Redistributions of source code must retain the above copyright |
| 5807 | notice, this list of conditions and the following disclaimer. |
| 5808 | 2. Redistributions in binary form must reproduce the above copyright |
| 5809 | notice, this list of conditions and the following disclaimer in the |
| 5810 | documentation and/or other materials provided with the distribution. |
| 5811 | |
| 5812 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 5813 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 5814 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 5815 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 5816 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 5817 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 5818 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 5819 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 5820 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 5821 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 5822 | SUCH DAMAGE. |
| 5823 | |
| 5824 | ------------------------------------------------------------------- |
| 5825 | |
| 5826 | SPDX-License-Identifier: BSD-2-Clause-FreeBSD |
| 5827 | |
| 5828 | Copyright (c) 2005 Bruce D. Evans and Steven G. Kargl |
| 5829 | All rights reserved. |
| 5830 | |
| 5831 | Redistribution and use in source and binary forms, with or without |
| 5832 | modification, are permitted provided that the following conditions |
| 5833 | are met: |
| 5834 | 1. Redistributions of source code must retain the above copyright |
| 5835 | notice unmodified, this list of conditions, and the following |
| 5836 | disclaimer. |
| 5837 | 2. Redistributions in binary form must reproduce the above copyright |
| 5838 | notice, this list of conditions and the following disclaimer in the |
| 5839 | documentation and/or other materials provided with the distribution. |
| 5840 | |
| 5841 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR |
| 5842 | IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES |
| 5843 | OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. |
| 5844 | IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, |
| 5845 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT |
| 5846 | NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, |
| 5847 | DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY |
| 5848 | THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
| 5849 | (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF |
| 5850 | THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 5851 | |
| 5852 | ------------------------------------------------------------------- |
| 5853 | |
| 5854 | SPDX-License-Identifier: BSD-2-Clause-FreeBSD |
| 5855 | |
| 5856 | Copyright (c) 2005 David Schultz <das@FreeBSD.ORG> |
| 5857 | All rights reserved. |
| 5858 | |
| 5859 | Redistribution and use in source and binary forms, with or without |
| 5860 | modification, are permitted provided that the following conditions |
| 5861 | are met: |
| 5862 | 1. Redistributions of source code must retain the above copyright |
| 5863 | notice, this list of conditions and the following disclaimer. |
| 5864 | 2. Redistributions in binary form must reproduce the above copyright |
| 5865 | notice, this list of conditions and the following disclaimer in the |
| 5866 | documentation and/or other materials provided with the distribution. |
| 5867 | |
| 5868 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 5869 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 5870 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 5871 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 5872 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 5873 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 5874 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 5875 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 5876 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 5877 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 5878 | SUCH DAMAGE. |
| 5879 | |
| 5880 | ------------------------------------------------------------------- |
| 5881 | |
| 5882 | SPDX-License-Identifier: BSD-2-Clause-FreeBSD |
| 5883 | |
| 5884 | Copyright (c) 2005-2008 David Schultz <das@FreeBSD.ORG> |
| 5885 | All rights reserved. |
| 5886 | |
| 5887 | Redistribution and use in source and binary forms, with or without |
| 5888 | modification, are permitted provided that the following conditions |
| 5889 | are met: |
| 5890 | 1. Redistributions of source code must retain the above copyright |
| 5891 | notice, this list of conditions and the following disclaimer. |
| 5892 | 2. Redistributions in binary form must reproduce the above copyright |
| 5893 | notice, this list of conditions and the following disclaimer in the |
| 5894 | documentation and/or other materials provided with the distribution. |
| 5895 | |
| 5896 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 5897 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 5898 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 5899 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 5900 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 5901 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 5902 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 5903 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 5904 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 5905 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 5906 | SUCH DAMAGE. |
| 5907 | |
| 5908 | ------------------------------------------------------------------- |
| 5909 | |
| 5910 | SPDX-License-Identifier: BSD-2-Clause-FreeBSD |
| 5911 | |
| 5912 | Copyright (c) 2005-2011 David Schultz <das@FreeBSD.ORG> |
| 5913 | All rights reserved. |
| 5914 | |
| 5915 | Redistribution and use in source and binary forms, with or without |
| 5916 | modification, are permitted provided that the following conditions |
| 5917 | are met: |
| 5918 | 1. Redistributions of source code must retain the above copyright |
| 5919 | notice, this list of conditions and the following disclaimer. |
| 5920 | 2. Redistributions in binary form must reproduce the above copyright |
| 5921 | notice, this list of conditions and the following disclaimer in the |
| 5922 | documentation and/or other materials provided with the distribution. |
| 5923 | |
| 5924 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 5925 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 5926 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 5927 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 5928 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 5929 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 5930 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 5931 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 5932 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 5933 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 5934 | SUCH DAMAGE. |
| 5935 | |
| 5936 | ------------------------------------------------------------------- |
| 5937 | |
| 5938 | SPDX-License-Identifier: BSD-2-Clause-FreeBSD |
| 5939 | |
| 5940 | Copyright (c) 2007 David Schultz |
| 5941 | All rights reserved. |
| 5942 | |
| 5943 | Redistribution and use in source and binary forms, with or without |
| 5944 | modification, are permitted provided that the following conditions |
| 5945 | are met: |
| 5946 | 1. Redistributions of source code must retain the above copyright |
| 5947 | notice, this list of conditions and the following disclaimer. |
| 5948 | 2. Redistributions in binary form must reproduce the above copyright |
| 5949 | notice, this list of conditions and the following disclaimer in the |
| 5950 | documentation and/or other materials provided with the distribution. |
| 5951 | |
| 5952 | THIS SOFTWARE IS PROVIDED BY AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 5953 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 5954 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 5955 | ARE DISCLAIMED. IN NO EVENT SHALL AUTHOR OR CONTRIBUTORS BE LIABLE |
| 5956 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 5957 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 5958 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 5959 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 5960 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 5961 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 5962 | SUCH DAMAGE. |
| 5963 | |
| 5964 | ------------------------------------------------------------------- |
| 5965 | |
| 5966 | SPDX-License-Identifier: BSD-2-Clause-FreeBSD |
| 5967 | |
| 5968 | Copyright (c) 2007 David Schultz <das@FreeBSD.ORG> |
| 5969 | All rights reserved. |
| 5970 | |
| 5971 | Redistribution and use in source and binary forms, with or without |
| 5972 | modification, are permitted provided that the following conditions |
| 5973 | are met: |
| 5974 | 1. Redistributions of source code must retain the above copyright |
| 5975 | notice, this list of conditions and the following disclaimer. |
| 5976 | 2. Redistributions in binary form must reproduce the above copyright |
| 5977 | notice, this list of conditions and the following disclaimer in the |
| 5978 | documentation and/or other materials provided with the distribution. |
| 5979 | |
| 5980 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 5981 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 5982 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 5983 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 5984 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 5985 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 5986 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 5987 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 5988 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 5989 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 5990 | SUCH DAMAGE. |
| 5991 | |
| 5992 | ------------------------------------------------------------------- |
| 5993 | |
| 5994 | SPDX-License-Identifier: BSD-2-Clause-FreeBSD |
| 5995 | |
| 5996 | Copyright (c) 2007 David Schultz <das@FreeBSD.ORG> |
| 5997 | All rights reserved. |
| 5998 | |
| 5999 | Redistribution and use in source and binary forms, with or without |
| 6000 | modification, are permitted provided that the following conditions |
| 6001 | are met: |
| 6002 | 1. Redistributions of source code must retain the above copyright |
| 6003 | notice, this list of conditions and the following disclaimer. |
| 6004 | 2. Redistributions in binary form must reproduce the above copyright |
| 6005 | notice, this list of conditions and the following disclaimer in the |
| 6006 | documentation and/or other materials provided with the distribution. |
| 6007 | |
| 6008 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 6009 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 6010 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 6011 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 6012 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 6013 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 6014 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 6015 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 6016 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 6017 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 6018 | SUCH DAMAGE. |
| 6019 | |
| 6020 | Derived from s_modf.c, which has the following Copyright: |
| 6021 | ==================================================== |
| 6022 | Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved. |
| 6023 | |
| 6024 | Developed at SunPro, a Sun Microsystems, Inc. business. |
| 6025 | Permission to use, copy, modify, and distribute this |
| 6026 | software is freely granted, provided that this notice |
| 6027 | is preserved. |
| 6028 | |
| 6029 | ------------------------------------------------------------------- |
| 6030 | |
| 6031 | SPDX-License-Identifier: BSD-2-Clause-FreeBSD |
| 6032 | |
| 6033 | Copyright (c) 2007 Steven G. Kargl |
| 6034 | All rights reserved. |
| 6035 | |
| 6036 | Redistribution and use in source and binary forms, with or without |
| 6037 | modification, are permitted provided that the following conditions |
| 6038 | are met: |
| 6039 | 1. Redistributions of source code must retain the above copyright |
| 6040 | notice unmodified, this list of conditions, and the following |
| 6041 | disclaimer. |
| 6042 | 2. Redistributions in binary form must reproduce the above copyright |
| 6043 | notice, this list of conditions and the following disclaimer in the |
| 6044 | documentation and/or other materials provided with the distribution. |
| 6045 | |
| 6046 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR |
| 6047 | IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES |
| 6048 | OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. |
| 6049 | IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, |
| 6050 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT |
| 6051 | NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, |
| 6052 | DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY |
| 6053 | THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
| 6054 | (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF |
| 6055 | THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 6056 | |
| 6057 | ------------------------------------------------------------------- |
| 6058 | |
| 6059 | SPDX-License-Identifier: BSD-2-Clause-FreeBSD |
| 6060 | |
| 6061 | Copyright (c) 2007-2008 David Schultz <das@FreeBSD.ORG> |
| 6062 | All rights reserved. |
| 6063 | |
| 6064 | Redistribution and use in source and binary forms, with or without |
| 6065 | modification, are permitted provided that the following conditions |
| 6066 | are met: |
| 6067 | 1. Redistributions of source code must retain the above copyright |
| 6068 | notice, this list of conditions and the following disclaimer. |
| 6069 | 2. Redistributions in binary form must reproduce the above copyright |
| 6070 | notice, this list of conditions and the following disclaimer in the |
| 6071 | documentation and/or other materials provided with the distribution. |
| 6072 | |
| 6073 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 6074 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 6075 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 6076 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 6077 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 6078 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 6079 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 6080 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 6081 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 6082 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 6083 | SUCH DAMAGE. |
| 6084 | |
| 6085 | ------------------------------------------------------------------- |
| 6086 | |
| 6087 | SPDX-License-Identifier: BSD-2-Clause-FreeBSD |
| 6088 | |
| 6089 | Copyright (c) 2008 David Schultz <das@FreeBSD.ORG> |
| 6090 | All rights reserved. |
| 6091 | |
| 6092 | Redistribution and use in source and binary forms, with or without |
| 6093 | modification, are permitted provided that the following conditions |
| 6094 | are met: |
| 6095 | 1. Redistributions of source code must retain the above copyright |
| 6096 | notice, this list of conditions and the following disclaimer. |
| 6097 | 2. Redistributions in binary form must reproduce the above copyright |
| 6098 | notice, this list of conditions and the following disclaimer in the |
| 6099 | documentation and/or other materials provided with the distribution. |
| 6100 | |
| 6101 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 6102 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 6103 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 6104 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 6105 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 6106 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 6107 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 6108 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 6109 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 6110 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 6111 | SUCH DAMAGE. |
| 6112 | |
| 6113 | ------------------------------------------------------------------- |
| 6114 | |
| 6115 | SPDX-License-Identifier: BSD-2-Clause-FreeBSD |
| 6116 | |
| 6117 | Copyright (c) 2011 David Schultz |
| 6118 | All rights reserved. |
| 6119 | |
| 6120 | Redistribution and use in source and binary forms, with or without |
| 6121 | modification, are permitted provided that the following conditions |
| 6122 | are met: |
| 6123 | 1. Redistributions of source code must retain the above copyright |
| 6124 | notice unmodified, this list of conditions, and the following |
| 6125 | disclaimer. |
| 6126 | 2. Redistributions in binary form must reproduce the above copyright |
| 6127 | notice, this list of conditions and the following disclaimer in the |
| 6128 | documentation and/or other materials provided with the distribution. |
| 6129 | |
| 6130 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR |
| 6131 | IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES |
| 6132 | OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. |
| 6133 | IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, |
| 6134 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT |
| 6135 | NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, |
| 6136 | DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY |
| 6137 | THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
| 6138 | (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF |
| 6139 | THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 6140 | |
| 6141 | ------------------------------------------------------------------- |
| 6142 | |
| 6143 | SPDX-License-Identifier: BSD-2-Clause-FreeBSD |
| 6144 | |
| 6145 | Copyright (c) 2011 David Schultz <das@FreeBSD.ORG> |
| 6146 | All rights reserved. |
| 6147 | |
| 6148 | Redistribution and use in source and binary forms, with or without |
| 6149 | modification, are permitted provided that the following conditions |
| 6150 | are met: |
| 6151 | 1. Redistributions of source code must retain the above copyright |
| 6152 | notice, this list of conditions and the following disclaimer. |
| 6153 | 2. Redistributions in binary form must reproduce the above copyright |
| 6154 | notice, this list of conditions and the following disclaimer in the |
| 6155 | documentation and/or other materials provided with the distribution. |
| 6156 | |
| 6157 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 6158 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 6159 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 6160 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 6161 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 6162 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 6163 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 6164 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 6165 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 6166 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 6167 | SUCH DAMAGE. |
| 6168 | |
| 6169 | ------------------------------------------------------------------- |
| 6170 | |
| 6171 | SPDX-License-Identifier: BSD-2-Clause-FreeBSD |
| 6172 | |
| 6173 | Copyright (c) 2012 Stephen Montgomery-Smith <stephen@FreeBSD.ORG> |
| 6174 | All rights reserved. |
| 6175 | |
| 6176 | Redistribution and use in source and binary forms, with or without |
| 6177 | modification, are permitted provided that the following conditions |
| 6178 | are met: |
| 6179 | 1. Redistributions of source code must retain the above copyright |
| 6180 | notice, this list of conditions and the following disclaimer. |
| 6181 | 2. Redistributions in binary form must reproduce the above copyright |
| 6182 | notice, this list of conditions and the following disclaimer in the |
| 6183 | documentation and/or other materials provided with the distribution. |
| 6184 | |
| 6185 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 6186 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 6187 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 6188 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 6189 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 6190 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 6191 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 6192 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 6193 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 6194 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 6195 | SUCH DAMAGE. |
| 6196 | |
| 6197 | ------------------------------------------------------------------- |
| 6198 | |
| 6199 | SPDX-License-Identifier: BSD-3-Clause |
| 6200 | |
| 6201 | Copyright (c) 2003 Dag-Erling Smørgrav |
| 6202 | All rights reserved. |
| 6203 | |
| 6204 | Redistribution and use in source and binary forms, with or without |
| 6205 | modification, are permitted provided that the following conditions |
| 6206 | are met: |
| 6207 | 1. Redistributions of source code must retain the above copyright |
| 6208 | notice, this list of conditions and the following disclaimer |
| 6209 | in this position and unchanged. |
| 6210 | 2. Redistributions in binary form must reproduce the above copyright |
| 6211 | notice, this list of conditions and the following disclaimer in the |
| 6212 | documentation and/or other materials provided with the distribution. |
| 6213 | 3. The name of the author may not be used to endorse or promote products |
| 6214 | derived from this software without specific prior written permission. |
| 6215 | |
| 6216 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR |
| 6217 | IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES |
| 6218 | OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. |
| 6219 | IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, |
| 6220 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT |
| 6221 | NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, |
| 6222 | DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY |
| 6223 | THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
| 6224 | (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF |
| 6225 | THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 6226 | |
| 6227 | ------------------------------------------------------------------- |
| 6228 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 6229 | The author of this software is David M. Gay. |
| 6230 | |
Elliott Hughes | acbe322 | 2014-04-16 17:01:12 -0700 | [diff] [blame] | 6231 | Copyright (C) 1998 by Lucent Technologies |
| 6232 | All Rights Reserved |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 6233 | |
Elliott Hughes | acbe322 | 2014-04-16 17:01:12 -0700 | [diff] [blame] | 6234 | Permission to use, copy, modify, and distribute this software and |
| 6235 | its documentation for any purpose and without fee is hereby |
| 6236 | granted, provided that the above copyright notice appear in all |
| 6237 | copies and that both that the copyright notice and this |
| 6238 | permission notice and warranty disclaimer appear in supporting |
| 6239 | documentation, and that the name of Lucent or any of its entities |
| 6240 | not be used in advertising or publicity pertaining to |
| 6241 | distribution of the software without specific, written prior |
| 6242 | permission. |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 6243 | |
Elliott Hughes | acbe322 | 2014-04-16 17:01:12 -0700 | [diff] [blame] | 6244 | LUCENT DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, |
| 6245 | INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. |
| 6246 | IN NO EVENT SHALL LUCENT OR ANY OF ITS ENTITIES BE LIABLE FOR ANY |
| 6247 | SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES |
| 6248 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER |
| 6249 | IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, |
| 6250 | ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF |
| 6251 | THIS SOFTWARE. |
| 6252 | |
| 6253 | ------------------------------------------------------------------- |
| 6254 | |
| 6255 | The author of this software is David M. Gay. |
| 6256 | |
| 6257 | Copyright (C) 1998, 1999 by Lucent Technologies |
| 6258 | All Rights Reserved |
| 6259 | |
| 6260 | Permission to use, copy, modify, and distribute this software and |
| 6261 | its documentation for any purpose and without fee is hereby |
| 6262 | granted, provided that the above copyright notice appear in all |
| 6263 | copies and that both that the copyright notice and this |
| 6264 | permission notice and warranty disclaimer appear in supporting |
| 6265 | documentation, and that the name of Lucent or any of its entities |
| 6266 | not be used in advertising or publicity pertaining to |
| 6267 | distribution of the software without specific, written prior |
| 6268 | permission. |
| 6269 | |
| 6270 | LUCENT DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, |
| 6271 | INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. |
| 6272 | IN NO EVENT SHALL LUCENT OR ANY OF ITS ENTITIES BE LIABLE FOR ANY |
| 6273 | SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES |
| 6274 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER |
| 6275 | IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, |
| 6276 | ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF |
| 6277 | THIS SOFTWARE. |
| 6278 | |
| 6279 | ------------------------------------------------------------------- |
| 6280 | |
| 6281 | The author of this software is David M. Gay. |
| 6282 | |
| 6283 | Copyright (C) 1998, 2000 by Lucent Technologies |
| 6284 | All Rights Reserved |
| 6285 | |
| 6286 | Permission to use, copy, modify, and distribute this software and |
| 6287 | its documentation for any purpose and without fee is hereby |
| 6288 | granted, provided that the above copyright notice appear in all |
| 6289 | copies and that both that the copyright notice and this |
| 6290 | permission notice and warranty disclaimer appear in supporting |
| 6291 | documentation, and that the name of Lucent or any of its entities |
| 6292 | not be used in advertising or publicity pertaining to |
| 6293 | distribution of the software without specific, written prior |
| 6294 | permission. |
| 6295 | |
| 6296 | LUCENT DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, |
| 6297 | INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. |
| 6298 | IN NO EVENT SHALL LUCENT OR ANY OF ITS ENTITIES BE LIABLE FOR ANY |
| 6299 | SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES |
| 6300 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER |
| 6301 | IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, |
| 6302 | ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF |
| 6303 | THIS SOFTWARE. |
| 6304 | |
| 6305 | ------------------------------------------------------------------- |
| 6306 | |
| 6307 | The author of this software is David M. Gay. |
| 6308 | |
| 6309 | Copyright (C) 1998-2000 by Lucent Technologies |
| 6310 | All Rights Reserved |
| 6311 | |
| 6312 | Permission to use, copy, modify, and distribute this software and |
| 6313 | its documentation for any purpose and without fee is hereby |
| 6314 | granted, provided that the above copyright notice appear in all |
| 6315 | copies and that both that the copyright notice and this |
| 6316 | permission notice and warranty disclaimer appear in supporting |
| 6317 | documentation, and that the name of Lucent or any of its entities |
| 6318 | not be used in advertising or publicity pertaining to |
| 6319 | distribution of the software without specific, written prior |
| 6320 | permission. |
| 6321 | |
| 6322 | LUCENT DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, |
| 6323 | INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. |
| 6324 | IN NO EVENT SHALL LUCENT OR ANY OF ITS ENTITIES BE LIABLE FOR ANY |
| 6325 | SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES |
| 6326 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER |
| 6327 | IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, |
| 6328 | ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF |
| 6329 | THIS SOFTWARE. |
| 6330 | |
| 6331 | ------------------------------------------------------------------- |
| 6332 | |
| 6333 | The author of this software is David M. Gay. |
| 6334 | |
| 6335 | Copyright (C) 1998-2001 by Lucent Technologies |
| 6336 | All Rights Reserved |
| 6337 | |
| 6338 | Permission to use, copy, modify, and distribute this software and |
| 6339 | its documentation for any purpose and without fee is hereby |
| 6340 | granted, provided that the above copyright notice appear in all |
| 6341 | copies and that both that the copyright notice and this |
| 6342 | permission notice and warranty disclaimer appear in supporting |
| 6343 | documentation, and that the name of Lucent or any of its entities |
| 6344 | not be used in advertising or publicity pertaining to |
| 6345 | distribution of the software without specific, written prior |
| 6346 | permission. |
| 6347 | |
| 6348 | LUCENT DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, |
| 6349 | INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. |
| 6350 | IN NO EVENT SHALL LUCENT OR ANY OF ITS ENTITIES BE LIABLE FOR ANY |
| 6351 | SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES |
| 6352 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER |
| 6353 | IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, |
| 6354 | ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF |
| 6355 | THIS SOFTWARE. |
| 6356 | |
| 6357 | ------------------------------------------------------------------- |
| 6358 | |
| 6359 | The author of this software is David M. Gay. |
| 6360 | |
| 6361 | Copyright (C) 2000 by Lucent Technologies |
| 6362 | All Rights Reserved |
| 6363 | |
| 6364 | Permission to use, copy, modify, and distribute this software and |
| 6365 | its documentation for any purpose and without fee is hereby |
| 6366 | granted, provided that the above copyright notice appear in all |
| 6367 | copies and that both that the copyright notice and this |
| 6368 | permission notice and warranty disclaimer appear in supporting |
| 6369 | documentation, and that the name of Lucent or any of its entities |
| 6370 | not be used in advertising or publicity pertaining to |
| 6371 | distribution of the software without specific, written prior |
| 6372 | permission. |
| 6373 | |
| 6374 | LUCENT DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, |
| 6375 | INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. |
| 6376 | IN NO EVENT SHALL LUCENT OR ANY OF ITS ENTITIES BE LIABLE FOR ANY |
| 6377 | SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES |
| 6378 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER |
| 6379 | IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, |
| 6380 | ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF |
| 6381 | THIS SOFTWARE. |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 6382 | |
| 6383 | ------------------------------------------------------------------- |
| 6384 | |