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 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 421 | Copyright (C) 2008 The Android Open Source Project |
Elliott Hughes | 1558138 | 2014-07-07 15:42:06 -0700 | [diff] [blame] | 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 | |
| 437 | Copyright (C) 2008 The Android Open Source Project |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 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: |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 443 | * Redistributions of source code must retain the above copyright |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 444 | notice, this list of conditions and the following disclaimer. |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 445 | * Redistributions in binary form must reproduce the above copyright |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 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 | acbe322 | 2014-04-16 17:01:12 -0700 | [diff] [blame] | 465 | Copyright (C) 2008 The Android Open Source Project |
| 466 | All rights reserved. |
| 467 | Copyright (c) 2013-2014, NVIDIA Corporation. All rights reserved. |
| 468 | |
| 469 | Redistribution and use in source and binary forms, with or without |
| 470 | modification, are permitted provided that the following conditions |
| 471 | are met: |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 472 | * Redistributions of source code must retain the above copyright |
Elliott Hughes | acbe322 | 2014-04-16 17:01:12 -0700 | [diff] [blame] | 473 | notice, this list of conditions and the following disclaimer. |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 474 | * Redistributions in binary form must reproduce the above copyright |
Elliott Hughes | acbe322 | 2014-04-16 17:01:12 -0700 | [diff] [blame] | 475 | notice, this list of conditions and the following disclaimer in |
| 476 | the documentation and/or other materials provided with the |
| 477 | distribution. |
| 478 | |
| 479 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS |
| 480 | "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT |
| 481 | LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS |
| 482 | FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE |
| 483 | COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, |
| 484 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, |
| 485 | BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS |
| 486 | OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED |
| 487 | AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, |
| 488 | OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT |
| 489 | OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 490 | SUCH DAMAGE. |
| 491 | |
| 492 | ------------------------------------------------------------------- |
| 493 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 494 | Copyright (C) 2009 The Android Open Source Project |
| 495 | All rights reserved. |
| 496 | |
| 497 | Redistribution and use in source and binary forms, with or without |
| 498 | modification, are permitted provided that the following conditions |
| 499 | are met: |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 500 | * Redistributions of source code must retain the above copyright |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 501 | notice, this list of conditions and the following disclaimer. |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 502 | * Redistributions in binary form must reproduce the above copyright |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 503 | notice, this list of conditions and the following disclaimer in |
| 504 | the documentation and/or other materials provided with the |
| 505 | distribution. |
| 506 | |
| 507 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS |
| 508 | "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT |
| 509 | LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS |
| 510 | FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE |
| 511 | COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, |
| 512 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, |
| 513 | BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS |
| 514 | OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED |
| 515 | AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, |
| 516 | OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT |
| 517 | OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 518 | SUCH DAMAGE. |
| 519 | |
| 520 | ------------------------------------------------------------------- |
| 521 | |
| 522 | Copyright (C) 2010 The Android Open Source Project |
| 523 | |
| 524 | Licensed under the Apache License, Version 2.0 (the "License"); |
| 525 | you may not use this file except in compliance with the License. |
| 526 | You may obtain a copy of the License at |
| 527 | |
| 528 | http://www.apache.org/licenses/LICENSE-2.0 |
| 529 | |
| 530 | Unless required by applicable law or agreed to in writing, software |
| 531 | distributed under the License is distributed on an "AS IS" BASIS, |
| 532 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 533 | See the License for the specific language governing permissions and |
| 534 | limitations under the License. |
| 535 | |
| 536 | ------------------------------------------------------------------- |
| 537 | |
| 538 | Copyright (C) 2010 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 | Copyright (c) 2008 ARM Ltd |
| 568 | All rights reserved. |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 569 | |
| 570 | Redistribution and use in source and binary forms, with or without |
| 571 | modification, are permitted provided that the following conditions |
| 572 | are met: |
| 573 | 1. Redistributions of source code must retain the above copyright |
| 574 | notice, this list of conditions and the following disclaimer. |
| 575 | 2. Redistributions in binary form must reproduce the above copyright |
| 576 | notice, this list of conditions and the following disclaimer in the |
| 577 | documentation and/or other materials provided with the distribution. |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 578 | 3. The name of the company may not be used to endorse or promote |
| 579 | products derived from this software without specific prior written |
| 580 | permission. |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 581 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 582 | THIS SOFTWARE IS PROVIDED BY ARM LTD ``AS IS'' AND ANY EXPRESS OR IMPLIED |
| 583 | WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF |
| 584 | MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. |
| 585 | IN NO EVENT SHALL ARM LTD BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, |
| 586 | SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED |
| 587 | TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR |
| 588 | PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF |
| 589 | LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING |
| 590 | NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS |
| 591 | SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 592 | |
| 593 | Android adaptation and tweak by Jim Huang <jserv@0xlab.org>. |
| 594 | |
| 595 | ------------------------------------------------------------------- |
| 596 | |
| 597 | Copyright (C) 2011 The Android Open Source Project |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 598 | All rights reserved. |
| 599 | |
| 600 | Redistribution and use in source and binary forms, with or without |
| 601 | modification, are permitted provided that the following conditions |
| 602 | are met: |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 603 | * Redistributions of source code must retain the above copyright |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 604 | notice, this list of conditions and the following disclaimer. |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 605 | * Redistributions in binary form must reproduce the above copyright |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 606 | notice, this list of conditions and the following disclaimer in |
| 607 | the documentation and/or other materials provided with the |
| 608 | distribution. |
| 609 | |
| 610 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS |
| 611 | "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT |
| 612 | LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS |
| 613 | FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE |
| 614 | COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, |
| 615 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, |
| 616 | BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS |
| 617 | OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED |
| 618 | AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, |
| 619 | OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT |
| 620 | 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] | 621 | SUCH DAMAGE. |
| 622 | |
| 623 | ------------------------------------------------------------------- |
| 624 | |
| 625 | Copyright (C) 2012 The Android Open Source Project |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 626 | |
| 627 | Licensed under the Apache License, Version 2.0 (the "License"); |
| 628 | you may not use this file except in compliance with the License. |
| 629 | You may obtain a copy of the License at |
| 630 | |
| 631 | http://www.apache.org/licenses/LICENSE-2.0 |
| 632 | |
| 633 | Unless required by applicable law or agreed to in writing, software |
| 634 | distributed under the License is distributed on an "AS IS" BASIS, |
| 635 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 636 | See the License for the specific language governing permissions and |
| 637 | limitations under the License. |
| 638 | |
| 639 | ------------------------------------------------------------------- |
| 640 | |
| 641 | Copyright (C) 2012 The Android Open Source Project |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 642 | All rights reserved. |
| 643 | |
| 644 | Redistribution and use in source and binary forms, with or without |
| 645 | modification, are permitted provided that the following conditions |
| 646 | are met: |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 647 | * Redistributions of source code must retain the above copyright |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 648 | notice, this list of conditions and the following disclaimer. |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 649 | * Redistributions in binary form must reproduce the above copyright |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 650 | notice, this list of conditions and the following disclaimer in |
| 651 | the documentation and/or other materials provided with the |
| 652 | distribution. |
| 653 | |
| 654 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS |
| 655 | "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT |
| 656 | LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS |
| 657 | FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE |
| 658 | COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, |
| 659 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, |
| 660 | BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS |
| 661 | OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED |
| 662 | AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, |
| 663 | OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT |
| 664 | OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 665 | SUCH DAMAGE. |
| 666 | |
| 667 | ------------------------------------------------------------------- |
| 668 | |
Elliott Hughes | 3a4c454 | 2017-07-19 17:20:24 -0700 | [diff] [blame] | 669 | Copyright (C) 2013 Pietro Cerutti <gahr@FreeBSD.org> |
| 670 | |
| 671 | Redistribution and use in source and binary forms, with or without |
| 672 | modification, are permitted provided that the following conditions |
| 673 | are met: |
| 674 | 1. Redistributions of source code must retain the above copyright |
| 675 | notice, this list of conditions and the following disclaimer. |
| 676 | 2. Redistributions in binary form must reproduce the above copyright |
| 677 | notice, this list of conditions and the following disclaimer in the |
| 678 | documentation and/or other materials provided with the distribution. |
| 679 | |
| 680 | THIS SOFTWARE IS PROVIDED BY AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 681 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 682 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 683 | ARE DISCLAIMED. IN NO EVENT SHALL AUTHOR OR CONTRIBUTORS BE LIABLE |
| 684 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 685 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 686 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 687 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 688 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 689 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 690 | SUCH DAMAGE. |
| 691 | |
| 692 | ------------------------------------------------------------------- |
| 693 | |
Elliott Hughes | 448080d | 2013-01-29 16:25:06 -0800 | [diff] [blame] | 694 | Copyright (C) 2013 The Android Open Source Project |
| 695 | |
| 696 | Licensed under the Apache License, Version 2.0 (the "License"); |
| 697 | you may not use this file except in compliance with the License. |
| 698 | You may obtain a copy of the License at |
| 699 | |
| 700 | http://www.apache.org/licenses/LICENSE-2.0 |
| 701 | |
| 702 | Unless required by applicable law or agreed to in writing, software |
| 703 | distributed under the License is distributed on an "AS IS" BASIS, |
| 704 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 705 | See the License for the specific language governing permissions and |
| 706 | limitations under the License. |
| 707 | |
| 708 | ------------------------------------------------------------------- |
| 709 | |
| 710 | Copyright (C) 2013 The Android Open Source Project |
| 711 | All rights reserved. |
| 712 | |
| 713 | Redistribution and use in source and binary forms, with or without |
| 714 | modification, are permitted provided that the following conditions |
| 715 | are met: |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 716 | * Redistributions of source code must retain the above copyright |
Elliott Hughes | 448080d | 2013-01-29 16:25:06 -0800 | [diff] [blame] | 717 | notice, this list of conditions and the following disclaimer. |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 718 | * Redistributions in binary form must reproduce the above copyright |
Elliott Hughes | 448080d | 2013-01-29 16:25:06 -0800 | [diff] [blame] | 719 | notice, this list of conditions and the following disclaimer in |
| 720 | the documentation and/or other materials provided with the |
| 721 | distribution. |
| 722 | |
| 723 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS |
| 724 | "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT |
| 725 | LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS |
| 726 | FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE |
| 727 | COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, |
| 728 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, |
| 729 | BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS |
| 730 | OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED |
| 731 | AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, |
| 732 | OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT |
| 733 | OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 734 | SUCH DAMAGE. |
| 735 | |
| 736 | ------------------------------------------------------------------- |
| 737 | |
Elliott Hughes | acbe322 | 2014-04-16 17:01:12 -0700 | [diff] [blame] | 738 | Copyright (C) 2013 The Android Open Source Project |
Elliott Hughes | 1558138 | 2014-07-07 15:42:06 -0700 | [diff] [blame] | 739 | All rights reserved. |
| 740 | Copyright (c) 2013-2014 NVIDIA Corporation. All rights reserved. |
| 741 | |
| 742 | Redistribution and use in source and binary forms, with or without |
| 743 | modification, are permitted provided that the following conditions |
| 744 | are met: |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 745 | * Redistributions of source code must retain the above copyright |
Elliott Hughes | 1558138 | 2014-07-07 15:42:06 -0700 | [diff] [blame] | 746 | notice, this list of conditions and the following disclaimer. |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 747 | * Redistributions in binary form must reproduce the above copyright |
Elliott Hughes | 1558138 | 2014-07-07 15:42:06 -0700 | [diff] [blame] | 748 | notice, this list of conditions and the following disclaimer in |
| 749 | the documentation and/or other materials provided with the |
| 750 | distribution. |
| 751 | |
| 752 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS |
| 753 | "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT |
| 754 | LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS |
| 755 | FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE |
| 756 | COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, |
| 757 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, |
| 758 | BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS |
| 759 | OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED |
| 760 | AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, |
| 761 | OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT |
| 762 | OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 763 | SUCH DAMAGE. |
| 764 | |
| 765 | ------------------------------------------------------------------- |
| 766 | |
Elliott Hughes | 4e54b11 | 2014-03-06 15:06:11 -0800 | [diff] [blame] | 767 | Copyright (C) 2014 The Android Open Source Project |
| 768 | |
| 769 | Licensed under the Apache License, Version 2.0 (the "License"); |
| 770 | you may not use this file except in compliance with the License. |
| 771 | You may obtain a copy of the License at |
| 772 | |
| 773 | http://www.apache.org/licenses/LICENSE-2.0 |
| 774 | |
| 775 | Unless required by applicable law or agreed to in writing, software |
| 776 | distributed under the License is distributed on an "AS IS" BASIS, |
| 777 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 778 | See the License for the specific language governing permissions and |
| 779 | limitations under the License. |
| 780 | |
| 781 | ------------------------------------------------------------------- |
| 782 | |
| 783 | Copyright (C) 2014 The Android Open Source Project |
| 784 | All rights reserved. |
| 785 | |
| 786 | Redistribution and use in source and binary forms, with or without |
| 787 | modification, are permitted provided that the following conditions |
| 788 | are met: |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 789 | * Redistributions of source code must retain the above copyright |
Elliott Hughes | 4e54b11 | 2014-03-06 15:06:11 -0800 | [diff] [blame] | 790 | notice, this list of conditions and the following disclaimer. |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 791 | * Redistributions in binary form must reproduce the above copyright |
Elliott Hughes | 4e54b11 | 2014-03-06 15:06:11 -0800 | [diff] [blame] | 792 | notice, this list of conditions and the following disclaimer in |
| 793 | the documentation and/or other materials provided with the |
| 794 | distribution. |
| 795 | |
| 796 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS |
| 797 | "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT |
| 798 | LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS |
| 799 | FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE |
| 800 | COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, |
| 801 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, |
| 802 | BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS |
| 803 | OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED |
| 804 | AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, |
| 805 | OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT |
| 806 | OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 807 | SUCH DAMAGE. |
| 808 | |
| 809 | ------------------------------------------------------------------- |
| 810 | |
Dan Albert | c30862f | 2016-10-20 11:45:16 -0700 | [diff] [blame] | 811 | Copyright (C) 2014 The Android Open Source Project |
| 812 | All rights reserved. |
| 813 | |
| 814 | Redistribution and use in source and binary forms, with or without |
| 815 | modification, are permitted provided that the following conditions |
| 816 | are met: |
| 817 | 1. Redistributions of source code must retain the above copyright |
| 818 | notice, this list of conditions and the following disclaimer. |
| 819 | 2. Redistributions in binary form must reproduce the above copyright |
| 820 | notice, this list of conditions and the following disclaimer in the |
| 821 | documentation and/or other materials provided with the distribution. |
| 822 | |
| 823 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 824 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 825 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 826 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 827 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 828 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 829 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 830 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 831 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 832 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 833 | SUCH DAMAGE. |
| 834 | |
| 835 | ------------------------------------------------------------------- |
| 836 | |
| 837 | Copyright (C) 2015 The Android Open Source Project |
| 838 | |
| 839 | Licensed under the Apache License, Version 2.0 (the "License"); |
| 840 | you may not use this file except in compliance with the License. |
| 841 | You may obtain a copy of the License at |
| 842 | |
| 843 | http://www.apache.org/licenses/LICENSE-2.0 |
| 844 | |
Elliott Hughes | 7e54c76 | 2015-05-12 10:09:01 -0700 | [diff] [blame] | 845 | Unless required by applicable law or agreed to in writing, software |
| 846 | distributed under the License is distributed on an "AS IS" BASIS, |
| 847 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 848 | See the License for the specific language governing permissions and |
| 849 | limitations under the License. |
| 850 | |
| 851 | ------------------------------------------------------------------- |
| 852 | |
| 853 | Copyright (C) 2015 The Android Open Source Project |
| 854 | All rights reserved. |
| 855 | |
| 856 | Redistribution and use in source and binary forms, with or without |
| 857 | modification, are permitted provided that the following conditions |
| 858 | are met: |
| 859 | * Redistributions of source code must retain the above copyright |
| 860 | notice, this list of conditions and the following disclaimer. |
| 861 | * Redistributions in binary form must reproduce the above copyright |
| 862 | notice, this list of conditions and the following disclaimer in |
| 863 | the documentation and/or other materials provided with the |
| 864 | distribution. |
| 865 | |
| 866 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS |
| 867 | "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT |
| 868 | LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS |
| 869 | FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE |
| 870 | COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, |
| 871 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, |
| 872 | BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS |
| 873 | OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED |
| 874 | AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, |
| 875 | OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT |
| 876 | OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 877 | SUCH DAMAGE. |
| 878 | |
| 879 | ------------------------------------------------------------------- |
| 880 | |
Elliott Hughes | b4931ce | 2016-02-08 17:00:12 -0800 | [diff] [blame] | 881 | Copyright (C) 2016 The Android Open Source Project |
| 882 | |
| 883 | Licensed under the Apache License, Version 2.0 (the "License"); |
| 884 | you may not use this file except in compliance with the License. |
| 885 | You may obtain a copy of the License at |
| 886 | |
| 887 | http://www.apache.org/licenses/LICENSE-2.0 |
| 888 | |
| 889 | Unless required by applicable law or agreed to in writing, software |
| 890 | distributed under the License is distributed on an "AS IS" BASIS, |
| 891 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 892 | See the License for the specific language governing permissions and |
| 893 | limitations under the License. |
| 894 | |
| 895 | ------------------------------------------------------------------- |
| 896 | |
| 897 | Copyright (C) 2016 The Android Open Source Project |
| 898 | All rights reserved. |
| 899 | |
| 900 | Redistribution and use in source and binary forms, with or without |
| 901 | modification, are permitted provided that the following conditions |
| 902 | are met: |
| 903 | * Redistributions of source code must retain the above copyright |
| 904 | notice, this list of conditions and the following disclaimer. |
| 905 | * Redistributions in binary form must reproduce the above copyright |
| 906 | notice, this list of conditions and the following disclaimer in |
| 907 | the documentation and/or other materials provided with the |
| 908 | distribution. |
| 909 | |
| 910 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS |
| 911 | "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT |
| 912 | LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS |
| 913 | FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE |
| 914 | COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, |
| 915 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, |
| 916 | BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS |
| 917 | OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED |
| 918 | AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, |
| 919 | OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT |
| 920 | OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 921 | SUCH DAMAGE. |
| 922 | |
| 923 | ------------------------------------------------------------------- |
| 924 | |
mspector | 2e3d6a1 | 2017-01-24 21:51:51 -0800 | [diff] [blame] | 925 | Copyright (C) 2017 The Android Open Source Project |
Paul Lawrence | dfe8434 | 2017-02-16 09:24:39 -0800 | [diff] [blame] | 926 | |
| 927 | Licensed under the Apache License, Version 2.0 (the "License"); |
| 928 | you may not use this file except in compliance with the License. |
| 929 | You may obtain a copy of the License at |
| 930 | |
| 931 | http://www.apache.org/licenses/LICENSE-2.0 |
| 932 | |
| 933 | Unless required by applicable law or agreed to in writing, software |
| 934 | distributed under the License is distributed on an "AS IS" BASIS, |
| 935 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 936 | See the License for the specific language governing permissions and |
| 937 | limitations under the License. |
| 938 | |
| 939 | ------------------------------------------------------------------- |
| 940 | |
| 941 | Copyright (C) 2017 The Android Open Source Project |
mspector | 2e3d6a1 | 2017-01-24 21:51:51 -0800 | [diff] [blame] | 942 | All rights reserved. |
| 943 | |
Jake Weinstein | 04d99df | 2016-08-25 20:03:25 -0400 | [diff] [blame] | 944 | Copyright (c) 2009-2011, Code Aurora Forum. All rights reserved. |
| 945 | |
| 946 | Redistribution and use in source and binary forms, with or without |
| 947 | modification, are permitted provided that the following conditions |
| 948 | are met: |
| 949 | * Redistributions of source code must retain the above copyright |
| 950 | notice, this list of conditions and the following disclaimer. |
| 951 | * Redistributions in binary form must reproduce the above copyright |
| 952 | notice, this list of conditions and the following disclaimer in |
| 953 | the documentation and/or other materials provided with the |
| 954 | distribution. |
| 955 | |
| 956 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS |
| 957 | "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT |
| 958 | LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS |
| 959 | FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE |
| 960 | COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, |
| 961 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, |
| 962 | BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS |
| 963 | OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED |
| 964 | AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, |
| 965 | OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT |
| 966 | OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 967 | SUCH DAMAGE. |
| 968 | |
| 969 | ------------------------------------------------------------------- |
| 970 | |
| 971 | Copyright (C) 2017 The Android Open Source Project |
| 972 | All rights reserved. |
| 973 | |
mspector | 2e3d6a1 | 2017-01-24 21:51:51 -0800 | [diff] [blame] | 974 | Redistribution and use in source and binary forms, with or without |
| 975 | modification, are permitted provided that the following conditions |
| 976 | are met: |
| 977 | * Redistributions of source code must retain the above copyright |
| 978 | notice, this list of conditions and the following disclaimer. |
| 979 | * Redistributions in binary form must reproduce the above copyright |
| 980 | notice, this list of conditions and the following disclaimer in |
| 981 | the documentation and/or other materials provided with the |
| 982 | distribution. |
| 983 | |
| 984 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS |
| 985 | "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT |
| 986 | LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS |
| 987 | FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE |
| 988 | COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, |
| 989 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, |
| 990 | BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS |
| 991 | OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED |
| 992 | AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, |
| 993 | OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT |
| 994 | OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 995 | SUCH DAMAGE. |
| 996 | |
| 997 | ------------------------------------------------------------------- |
| 998 | |
dimitry | 581723e | 2018-01-05 14:31:44 +0100 | [diff] [blame] | 999 | Copyright (C) 2018 The Android Open Source Project |
| 1000 | All rights reserved. |
| 1001 | |
| 1002 | Redistribution and use in source and binary forms, with or without |
| 1003 | modification, are permitted provided that the following conditions |
| 1004 | are met: |
| 1005 | * Redistributions of source code must retain the above copyright |
| 1006 | notice, this list of conditions and the following disclaimer. |
| 1007 | * Redistributions in binary form must reproduce the above copyright |
| 1008 | notice, this list of conditions and the following disclaimer in |
| 1009 | the documentation and/or other materials provided with the |
| 1010 | distribution. |
| 1011 | |
| 1012 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS |
| 1013 | "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT |
| 1014 | LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS |
| 1015 | FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE |
| 1016 | COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, |
| 1017 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, |
| 1018 | BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS |
| 1019 | OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED |
| 1020 | AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, |
| 1021 | OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT |
| 1022 | OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 1023 | SUCH DAMAGE. |
| 1024 | |
| 1025 | ------------------------------------------------------------------- |
| 1026 | |
Ryan Prichard | 45d1349 | 2019-01-03 02:51:30 -0800 | [diff] [blame] | 1027 | Copyright (C) 2019 The Android Open Source Project |
Tom Cherry | 40f69ae | 2019-07-17 10:49:51 -0700 | [diff] [blame] | 1028 | |
| 1029 | Licensed under the Apache License, Version 2.0 (the "License"); |
| 1030 | you may not use this file except in compliance with the License. |
| 1031 | You may obtain a copy of the License at |
| 1032 | |
Elliott Hughes | b030de2 | 2019-12-12 15:31:39 -0800 | [diff] [blame] | 1033 | http://www.apache.org/licenses/LICENSE-2.0 |
Tom Cherry | 40f69ae | 2019-07-17 10:49:51 -0700 | [diff] [blame] | 1034 | |
| 1035 | Unless required by applicable law or agreed to in writing, software |
| 1036 | distributed under the License is distributed on an "AS IS" BASIS, |
| 1037 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 1038 | See the License for the specific language governing permissions and |
| 1039 | limitations under the License. |
| 1040 | |
| 1041 | ------------------------------------------------------------------- |
| 1042 | |
| 1043 | Copyright (C) 2019 The Android Open Source Project |
Ryan Prichard | 45d1349 | 2019-01-03 02:51:30 -0800 | [diff] [blame] | 1044 | All rights reserved. |
| 1045 | |
| 1046 | Redistribution and use in source and binary forms, with or without |
| 1047 | modification, are permitted provided that the following conditions |
| 1048 | are met: |
| 1049 | * Redistributions of source code must retain the above copyright |
| 1050 | notice, this list of conditions and the following disclaimer. |
| 1051 | * Redistributions in binary form must reproduce the above copyright |
| 1052 | notice, this list of conditions and the following disclaimer in |
| 1053 | the documentation and/or other materials provided with the |
| 1054 | distribution. |
| 1055 | |
| 1056 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS |
| 1057 | "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT |
| 1058 | LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS |
| 1059 | FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE |
| 1060 | COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, |
| 1061 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, |
| 1062 | BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS |
| 1063 | OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED |
| 1064 | AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, |
| 1065 | OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT |
| 1066 | OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 1067 | SUCH DAMAGE. |
| 1068 | |
| 1069 | ------------------------------------------------------------------- |
| 1070 | |
Tom Cherry | 40f69ae | 2019-07-17 10:49:51 -0700 | [diff] [blame] | 1071 | Copyright (C) 2019 The Android Open Source Project |
| 1072 | All rights reserved. |
| 1073 | |
| 1074 | Redistribution and use in source and binary forms, with or without |
| 1075 | modification, are permitted provided that the following conditions |
| 1076 | are met: |
| 1077 | Redistributions of source code must retain the above copyright |
| 1078 | notice, this list of conditions and the following disclaimer. |
| 1079 | Redistributions in binary form must reproduce the above copyright |
| 1080 | notice, this list of conditions and the following disclaimer in |
| 1081 | the documentation and/or other materials provided with the |
| 1082 | distribution. |
| 1083 | |
| 1084 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS |
| 1085 | "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT |
| 1086 | LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS |
| 1087 | FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE |
| 1088 | COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, |
| 1089 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, |
| 1090 | BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS |
| 1091 | OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED |
| 1092 | AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, |
| 1093 | OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT |
| 1094 | OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 1095 | SUCH DAMAGE. |
| 1096 | |
| 1097 | ------------------------------------------------------------------- |
| 1098 | |
Ryan Prichard | 8bff8bb | 2020-01-22 13:59:03 -0800 | [diff] [blame] | 1099 | Copyright (C) 2020 The Android Open Source Project |
| 1100 | All rights reserved. |
| 1101 | |
| 1102 | Redistribution and use in source and binary forms, with or without |
| 1103 | modification, are permitted provided that the following conditions |
| 1104 | are met: |
| 1105 | * Redistributions of source code must retain the above copyright |
| 1106 | notice, this list of conditions and the following disclaimer. |
| 1107 | * Redistributions in binary form must reproduce the above copyright |
| 1108 | notice, this list of conditions and the following disclaimer in |
| 1109 | the documentation and/or other materials provided with the |
| 1110 | distribution. |
| 1111 | |
| 1112 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS |
| 1113 | "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT |
| 1114 | LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS |
| 1115 | FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE |
| 1116 | COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, |
| 1117 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, |
| 1118 | BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS |
| 1119 | OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED |
| 1120 | AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, |
| 1121 | OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT |
| 1122 | OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 1123 | SUCH DAMAGE. |
| 1124 | |
| 1125 | ------------------------------------------------------------------- |
| 1126 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 1127 | Copyright (c) 1980, 1983, 1988, 1993 |
| 1128 | The Regents of the University of California. All rights reserved. |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 1129 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 1130 | Redistribution and use in source and binary forms, with or without |
| 1131 | modification, are permitted provided that the following conditions |
| 1132 | are met: |
| 1133 | 1. Redistributions of source code must retain the above copyright |
| 1134 | notice, this list of conditions and the following disclaimer. |
| 1135 | 2. Redistributions in binary form must reproduce the above copyright |
| 1136 | notice, this list of conditions and the following disclaimer in the |
| 1137 | documentation and/or other materials provided with the distribution. |
| 1138 | 3. All advertising materials mentioning features or use of this software |
| 1139 | must display the following acknowledgement: |
| 1140 | This product includes software developed by the University of |
| 1141 | California, Berkeley and its contributors. |
| 1142 | 4. Neither the name of the University nor the names of its contributors |
| 1143 | may be used to endorse or promote products derived from this software |
| 1144 | without specific prior written permission. |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 1145 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 1146 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 1147 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 1148 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 1149 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 1150 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 1151 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 1152 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 1153 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 1154 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 1155 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 1156 | SUCH DAMAGE. |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 1157 | |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 1158 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 1159 | Portions Copyright (c) 1993 by Digital Equipment Corporation. |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 1160 | |
| 1161 | Permission to use, copy, modify, and distribute this software for any |
| 1162 | purpose with or without fee is hereby granted, provided that the above |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 1163 | copyright notice and this permission notice appear in all copies, and that |
| 1164 | the name of Digital Equipment Corporation not be used in advertising or |
| 1165 | publicity pertaining to distribution of the document or software without |
| 1166 | specific, written prior permission. |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 1167 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 1168 | THE SOFTWARE IS PROVIDED "AS IS" AND DIGITAL EQUIPMENT CORP. DISCLAIMS ALL |
| 1169 | WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES |
| 1170 | OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL DIGITAL EQUIPMENT |
| 1171 | CORPORATION BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL |
| 1172 | DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR |
| 1173 | PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS |
| 1174 | ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS |
| 1175 | SOFTWARE. |
| 1176 | |
| 1177 | ------------------------------------------------------------------- |
| 1178 | |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 1179 | Copyright (c) 1982, 1986, 1993 |
| 1180 | The Regents of the University of California. All rights reserved. |
| 1181 | |
| 1182 | Redistribution and use in source and binary forms, with or without |
| 1183 | modification, are permitted provided that the following conditions |
| 1184 | are met: |
| 1185 | 1. Redistributions of source code must retain the above copyright |
| 1186 | notice, this list of conditions and the following disclaimer. |
| 1187 | 2. Redistributions in binary form must reproduce the above copyright |
| 1188 | notice, this list of conditions and the following disclaimer in the |
| 1189 | documentation and/or other materials provided with the distribution. |
| 1190 | 3. Neither the name of the University nor the names of its contributors |
| 1191 | may be used to endorse or promote products derived from this software |
| 1192 | without specific prior written permission. |
| 1193 | |
| 1194 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 1195 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 1196 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 1197 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 1198 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 1199 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 1200 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 1201 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 1202 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 1203 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 1204 | SUCH DAMAGE. |
| 1205 | |
| 1206 | ------------------------------------------------------------------- |
| 1207 | |
Irina Tirdea | eac9eb4 | 2012-09-08 09:28:30 +0300 | [diff] [blame] | 1208 | Copyright (c) 1982, 1986, 1993 |
| 1209 | The Regents of the University of California. All rights reserved. |
| 1210 | (c) UNIX System Laboratories, Inc. |
| 1211 | All or some portions of this file are derived from material licensed |
| 1212 | to the University of California by American Telephone and Telegraph |
| 1213 | Co. or Unix System Laboratories, Inc. and are reproduced herein with |
| 1214 | the permission of UNIX System Laboratories, Inc. |
| 1215 | |
| 1216 | Redistribution and use in source and binary forms, with or without |
| 1217 | modification, are permitted provided that the following conditions |
| 1218 | are met: |
| 1219 | 1. Redistributions of source code must retain the above copyright |
| 1220 | notice, this list of conditions and the following disclaimer. |
| 1221 | 2. Redistributions in binary form must reproduce the above copyright |
| 1222 | notice, this list of conditions and the following disclaimer in the |
| 1223 | documentation and/or other materials provided with the distribution. |
| 1224 | 3. Neither the name of the University nor the names of its contributors |
| 1225 | may be used to endorse or promote products derived from this software |
| 1226 | without specific prior written permission. |
| 1227 | |
| 1228 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 1229 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 1230 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 1231 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 1232 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 1233 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 1234 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 1235 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 1236 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 1237 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 1238 | SUCH DAMAGE. |
| 1239 | |
| 1240 | ------------------------------------------------------------------- |
| 1241 | |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 1242 | Copyright (c) 1983, 1987, 1989 |
| 1243 | The Regents of the University of California. All rights reserved. |
| 1244 | |
| 1245 | Redistribution and use in source and binary forms, with or without |
| 1246 | modification, are permitted provided that the following conditions |
| 1247 | are met: |
| 1248 | 1. Redistributions of source code must retain the above copyright |
| 1249 | notice, this list of conditions and the following disclaimer. |
| 1250 | 2. Redistributions in binary form must reproduce the above copyright |
| 1251 | notice, this list of conditions and the following disclaimer in the |
| 1252 | documentation and/or other materials provided with the distribution. |
| 1253 | 3. Neither the name of the University nor the names of its contributors |
| 1254 | may be used to endorse or promote products derived from this software |
| 1255 | without specific prior written permission. |
| 1256 | |
| 1257 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 1258 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 1259 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 1260 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 1261 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 1262 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 1263 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 1264 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 1265 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 1266 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 1267 | SUCH DAMAGE. |
| 1268 | |
| 1269 | ------------------------------------------------------------------- |
| 1270 | |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 1271 | Copyright (c) 1983, 1989 |
| 1272 | The Regents of the University of California. All rights reserved. |
| 1273 | |
| 1274 | Redistribution and use in source and binary forms, with or without |
| 1275 | modification, are permitted provided that the following conditions |
| 1276 | are met: |
| 1277 | 1. Redistributions of source code must retain the above copyright |
| 1278 | notice, this list of conditions and the following disclaimer. |
| 1279 | 2. Redistributions in binary form must reproduce the above copyright |
| 1280 | notice, this list of conditions and the following disclaimer in the |
| 1281 | documentation and/or other materials provided with the distribution. |
| 1282 | 3. All advertising materials mentioning features or use of this software |
| 1283 | must display the following acknowledgement: |
| 1284 | This product includes software developed by the University of |
| 1285 | California, Berkeley and its contributors. |
| 1286 | 4. Neither the name of the University nor the names of its contributors |
| 1287 | may be used to endorse or promote products derived from this software |
| 1288 | without specific prior written permission. |
| 1289 | |
| 1290 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 1291 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 1292 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 1293 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 1294 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 1295 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 1296 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 1297 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 1298 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 1299 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 1300 | SUCH DAMAGE. |
| 1301 | |
| 1302 | ------------------------------------------------------------------- |
| 1303 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 1304 | Copyright (c) 1983, 1989, 1993 |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 1305 | The Regents of the University of California. All rights reserved. |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 1306 | |
| 1307 | Redistribution and use in source and binary forms, with or without |
| 1308 | modification, are permitted provided that the following conditions |
| 1309 | are met: |
| 1310 | 1. Redistributions of source code must retain the above copyright |
| 1311 | notice, this list of conditions and the following disclaimer. |
| 1312 | 2. Redistributions in binary form must reproduce the above copyright |
| 1313 | notice, this list of conditions and the following disclaimer in the |
| 1314 | documentation and/or other materials provided with the distribution. |
| 1315 | 3. Neither the name of the University nor the names of its contributors |
| 1316 | may be used to endorse or promote products derived from this software |
| 1317 | without specific prior written permission. |
| 1318 | |
| 1319 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 1320 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 1321 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 1322 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 1323 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 1324 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 1325 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 1326 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 1327 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 1328 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 1329 | SUCH DAMAGE. |
| 1330 | |
| 1331 | ------------------------------------------------------------------- |
| 1332 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 1333 | Copyright (c) 1983, 1993 |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 1334 | The Regents of the University of California. All rights reserved. |
| 1335 | |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 1336 | Redistribution and use in source and binary forms, with or without |
| 1337 | modification, are permitted provided that the following conditions |
| 1338 | are met: |
| 1339 | 1. Redistributions of source code must retain the above copyright |
| 1340 | notice, this list of conditions and the following disclaimer. |
| 1341 | 2. Redistributions in binary form must reproduce the above copyright |
| 1342 | notice, this list of conditions and the following disclaimer in the |
| 1343 | documentation and/or other materials provided with the distribution. |
| 1344 | 3. Neither the name of the University nor the names of its contributors |
| 1345 | may be used to endorse or promote products derived from this software |
| 1346 | without specific prior written permission. |
| 1347 | |
| 1348 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 1349 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 1350 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 1351 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 1352 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 1353 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 1354 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 1355 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 1356 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 1357 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 1358 | SUCH DAMAGE. |
| 1359 | |
| 1360 | ------------------------------------------------------------------- |
| 1361 | |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 1362 | Copyright (c) 1985 |
| 1363 | The Regents of the University of California. All rights reserved. |
| 1364 | |
| 1365 | Redistribution and use in source and binary forms, with or without |
| 1366 | modification, are permitted provided that the following conditions |
| 1367 | are met: |
| 1368 | 1. Redistributions of source code must retain the above copyright |
| 1369 | notice, this list of conditions and the following disclaimer. |
| 1370 | 2. Redistributions in binary form must reproduce the above copyright |
| 1371 | notice, this list of conditions and the following disclaimer in the |
| 1372 | documentation and/or other materials provided with the distribution. |
| 1373 | 3. All advertising materials mentioning features or use of this software |
| 1374 | must display the following acknowledgement: |
| 1375 | This product includes software developed by the University of |
| 1376 | California, Berkeley and its contributors. |
| 1377 | 4. Neither the name of the University nor the names of its contributors |
| 1378 | may be used to endorse or promote products derived from this software |
| 1379 | without specific prior written permission. |
| 1380 | |
| 1381 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 1382 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 1383 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 1384 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 1385 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 1386 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 1387 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 1388 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 1389 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 1390 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 1391 | SUCH DAMAGE. |
| 1392 | |
| 1393 | ------------------------------------------------------------------- |
| 1394 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 1395 | Copyright (c) 1985 Regents of the University of California. |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 1396 | All rights reserved. |
| 1397 | |
| 1398 | Redistribution and use in source and binary forms, with or without |
| 1399 | modification, are permitted provided that the following conditions |
| 1400 | are met: |
| 1401 | 1. Redistributions of source code must retain the above copyright |
| 1402 | notice, this list of conditions and the following disclaimer. |
| 1403 | 2. Redistributions in binary form must reproduce the above copyright |
| 1404 | notice, this list of conditions and the following disclaimer in the |
| 1405 | documentation and/or other materials provided with the distribution. |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 1406 | 3. Neither the name of the University nor the names of its contributors |
| 1407 | may be used to endorse or promote products derived from this software |
| 1408 | without specific prior written permission. |
| 1409 | |
| 1410 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 1411 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 1412 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 1413 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 1414 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 1415 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 1416 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 1417 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 1418 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 1419 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 1420 | SUCH DAMAGE. |
| 1421 | |
| 1422 | ------------------------------------------------------------------- |
| 1423 | |
| 1424 | Copyright (c) 1985, 1988, 1993 |
| 1425 | The Regents of the University of California. All rights reserved. |
| 1426 | |
| 1427 | Redistribution and use in source and binary forms, with or without |
| 1428 | modification, are permitted provided that the following conditions |
| 1429 | are met: |
| 1430 | 1. Redistributions of source code must retain the above copyright |
| 1431 | notice, this list of conditions and the following disclaimer. |
| 1432 | 2. Redistributions in binary form must reproduce the above copyright |
| 1433 | notice, this list of conditions and the following disclaimer in the |
| 1434 | documentation and/or other materials provided with the distribution. |
| 1435 | 3. Neither the name of the University nor the names of its contributors |
| 1436 | may be used to endorse or promote products derived from this software |
| 1437 | without specific prior written permission. |
| 1438 | |
| 1439 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 1440 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 1441 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 1442 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 1443 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 1444 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 1445 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 1446 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 1447 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 1448 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 1449 | SUCH DAMAGE. |
| 1450 | |
| 1451 | Portions Copyright (c) 1993 by Digital Equipment Corporation. |
| 1452 | |
| 1453 | Permission to use, copy, modify, and distribute this software for any |
| 1454 | purpose with or without fee is hereby granted, provided that the above |
| 1455 | copyright notice and this permission notice appear in all copies, and that |
| 1456 | the name of Digital Equipment Corporation not be used in advertising or |
| 1457 | publicity pertaining to distribution of the document or software without |
| 1458 | specific, written prior permission. |
| 1459 | |
| 1460 | THE SOFTWARE IS PROVIDED "AS IS" AND DIGITAL EQUIPMENT CORP. DISCLAIMS ALL |
| 1461 | WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES |
| 1462 | OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL DIGITAL EQUIPMENT |
| 1463 | CORPORATION BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL |
| 1464 | DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR |
| 1465 | PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS |
| 1466 | ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS |
| 1467 | SOFTWARE. |
| 1468 | |
| 1469 | ------------------------------------------------------------------- |
| 1470 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 1471 | Copyright (c) 1985, 1989, 1993 |
| 1472 | The Regents of the University of California. All rights reserved. |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 1473 | |
| 1474 | Redistribution and use in source and binary forms, with or without |
| 1475 | modification, are permitted provided that the following conditions |
| 1476 | are met: |
| 1477 | 1. Redistributions of source code must retain the above copyright |
| 1478 | notice, this list of conditions and the following disclaimer. |
| 1479 | 2. Redistributions in binary form must reproduce the above copyright |
| 1480 | notice, this list of conditions and the following disclaimer in the |
| 1481 | documentation and/or other materials provided with the distribution. |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 1482 | 3. All advertising materials mentioning features or use of this software |
| 1483 | must display the following acknowledgement: |
| 1484 | This product includes software developed by the University of |
| 1485 | California, Berkeley and its contributors. |
| 1486 | 4. Neither the name of the University nor the names of its contributors |
| 1487 | may be used to endorse or promote products derived from this software |
| 1488 | without specific prior written permission. |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 1489 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 1490 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 1491 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 1492 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 1493 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 1494 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 1495 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 1496 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 1497 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 1498 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 1499 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 1500 | SUCH DAMAGE. |
| 1501 | |
| 1502 | ------------------------------------------------------------------- |
| 1503 | |
| 1504 | Copyright (c) 1985, 1993 |
| 1505 | The Regents of the University of California. All rights reserved. |
| 1506 | |
| 1507 | Redistribution and use in source and binary forms, with or without |
| 1508 | modification, are permitted provided that the following conditions |
| 1509 | are met: |
| 1510 | 1. Redistributions of source code must retain the above copyright |
| 1511 | notice, this list of conditions and the following disclaimer. |
| 1512 | 2. Redistributions in binary form must reproduce the above copyright |
| 1513 | notice, this list of conditions and the following disclaimer in the |
| 1514 | documentation and/or other materials provided with the distribution. |
| 1515 | 3. All advertising materials mentioning features or use of this software |
| 1516 | must display the following acknowledgement: |
| 1517 | This product includes software developed by the University of |
| 1518 | California, Berkeley and its contributors. |
| 1519 | 4. Neither the name of the University nor the names of its contributors |
| 1520 | may be used to endorse or promote products derived from this software |
| 1521 | without specific prior written permission. |
| 1522 | |
| 1523 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 1524 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 1525 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 1526 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 1527 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 1528 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 1529 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 1530 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 1531 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 1532 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 1533 | SUCH DAMAGE. |
| 1534 | |
| 1535 | ------------------------------------------------------------------- |
| 1536 | |
| 1537 | Copyright (c) 1985, 1993 |
| 1538 | The Regents of the University of California. All rights reserved. |
| 1539 | |
| 1540 | Redistribution and use in source and binary forms, with or without |
| 1541 | modification, are permitted provided that the following conditions |
| 1542 | are met: |
| 1543 | 1. Redistributions of source code must retain the above copyright |
| 1544 | notice, this list of conditions and the following disclaimer. |
| 1545 | 2. Redistributions in binary form must reproduce the above copyright |
| 1546 | notice, this list of conditions and the following disclaimer in the |
| 1547 | documentation and/or other materials provided with the distribution. |
Dan Albert | c30862f | 2016-10-20 11:45:16 -0700 | [diff] [blame] | 1548 | 3. All advertising materials mentioning features or use of this software |
| 1549 | must display the following acknowledgement: |
| 1550 | This product includes software developed by the University of |
| 1551 | California, Berkeley and its contributors. |
| 1552 | 4. Neither the name of the University nor the names of its contributors |
| 1553 | may be used to endorse or promote products derived from this software |
| 1554 | without specific prior written permission. |
| 1555 | |
| 1556 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 1557 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 1558 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 1559 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 1560 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 1561 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 1562 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 1563 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 1564 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 1565 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 1566 | SUCH DAMAGE. |
| 1567 | |
| 1568 | ------------------------------------------------------------------- |
| 1569 | |
| 1570 | Copyright (c) 1985, 1993 |
| 1571 | The Regents of the University of California. All rights reserved. |
| 1572 | |
| 1573 | Redistribution and use in source and binary forms, with or without |
| 1574 | modification, are permitted provided that the following conditions |
| 1575 | are met: |
| 1576 | 1. Redistributions of source code must retain the above copyright |
| 1577 | notice, this list of conditions and the following disclaimer. |
| 1578 | 2. Redistributions in binary form must reproduce the above copyright |
| 1579 | notice, this list of conditions and the following disclaimer in the |
| 1580 | documentation and/or other materials provided with the distribution. |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 1581 | 3. Neither the name of the University nor the names of its contributors |
| 1582 | may be used to endorse or promote products derived from this software |
| 1583 | without specific prior written permission. |
| 1584 | |
| 1585 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 1586 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 1587 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 1588 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 1589 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 1590 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 1591 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 1592 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 1593 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 1594 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 1595 | SUCH DAMAGE. |
| 1596 | |
| 1597 | ------------------------------------------------------------------- |
| 1598 | |
| 1599 | Copyright (c) 1987 Regents of the University of California. |
| 1600 | All rights reserved. |
| 1601 | |
| 1602 | Redistribution and use in source and binary forms, with or without |
| 1603 | modification, are permitted provided that the following conditions |
| 1604 | are met: |
| 1605 | 1. Redistributions of source code must retain the above copyright |
| 1606 | notice, this list of conditions and the following disclaimer. |
| 1607 | 2. Redistributions in binary form must reproduce the above copyright |
| 1608 | notice, this list of conditions and the following disclaimer in the |
| 1609 | documentation and/or other materials provided with the distribution. |
| 1610 | 3. Neither the name of the University nor the names of its contributors |
| 1611 | may be used to endorse or promote products derived from this software |
| 1612 | without specific prior written permission. |
| 1613 | |
| 1614 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 1615 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 1616 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 1617 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 1618 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 1619 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 1620 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 1621 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 1622 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 1623 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 1624 | SUCH DAMAGE. |
| 1625 | |
| 1626 | ------------------------------------------------------------------- |
| 1627 | |
| 1628 | Copyright (c) 1987, 1993 |
| 1629 | The Regents of the University of California. All rights reserved. |
| 1630 | |
| 1631 | Redistribution and use in source and binary forms, with or without |
| 1632 | modification, are permitted provided that the following conditions |
| 1633 | are met: |
| 1634 | 1. Redistributions of source code must retain the above copyright |
| 1635 | notice, this list of conditions and the following disclaimer. |
| 1636 | 2. Redistributions in binary form must reproduce the above copyright |
| 1637 | notice, this list of conditions and the following disclaimer in the |
| 1638 | documentation and/or other materials provided with the distribution. |
| 1639 | 3. All advertising materials mentioning features or use of this software |
| 1640 | must display the following acknowledgement: |
| 1641 | This product includes software developed by the University of |
| 1642 | California, Berkeley and its contributors. |
| 1643 | 4. Neither the name of the University nor the names of its contributors |
| 1644 | may be used to endorse or promote products derived from this software |
| 1645 | without specific prior written permission. |
| 1646 | |
| 1647 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 1648 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 1649 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 1650 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 1651 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 1652 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 1653 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 1654 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 1655 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 1656 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 1657 | SUCH DAMAGE. |
| 1658 | |
| 1659 | ------------------------------------------------------------------- |
| 1660 | |
| 1661 | Copyright (c) 1987, 1993 |
| 1662 | The Regents of the University of California. All rights reserved. |
| 1663 | |
| 1664 | Redistribution and use in source and binary forms, with or without |
| 1665 | modification, are permitted provided that the following conditions |
| 1666 | are met: |
| 1667 | 1. Redistributions of source code must retain the above copyright |
| 1668 | notice, this list of conditions and the following disclaimer. |
| 1669 | 2. Redistributions in binary form must reproduce the above copyright |
| 1670 | notice, this list of conditions and the following disclaimer in the |
| 1671 | documentation and/or other materials provided with the distribution. |
| 1672 | 3. Neither the name of the University nor the names of its contributors |
| 1673 | may be used to endorse or promote products derived from this software |
| 1674 | without specific prior written permission. |
| 1675 | |
| 1676 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 1677 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 1678 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 1679 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 1680 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 1681 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 1682 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 1683 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 1684 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 1685 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 1686 | SUCH DAMAGE. |
| 1687 | |
| 1688 | ------------------------------------------------------------------- |
| 1689 | |
| 1690 | Copyright (c) 1988 Regents of the University of California. |
| 1691 | All rights reserved. |
| 1692 | |
| 1693 | Redistribution and use in source and binary forms, with or without |
| 1694 | modification, are permitted provided that the following conditions |
| 1695 | are met: |
| 1696 | 1. Redistributions of source code must retain the above copyright |
| 1697 | notice, this list of conditions and the following disclaimer. |
| 1698 | 2. Redistributions in binary form must reproduce the above copyright |
| 1699 | notice, this list of conditions and the following disclaimer in the |
| 1700 | documentation and/or other materials provided with the distribution. |
| 1701 | 3. Neither the name of the University nor the names of its contributors |
| 1702 | may be used to endorse or promote products derived from this software |
| 1703 | without specific prior written permission. |
| 1704 | |
| 1705 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 1706 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 1707 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 1708 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 1709 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 1710 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 1711 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 1712 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 1713 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 1714 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 1715 | SUCH DAMAGE. |
| 1716 | |
| 1717 | ------------------------------------------------------------------- |
| 1718 | |
| 1719 | Copyright (c) 1988 The Regents of the University of California. |
| 1720 | All rights reserved. |
| 1721 | |
| 1722 | Redistribution and use in source and binary forms, with or without |
| 1723 | modification, are permitted provided that the following conditions |
| 1724 | are met: |
| 1725 | 1. Redistributions of source code must retain the above copyright |
| 1726 | notice, this list of conditions and the following disclaimer. |
| 1727 | 2. Redistributions in binary form must reproduce the above copyright |
| 1728 | notice, this list of conditions and the following disclaimer in the |
| 1729 | documentation and/or other materials provided with the distribution. |
| 1730 | 3. Neither the name of the University nor the names of its contributors |
| 1731 | may be used to endorse or promote products derived from this software |
| 1732 | without specific prior written permission. |
| 1733 | |
| 1734 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 1735 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 1736 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 1737 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 1738 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 1739 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 1740 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 1741 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 1742 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 1743 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 1744 | SUCH DAMAGE. |
| 1745 | |
| 1746 | ------------------------------------------------------------------- |
| 1747 | |
| 1748 | Copyright (c) 1988, 1993 |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 1749 | The Regents of the University of California. All rights reserved. |
| 1750 | |
| 1751 | Redistribution and use in source and binary forms, with or without |
| 1752 | modification, are permitted provided that the following conditions |
| 1753 | are met: |
| 1754 | 1. Redistributions of source code must retain the above copyright |
| 1755 | notice, this list of conditions and the following disclaimer. |
| 1756 | 2. Redistributions in binary form must reproduce the above copyright |
| 1757 | notice, this list of conditions and the following disclaimer in the |
| 1758 | documentation and/or other materials provided with the distribution. |
| 1759 | 3. All advertising materials mentioning features or use of this software |
| 1760 | must display the following acknowledgement: |
| 1761 | This product includes software developed by the University of |
| 1762 | California, Berkeley and its contributors. |
| 1763 | 4. Neither the name of the University nor the names of its contributors |
| 1764 | may be used to endorse or promote products derived from this software |
| 1765 | without specific prior written permission. |
| 1766 | |
| 1767 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 1768 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 1769 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 1770 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 1771 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 1772 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 1773 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 1774 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 1775 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 1776 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 1777 | SUCH DAMAGE. |
| 1778 | |
| 1779 | ------------------------------------------------------------------- |
| 1780 | |
| 1781 | Copyright (c) 1988, 1993 |
| 1782 | The Regents of the University of California. All rights reserved. |
| 1783 | |
| 1784 | Redistribution and use in source and binary forms, with or without |
| 1785 | modification, are permitted provided that the following conditions |
| 1786 | are met: |
| 1787 | 1. Redistributions of source code must retain the above copyright |
| 1788 | notice, this list of conditions and the following disclaimer. |
| 1789 | 2. Redistributions in binary form must reproduce the above copyright |
| 1790 | notice, this list of conditions and the following disclaimer in the |
| 1791 | documentation and/or other materials provided with the distribution. |
Dan Albert | c30862f | 2016-10-20 11:45:16 -0700 | [diff] [blame] | 1792 | 3. All advertising materials mentioning features or use of this software |
| 1793 | must display the following acknowledgement: |
| 1794 | This product includes software developed by the University of |
| 1795 | California, Berkeley and its contributors. |
| 1796 | 4. Neither the name of the University nor the names of its contributors |
| 1797 | may be used to endorse or promote products derived from this software |
| 1798 | without specific prior written permission. |
| 1799 | |
| 1800 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 1801 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 1802 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 1803 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 1804 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 1805 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 1806 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 1807 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 1808 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 1809 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 1810 | SUCH DAMAGE. |
| 1811 | |
| 1812 | ------------------------------------------------------------------- |
| 1813 | |
| 1814 | Copyright (c) 1988, 1993 |
| 1815 | The Regents of the University of California. All rights reserved. |
| 1816 | |
| 1817 | Redistribution and use in source and binary forms, with or without |
| 1818 | modification, are permitted provided that the following conditions |
| 1819 | are met: |
| 1820 | 1. Redistributions of source code must retain the above copyright |
| 1821 | notice, this list of conditions and the following disclaimer. |
| 1822 | 2. Redistributions in binary form must reproduce the above copyright |
| 1823 | notice, this list of conditions and the following disclaimer in the |
| 1824 | documentation and/or other materials provided with the distribution. |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 1825 | 3. Neither the name of the University nor the names of its contributors |
| 1826 | may be used to endorse or promote products derived from this software |
| 1827 | without specific prior written permission. |
| 1828 | |
| 1829 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 1830 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 1831 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 1832 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 1833 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 1834 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 1835 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 1836 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 1837 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 1838 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 1839 | SUCH DAMAGE. |
| 1840 | |
| 1841 | ------------------------------------------------------------------- |
| 1842 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 1843 | Copyright (c) 1989 The Regents of the University of California. |
| 1844 | All rights reserved. |
| 1845 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 1846 | Redistribution and use in source and binary forms, with or without |
| 1847 | modification, are permitted provided that the following conditions |
| 1848 | are met: |
| 1849 | 1. Redistributions of source code must retain the above copyright |
| 1850 | notice, this list of conditions and the following disclaimer. |
| 1851 | 2. Redistributions in binary form must reproduce the above copyright |
| 1852 | notice, this list of conditions and the following disclaimer in the |
| 1853 | documentation and/or other materials provided with the distribution. |
| 1854 | 3. Neither the name of the University nor the names of its contributors |
| 1855 | may be used to endorse or promote products derived from this software |
| 1856 | without specific prior written permission. |
| 1857 | |
| 1858 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 1859 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 1860 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 1861 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 1862 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 1863 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 1864 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 1865 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 1866 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 1867 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 1868 | SUCH DAMAGE. |
| 1869 | |
| 1870 | ------------------------------------------------------------------- |
| 1871 | |
| 1872 | Copyright (c) 1989 The Regents of the University of California. |
| 1873 | All rights reserved. |
| 1874 | (c) UNIX System Laboratories, Inc. |
| 1875 | All or some portions of this file are derived from material licensed |
| 1876 | to the University of California by American Telephone and Telegraph |
| 1877 | Co. or Unix System Laboratories, Inc. and are reproduced herein with |
| 1878 | the permission of UNIX System Laboratories, Inc. |
| 1879 | |
| 1880 | Redistribution and use in source and binary forms, with or without |
| 1881 | modification, are permitted provided that the following conditions |
| 1882 | are met: |
| 1883 | 1. Redistributions of source code must retain the above copyright |
| 1884 | notice, this list of conditions and the following disclaimer. |
| 1885 | 2. Redistributions in binary form must reproduce the above copyright |
| 1886 | notice, this list of conditions and the following disclaimer in the |
| 1887 | documentation and/or other materials provided with the distribution. |
| 1888 | 3. Neither the name of the University nor the names of its contributors |
| 1889 | may be used to endorse or promote products derived from this software |
| 1890 | without specific prior written permission. |
| 1891 | |
| 1892 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 1893 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 1894 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 1895 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 1896 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 1897 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 1898 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 1899 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 1900 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 1901 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 1902 | SUCH DAMAGE. |
| 1903 | |
| 1904 | ------------------------------------------------------------------- |
| 1905 | |
| 1906 | Copyright (c) 1989, 1993 |
| 1907 | The Regents of the University of California. All rights reserved. |
| 1908 | |
| 1909 | Redistribution and use in source and binary forms, with or without |
| 1910 | modification, are permitted provided that the following conditions |
| 1911 | are met: |
| 1912 | 1. Redistributions of source code must retain the above copyright |
| 1913 | notice, this list of conditions and the following disclaimer. |
| 1914 | 2. Redistributions in binary form must reproduce the above copyright |
| 1915 | notice, this list of conditions and the following disclaimer in the |
| 1916 | documentation and/or other materials provided with the distribution. |
| 1917 | 3. Neither the name of the University nor the names of its contributors |
| 1918 | may be used to endorse or promote products derived from this software |
| 1919 | without specific prior written permission. |
| 1920 | |
| 1921 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 1922 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 1923 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 1924 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 1925 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 1926 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 1927 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 1928 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 1929 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 1930 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 1931 | SUCH DAMAGE. |
| 1932 | |
| 1933 | ------------------------------------------------------------------- |
| 1934 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 1935 | Copyright (c) 1989, 1993 |
| 1936 | The Regents of the University of California. All rights reserved. |
| 1937 | |
| 1938 | Redistribution and use in source and binary forms, with or without |
| 1939 | modification, are permitted provided that the following conditions |
| 1940 | are met: |
| 1941 | 1. Redistributions of source code must retain the above copyright |
| 1942 | notice, this list of conditions and the following disclaimer. |
| 1943 | 2. Redistributions in binary form must reproduce the above copyright |
| 1944 | notice, this list of conditions and the following disclaimer in the |
| 1945 | documentation and/or other materials provided with the distribution. |
| 1946 | 4. Neither the name of the University nor the names of its contributors |
| 1947 | may be used to endorse or promote products derived from this software |
| 1948 | without specific prior written permission. |
| 1949 | |
| 1950 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 1951 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 1952 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 1953 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 1954 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 1955 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 1956 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 1957 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 1958 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 1959 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 1960 | SUCH DAMAGE. |
| 1961 | |
| 1962 | ------------------------------------------------------------------- |
| 1963 | |
| 1964 | Copyright (c) 1989, 1993 |
| 1965 | The Regents of the University of California. All rights reserved. |
Elliott Hughes | acbe322 | 2014-04-16 17:01:12 -0700 | [diff] [blame] | 1966 | |
| 1967 | This code is derived from software contributed to Berkeley by |
Elliott Hughes | f1c568d | 2017-09-26 17:09:07 -0700 | [diff] [blame] | 1968 | Guido van Rossum. |
| 1969 | |
| 1970 | Copyright (c) 2011 The FreeBSD Foundation |
| 1971 | All rights reserved. |
| 1972 | Portions of this software were developed by David Chisnall |
| 1973 | under sponsorship from the FreeBSD Foundation. |
| 1974 | |
| 1975 | Redistribution and use in source and binary forms, with or without |
| 1976 | modification, are permitted provided that the following conditions |
| 1977 | are met: |
| 1978 | 1. Redistributions of source code must retain the above copyright |
| 1979 | notice, this list of conditions and the following disclaimer. |
| 1980 | 2. Redistributions in binary form must reproduce the above copyright |
| 1981 | notice, this list of conditions and the following disclaimer in the |
| 1982 | documentation and/or other materials provided with the distribution. |
| 1983 | 3. Neither the name of the University nor the names of its contributors |
| 1984 | may be used to endorse or promote products derived from this software |
| 1985 | without specific prior written permission. |
| 1986 | |
| 1987 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 1988 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 1989 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 1990 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 1991 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 1992 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 1993 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 1994 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 1995 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 1996 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 1997 | SUCH DAMAGE. |
| 1998 | |
| 1999 | ------------------------------------------------------------------- |
| 2000 | |
| 2001 | Copyright (c) 1989, 1993 |
| 2002 | The Regents of the University of California. All rights reserved. |
| 2003 | |
| 2004 | This code is derived from software contributed to Berkeley by |
| 2005 | Guido van Rossum. |
| 2006 | |
| 2007 | Redistribution and use in source and binary forms, with or without |
| 2008 | modification, are permitted provided that the following conditions |
| 2009 | are met: |
| 2010 | 1. Redistributions of source code must retain the above copyright |
| 2011 | notice, this list of conditions and the following disclaimer. |
| 2012 | 2. Redistributions in binary form must reproduce the above copyright |
| 2013 | notice, this list of conditions and the following disclaimer in the |
| 2014 | documentation and/or other materials provided with the distribution. |
| 2015 | 3. Neither the name of the University nor the names of its contributors |
| 2016 | may be used to endorse or promote products derived from this software |
| 2017 | without specific prior written permission. |
| 2018 | |
| 2019 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 2020 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 2021 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 2022 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 2023 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 2024 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 2025 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 2026 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 2027 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 2028 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 2029 | SUCH DAMAGE. |
| 2030 | |
| 2031 | ------------------------------------------------------------------- |
| 2032 | |
| 2033 | Copyright (c) 1989, 1993 |
| 2034 | The Regents of the University of California. All rights reserved. |
| 2035 | |
| 2036 | This code is derived from software contributed to Berkeley by |
Elliott Hughes | acbe322 | 2014-04-16 17:01:12 -0700 | [diff] [blame] | 2037 | Roger L. Snyder. |
| 2038 | |
| 2039 | Redistribution and use in source and binary forms, with or without |
| 2040 | modification, are permitted provided that the following conditions |
| 2041 | are met: |
| 2042 | 1. Redistributions of source code must retain the above copyright |
| 2043 | notice, this list of conditions and the following disclaimer. |
| 2044 | 2. Redistributions in binary form must reproduce the above copyright |
| 2045 | notice, this list of conditions and the following disclaimer in the |
| 2046 | documentation and/or other materials provided with the distribution. |
| 2047 | 3. Neither the name of the University nor the names of its contributors |
| 2048 | may be used to endorse or promote products derived from this software |
| 2049 | without specific prior written permission. |
| 2050 | |
| 2051 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 2052 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 2053 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 2054 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 2055 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 2056 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 2057 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 2058 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 2059 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 2060 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 2061 | SUCH DAMAGE. |
| 2062 | |
| 2063 | ------------------------------------------------------------------- |
| 2064 | |
| 2065 | Copyright (c) 1989, 1993 |
| 2066 | The Regents of the University of California. All rights reserved. |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 2067 | (c) UNIX System Laboratories, Inc. |
| 2068 | All or some portions of this file are derived from material licensed |
| 2069 | to the University of California by American Telephone and Telegraph |
| 2070 | Co. or Unix System Laboratories, Inc. and are reproduced herein with |
| 2071 | the permission of UNIX System Laboratories, Inc. |
| 2072 | |
| 2073 | Redistribution and use in source and binary forms, with or without |
| 2074 | modification, are permitted provided that the following conditions |
| 2075 | are met: |
| 2076 | 1. Redistributions of source code must retain the above copyright |
| 2077 | notice, this list of conditions and the following disclaimer. |
| 2078 | 2. Redistributions in binary form must reproduce the above copyright |
| 2079 | notice, this list of conditions and the following disclaimer in the |
| 2080 | documentation and/or other materials provided with the distribution. |
| 2081 | 3. Neither the name of the University nor the names of its contributors |
| 2082 | may be used to endorse or promote products derived from this software |
| 2083 | without specific prior written permission. |
| 2084 | |
| 2085 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 2086 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 2087 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 2088 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 2089 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 2090 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 2091 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 2092 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 2093 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 2094 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 2095 | SUCH DAMAGE. |
| 2096 | |
| 2097 | ------------------------------------------------------------------- |
| 2098 | |
Elliott Hughes | b4931ce | 2016-02-08 17:00:12 -0800 | [diff] [blame] | 2099 | Copyright (c) 1990 Regents of the University of California. |
| 2100 | All rights reserved. |
| 2101 | |
| 2102 | This code is derived from software contributed to Berkeley by |
| 2103 | Chris Torek. |
| 2104 | |
| 2105 | Redistribution and use in source and binary forms, with or without |
| 2106 | modification, are permitted provided that the following conditions |
| 2107 | are met: |
| 2108 | 1. Redistributions of source code must retain the above copyright |
| 2109 | notice, this list of conditions and the following disclaimer. |
| 2110 | 2. Redistributions in binary form must reproduce the above copyright |
| 2111 | notice, this list of conditions and the following disclaimer in the |
| 2112 | documentation and/or other materials provided with the distribution. |
| 2113 | 3. Neither the name of the University nor the names of its contributors |
| 2114 | may be used to endorse or promote products derived from this software |
| 2115 | without specific prior written permission. |
| 2116 | |
| 2117 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 2118 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 2119 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 2120 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 2121 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 2122 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 2123 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 2124 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 2125 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 2126 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 2127 | SUCH DAMAGE. |
| 2128 | |
| 2129 | ------------------------------------------------------------------- |
| 2130 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 2131 | Copyright (c) 1990 The Regents of the University of California. |
| 2132 | All rights reserved. |
| 2133 | |
| 2134 | Redistribution and use in source and binary forms, with or without |
| 2135 | modification, are permitted provided that the following conditions |
| 2136 | are met: |
| 2137 | 1. Redistributions of source code must retain the above copyright |
| 2138 | notice, this list of conditions and the following disclaimer. |
| 2139 | 2. Redistributions in binary form must reproduce the above copyright |
| 2140 | notice, this list of conditions and the following disclaimer in the |
| 2141 | documentation and/or other materials provided with the distribution. |
| 2142 | 3. Neither the name of the University nor the names of its contributors |
| 2143 | may be used to endorse or promote products derived from this software |
| 2144 | without specific prior written permission. |
| 2145 | |
| 2146 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 2147 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 2148 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 2149 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 2150 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 2151 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 2152 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 2153 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 2154 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 2155 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 2156 | SUCH DAMAGE. |
| 2157 | |
| 2158 | ------------------------------------------------------------------- |
| 2159 | |
| 2160 | Copyright (c) 1990 The Regents of the University of California. |
| 2161 | All rights reserved. |
| 2162 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 2163 | This code is derived from software contributed to Berkeley by |
| 2164 | Chris Torek. |
| 2165 | |
| 2166 | Redistribution and use in source and binary forms, with or without |
| 2167 | modification, are permitted provided that the following conditions |
| 2168 | are met: |
| 2169 | 1. Redistributions of source code must retain the above copyright |
| 2170 | notice, this list of conditions and the following disclaimer. |
| 2171 | 2. Redistributions in binary form must reproduce the above copyright |
| 2172 | notice, this list of conditions and the following disclaimer in the |
| 2173 | documentation and/or other materials provided with the distribution. |
| 2174 | 3. Neither the name of the University nor the names of its contributors |
| 2175 | may be used to endorse or promote products derived from this software |
| 2176 | without specific prior written permission. |
| 2177 | |
| 2178 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 2179 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 2180 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 2181 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 2182 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 2183 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 2184 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 2185 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 2186 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 2187 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 2188 | SUCH DAMAGE. |
| 2189 | |
| 2190 | ------------------------------------------------------------------- |
| 2191 | |
| 2192 | Copyright (c) 1990 The Regents of the University of California. |
| 2193 | All rights reserved. |
| 2194 | |
| 2195 | This code is derived from software contributed to Berkeley by |
| 2196 | William Jolitz. |
| 2197 | |
| 2198 | Redistribution and use in source and binary forms, with or without |
| 2199 | modification, are permitted provided that the following conditions |
| 2200 | are met: |
| 2201 | 1. Redistributions of source code must retain the above copyright |
| 2202 | notice, this list of conditions and the following disclaimer. |
| 2203 | 2. Redistributions in binary form must reproduce the above copyright |
| 2204 | notice, this list of conditions and the following disclaimer in the |
| 2205 | documentation and/or other materials provided with the distribution. |
| 2206 | 3. Neither the name of the University nor the names of its contributors |
| 2207 | may be used to endorse or promote products derived from this software |
| 2208 | without specific prior written permission. |
| 2209 | |
| 2210 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 2211 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 2212 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 2213 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 2214 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 2215 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 2216 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 2217 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 2218 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 2219 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 2220 | SUCH DAMAGE. |
| 2221 | |
| 2222 | ------------------------------------------------------------------- |
| 2223 | |
| 2224 | Copyright (c) 1990, 1993 |
| 2225 | The Regents of the University of California. All rights reserved. |
| 2226 | |
| 2227 | Redistribution and use in source and binary forms, with or without |
| 2228 | modification, are permitted provided that the following conditions |
| 2229 | are met: |
| 2230 | 1. Redistributions of source code must retain the above copyright |
| 2231 | notice, this list of conditions and the following disclaimer. |
| 2232 | 2. Redistributions in binary form must reproduce the above copyright |
| 2233 | notice, this list of conditions and the following disclaimer in the |
| 2234 | documentation and/or other materials provided with the distribution. |
| 2235 | 3. Neither the name of the University nor the names of its contributors |
| 2236 | may be used to endorse or promote products derived from this software |
| 2237 | without specific prior written permission. |
| 2238 | |
| 2239 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 2240 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 2241 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 2242 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 2243 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 2244 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 2245 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 2246 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 2247 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 2248 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 2249 | SUCH DAMAGE. |
| 2250 | |
| 2251 | ------------------------------------------------------------------- |
| 2252 | |
| 2253 | Copyright (c) 1990, 1993 |
| 2254 | The Regents of the University of California. All rights reserved. |
| 2255 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 2256 | This code is derived from software contributed to Berkeley by |
| 2257 | Chris Torek. |
| 2258 | |
| 2259 | Redistribution and use in source and binary forms, with or without |
| 2260 | modification, are permitted provided that the following conditions |
| 2261 | are met: |
| 2262 | 1. Redistributions of source code must retain the above copyright |
| 2263 | notice, this list of conditions and the following disclaimer. |
| 2264 | 2. Redistributions in binary form must reproduce the above copyright |
| 2265 | notice, this list of conditions and the following disclaimer in the |
| 2266 | documentation and/or other materials provided with the distribution. |
| 2267 | 3. Neither the name of the University nor the names of its contributors |
| 2268 | may be used to endorse or promote products derived from this software |
| 2269 | without specific prior written permission. |
| 2270 | |
| 2271 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 2272 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 2273 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 2274 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 2275 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 2276 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 2277 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 2278 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 2279 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 2280 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 2281 | SUCH DAMAGE. |
| 2282 | |
| 2283 | ------------------------------------------------------------------- |
| 2284 | |
| 2285 | Copyright (c) 1990, 1993 |
| 2286 | The Regents of the University of California. All rights reserved. |
| 2287 | |
| 2288 | This code is derived from software contributed to Berkeley by |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 2289 | Donn Seeley at UUNET Technologies, Inc. |
| 2290 | |
| 2291 | Redistribution and use in source and binary forms, with or without |
| 2292 | modification, are permitted provided that the following conditions |
| 2293 | are met: |
| 2294 | 1. Redistributions of source code must retain the above copyright |
| 2295 | notice, this list of conditions and the following disclaimer. |
| 2296 | 2. Redistributions in binary form must reproduce the above copyright |
| 2297 | notice, this list of conditions and the following disclaimer in the |
| 2298 | documentation and/or other materials provided with the distribution. |
| 2299 | 3. Neither the name of the University nor the names of its contributors |
| 2300 | may be used to endorse or promote products derived from this software |
| 2301 | without specific prior written permission. |
| 2302 | |
| 2303 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 2304 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 2305 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 2306 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 2307 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 2308 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 2309 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 2310 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 2311 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 2312 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 2313 | SUCH DAMAGE. |
| 2314 | |
| 2315 | ------------------------------------------------------------------- |
| 2316 | |
| 2317 | Copyright (c) 1990, 1993 |
| 2318 | The Regents of the University of California. All rights reserved. |
Elliott Hughes | bfa582d | 2014-05-05 14:58:17 -0700 | [diff] [blame] | 2319 | |
| 2320 | This code is derived from software contributed to Berkeley by |
| 2321 | Donn Seeley at UUNET Technologies, Inc. |
| 2322 | |
| 2323 | Redistribution and use in source and binary forms, with or without |
| 2324 | modification, are permitted provided that the following conditions |
| 2325 | are met: |
| 2326 | 1. Redistributions of source code must retain the above copyright |
| 2327 | notice, this list of conditions and the following disclaimer. |
| 2328 | 2. Redistributions in binary form must reproduce the above copyright |
| 2329 | notice, this list of conditions and the following disclaimer in the |
| 2330 | documentation and/or other materials provided with the distribution. |
| 2331 | 4. Neither the name of the University nor the names of its contributors |
| 2332 | may be used to endorse or promote products derived from this software |
| 2333 | without specific prior written permission. |
| 2334 | |
| 2335 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 2336 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 2337 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 2338 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 2339 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 2340 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 2341 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 2342 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 2343 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 2344 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 2345 | SUCH DAMAGE. |
| 2346 | |
| 2347 | ------------------------------------------------------------------- |
| 2348 | |
| 2349 | Copyright (c) 1990, 1993 |
| 2350 | The Regents of the University of California. All rights reserved. |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 2351 | (c) UNIX System Laboratories, Inc. |
| 2352 | All or some portions of this file are derived from material licensed |
| 2353 | to the University of California by American Telephone and Telegraph |
| 2354 | Co. or Unix System Laboratories, Inc. and are reproduced herein with |
| 2355 | the permission of UNIX System Laboratories, Inc. |
| 2356 | |
| 2357 | Redistribution and use in source and binary forms, with or without |
| 2358 | modification, are permitted provided that the following conditions |
| 2359 | are met: |
| 2360 | 1. Redistributions of source code must retain the above copyright |
| 2361 | notice, this list of conditions and the following disclaimer. |
| 2362 | 2. Redistributions in binary form must reproduce the above copyright |
| 2363 | notice, this list of conditions and the following disclaimer in the |
| 2364 | documentation and/or other materials provided with the distribution. |
| 2365 | 3. Neither the name of the University nor the names of its contributors |
| 2366 | may be used to endorse or promote products derived from this software |
| 2367 | without specific prior written permission. |
| 2368 | |
| 2369 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 2370 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 2371 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 2372 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 2373 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 2374 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 2375 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 2376 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 2377 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 2378 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 2379 | SUCH DAMAGE. |
| 2380 | |
| 2381 | ------------------------------------------------------------------- |
| 2382 | |
| 2383 | Copyright (c) 1990, 1993, 1994 |
| 2384 | The Regents of the University of California. All rights reserved. |
| 2385 | |
| 2386 | Redistribution and use in source and binary forms, with or without |
| 2387 | modification, are permitted provided that the following conditions |
| 2388 | are met: |
| 2389 | 1. Redistributions of source code must retain the above copyright |
| 2390 | notice, this list of conditions and the following disclaimer. |
| 2391 | 2. Redistributions in binary form must reproduce the above copyright |
| 2392 | notice, this list of conditions and the following disclaimer in the |
| 2393 | documentation and/or other materials provided with the distribution. |
| 2394 | 3. Neither the name of the University nor the names of its contributors |
| 2395 | may be used to endorse or promote products derived from this software |
| 2396 | without specific prior written permission. |
| 2397 | |
| 2398 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 2399 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 2400 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 2401 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 2402 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 2403 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 2404 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 2405 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 2406 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 2407 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 2408 | SUCH DAMAGE. |
| 2409 | |
| 2410 | ------------------------------------------------------------------- |
| 2411 | |
| 2412 | Copyright (c) 1990, 1993, 1994 |
| 2413 | The Regents of the University of California. All rights reserved. |
| 2414 | |
| 2415 | This code is derived from software contributed to Berkeley by |
| 2416 | Chris Torek. |
| 2417 | |
| 2418 | Redistribution and use in source and binary forms, with or without |
| 2419 | modification, are permitted provided that the following conditions |
| 2420 | are met: |
| 2421 | 1. Redistributions of source code must retain the above copyright |
| 2422 | notice, this list of conditions and the following disclaimer. |
| 2423 | 2. Redistributions in binary form must reproduce the above copyright |
| 2424 | notice, this list of conditions and the following disclaimer in the |
| 2425 | documentation and/or other materials provided with the distribution. |
| 2426 | 3. Neither the name of the University nor the names of its contributors |
| 2427 | may be used to endorse or promote products derived from this software |
| 2428 | without specific prior written permission. |
| 2429 | |
| 2430 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 2431 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 2432 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 2433 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 2434 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 2435 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 2436 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 2437 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 2438 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 2439 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 2440 | SUCH DAMAGE. |
| 2441 | |
| 2442 | ------------------------------------------------------------------- |
| 2443 | |
Elliott Hughes | 4e54b11 | 2014-03-06 15:06:11 -0800 | [diff] [blame] | 2444 | Copyright (c) 1991 The Regents of the University of California. |
| 2445 | All rights reserved. |
| 2446 | |
| 2447 | Redistribution and use in source and binary forms, with or without |
| 2448 | modification, are permitted provided that the following conditions |
| 2449 | are met: |
| 2450 | 1. Redistributions of source code must retain the above copyright |
| 2451 | notice, this list of conditions and the following disclaimer. |
| 2452 | 2. Redistributions in binary form must reproduce the above copyright |
| 2453 | notice, this list of conditions and the following disclaimer in the |
| 2454 | documentation and/or other materials provided with the distribution. |
| 2455 | 3. Neither the name of the University nor the names of its contributors |
| 2456 | may be used to endorse or promote products derived from this software |
| 2457 | without specific prior written permission. |
| 2458 | |
| 2459 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 2460 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 2461 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 2462 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 2463 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 2464 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 2465 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 2466 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 2467 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 2468 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 2469 | SUCH DAMAGE. |
| 2470 | |
| 2471 | ------------------------------------------------------------------- |
| 2472 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 2473 | Copyright (c) 1991, 1993 |
| 2474 | The Regents of the University of California. All rights reserved. |
| 2475 | |
| 2476 | Redistribution and use in source and binary forms, with or without |
| 2477 | modification, are permitted provided that the following conditions |
| 2478 | are met: |
| 2479 | 1. Redistributions of source code must retain the above copyright |
| 2480 | notice, this list of conditions and the following disclaimer. |
| 2481 | 2. Redistributions in binary form must reproduce the above copyright |
| 2482 | notice, this list of conditions and the following disclaimer in the |
| 2483 | documentation and/or other materials provided with the distribution. |
| 2484 | 3. Neither the name of the University nor the names of its contributors |
| 2485 | may be used to endorse or promote products derived from this software |
| 2486 | without specific prior written permission. |
| 2487 | |
| 2488 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 2489 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 2490 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 2491 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 2492 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 2493 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 2494 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 2495 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 2496 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 2497 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 2498 | SUCH DAMAGE. |
| 2499 | |
| 2500 | ------------------------------------------------------------------- |
| 2501 | |
| 2502 | Copyright (c) 1991, 1993 |
| 2503 | The Regents of the University of California. All rights reserved. |
| 2504 | |
| 2505 | This code is derived from software contributed to Berkeley by |
| 2506 | Berkeley Software Design, Inc. |
| 2507 | |
| 2508 | Redistribution and use in source and binary forms, with or without |
| 2509 | modification, are permitted provided that the following conditions |
| 2510 | are met: |
| 2511 | 1. Redistributions of source code must retain the above copyright |
| 2512 | notice, this list of conditions and the following disclaimer. |
| 2513 | 2. Redistributions in binary form must reproduce the above copyright |
| 2514 | notice, this list of conditions and the following disclaimer in the |
| 2515 | documentation and/or other materials provided with the distribution. |
| 2516 | 3. Neither the name of the University nor the names of its contributors |
| 2517 | may be used to endorse or promote products derived from this software |
| 2518 | without specific prior written permission. |
| 2519 | |
| 2520 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 2521 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 2522 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 2523 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 2524 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 2525 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 2526 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 2527 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 2528 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 2529 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 2530 | SUCH DAMAGE. |
| 2531 | |
| 2532 | ------------------------------------------------------------------- |
| 2533 | |
| 2534 | Copyright (c) 1991, 1993 |
| 2535 | The Regents of the University of California. All rights reserved. |
| 2536 | (c) UNIX System Laboratories, Inc. |
| 2537 | All or some portions of this file are derived from material licensed |
| 2538 | to the University of California by American Telephone and Telegraph |
| 2539 | Co. or Unix System Laboratories, Inc. and are reproduced herein with |
| 2540 | the permission of UNIX System Laboratories, Inc. |
| 2541 | |
| 2542 | This code is derived from software contributed to Berkeley by |
| 2543 | Hugh Smith at The University of Guelph. |
| 2544 | |
| 2545 | Redistribution and use in source and binary forms, with or without |
| 2546 | modification, are permitted provided that the following conditions |
| 2547 | are met: |
| 2548 | 1. Redistributions of source code must retain the above copyright |
| 2549 | notice, this list of conditions and the following disclaimer. |
| 2550 | 2. Redistributions in binary form must reproduce the above copyright |
| 2551 | notice, this list of conditions and the following disclaimer in the |
| 2552 | documentation and/or other materials provided with the distribution. |
| 2553 | 3. Neither the name of the University nor the names of its contributors |
| 2554 | may be used to endorse or promote products derived from this software |
| 2555 | without specific prior written permission. |
| 2556 | |
| 2557 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 2558 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 2559 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 2560 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 2561 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 2562 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 2563 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 2564 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 2565 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 2566 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 2567 | SUCH DAMAGE. |
| 2568 | |
| 2569 | ------------------------------------------------------------------- |
| 2570 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 2571 | Copyright (c) 1992 Henry Spencer. |
| 2572 | Copyright (c) 1992, 1993 |
| 2573 | The Regents of the University of California. All rights reserved. |
| 2574 | |
| 2575 | This code is derived from software contributed to Berkeley by |
| 2576 | Henry Spencer of the University of Toronto. |
| 2577 | |
| 2578 | Redistribution and use in source and binary forms, with or without |
| 2579 | modification, are permitted provided that the following conditions |
| 2580 | are met: |
| 2581 | 1. Redistributions of source code must retain the above copyright |
| 2582 | notice, this list of conditions and the following disclaimer. |
| 2583 | 2. Redistributions in binary form must reproduce the above copyright |
| 2584 | notice, this list of conditions and the following disclaimer in the |
| 2585 | documentation and/or other materials provided with the distribution. |
| 2586 | 3. Neither the name of the University nor the names of its contributors |
| 2587 | may be used to endorse or promote products derived from this software |
| 2588 | without specific prior written permission. |
| 2589 | |
| 2590 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 2591 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 2592 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 2593 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 2594 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 2595 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 2596 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 2597 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 2598 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 2599 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 2600 | SUCH DAMAGE. |
| 2601 | |
| 2602 | ------------------------------------------------------------------- |
| 2603 | |
| 2604 | Copyright (c) 1992 The Regents of the University of California. |
| 2605 | All rights reserved. |
| 2606 | |
| 2607 | Redistribution and use in source and binary forms, with or without |
| 2608 | modification, are permitted provided that the following conditions |
| 2609 | are met: |
| 2610 | 1. Redistributions of source code must retain the above copyright |
| 2611 | notice, this list of conditions and the following disclaimer. |
| 2612 | 2. Redistributions in binary form must reproduce the above copyright |
| 2613 | notice, this list of conditions and the following disclaimer in the |
| 2614 | documentation and/or other materials provided with the distribution. |
| 2615 | 3. Neither the name of the University nor the names of its contributors |
| 2616 | may be used to endorse or promote products derived from this software |
| 2617 | without specific prior written permission. |
| 2618 | |
| 2619 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 2620 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 2621 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 2622 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 2623 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 2624 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 2625 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 2626 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 2627 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 2628 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 2629 | SUCH DAMAGE. |
| 2630 | |
| 2631 | ------------------------------------------------------------------- |
| 2632 | |
| 2633 | Copyright (c) 1992, 1993 |
| 2634 | The Regents of the University of California. All rights reserved. |
| 2635 | |
| 2636 | Redistribution and use in source and binary forms, with or without |
| 2637 | modification, are permitted provided that the following conditions |
| 2638 | are met: |
| 2639 | 1. Redistributions of source code must retain the above copyright |
| 2640 | notice, this list of conditions and the following disclaimer. |
| 2641 | 2. Redistributions in binary form must reproduce the above copyright |
| 2642 | notice, this list of conditions and the following disclaimer in the |
| 2643 | documentation and/or other materials provided with the distribution. |
Dan Albert | c30862f | 2016-10-20 11:45:16 -0700 | [diff] [blame] | 2644 | 3. All advertising materials mentioning features or use of this software |
| 2645 | must display the following acknowledgement: |
| 2646 | This product includes software developed by the University of |
| 2647 | California, Berkeley and its contributors. |
| 2648 | 4. Neither the name of the University nor the names of its contributors |
| 2649 | may be used to endorse or promote products derived from this software |
| 2650 | without specific prior written permission. |
| 2651 | |
| 2652 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 2653 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 2654 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 2655 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 2656 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 2657 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 2658 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 2659 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 2660 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 2661 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 2662 | SUCH DAMAGE. |
| 2663 | |
| 2664 | ------------------------------------------------------------------- |
| 2665 | |
| 2666 | Copyright (c) 1992, 1993 |
| 2667 | The Regents of the University of California. All rights reserved. |
| 2668 | |
| 2669 | Redistribution and use in source and binary forms, with or without |
| 2670 | modification, are permitted provided that the following conditions |
| 2671 | are met: |
| 2672 | 1. Redistributions of source code must retain the above copyright |
| 2673 | notice, this list of conditions and the following disclaimer. |
| 2674 | 2. Redistributions in binary form must reproduce the above copyright |
| 2675 | notice, this list of conditions and the following disclaimer in the |
| 2676 | documentation and/or other materials provided with the distribution. |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 2677 | 3. Neither the name of the University nor the names of its contributors |
| 2678 | may be used to endorse or promote products derived from this software |
| 2679 | without specific prior written permission. |
| 2680 | |
| 2681 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 2682 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 2683 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 2684 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 2685 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 2686 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 2687 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 2688 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 2689 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 2690 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 2691 | SUCH DAMAGE. |
| 2692 | |
| 2693 | ------------------------------------------------------------------- |
| 2694 | |
| 2695 | Copyright (c) 1992, 1993 |
| 2696 | The Regents of the University of California. All rights reserved. |
| 2697 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 2698 | This software was developed by the Computer Systems Engineering group |
| 2699 | at Lawrence Berkeley Laboratory under DARPA contract BG 91-66 and |
| 2700 | contributed to Berkeley. |
| 2701 | |
| 2702 | All advertising materials mentioning features or use of this software |
| 2703 | must display the following acknowledgement: |
| 2704 | This product includes software developed by the University of |
| 2705 | California, Lawrence Berkeley Laboratory. |
| 2706 | |
| 2707 | Redistribution and use in source and binary forms, with or without |
| 2708 | modification, are permitted provided that the following conditions |
| 2709 | are met: |
| 2710 | 1. Redistributions of source code must retain the above copyright |
| 2711 | notice, this list of conditions and the following disclaimer. |
| 2712 | 2. Redistributions in binary form must reproduce the above copyright |
| 2713 | notice, this list of conditions and the following disclaimer in the |
| 2714 | documentation and/or other materials provided with the distribution. |
| 2715 | 3. All advertising materials mentioning features or use of this software |
| 2716 | must display the following acknowledgement: |
| 2717 | This product includes software developed by the University of |
| 2718 | California, Berkeley and its contributors. |
| 2719 | 4. Neither the name of the University nor the names of its contributors |
| 2720 | may be used to endorse or promote products derived from this software |
| 2721 | without specific prior written permission. |
| 2722 | |
| 2723 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 2724 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 2725 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 2726 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 2727 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 2728 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 2729 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 2730 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 2731 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 2732 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 2733 | SUCH DAMAGE. |
| 2734 | |
| 2735 | ------------------------------------------------------------------- |
| 2736 | |
| 2737 | Copyright (c) 1992, 1993 |
| 2738 | The Regents of the University of California. All rights reserved. |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 2739 | (c) UNIX System Laboratories, Inc. |
| 2740 | All or some portions of this file are derived from material licensed |
| 2741 | to the University of California by American Telephone and Telegraph |
| 2742 | Co. or Unix System Laboratories, Inc. and are reproduced herein with |
| 2743 | the permission of UNIX System Laboratories, Inc. |
| 2744 | |
| 2745 | Redistribution and use in source and binary forms, with or without |
| 2746 | modification, are permitted provided that the following conditions |
| 2747 | are met: |
| 2748 | 1. Redistributions of source code must retain the above copyright |
| 2749 | notice, this list of conditions and the following disclaimer. |
| 2750 | 2. Redistributions in binary form must reproduce the above copyright |
| 2751 | notice, this list of conditions and the following disclaimer in the |
| 2752 | documentation and/or other materials provided with the distribution. |
| 2753 | 3. Neither the name of the University nor the names of its contributors |
| 2754 | may be used to endorse or promote products derived from this software |
| 2755 | without specific prior written permission. |
| 2756 | |
| 2757 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 2758 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 2759 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 2760 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 2761 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 2762 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 2763 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 2764 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 2765 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 2766 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 2767 | SUCH DAMAGE. |
| 2768 | |
| 2769 | ------------------------------------------------------------------- |
| 2770 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 2771 | Copyright (c) 1992, 1993, 1994 |
| 2772 | The Regents of the University of California. All rights reserved. |
| 2773 | |
| 2774 | This code is derived from software contributed to Berkeley by |
| 2775 | Henry Spencer. |
| 2776 | |
| 2777 | Redistribution and use in source and binary forms, with or without |
| 2778 | modification, are permitted provided that the following conditions |
| 2779 | are met: |
| 2780 | 1. Redistributions of source code must retain the above copyright |
| 2781 | notice, this list of conditions and the following disclaimer. |
| 2782 | 2. Redistributions in binary form must reproduce the above copyright |
| 2783 | notice, this list of conditions and the following disclaimer in the |
| 2784 | documentation and/or other materials provided with the distribution. |
| 2785 | 3. Neither the name of the University nor the names of its contributors |
| 2786 | may be used to endorse or promote products derived from this software |
| 2787 | without specific prior written permission. |
| 2788 | |
| 2789 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 2790 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 2791 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 2792 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 2793 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 2794 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 2795 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 2796 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 2797 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 2798 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 2799 | SUCH DAMAGE. |
| 2800 | |
| 2801 | ------------------------------------------------------------------- |
| 2802 | |
Elliott Hughes | cc213f8 | 2012-08-14 15:32:42 -0700 | [diff] [blame] | 2803 | Copyright (c) 1992, 1993, 1994 Henry Spencer. |
| 2804 | |
| 2805 | This code is derived from software contributed to Berkeley by |
| 2806 | Henry Spencer. |
| 2807 | |
| 2808 | Redistribution and use in source and binary forms, with or without |
| 2809 | modification, are permitted provided that the following conditions |
| 2810 | are met: |
| 2811 | 1. Redistributions of source code must retain the above copyright |
| 2812 | notice, this list of conditions and the following disclaimer. |
| 2813 | 2. Redistributions in binary form must reproduce the above copyright |
| 2814 | notice, this list of conditions and the following disclaimer in the |
| 2815 | documentation and/or other materials provided with the distribution. |
| 2816 | 3. All advertising materials mentioning features or use of this software |
| 2817 | must display the following acknowledgement: |
| 2818 | This product includes software developed by the University of |
| 2819 | California, Berkeley and its contributors. |
| 2820 | 4. Neither the name of the University nor the names of its contributors |
| 2821 | may be used to endorse or promote products derived from this software |
| 2822 | without specific prior written permission. |
| 2823 | |
| 2824 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 2825 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 2826 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 2827 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 2828 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 2829 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 2830 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 2831 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 2832 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 2833 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 2834 | SUCH DAMAGE. |
| 2835 | |
| 2836 | ------------------------------------------------------------------- |
| 2837 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 2838 | Copyright (c) 1993 |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 2839 | The Regents of the University of California. All rights reserved. |
| 2840 | |
| 2841 | Redistribution and use in source and binary forms, with or without |
| 2842 | modification, are permitted provided that the following conditions |
| 2843 | are met: |
| 2844 | 1. Redistributions of source code must retain the above copyright |
| 2845 | notice, this list of conditions and the following disclaimer. |
| 2846 | 2. Redistributions in binary form must reproduce the above copyright |
| 2847 | notice, this list of conditions and the following disclaimer in the |
| 2848 | documentation and/or other materials provided with the distribution. |
| 2849 | 3. Neither the name of the University nor the names of its contributors |
| 2850 | may be used to endorse or promote products derived from this software |
| 2851 | without specific prior written permission. |
| 2852 | |
| 2853 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 2854 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 2855 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 2856 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 2857 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 2858 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 2859 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 2860 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 2861 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 2862 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 2863 | SUCH DAMAGE. |
| 2864 | |
| 2865 | ------------------------------------------------------------------- |
| 2866 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 2867 | Copyright (c) 1993 Martin Birgmeier |
| 2868 | All rights reserved. |
| 2869 | |
| 2870 | You may redistribute unmodified or modified versions of this source |
| 2871 | code provided that the above copyright notice and this and the |
| 2872 | following conditions are retained. |
| 2873 | |
| 2874 | This software is provided ``as is'', and comes with no warranties |
| 2875 | of any kind. I shall in no event be liable for anything that happens |
| 2876 | to anyone/anything when using this software. |
| 2877 | |
| 2878 | ------------------------------------------------------------------- |
| 2879 | |
Elliott Hughes | 4e54b11 | 2014-03-06 15:06:11 -0800 | [diff] [blame] | 2880 | Copyright (c) 1994 SigmaSoft, Th. Lockert <tholo@sigmasoft.com> |
Elliott Hughes | 448080d | 2013-01-29 16:25:06 -0800 | [diff] [blame] | 2881 | All rights reserved. |
| 2882 | |
Elliott Hughes | 448080d | 2013-01-29 16:25:06 -0800 | [diff] [blame] | 2883 | Redistribution and use in source and binary forms, with or without |
| 2884 | modification, are permitted provided that the following conditions |
| 2885 | are met: |
| 2886 | 1. Redistributions of source code must retain the above copyright |
| 2887 | notice, this list of conditions and the following disclaimer. |
| 2888 | 2. Redistributions in binary form must reproduce the above copyright |
| 2889 | notice, this list of conditions and the following disclaimer in the |
| 2890 | documentation and/or other materials provided with the distribution. |
Elliott Hughes | 4e54b11 | 2014-03-06 15:06:11 -0800 | [diff] [blame] | 2891 | 3. The name of the author may not be used to endorse or promote products |
| 2892 | derived from this software without specific prior written permission. |
Elliott Hughes | 448080d | 2013-01-29 16:25:06 -0800 | [diff] [blame] | 2893 | |
Elliott Hughes | 4e54b11 | 2014-03-06 15:06:11 -0800 | [diff] [blame] | 2894 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR |
| 2895 | IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES |
| 2896 | OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. |
| 2897 | IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, |
| 2898 | SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, |
| 2899 | PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; |
| 2900 | OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, |
| 2901 | WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR |
| 2902 | OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF |
| 2903 | ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
Elliott Hughes | 448080d | 2013-01-29 16:25:06 -0800 | [diff] [blame] | 2904 | |
| 2905 | ------------------------------------------------------------------- |
| 2906 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 2907 | Copyright (c) 1996 by Internet Software Consortium. |
| 2908 | |
| 2909 | Permission to use, copy, modify, and distribute this software for any |
| 2910 | purpose with or without fee is hereby granted, provided that the above |
| 2911 | copyright notice and this permission notice appear in all copies. |
| 2912 | |
| 2913 | THE SOFTWARE IS PROVIDED "AS IS" AND INTERNET SOFTWARE CONSORTIUM DISCLAIMS |
| 2914 | ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES |
| 2915 | OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL INTERNET SOFTWARE |
| 2916 | CONSORTIUM BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL |
| 2917 | DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR |
| 2918 | PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS |
| 2919 | ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS |
| 2920 | SOFTWARE. |
| 2921 | |
| 2922 | ------------------------------------------------------------------- |
| 2923 | |
| 2924 | Copyright (c) 1996, David Mazieres <dm@uun.org> |
| 2925 | Copyright (c) 2008, Damien Miller <djm@openbsd.org> |
Elliott Hughes | 1558138 | 2014-07-07 15:42:06 -0700 | [diff] [blame] | 2926 | Copyright (c) 2013, Markus Friedl <markus@openbsd.org> |
| 2927 | |
| 2928 | Permission to use, copy, modify, and distribute this software for any |
| 2929 | purpose with or without fee is hereby granted, provided that the above |
| 2930 | copyright notice and this permission notice appear in all copies. |
| 2931 | |
| 2932 | THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES |
| 2933 | WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF |
| 2934 | MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR |
| 2935 | ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES |
| 2936 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN |
| 2937 | ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF |
| 2938 | OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
| 2939 | |
| 2940 | ------------------------------------------------------------------- |
| 2941 | |
Elliott Hughes | b364683 | 2017-07-11 12:34:19 -0700 | [diff] [blame] | 2942 | Copyright (c) 1996, David Mazieres <dm@uun.org> |
| 2943 | Copyright (c) 2008, Damien Miller <djm@openbsd.org> |
| 2944 | Copyright (c) 2013, Markus Friedl <markus@openbsd.org> |
| 2945 | Copyright (c) 2014, Theo de Raadt <deraadt@openbsd.org> |
| 2946 | |
| 2947 | Permission to use, copy, modify, and distribute this software for any |
| 2948 | purpose with or without fee is hereby granted, provided that the above |
| 2949 | copyright notice and this permission notice appear in all copies. |
| 2950 | |
| 2951 | THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES |
| 2952 | WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF |
| 2953 | MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR |
| 2954 | ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES |
| 2955 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN |
| 2956 | ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF |
| 2957 | OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
| 2958 | |
| 2959 | ------------------------------------------------------------------- |
| 2960 | |
Elliott Hughes | 1558138 | 2014-07-07 15:42:06 -0700 | [diff] [blame] | 2961 | Copyright (c) 1996-1998, 2008 Theo de Raadt |
| 2962 | Copyright (c) 1997, 2008-2009 Todd C. Miller |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 2963 | |
| 2964 | Permission to use, copy, modify, and distribute this software for any |
| 2965 | purpose with or without fee is hereby granted, provided that the above |
| 2966 | copyright notice and this permission notice appear in all copies. |
| 2967 | |
| 2968 | THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES |
| 2969 | WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF |
| 2970 | MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR |
| 2971 | ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES |
| 2972 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN |
| 2973 | ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF |
| 2974 | OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
| 2975 | |
| 2976 | ------------------------------------------------------------------- |
| 2977 | |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 2978 | Copyright (c) 1997 Mark Brinicombe |
Elliott Hughes | dfb74c5 | 2016-10-24 12:53:17 -0700 | [diff] [blame] | 2979 | Copyright (C) 2010 The Android Open Source Project |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 2980 | All rights reserved. |
| 2981 | |
| 2982 | Redistribution and use in source and binary forms, with or without |
| 2983 | modification, are permitted provided that the following conditions |
| 2984 | are met: |
| 2985 | 1. Redistributions of source code must retain the above copyright |
| 2986 | notice, this list of conditions and the following disclaimer. |
| 2987 | 2. Redistributions in binary form must reproduce the above copyright |
| 2988 | notice, this list of conditions and the following disclaimer in the |
| 2989 | documentation and/or other materials provided with the distribution. |
| 2990 | 3. All advertising materials mentioning features or use of this software |
| 2991 | must display the following acknowledgement: |
| 2992 | This product includes software developed by Mark Brinicombe |
| 2993 | 4. Neither the name of the University nor the names of its contributors |
| 2994 | may be used to endorse or promote products derived from this software |
| 2995 | without specific prior written permission. |
| 2996 | |
| 2997 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 2998 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 2999 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 3000 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 3001 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 3002 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 3003 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 3004 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 3005 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 3006 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 3007 | SUCH DAMAGE. |
| 3008 | |
| 3009 | ------------------------------------------------------------------- |
| 3010 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 3011 | Copyright (c) 1997 Niklas Hallqvist. All rights reserved. |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 3012 | |
| 3013 | Redistribution and use in source and binary forms, with or without |
| 3014 | modification, are permitted provided that the following conditions |
| 3015 | are met: |
| 3016 | 1. Redistributions of source code must retain the above copyright |
| 3017 | notice, this list of conditions and the following disclaimer. |
| 3018 | 2. Redistributions in binary form must reproduce the above copyright |
| 3019 | notice, this list of conditions and the following disclaimer in the |
| 3020 | documentation and/or other materials provided with the distribution. |
| 3021 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 3022 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR |
| 3023 | IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES |
| 3024 | OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. |
| 3025 | IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, |
| 3026 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT |
| 3027 | NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, |
| 3028 | DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY |
| 3029 | THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
| 3030 | (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF |
| 3031 | THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 3032 | |
| 3033 | ------------------------------------------------------------------- |
| 3034 | |
Elliott Hughes | da46cae | 2018-05-24 14:40:32 -0700 | [diff] [blame] | 3035 | Copyright (c) 1997 The NetBSD Foundation, Inc. |
| 3036 | All rights reserved. |
| 3037 | |
| 3038 | This code is derived from software contributed to The NetBSD Foundation |
| 3039 | by Neil A. Carson and Mark Brinicombe |
| 3040 | |
| 3041 | Redistribution and use in source and binary forms, with or without |
| 3042 | modification, are permitted provided that the following conditions |
| 3043 | are met: |
| 3044 | 1. Redistributions of source code must retain the above copyright |
| 3045 | notice, this list of conditions and the following disclaimer. |
| 3046 | 2. Redistributions in binary form must reproduce the above copyright |
| 3047 | notice, this list of conditions and the following disclaimer in the |
| 3048 | documentation and/or other materials provided with the distribution. |
| 3049 | |
| 3050 | THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS |
| 3051 | ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED |
| 3052 | TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR |
| 3053 | PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS |
| 3054 | BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR |
| 3055 | CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF |
| 3056 | SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS |
| 3057 | INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN |
| 3058 | CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) |
| 3059 | ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE |
| 3060 | POSSIBILITY OF SUCH DAMAGE. |
| 3061 | |
| 3062 | ------------------------------------------------------------------- |
| 3063 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 3064 | Copyright (c) 1997 Todd C. Miller <Todd.Miller@courtesan.com> |
| 3065 | |
| 3066 | Permission to use, copy, modify, and distribute this software for any |
| 3067 | purpose with or without fee is hereby granted, provided that the above |
| 3068 | copyright notice and this permission notice appear in all copies. |
| 3069 | |
| 3070 | THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES |
| 3071 | WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF |
| 3072 | MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR |
| 3073 | ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES |
| 3074 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN |
| 3075 | ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF |
| 3076 | OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
| 3077 | |
| 3078 | ------------------------------------------------------------------- |
| 3079 | |
Elliott Hughes | 9a4b68e | 2019-11-20 14:56:22 -0800 | [diff] [blame] | 3080 | Copyright (c) 1997 Todd C. Miller <millert@openbsd.org> |
Elliott Hughes | bfa582d | 2014-05-05 14:58:17 -0700 | [diff] [blame] | 3081 | All rights reserved. |
| 3082 | |
| 3083 | Redistribution and use in source and binary forms, with or without |
| 3084 | modification, are permitted provided that the following conditions |
| 3085 | are met: |
| 3086 | 1. Redistributions of source code must retain the above copyright |
| 3087 | notice, this list of conditions and the following disclaimer. |
| 3088 | 2. Redistributions in binary form must reproduce the above copyright |
| 3089 | notice, this list of conditions and the following disclaimer in the |
| 3090 | documentation and/or other materials provided with the distribution. |
| 3091 | 3. The name of the author may not be used to endorse or promote products |
| 3092 | derived from this software without specific prior written permission. |
| 3093 | |
| 3094 | THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, |
| 3095 | INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY |
| 3096 | AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL |
| 3097 | THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, |
| 3098 | EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, |
| 3099 | PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; |
| 3100 | OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, |
| 3101 | WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR |
| 3102 | OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF |
| 3103 | ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 3104 | |
| 3105 | ------------------------------------------------------------------- |
| 3106 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 3107 | Copyright (c) 1997, 1998 The NetBSD Foundation, Inc. |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 3108 | All rights reserved. |
| 3109 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 3110 | This code was contributed to The NetBSD Foundation by Klaus Klein. |
| 3111 | |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 3112 | Redistribution and use in source and binary forms, with or without |
| 3113 | modification, are permitted provided that the following conditions |
| 3114 | are met: |
| 3115 | 1. Redistributions of source code must retain the above copyright |
| 3116 | notice, this list of conditions and the following disclaimer. |
| 3117 | 2. Redistributions in binary form must reproduce the above copyright |
| 3118 | notice, this list of conditions and the following disclaimer in the |
| 3119 | documentation and/or other materials provided with the distribution. |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 3120 | 3. All advertising materials mentioning features or use of this software |
| 3121 | must display the following acknowledgement: |
| 3122 | This product includes software developed by the NetBSD |
| 3123 | Foundation, Inc. and its contributors. |
| 3124 | 4. Neither the name of The NetBSD Foundation nor the names of its |
| 3125 | contributors may be used to endorse or promote products derived |
| 3126 | from this software without specific prior written permission. |
| 3127 | |
| 3128 | THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS |
| 3129 | ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED |
| 3130 | TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR |
| 3131 | PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS |
| 3132 | BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR |
| 3133 | CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF |
| 3134 | SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS |
| 3135 | INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN |
| 3136 | CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) |
| 3137 | ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE |
| 3138 | POSSIBILITY OF SUCH DAMAGE. |
| 3139 | |
| 3140 | ------------------------------------------------------------------- |
| 3141 | |
| 3142 | Copyright (c) 1997, 1998, 1999, 2004 The NetBSD Foundation, Inc. |
| 3143 | All rights reserved. |
| 3144 | |
| 3145 | This code is derived from software contributed to The NetBSD Foundation |
| 3146 | by Luke Mewburn. |
| 3147 | |
| 3148 | Redistribution and use in source and binary forms, with or without |
| 3149 | modification, are permitted provided that the following conditions |
| 3150 | are met: |
| 3151 | 1. Redistributions of source code must retain the above copyright |
| 3152 | notice, this list of conditions and the following disclaimer. |
| 3153 | 2. Redistributions in binary form must reproduce the above copyright |
| 3154 | notice, this list of conditions and the following disclaimer in the |
| 3155 | documentation and/or other materials provided with the distribution. |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 3156 | |
| 3157 | THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS |
| 3158 | ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED |
| 3159 | TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR |
| 3160 | PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS |
| 3161 | BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR |
| 3162 | CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF |
| 3163 | SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS |
| 3164 | INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN |
| 3165 | CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) |
| 3166 | ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE |
| 3167 | POSSIBILITY OF SUCH DAMAGE. |
| 3168 | |
| 3169 | ------------------------------------------------------------------- |
| 3170 | |
| 3171 | Copyright (c) 1997, 1998, 1999, 2004 The NetBSD Foundation, Inc. |
| 3172 | All rights reserved. |
| 3173 | |
| 3174 | This code is derived from software contributed to The NetBSD Foundation |
| 3175 | by Luke Mewburn; and by Jason R. Thorpe. |
| 3176 | |
| 3177 | Redistribution and use in source and binary forms, with or without |
| 3178 | modification, are permitted provided that the following conditions |
| 3179 | are met: |
| 3180 | 1. Redistributions of source code must retain the above copyright |
| 3181 | notice, this list of conditions and the following disclaimer. |
| 3182 | 2. Redistributions in binary form must reproduce the above copyright |
| 3183 | notice, this list of conditions and the following disclaimer in the |
| 3184 | documentation and/or other materials provided with the distribution. |
| 3185 | 3. All advertising materials mentioning features or use of this software |
| 3186 | must display the following acknowledgement: |
| 3187 | This product includes software developed by the NetBSD |
| 3188 | Foundation, Inc. and its contributors. |
| 3189 | 4. Neither the name of The NetBSD Foundation nor the names of its |
| 3190 | contributors may be used to endorse or promote products derived |
| 3191 | from this software without specific prior written permission. |
| 3192 | |
| 3193 | THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS |
| 3194 | ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED |
| 3195 | TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR |
| 3196 | PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS |
| 3197 | BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR |
| 3198 | CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF |
| 3199 | SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS |
| 3200 | INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN |
| 3201 | CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) |
| 3202 | ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE |
| 3203 | POSSIBILITY OF SUCH DAMAGE. |
| 3204 | |
| 3205 | ------------------------------------------------------------------- |
| 3206 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 3207 | Copyright (c) 1997, 2005 Todd C. Miller <Todd.Miller@courtesan.com> |
| 3208 | |
| 3209 | Permission to use, copy, modify, and distribute this software for any |
| 3210 | purpose with or without fee is hereby granted, provided that the above |
| 3211 | copyright notice and this permission notice appear in all copies. |
| 3212 | |
| 3213 | THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES |
| 3214 | WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF |
| 3215 | MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR |
| 3216 | ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES |
| 3217 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN |
| 3218 | ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF |
| 3219 | OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
| 3220 | |
| 3221 | ------------------------------------------------------------------- |
| 3222 | |
| 3223 | Copyright (c) 1998 Softweyr LLC. All rights reserved. |
| 3224 | |
| 3225 | strtok_r, from Berkeley strtok |
| 3226 | Oct 13, 1998 by Wes Peters <wes@softweyr.com> |
| 3227 | |
| 3228 | Copyright (c) 1988, 1993 |
| 3229 | The Regents of the University of California. All rights reserved. |
| 3230 | |
| 3231 | Redistribution and use in source and binary forms, with or without |
| 3232 | modification, are permitted provided that the following conditions |
| 3233 | are met: |
| 3234 | 1. Redistributions of source code must retain the above copyright |
| 3235 | notices, this list of conditions and the following disclaimer. |
| 3236 | 2. Redistributions in binary form must reproduce the above copyright |
| 3237 | notices, this list of conditions and the following disclaimer in the |
| 3238 | documentation and/or other materials provided with the distribution. |
Elliott Hughes | 2815b1d | 2013-06-12 16:00:41 -0700 | [diff] [blame] | 3239 | 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] | 3240 | may be used to endorse or promote products derived from this software |
| 3241 | without specific prior written permission. |
| 3242 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 3243 | THIS SOFTWARE IS PROVIDED BY SOFTWEYR LLC, THE REGENTS AND CONTRIBUTORS |
| 3244 | ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT |
| 3245 | LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A |
| 3246 | PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL SOFTWEYR LLC, THE |
| 3247 | REGENTS, OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, |
| 3248 | SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED |
| 3249 | TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR |
| 3250 | PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF |
| 3251 | LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING |
| 3252 | NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS |
| 3253 | SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 3254 | |
| 3255 | ------------------------------------------------------------------- |
| 3256 | |
| 3257 | Copyright (c) 1998 The NetBSD Foundation, Inc. |
| 3258 | All rights reserved. |
| 3259 | |
| 3260 | This code is derived from software contributed to The NetBSD Foundation |
| 3261 | by Klaus Klein. |
| 3262 | |
| 3263 | Redistribution and use in source and binary forms, with or without |
| 3264 | modification, are permitted provided that the following conditions |
| 3265 | are met: |
| 3266 | 1. Redistributions of source code must retain the above copyright |
| 3267 | notice, this list of conditions and the following disclaimer. |
| 3268 | 2. Redistributions in binary form must reproduce the above copyright |
| 3269 | notice, this list of conditions and the following disclaimer in the |
| 3270 | documentation and/or other materials provided with the distribution. |
| 3271 | 3. All advertising materials mentioning features or use of this software |
| 3272 | must display the following acknowledgement: |
| 3273 | This product includes software developed by the NetBSD |
| 3274 | Foundation, Inc. and its contributors. |
| 3275 | 4. Neither the name of The NetBSD Foundation nor the names of its |
| 3276 | contributors may be used to endorse or promote products derived |
| 3277 | from this software without specific prior written permission. |
| 3278 | |
| 3279 | THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS |
| 3280 | ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED |
| 3281 | TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR |
| 3282 | PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS |
| 3283 | BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR |
| 3284 | CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF |
| 3285 | SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS |
| 3286 | INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN |
| 3287 | CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) |
| 3288 | ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE |
| 3289 | POSSIBILITY OF SUCH DAMAGE. |
| 3290 | |
| 3291 | ------------------------------------------------------------------- |
| 3292 | |
| 3293 | Copyright (c) 1998 Todd C. Miller <Todd.Miller@courtesan.com> |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 3294 | All rights reserved. |
| 3295 | |
| 3296 | Redistribution and use in source and binary forms, with or without |
| 3297 | modification, are permitted provided that the following conditions |
| 3298 | are met: |
| 3299 | 1. Redistributions of source code must retain the above copyright |
| 3300 | notice, this list of conditions and the following disclaimer. |
| 3301 | 2. Redistributions in binary form must reproduce the above copyright |
| 3302 | notice, this list of conditions and the following disclaimer in the |
| 3303 | documentation and/or other materials provided with the distribution. |
| 3304 | 3. The name of the author may not be used to endorse or promote products |
| 3305 | derived from this software without specific prior written permission. |
| 3306 | |
| 3307 | THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, |
| 3308 | INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY |
| 3309 | AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL |
| 3310 | THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, |
| 3311 | EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, |
| 3312 | PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; |
| 3313 | OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, |
| 3314 | WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR |
| 3315 | OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF |
| 3316 | ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 3317 | |
| 3318 | ------------------------------------------------------------------- |
| 3319 | |
Elliott Hughes | 9a4b68e | 2019-11-20 14:56:22 -0800 | [diff] [blame] | 3320 | Copyright (c) 1998, 2015 Todd C. Miller <millert@openbsd.org> |
Elliott Hughes | b4931ce | 2016-02-08 17:00:12 -0800 | [diff] [blame] | 3321 | |
| 3322 | Permission to use, copy, modify, and distribute this software for any |
| 3323 | purpose with or without fee is hereby granted, provided that the above |
| 3324 | copyright notice and this permission notice appear in all copies. |
| 3325 | |
| 3326 | THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES |
| 3327 | WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF |
| 3328 | MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR |
| 3329 | ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES |
| 3330 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN |
| 3331 | ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF |
| 3332 | OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
| 3333 | |
| 3334 | ------------------------------------------------------------------- |
| 3335 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 3336 | Copyright (c) 1999 |
| 3337 | David E. O'Brien |
| 3338 | Copyright (c) 1988, 1993 |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 3339 | The Regents of the University of California. All rights reserved. |
| 3340 | |
| 3341 | Redistribution and use in source and binary forms, with or without |
| 3342 | modification, are permitted provided that the following conditions |
| 3343 | are met: |
| 3344 | 1. Redistributions of source code must retain the above copyright |
| 3345 | notice, this list of conditions and the following disclaimer. |
| 3346 | 2. Redistributions in binary form must reproduce the above copyright |
| 3347 | notice, this list of conditions and the following disclaimer in the |
| 3348 | documentation and/or other materials provided with the distribution. |
| 3349 | 3. Neither the name of the University nor the names of its contributors |
| 3350 | may be used to endorse or promote products derived from this software |
| 3351 | without specific prior written permission. |
| 3352 | |
| 3353 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 3354 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 3355 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 3356 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 3357 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 3358 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 3359 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 3360 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 3361 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 3362 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 3363 | SUCH DAMAGE. |
| 3364 | |
| 3365 | ------------------------------------------------------------------- |
| 3366 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 3367 | Copyright (c) 2000 Ben Harris. |
| 3368 | Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project. |
| 3369 | All rights reserved. |
| 3370 | |
| 3371 | Redistribution and use in source and binary forms, with or without |
| 3372 | modification, are permitted provided that the following conditions |
| 3373 | are met: |
| 3374 | 1. Redistributions of source code must retain the above copyright |
| 3375 | notice, this list of conditions and the following disclaimer. |
| 3376 | 2. Redistributions in binary form must reproduce the above copyright |
| 3377 | notice, this list of conditions and the following disclaimer in the |
| 3378 | documentation and/or other materials provided with the distribution. |
| 3379 | 3. Neither the name of the project nor the names of its contributors |
| 3380 | may be used to endorse or promote products derived from this software |
| 3381 | without specific prior written permission. |
| 3382 | |
| 3383 | THIS SOFTWARE IS PROVIDED BY THE PROJECT AND CONTRIBUTORS ``AS IS'' AND |
| 3384 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 3385 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 3386 | ARE DISCLAIMED. IN NO EVENT SHALL THE PROJECT OR CONTRIBUTORS BE LIABLE |
| 3387 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 3388 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 3389 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 3390 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 3391 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 3392 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 3393 | SUCH DAMAGE. |
| 3394 | |
| 3395 | ------------------------------------------------------------------- |
| 3396 | |
| 3397 | Copyright (c) 2000 The NetBSD Foundation, Inc. |
| 3398 | All rights reserved. |
| 3399 | |
| 3400 | This code is derived from software contributed to The NetBSD Foundation |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 3401 | by Dieter Baron and Thomas Klausner. |
| 3402 | |
| 3403 | Redistribution and use in source and binary forms, with or without |
| 3404 | modification, are permitted provided that the following conditions |
| 3405 | are met: |
| 3406 | 1. Redistributions of source code must retain the above copyright |
| 3407 | notice, this list of conditions and the following disclaimer. |
| 3408 | 2. Redistributions in binary form must reproduce the above copyright |
| 3409 | notice, this list of conditions and the following disclaimer in the |
| 3410 | documentation and/or other materials provided with the distribution. |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 3411 | |
| 3412 | THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS |
| 3413 | ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED |
| 3414 | TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR |
| 3415 | PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS |
| 3416 | BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR |
| 3417 | CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF |
| 3418 | SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS |
| 3419 | INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN |
| 3420 | CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) |
| 3421 | ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE |
| 3422 | POSSIBILITY OF SUCH DAMAGE. |
| 3423 | |
| 3424 | ------------------------------------------------------------------- |
| 3425 | |
Elliott Hughes | 54a7494 | 2014-01-03 16:40:37 -0800 | [diff] [blame] | 3426 | Copyright (c) 2001 Wasabi Systems, Inc. |
| 3427 | All rights reserved. |
| 3428 | |
| 3429 | Written by Frank van der Linden for Wasabi Systems, Inc. |
| 3430 | |
| 3431 | Redistribution and use in source and binary forms, with or without |
| 3432 | modification, are permitted provided that the following conditions |
| 3433 | are met: |
| 3434 | 1. Redistributions of source code must retain the above copyright |
| 3435 | notice, this list of conditions and the following disclaimer. |
| 3436 | 2. Redistributions in binary form must reproduce the above copyright |
| 3437 | notice, this list of conditions and the following disclaimer in the |
| 3438 | documentation and/or other materials provided with the distribution. |
| 3439 | 3. All advertising materials mentioning features or use of this software |
| 3440 | must display the following acknowledgement: |
| 3441 | This product includes software developed for the NetBSD Project by |
| 3442 | Wasabi Systems, Inc. |
| 3443 | 4. The name of Wasabi Systems, Inc. may not be used to endorse |
| 3444 | or promote products derived from this software without specific prior |
| 3445 | written permission. |
| 3446 | |
| 3447 | THIS SOFTWARE IS PROVIDED BY WASABI SYSTEMS, INC. ``AS IS'' AND |
| 3448 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED |
| 3449 | TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR |
| 3450 | PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL WASABI SYSTEMS, INC |
| 3451 | BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR |
| 3452 | CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF |
| 3453 | SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS |
| 3454 | INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN |
| 3455 | CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) |
| 3456 | ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE |
| 3457 | POSSIBILITY OF SUCH DAMAGE. |
| 3458 | |
| 3459 | ------------------------------------------------------------------- |
| 3460 | |
Elliott Hughes | 882b8af | 2016-05-16 17:35:36 -0700 | [diff] [blame] | 3461 | Copyright (c) 2001-2011 The FreeBSD Project. |
| 3462 | All rights reserved. |
| 3463 | |
| 3464 | Redistribution and use in source and binary forms, with or without |
| 3465 | modification, are permitted provided that the following conditions |
| 3466 | are met: |
| 3467 | 1. Redistributions of source code must retain the above copyright |
| 3468 | notice, this list of conditions and the following disclaimer. |
| 3469 | 2. Redistributions in binary form must reproduce the above copyright |
| 3470 | notice, this list of conditions and the following disclaimer in the |
| 3471 | documentation and/or other materials provided with the distribution. |
| 3472 | |
| 3473 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 3474 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 3475 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 3476 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 3477 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 3478 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 3479 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 3480 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 3481 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 3482 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 3483 | SUCH DAMAGE. |
| 3484 | |
| 3485 | ------------------------------------------------------------------- |
| 3486 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 3487 | Copyright (c) 2002 Daniel Hartmeier |
| 3488 | All rights reserved. |
| 3489 | |
| 3490 | Redistribution and use in source and binary forms, with or without |
| 3491 | modification, are permitted provided that the following conditions |
| 3492 | are met: |
| 3493 | |
| 3494 | - Redistributions of source code must retain the above copyright |
| 3495 | notice, this list of conditions and the following disclaimer. |
| 3496 | - Redistributions in binary form must reproduce the above |
| 3497 | copyright notice, this list of conditions and the following |
| 3498 | disclaimer in the documentation and/or other materials provided |
| 3499 | with the distribution. |
| 3500 | |
| 3501 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS |
| 3502 | "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT |
| 3503 | LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS |
| 3504 | FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE |
| 3505 | COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, |
| 3506 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, |
| 3507 | BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; |
| 3508 | LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER |
| 3509 | CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 3510 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN |
| 3511 | ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE |
| 3512 | POSSIBILITY OF SUCH DAMAGE. |
| 3513 | |
| 3514 | ------------------------------------------------------------------- |
| 3515 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 3516 | Copyright (c) 2002 The NetBSD Foundation, Inc. |
| 3517 | All rights reserved. |
| 3518 | |
| 3519 | This code is derived from software contributed to The NetBSD Foundation |
| 3520 | by Christos Zoulas. |
| 3521 | |
| 3522 | Redistribution and use in source and binary forms, with or without |
| 3523 | modification, are permitted provided that the following conditions |
| 3524 | are met: |
| 3525 | 1. Redistributions of source code must retain the above copyright |
| 3526 | notice, this list of conditions and the following disclaimer. |
| 3527 | 2. Redistributions in binary form must reproduce the above copyright |
| 3528 | notice, this list of conditions and the following disclaimer in the |
| 3529 | documentation and/or other materials provided with the distribution. |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 3530 | |
| 3531 | THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS |
| 3532 | ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED |
| 3533 | TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR |
| 3534 | PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS |
| 3535 | BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR |
| 3536 | CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF |
| 3537 | SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS |
| 3538 | INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN |
| 3539 | CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) |
| 3540 | ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE |
| 3541 | POSSIBILITY OF SUCH DAMAGE. |
| 3542 | |
| 3543 | ------------------------------------------------------------------- |
| 3544 | |
| 3545 | Copyright (c) 2002 Tim J. Robbins |
| 3546 | All rights reserved. |
| 3547 | |
| 3548 | Redistribution and use in source and binary forms, with or without |
| 3549 | modification, are permitted provided that the following conditions |
| 3550 | are met: |
| 3551 | 1. Redistributions of source code must retain the above copyright |
| 3552 | notice, this list of conditions and the following disclaimer. |
| 3553 | 2. Redistributions in binary form must reproduce the above copyright |
| 3554 | notice, this list of conditions and the following disclaimer in the |
| 3555 | documentation and/or other materials provided with the distribution. |
| 3556 | |
| 3557 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 3558 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 3559 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 3560 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 3561 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 3562 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 3563 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 3564 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 3565 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 3566 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 3567 | SUCH DAMAGE. |
| 3568 | |
| 3569 | ------------------------------------------------------------------- |
| 3570 | |
Elliott Hughes | bfa582d | 2014-05-05 14:58:17 -0700 | [diff] [blame] | 3571 | Copyright (c) 2002 Tim J. Robbins. |
| 3572 | All rights reserved. |
| 3573 | |
| 3574 | Redistribution and use in source and binary forms, with or without |
| 3575 | modification, are permitted provided that the following conditions |
| 3576 | are met: |
| 3577 | 1. Redistributions of source code must retain the above copyright |
| 3578 | notice, this list of conditions and the following disclaimer. |
| 3579 | 2. Redistributions in binary form must reproduce the above copyright |
| 3580 | notice, this list of conditions and the following disclaimer in the |
| 3581 | documentation and/or other materials provided with the distribution. |
| 3582 | |
| 3583 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 3584 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 3585 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 3586 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 3587 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 3588 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 3589 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 3590 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 3591 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 3592 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 3593 | SUCH DAMAGE. |
| 3594 | |
| 3595 | ------------------------------------------------------------------- |
| 3596 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 3597 | Copyright (c) 2002 Todd C. Miller <Todd.Miller@courtesan.com> |
| 3598 | |
| 3599 | Permission to use, copy, modify, and distribute this software for any |
| 3600 | purpose with or without fee is hereby granted, provided that the above |
| 3601 | copyright notice and this permission notice appear in all copies. |
| 3602 | |
| 3603 | THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES |
| 3604 | WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF |
| 3605 | MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR |
| 3606 | ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES |
| 3607 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN |
| 3608 | ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF |
| 3609 | OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
| 3610 | |
| 3611 | Sponsored in part by the Defense Advanced Research Projects |
| 3612 | Agency (DARPA) and Air Force Research Laboratory, Air Force |
| 3613 | Materiel Command, USAF, under agreement number F39502-99-1-0512. |
| 3614 | |
| 3615 | ------------------------------------------------------------------- |
| 3616 | |
Elliott Hughes | bfa582d | 2014-05-05 14:58:17 -0700 | [diff] [blame] | 3617 | Copyright (c) 2002, 2003 Tim J. Robbins. |
| 3618 | All rights reserved. |
| 3619 | |
| 3620 | Redistribution and use in source and binary forms, with or without |
| 3621 | modification, are permitted provided that the following conditions |
| 3622 | are met: |
| 3623 | 1. Redistributions of source code must retain the above copyright |
| 3624 | notice, this list of conditions and the following disclaimer. |
| 3625 | 2. Redistributions in binary form must reproduce the above copyright |
| 3626 | notice, this list of conditions and the following disclaimer in the |
| 3627 | documentation and/or other materials provided with the distribution. |
| 3628 | |
| 3629 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 3630 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 3631 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 3632 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 3633 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 3634 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 3635 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 3636 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 3637 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 3638 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 3639 | SUCH DAMAGE. |
| 3640 | |
| 3641 | ------------------------------------------------------------------- |
| 3642 | |
| 3643 | Copyright (c) 2002-2004 Tim J. Robbins |
| 3644 | All rights reserved. |
| 3645 | |
| 3646 | Redistribution and use in source and binary forms, with or without |
| 3647 | modification, are permitted provided that the following conditions |
| 3648 | are met: |
| 3649 | 1. Redistributions of source code must retain the above copyright |
| 3650 | notice, this list of conditions and the following disclaimer. |
| 3651 | 2. Redistributions in binary form must reproduce the above copyright |
| 3652 | notice, this list of conditions and the following disclaimer in the |
| 3653 | documentation and/or other materials provided with the distribution. |
| 3654 | |
| 3655 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 3656 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 3657 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 3658 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 3659 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 3660 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 3661 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 3662 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 3663 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 3664 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 3665 | SUCH DAMAGE. |
| 3666 | |
| 3667 | ------------------------------------------------------------------- |
| 3668 | |
| 3669 | Copyright (c) 2002-2004 Tim J. Robbins. |
| 3670 | All rights reserved. |
| 3671 | |
| 3672 | Redistribution and use in source and binary forms, with or without |
| 3673 | modification, are permitted provided that the following conditions |
| 3674 | are met: |
| 3675 | 1. Redistributions of source code must retain the above copyright |
| 3676 | notice, this list of conditions and the following disclaimer. |
| 3677 | 2. Redistributions in binary form must reproduce the above copyright |
| 3678 | notice, this list of conditions and the following disclaimer in the |
| 3679 | documentation and/or other materials provided with the distribution. |
| 3680 | |
| 3681 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 3682 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 3683 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 3684 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 3685 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 3686 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 3687 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 3688 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 3689 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 3690 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 3691 | SUCH DAMAGE. |
| 3692 | |
| 3693 | ------------------------------------------------------------------- |
| 3694 | |
Elliott Hughes | ab52807 | 2018-07-24 00:01:52 +0000 | [diff] [blame] | 3695 | Copyright (c) 2003 Dag-Erling Smørgrav |
| 3696 | All rights reserved. |
| 3697 | |
| 3698 | Redistribution and use in source and binary forms, with or without |
| 3699 | modification, are permitted provided that the following conditions |
| 3700 | are met: |
| 3701 | 1. Redistributions of source code must retain the above copyright |
| 3702 | notice, this list of conditions and the following disclaimer |
| 3703 | in this position and unchanged. |
| 3704 | 2. Redistributions in binary form must reproduce the above copyright |
| 3705 | notice, this list of conditions and the following disclaimer in the |
| 3706 | documentation and/or other materials provided with the distribution. |
| 3707 | 3. The name of the author may not be used to endorse or promote products |
| 3708 | derived from this software without specific prior written permission. |
| 3709 | |
| 3710 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR |
| 3711 | IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES |
| 3712 | OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. |
| 3713 | IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, |
| 3714 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT |
| 3715 | NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, |
| 3716 | DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY |
| 3717 | THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
| 3718 | (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF |
| 3719 | THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 3720 | |
| 3721 | ------------------------------------------------------------------- |
| 3722 | |
Elliott Hughes | acbe322 | 2014-04-16 17:01:12 -0700 | [diff] [blame] | 3723 | Copyright (c) 2003 David Schultz <das@FreeBSD.ORG> |
| 3724 | All rights reserved. |
| 3725 | |
| 3726 | Redistribution and use in source and binary forms, with or without |
| 3727 | modification, are permitted provided that the following conditions |
| 3728 | are met: |
| 3729 | 1. Redistributions of source code must retain the above copyright |
| 3730 | notice, this list of conditions and the following disclaimer. |
| 3731 | 2. Redistributions in binary form must reproduce the above copyright |
| 3732 | notice, this list of conditions and the following disclaimer in the |
| 3733 | documentation and/or other materials provided with the distribution. |
| 3734 | |
| 3735 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 3736 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 3737 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 3738 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 3739 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 3740 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 3741 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 3742 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 3743 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 3744 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 3745 | SUCH DAMAGE. |
| 3746 | |
| 3747 | ------------------------------------------------------------------- |
| 3748 | |
Dan Albert | c30862f | 2016-10-20 11:45:16 -0700 | [diff] [blame] | 3749 | Copyright (c) 2003 Mike Barcroft <mike@FreeBSD.org> |
Dan Albert | c30862f | 2016-10-20 11:45:16 -0700 | [diff] [blame] | 3750 | Copyright (c) 2002 David Schultz <das@FreeBSD.ORG> |
| 3751 | All rights reserved. |
| 3752 | |
| 3753 | Redistribution and use in source and binary forms, with or without |
| 3754 | modification, are permitted provided that the following conditions |
| 3755 | are met: |
| 3756 | 1. Redistributions of source code must retain the above copyright |
| 3757 | notice, this list of conditions and the following disclaimer. |
| 3758 | 2. Redistributions in binary form must reproduce the above copyright |
| 3759 | notice, this list of conditions and the following disclaimer in the |
| 3760 | documentation and/or other materials provided with the distribution. |
| 3761 | |
| 3762 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 3763 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 3764 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 3765 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 3766 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 3767 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 3768 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 3769 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 3770 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 3771 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 3772 | SUCH DAMAGE. |
| 3773 | |
| 3774 | ------------------------------------------------------------------- |
| 3775 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 3776 | Copyright (c) 2003 Networks Associates Technology, Inc. |
| 3777 | All rights reserved. |
| 3778 | |
| 3779 | Portions of this software were developed for the FreeBSD Project by |
| 3780 | Jacques A. Vidrine, Safeport Network Services, and Network |
| 3781 | Associates Laboratories, the Security Research Division of Network |
| 3782 | Associates, Inc. under DARPA/SPAWAR contract N66001-01-C-8035 |
| 3783 | ("CBOSS"), as part of the DARPA CHATS research program. |
| 3784 | |
| 3785 | Redistribution and use in source and binary forms, with or without |
| 3786 | modification, are permitted provided that the following conditions |
| 3787 | are met: |
| 3788 | 1. Redistributions of source code must retain the above copyright |
| 3789 | notice, this list of conditions and the following disclaimer. |
| 3790 | 2. Redistributions in binary form must reproduce the above copyright |
| 3791 | notice, this list of conditions and the following disclaimer in the |
| 3792 | documentation and/or other materials provided with the distribution. |
| 3793 | |
| 3794 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 3795 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 3796 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 3797 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 3798 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 3799 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 3800 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 3801 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 3802 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 3803 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 3804 | SUCH DAMAGE. |
| 3805 | |
| 3806 | ------------------------------------------------------------------- |
| 3807 | |
Nick Kralevich | 5e58ea0 | 2012-09-12 13:21:25 -0700 | [diff] [blame] | 3808 | Copyright (c) 2003 Todd C. Miller <Todd.Miller@courtesan.com> |
| 3809 | |
| 3810 | Permission to use, copy, modify, and distribute this software for any |
| 3811 | purpose with or without fee is hereby granted, provided that the above |
| 3812 | copyright notice and this permission notice appear in all copies. |
| 3813 | |
| 3814 | THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES |
| 3815 | WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF |
| 3816 | MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR |
| 3817 | ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES |
| 3818 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN |
| 3819 | ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF |
| 3820 | OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
| 3821 | |
| 3822 | Sponsored in part by the Defense Advanced Research Projects |
| 3823 | Agency (DARPA) and Air Force Research Laboratory, Air Force |
| 3824 | Materiel Command, USAF, under agreement number F39502-99-1-0512. |
| 3825 | |
| 3826 | ------------------------------------------------------------------- |
| 3827 | |
Elliott Hughes | 882b8af | 2016-05-16 17:35:36 -0700 | [diff] [blame] | 3828 | Copyright (c) 2003, 2004 Todd C. Miller <Todd.Miller@courtesan.com> |
| 3829 | |
| 3830 | Permission to use, copy, modify, and distribute this software for any |
| 3831 | purpose with or without fee is hereby granted, provided that the above |
| 3832 | copyright notice and this permission notice appear in all copies. |
| 3833 | |
| 3834 | THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES |
| 3835 | WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF |
| 3836 | MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR |
| 3837 | ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES |
| 3838 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN |
| 3839 | ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF |
| 3840 | OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
| 3841 | |
| 3842 | Sponsored in part by the Defense Advanced Research Projects |
| 3843 | Agency (DARPA) and Air Force Research Laboratory, Air Force |
| 3844 | Materiel Command, USAF, under agreement number F39502-99-1-0512. |
| 3845 | |
| 3846 | ------------------------------------------------------------------- |
| 3847 | |
Elliott Hughes | ab52807 | 2018-07-24 00:01:52 +0000 | [diff] [blame] | 3848 | Copyright (c) 2003, Steven G. Kargl |
| 3849 | All rights reserved. |
| 3850 | |
| 3851 | Redistribution and use in source and binary forms, with or without |
| 3852 | modification, are permitted provided that the following conditions |
| 3853 | are met: |
| 3854 | 1. Redistributions of source code must retain the above copyright |
| 3855 | notice unmodified, this list of conditions, and the following |
| 3856 | disclaimer. |
| 3857 | 2. Redistributions in binary form must reproduce the above copyright |
| 3858 | notice, this list of conditions and the following disclaimer in the |
| 3859 | documentation and/or other materials provided with the distribution. |
| 3860 | |
| 3861 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR |
| 3862 | IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES |
| 3863 | OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. |
| 3864 | IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, |
| 3865 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT |
| 3866 | NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, |
| 3867 | DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY |
| 3868 | THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
| 3869 | (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF |
| 3870 | THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 3871 | |
| 3872 | ------------------------------------------------------------------- |
| 3873 | |
Dan Albert | c30862f | 2016-10-20 11:45:16 -0700 | [diff] [blame] | 3874 | Copyright (c) 2004 David Schultz <das@FreeBSD.ORG> |
| 3875 | All rights reserved. |
| 3876 | |
| 3877 | Redistribution and use in source and binary forms, with or without |
| 3878 | modification, are permitted provided that the following conditions |
| 3879 | are met: |
| 3880 | 1. Redistributions of source code must retain the above copyright |
| 3881 | notice, this list of conditions and the following disclaimer. |
| 3882 | 2. Redistributions in binary form must reproduce the above copyright |
| 3883 | notice, this list of conditions and the following disclaimer in the |
| 3884 | documentation and/or other materials provided with the distribution. |
| 3885 | |
| 3886 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 3887 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 3888 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 3889 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 3890 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 3891 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 3892 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 3893 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 3894 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 3895 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 3896 | SUCH DAMAGE. |
| 3897 | |
| 3898 | ------------------------------------------------------------------- |
| 3899 | |
Elliott Hughes | ab52807 | 2018-07-24 00:01:52 +0000 | [diff] [blame] | 3900 | Copyright (c) 2004 Stefan Farfeleder |
| 3901 | All rights reserved. |
| 3902 | |
| 3903 | Redistribution and use in source and binary forms, with or without |
| 3904 | modification, are permitted provided that the following conditions |
| 3905 | are met: |
| 3906 | 1. Redistributions of source code must retain the above copyright |
| 3907 | notice, this list of conditions and the following disclaimer. |
| 3908 | 2. Redistributions in binary form must reproduce the above copyright |
| 3909 | notice, this list of conditions and the following disclaimer in the |
| 3910 | documentation and/or other materials provided with the distribution. |
| 3911 | |
| 3912 | THIS SOFTWARE IS PROVIDED BY AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 3913 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 3914 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 3915 | ARE DISCLAIMED. IN NO EVENT SHALL AUTHOR OR CONTRIBUTORS BE LIABLE |
| 3916 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 3917 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 3918 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 3919 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 3920 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 3921 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 3922 | SUCH DAMAGE. |
| 3923 | |
| 3924 | ------------------------------------------------------------------- |
| 3925 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 3926 | Copyright (c) 2004 by Internet Systems Consortium, Inc. ("ISC") |
| 3927 | Copyright (c) 1995,1999 by Internet Software Consortium. |
| 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 ISC DISCLAIMS ALL WARRANTIES |
| 3934 | WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF |
| 3935 | MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL ISC 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 |
| 3939 | OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
| 3940 | |
| 3941 | ------------------------------------------------------------------- |
| 3942 | |
| 3943 | Copyright (c) 2004 by Internet Systems Consortium, Inc. ("ISC") |
| 3944 | Copyright (c) 1995-1999 by Internet Software Consortium |
| 3945 | |
| 3946 | Permission to use, copy, modify, and distribute this software for any |
| 3947 | purpose with or without fee is hereby granted, provided that the above |
| 3948 | copyright notice and this permission notice appear in all copies. |
| 3949 | |
| 3950 | THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES |
| 3951 | WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF |
| 3952 | MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR |
| 3953 | ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES |
| 3954 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN |
| 3955 | ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT |
| 3956 | OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
| 3957 | |
| 3958 | ------------------------------------------------------------------- |
| 3959 | |
| 3960 | Copyright (c) 2004 by Internet Systems Consortium, Inc. ("ISC") |
| 3961 | Copyright (c) 1995-1999 by Internet Software Consortium. |
| 3962 | |
| 3963 | Permission to use, copy, modify, and distribute this software for any |
| 3964 | purpose with or without fee is hereby granted, provided that the above |
| 3965 | copyright notice and this permission notice appear in all copies. |
| 3966 | |
| 3967 | THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES |
| 3968 | WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF |
| 3969 | MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR |
| 3970 | ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES |
| 3971 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN |
| 3972 | ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT |
| 3973 | OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
| 3974 | |
| 3975 | ------------------------------------------------------------------- |
| 3976 | |
| 3977 | Copyright (c) 2004 by Internet Systems Consortium, Inc. ("ISC") |
| 3978 | Copyright (c) 1996,1999 by Internet Software Consortium. |
| 3979 | |
| 3980 | Permission to use, copy, modify, and distribute this software for any |
| 3981 | purpose with or without fee is hereby granted, provided that the above |
| 3982 | copyright notice and this permission notice appear in all copies. |
| 3983 | |
| 3984 | THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES |
| 3985 | WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF |
| 3986 | MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR |
| 3987 | ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES |
| 3988 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN |
| 3989 | ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT |
| 3990 | OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
| 3991 | |
| 3992 | ------------------------------------------------------------------- |
| 3993 | |
| 3994 | Copyright (c) 2004 by Internet Systems Consortium, Inc. ("ISC") |
| 3995 | Copyright (c) 1996-1999 by Internet Software Consortium |
| 3996 | |
| 3997 | Permission to use, copy, modify, and distribute this software for any |
| 3998 | purpose with or without fee is hereby granted, provided that the above |
| 3999 | copyright notice and this permission notice appear in all copies. |
| 4000 | |
| 4001 | THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES |
| 4002 | WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF |
| 4003 | MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR |
| 4004 | ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES |
| 4005 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN |
| 4006 | ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT |
| 4007 | OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
| 4008 | |
| 4009 | ------------------------------------------------------------------- |
| 4010 | |
| 4011 | Copyright (c) 2004 by Internet Systems Consortium, Inc. ("ISC") |
| 4012 | Copyright (c) 1996-1999 by Internet Software Consortium. |
| 4013 | |
| 4014 | Permission to use, copy, modify, and distribute this software for any |
| 4015 | purpose with or without fee is hereby granted, provided that the above |
| 4016 | copyright notice and this permission notice appear in all copies. |
| 4017 | |
| 4018 | THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES |
| 4019 | WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF |
| 4020 | MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR |
| 4021 | ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES |
| 4022 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN |
| 4023 | ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT |
| 4024 | OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
| 4025 | |
| 4026 | ------------------------------------------------------------------- |
| 4027 | |
| 4028 | Copyright (c) 2004 by Internet Systems Consortium, Inc. ("ISC") |
| 4029 | Copyright (c) 1997,1999 by Internet Software Consortium. |
| 4030 | |
| 4031 | Permission to use, copy, modify, and distribute this software for any |
| 4032 | purpose with or without fee is hereby granted, provided that the above |
| 4033 | copyright notice and this permission notice appear in all copies. |
| 4034 | |
| 4035 | THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES |
| 4036 | WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF |
| 4037 | MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR |
| 4038 | ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES |
| 4039 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN |
| 4040 | ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT |
| 4041 | OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
| 4042 | |
| 4043 | ------------------------------------------------------------------- |
| 4044 | |
| 4045 | Copyright (c) 2004 by Internet Systems Consortium, Inc. ("ISC") |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 4046 | Copyright (c) 1999 by Internet Software Consortium. |
| 4047 | |
| 4048 | Permission to use, copy, modify, and distribute this software for any |
| 4049 | purpose with or without fee is hereby granted, provided that the above |
| 4050 | copyright notice and this permission notice appear in all copies. |
| 4051 | |
| 4052 | THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES |
| 4053 | WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF |
| 4054 | MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR |
| 4055 | ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES |
| 4056 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN |
| 4057 | ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT |
| 4058 | OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
| 4059 | |
| 4060 | ------------------------------------------------------------------- |
| 4061 | |
| 4062 | Copyright (c) 2004 by Internet Systems Consortium, Inc. ("ISC") |
| 4063 | Portions Copyright (c) 1996-1999 by Internet Software Consortium. |
| 4064 | |
| 4065 | Permission to use, copy, modify, and distribute this software for any |
| 4066 | purpose with or without fee is hereby granted, provided that the above |
| 4067 | copyright notice and this permission notice appear in all copies. |
| 4068 | |
| 4069 | THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES |
| 4070 | WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF |
| 4071 | MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR |
| 4072 | ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES |
| 4073 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN |
| 4074 | ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT |
| 4075 | OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
| 4076 | |
| 4077 | ------------------------------------------------------------------- |
| 4078 | |
Elliott Hughes | acbe322 | 2014-04-16 17:01:12 -0700 | [diff] [blame] | 4079 | Copyright (c) 2004, 2005 David Schultz <das@FreeBSD.ORG> |
| 4080 | All rights reserved. |
| 4081 | |
| 4082 | Redistribution and use in source and binary forms, with or without |
| 4083 | modification, are permitted provided that the following conditions |
| 4084 | are met: |
| 4085 | 1. Redistributions of source code must retain the above copyright |
| 4086 | notice, this list of conditions and the following disclaimer. |
| 4087 | 2. Redistributions in binary form must reproduce the above copyright |
| 4088 | notice, this list of conditions and the following disclaimer in the |
| 4089 | documentation and/or other materials provided with the distribution. |
| 4090 | |
| 4091 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 4092 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 4093 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 4094 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 4095 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 4096 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 4097 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 4098 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 4099 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 4100 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 4101 | SUCH DAMAGE. |
| 4102 | |
| 4103 | ------------------------------------------------------------------- |
| 4104 | |
Elliott Hughes | 882b8af | 2016-05-16 17:35:36 -0700 | [diff] [blame] | 4105 | Copyright (c) 2004-2005 David Schultz <das (at) FreeBSD.ORG> |
| 4106 | All rights reserved. |
| 4107 | |
| 4108 | Redistribution and use in source and binary forms, with or without |
| 4109 | modification, are permitted provided that the following conditions |
| 4110 | are met: |
| 4111 | 1. Redistributions of source code must retain the above copyright |
| 4112 | notice, this list of conditions and the following disclaimer. |
| 4113 | 2. Redistributions in binary form must reproduce the above copyright |
| 4114 | notice, this list of conditions and the following disclaimer in the |
| 4115 | documentation and/or other materials provided with the distribution. |
| 4116 | |
| 4117 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 4118 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 4119 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 4120 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 4121 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 4122 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 4123 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 4124 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 4125 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 4126 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 4127 | SUCH DAMAGE. |
| 4128 | |
| 4129 | ------------------------------------------------------------------- |
| 4130 | |
| 4131 | Copyright (c) 2004-2005 David Schultz <das@FreeBSD.ORG> |
| 4132 | All rights reserved. |
| 4133 | |
| 4134 | Redistribution and use in source and binary forms, with or without |
| 4135 | modification, are permitted provided that the following conditions |
| 4136 | are met: |
| 4137 | 1. Redistributions of source code must retain the above copyright |
| 4138 | notice, this list of conditions and the following disclaimer. |
| 4139 | 2. Redistributions in binary form must reproduce the above copyright |
| 4140 | notice, this list of conditions and the following disclaimer in the |
| 4141 | documentation and/or other materials provided with the distribution. |
| 4142 | |
| 4143 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 4144 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 4145 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 4146 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 4147 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 4148 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 4149 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 4150 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 4151 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 4152 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 4153 | SUCH DAMAGE. |
| 4154 | |
| 4155 | ------------------------------------------------------------------- |
| 4156 | |
Elliott Hughes | ab52807 | 2018-07-24 00:01:52 +0000 | [diff] [blame] | 4157 | Copyright (c) 2005 Bruce D. Evans and Steven G. Kargl |
| 4158 | All rights reserved. |
| 4159 | |
| 4160 | Redistribution and use in source and binary forms, with or without |
| 4161 | modification, are permitted provided that the following conditions |
| 4162 | are met: |
| 4163 | 1. Redistributions of source code must retain the above copyright |
| 4164 | notice unmodified, this list of conditions, and the following |
| 4165 | disclaimer. |
| 4166 | 2. Redistributions in binary form must reproduce the above copyright |
| 4167 | notice, this list of conditions and the following disclaimer in the |
| 4168 | documentation and/or other materials provided with the distribution. |
| 4169 | |
| 4170 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR |
| 4171 | IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES |
| 4172 | OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. |
| 4173 | IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, |
| 4174 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT |
| 4175 | NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, |
| 4176 | DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY |
| 4177 | THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
| 4178 | (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF |
| 4179 | THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 4180 | |
| 4181 | ------------------------------------------------------------------- |
| 4182 | |
| 4183 | Copyright (c) 2005 David Schultz <das@FreeBSD.ORG> |
| 4184 | All rights reserved. |
| 4185 | |
| 4186 | Redistribution and use in source and binary forms, with or without |
| 4187 | modification, are permitted provided that the following conditions |
| 4188 | are met: |
| 4189 | 1. Redistributions of source code must retain the above copyright |
| 4190 | notice, this list of conditions and the following disclaimer. |
| 4191 | 2. Redistributions in binary form must reproduce the above copyright |
| 4192 | notice, this list of conditions and the following disclaimer in the |
| 4193 | documentation and/or other materials provided with the distribution. |
| 4194 | |
| 4195 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 4196 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 4197 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 4198 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 4199 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 4200 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 4201 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 4202 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 4203 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 4204 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 4205 | SUCH DAMAGE. |
| 4206 | |
| 4207 | ------------------------------------------------------------------- |
| 4208 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 4209 | Copyright (c) 2005 Tim J. Robbins. |
| 4210 | All rights reserved. |
| 4211 | |
| 4212 | Redistribution and use in source and binary forms, with or without |
| 4213 | modification, are permitted provided that the following conditions |
| 4214 | are met: |
| 4215 | 1. Redistributions of source code must retain the above copyright |
| 4216 | notice, this list of conditions and the following disclaimer. |
| 4217 | 2. Redistributions in binary form must reproduce the above copyright |
| 4218 | notice, this list of conditions and the following disclaimer in the |
| 4219 | documentation and/or other materials provided with the distribution. |
| 4220 | |
| 4221 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 4222 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 4223 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 4224 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 4225 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 4226 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 4227 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 4228 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 4229 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 4230 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 4231 | SUCH DAMAGE. |
| 4232 | |
| 4233 | ------------------------------------------------------------------- |
| 4234 | |
Elliott Hughes | 448080d | 2013-01-29 16:25:06 -0800 | [diff] [blame] | 4235 | Copyright (c) 2005 by Internet Systems Consortium, Inc. ("ISC") |
| 4236 | Copyright (c) 1995-1999 by Internet Software Consortium |
| 4237 | |
| 4238 | Permission to use, copy, modify, and distribute this software for any |
| 4239 | purpose with or without fee is hereby granted, provided that the above |
| 4240 | copyright notice and this permission notice appear in all copies. |
| 4241 | |
| 4242 | THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES |
| 4243 | WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF |
| 4244 | MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR |
| 4245 | ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES |
| 4246 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN |
| 4247 | ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT |
| 4248 | OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
| 4249 | |
| 4250 | ------------------------------------------------------------------- |
| 4251 | |
Dan Albert | c30862f | 2016-10-20 11:45:16 -0700 | [diff] [blame] | 4252 | Copyright (c) 2005-2008 David Schultz <das@FreeBSD.ORG> |
| 4253 | All rights reserved. |
| 4254 | |
| 4255 | Redistribution and use in source and binary forms, with or without |
| 4256 | modification, are permitted provided that the following conditions |
| 4257 | are met: |
| 4258 | 1. Redistributions of source code must retain the above copyright |
| 4259 | notice, this list of conditions and the following disclaimer. |
| 4260 | 2. Redistributions in binary form must reproduce the above copyright |
| 4261 | notice, this list of conditions and the following disclaimer in the |
| 4262 | documentation and/or other materials provided with the distribution. |
| 4263 | |
| 4264 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 4265 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 4266 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 4267 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 4268 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 4269 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 4270 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 4271 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 4272 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 4273 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 4274 | SUCH DAMAGE. |
| 4275 | |
| 4276 | ------------------------------------------------------------------- |
| 4277 | |
Elliott Hughes | ab52807 | 2018-07-24 00:01:52 +0000 | [diff] [blame] | 4278 | Copyright (c) 2005-2011 David Schultz <das@FreeBSD.ORG> |
| 4279 | All rights reserved. |
| 4280 | |
| 4281 | Redistribution and use in source and binary forms, with or without |
| 4282 | modification, are permitted provided that the following conditions |
| 4283 | are met: |
| 4284 | 1. Redistributions of source code must retain the above copyright |
| 4285 | notice, this list of conditions and the following disclaimer. |
| 4286 | 2. Redistributions in binary form must reproduce the above copyright |
| 4287 | notice, this list of conditions and the following disclaimer in the |
| 4288 | documentation and/or other materials provided with the distribution. |
| 4289 | |
| 4290 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 4291 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 4292 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 4293 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 4294 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 4295 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 4296 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 4297 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 4298 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 4299 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 4300 | SUCH DAMAGE. |
| 4301 | |
| 4302 | ------------------------------------------------------------------- |
| 4303 | |
Elliott Hughes | c6b38ae | 2019-11-22 11:15:42 -0800 | [diff] [blame] | 4304 | Copyright (c) 2005-2014 Rich Felker |
| 4305 | |
| 4306 | Permission is hereby granted, free of charge, to any person obtaining |
| 4307 | a copy of this software and associated documentation files (the |
| 4308 | "Software"), to deal in the Software without restriction, including |
| 4309 | without limitation the rights to use, copy, modify, merge, publish, |
| 4310 | distribute, sublicense, and/or sell copies of the Software, and to |
| 4311 | permit persons to whom the Software is furnished to do so, subject to |
| 4312 | the following conditions: |
| 4313 | |
| 4314 | The above copyright notice and this permission notice shall be |
| 4315 | included in all copies or substantial portions of the Software. |
| 4316 | |
| 4317 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, |
| 4318 | EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF |
| 4319 | MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. |
| 4320 | IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY |
| 4321 | CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, |
| 4322 | TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE |
| 4323 | SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. |
| 4324 | |
| 4325 | ------------------------------------------------------------------- |
| 4326 | |
Dan Albert | c30862f | 2016-10-20 11:45:16 -0700 | [diff] [blame] | 4327 | Copyright (c) 2007 David Schultz |
| 4328 | All rights reserved. |
| 4329 | |
| 4330 | Redistribution and use in source and binary forms, with or without |
| 4331 | modification, are permitted provided that the following conditions |
| 4332 | are met: |
| 4333 | 1. Redistributions of source code must retain the above copyright |
| 4334 | notice, this list of conditions and the following disclaimer. |
| 4335 | 2. Redistributions in binary form must reproduce the above copyright |
| 4336 | notice, this list of conditions and the following disclaimer in the |
| 4337 | documentation and/or other materials provided with the distribution. |
| 4338 | |
| 4339 | THIS SOFTWARE IS PROVIDED BY AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 4340 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 4341 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 4342 | ARE DISCLAIMED. IN NO EVENT SHALL AUTHOR OR CONTRIBUTORS BE LIABLE |
| 4343 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 4344 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 4345 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 4346 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 4347 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 4348 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 4349 | SUCH DAMAGE. |
| 4350 | |
| 4351 | ------------------------------------------------------------------- |
| 4352 | |
Elliott Hughes | ab52807 | 2018-07-24 00:01:52 +0000 | [diff] [blame] | 4353 | Copyright (c) 2007 David Schultz <das@FreeBSD.ORG> |
| 4354 | All rights reserved. |
| 4355 | |
| 4356 | Redistribution and use in source and binary forms, with or without |
| 4357 | modification, are permitted provided that the following conditions |
| 4358 | are met: |
| 4359 | 1. Redistributions of source code must retain the above copyright |
| 4360 | notice, this list of conditions and the following disclaimer. |
| 4361 | 2. Redistributions in binary form must reproduce the above copyright |
| 4362 | notice, this list of conditions and the following disclaimer in the |
| 4363 | documentation and/or other materials provided with the distribution. |
| 4364 | |
| 4365 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 4366 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 4367 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 4368 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 4369 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 4370 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 4371 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 4372 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 4373 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 4374 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 4375 | SUCH DAMAGE. |
| 4376 | |
| 4377 | ------------------------------------------------------------------- |
| 4378 | |
| 4379 | Copyright (c) 2007 David Schultz <das@FreeBSD.ORG> |
| 4380 | All rights reserved. |
| 4381 | |
| 4382 | Redistribution and use in source and binary forms, with or without |
| 4383 | modification, are permitted provided that the following conditions |
| 4384 | are met: |
| 4385 | 1. Redistributions of source code must retain the above copyright |
| 4386 | notice, this list of conditions and the following disclaimer. |
| 4387 | 2. Redistributions in binary form must reproduce the above copyright |
| 4388 | notice, this list of conditions and the following disclaimer in the |
| 4389 | documentation and/or other materials provided with the distribution. |
| 4390 | |
| 4391 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 4392 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 4393 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 4394 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 4395 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 4396 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 4397 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 4398 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 4399 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 4400 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 4401 | SUCH DAMAGE. |
| 4402 | |
| 4403 | Derived from s_modf.c, which has the following Copyright: |
| 4404 | ==================================================== |
| 4405 | Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved. |
| 4406 | |
| 4407 | Developed at SunPro, a Sun Microsystems, Inc. business. |
| 4408 | Permission to use, copy, modify, and distribute this |
| 4409 | software is freely granted, provided that this notice |
| 4410 | is preserved. |
| 4411 | |
| 4412 | ------------------------------------------------------------------- |
| 4413 | |
| 4414 | Copyright (c) 2007 Steven G. Kargl |
| 4415 | All rights reserved. |
| 4416 | |
| 4417 | Redistribution and use in source and binary forms, with or without |
| 4418 | modification, are permitted provided that the following conditions |
| 4419 | are met: |
| 4420 | 1. Redistributions of source code must retain the above copyright |
| 4421 | notice unmodified, this list of conditions, and the following |
| 4422 | disclaimer. |
| 4423 | 2. Redistributions in binary form must reproduce the above copyright |
| 4424 | notice, this list of conditions and the following disclaimer in the |
| 4425 | documentation and/or other materials provided with the distribution. |
| 4426 | |
| 4427 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR |
| 4428 | IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES |
| 4429 | OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. |
| 4430 | IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, |
| 4431 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT |
| 4432 | NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, |
| 4433 | DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY |
| 4434 | THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
| 4435 | (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF |
| 4436 | THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 4437 | |
| 4438 | ------------------------------------------------------------------- |
| 4439 | |
Dan Albert | c30862f | 2016-10-20 11:45:16 -0700 | [diff] [blame] | 4440 | Copyright (c) 2007 The NetBSD Foundation, Inc. |
| 4441 | All rights reserved. |
| 4442 | |
| 4443 | This code is derived from software written by Stephen L. Moshier. |
| 4444 | It is redistributed by the NetBSD Foundation by permission of the author. |
| 4445 | |
| 4446 | Redistribution and use in source and binary forms, with or without |
| 4447 | modification, are permitted provided that the following conditions |
| 4448 | are met: |
| 4449 | 1. Redistributions of source code must retain the above copyright |
| 4450 | notice, this list of conditions and the following disclaimer. |
| 4451 | 2. Redistributions in binary form must reproduce the above copyright |
| 4452 | notice, this list of conditions and the following disclaimer in the |
| 4453 | documentation and/or other materials provided with the distribution. |
| 4454 | |
| 4455 | THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS |
| 4456 | ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED |
| 4457 | TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR |
| 4458 | PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS |
| 4459 | BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR |
| 4460 | CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF |
| 4461 | SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS |
| 4462 | INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN |
| 4463 | CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) |
| 4464 | ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE |
| 4465 | POSSIBILITY OF SUCH DAMAGE. |
| 4466 | |
| 4467 | ------------------------------------------------------------------- |
| 4468 | |
Elliott Hughes | 9a4b68e | 2019-11-20 14:56:22 -0800 | [diff] [blame] | 4469 | Copyright (c) 2007 Todd C. Miller <millert@openbsd.org> |
Elliott Hughes | 7e54c76 | 2015-05-12 10:09:01 -0700 | [diff] [blame] | 4470 | |
| 4471 | Permission to use, copy, modify, and distribute this software for any |
| 4472 | purpose with or without fee is hereby granted, provided that the above |
| 4473 | copyright notice and this permission notice appear in all copies. |
| 4474 | |
| 4475 | THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES |
| 4476 | WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF |
| 4477 | MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR |
| 4478 | ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES |
| 4479 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN |
| 4480 | ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF |
| 4481 | OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
| 4482 | |
| 4483 | ------------------------------------------------------------------- |
| 4484 | |
Elliott Hughes | 8da8ca4 | 2018-05-08 13:35:33 -0700 | [diff] [blame] | 4485 | Copyright (c) 2007, 2010-2013 Steven G. Kargl |
| 4486 | All rights reserved. |
| 4487 | |
| 4488 | Redistribution and use in source and binary forms, with or without |
| 4489 | modification, are permitted provided that the following conditions |
| 4490 | are met: |
| 4491 | 1. Redistributions of source code must retain the above copyright |
| 4492 | notice unmodified, this list of conditions, and the following |
| 4493 | disclaimer. |
| 4494 | 2. Redistributions in binary form must reproduce the above copyright |
| 4495 | notice, this list of conditions and the following disclaimer in the |
| 4496 | documentation and/or other materials provided with the distribution. |
| 4497 | |
| 4498 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR |
| 4499 | IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES |
| 4500 | OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. |
| 4501 | IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, |
| 4502 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT |
| 4503 | NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, |
| 4504 | DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY |
| 4505 | THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
| 4506 | (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF |
| 4507 | THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 4508 | |
| 4509 | s_sinl.c and s_cosl.c merged by Steven G. Kargl. |
| 4510 | |
| 4511 | ------------------------------------------------------------------- |
| 4512 | |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 4513 | Copyright (c) 2007-2008 Michael G Schwern |
| 4514 | |
| 4515 | This software originally derived from Paul Sheer's pivotal_gmtime_r.c. |
| 4516 | |
| 4517 | The MIT License: |
| 4518 | |
| 4519 | Permission is hereby granted, free of charge, to any person obtaining a copy |
| 4520 | of this software and associated documentation files (the "Software"), to deal |
| 4521 | in the Software without restriction, including without limitation the rights |
| 4522 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell |
| 4523 | copies of the Software, and to permit persons to whom the Software is |
| 4524 | furnished to do so, subject to the following conditions: |
| 4525 | |
| 4526 | The above copyright notice and this permission notice shall be included in |
| 4527 | all copies or substantial portions of the Software. |
| 4528 | |
| 4529 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR |
| 4530 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, |
| 4531 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE |
| 4532 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER |
| 4533 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, |
| 4534 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN |
| 4535 | THE SOFTWARE. |
| 4536 | |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 4537 | ------------------------------------------------------------------- |
| 4538 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 4539 | Copyright (c) 2007-2008 Michael G Schwern |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 4540 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 4541 | This software originally derived from Paul Sheer's pivotal_gmtime_r.c. |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 4542 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 4543 | The MIT License: |
| 4544 | |
| 4545 | Permission is hereby granted, free of charge, to any person obtaining a copy |
| 4546 | of this software and associated documentation files (the "Software"), to deal |
| 4547 | in the Software without restriction, including without limitation the rights |
| 4548 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell |
| 4549 | copies of the Software, and to permit persons to whom the Software is |
| 4550 | furnished to do so, subject to the following conditions: |
| 4551 | |
| 4552 | The above copyright notice and this permission notice shall be included in |
| 4553 | all copies or substantial portions of the Software. |
| 4554 | |
| 4555 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR |
| 4556 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, |
| 4557 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE |
| 4558 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER |
| 4559 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, |
| 4560 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN |
| 4561 | THE SOFTWARE. |
| 4562 | |
| 4563 | Origin: http://code.google.com/p/y2038 |
| 4564 | Modified for Bionic by the Android Open Source Project |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 4565 | |
| 4566 | ------------------------------------------------------------------- |
| 4567 | |
Elliott Hughes | ab52807 | 2018-07-24 00:01:52 +0000 | [diff] [blame] | 4568 | Copyright (c) 2007-2008 David Schultz <das@FreeBSD.ORG> |
| 4569 | All rights reserved. |
| 4570 | |
| 4571 | Redistribution and use in source and binary forms, with or without |
| 4572 | modification, are permitted provided that the following conditions |
| 4573 | are met: |
| 4574 | 1. Redistributions of source code must retain the above copyright |
| 4575 | notice, this list of conditions and the following disclaimer. |
| 4576 | 2. Redistributions in binary form must reproduce the above copyright |
| 4577 | notice, this list of conditions and the following disclaimer in the |
| 4578 | documentation and/or other materials provided with the distribution. |
| 4579 | |
| 4580 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 4581 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 4582 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 4583 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 4584 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 4585 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 4586 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 4587 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 4588 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 4589 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 4590 | SUCH DAMAGE. |
| 4591 | |
| 4592 | ------------------------------------------------------------------- |
| 4593 | |
Dan Albert | c30862f | 2016-10-20 11:45:16 -0700 | [diff] [blame] | 4594 | Copyright (c) 2007-2013 Bruce D. Evans |
| 4595 | All rights reserved. |
| 4596 | |
| 4597 | Redistribution and use in source and binary forms, with or without |
| 4598 | modification, are permitted provided that the following conditions |
| 4599 | are met: |
| 4600 | 1. Redistributions of source code must retain the above copyright |
| 4601 | notice unmodified, this list of conditions, and the following |
| 4602 | disclaimer. |
| 4603 | 2. Redistributions in binary form must reproduce the above copyright |
| 4604 | notice, this list of conditions and the following disclaimer in the |
| 4605 | documentation and/or other materials provided with the distribution. |
| 4606 | |
| 4607 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR |
| 4608 | IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES |
| 4609 | OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. |
| 4610 | IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, |
| 4611 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT |
| 4612 | NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, |
| 4613 | DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY |
| 4614 | THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
| 4615 | (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF |
| 4616 | THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 4617 | |
| 4618 | ------------------------------------------------------------------- |
| 4619 | |
Dan Albert | c30862f | 2016-10-20 11:45:16 -0700 | [diff] [blame] | 4620 | Copyright (c) 2008 David Schultz <das@FreeBSD.ORG> |
| 4621 | All rights reserved. |
| 4622 | |
| 4623 | Redistribution and use in source and binary forms, with or without |
| 4624 | modification, are permitted provided that the following conditions |
| 4625 | are met: |
| 4626 | 1. Redistributions of source code must retain the above copyright |
| 4627 | notice, this list of conditions and the following disclaimer. |
| 4628 | 2. Redistributions in binary form must reproduce the above copyright |
| 4629 | notice, this list of conditions and the following disclaimer in the |
| 4630 | documentation and/or other materials provided with the distribution. |
| 4631 | |
| 4632 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 4633 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 4634 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 4635 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 4636 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 4637 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 4638 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 4639 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 4640 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 4641 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 4642 | SUCH DAMAGE. |
| 4643 | |
| 4644 | ------------------------------------------------------------------- |
| 4645 | |
Elliott Hughes | ab52807 | 2018-07-24 00:01:52 +0000 | [diff] [blame] | 4646 | Copyright (c) 2008 Stephen L. Moshier <steve@moshier.net> |
| 4647 | |
| 4648 | Permission to use, copy, modify, and distribute this software for any |
| 4649 | purpose with or without fee is hereby granted, provided that the above |
| 4650 | copyright notice and this permission notice appear in all copies. |
| 4651 | |
| 4652 | THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES |
| 4653 | WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF |
| 4654 | MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR |
| 4655 | ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES |
| 4656 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN |
| 4657 | ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF |
| 4658 | OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
| 4659 | |
| 4660 | ------------------------------------------------------------------- |
| 4661 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 4662 | Copyright (c) 2008 Todd C. Miller <millert@openbsd.org> |
| 4663 | |
| 4664 | Permission to use, copy, modify, and distribute this software for any |
| 4665 | purpose with or without fee is hereby granted, provided that the above |
| 4666 | copyright notice and this permission notice appear in all copies. |
| 4667 | |
| 4668 | THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES |
| 4669 | WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF |
| 4670 | MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR |
| 4671 | ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES |
| 4672 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN |
| 4673 | ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF |
| 4674 | OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
| 4675 | |
| 4676 | ------------------------------------------------------------------- |
| 4677 | |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 4678 | Copyright (c) 2008, Damien Miller <djm@openbsd.org> |
| 4679 | |
| 4680 | Permission to use, copy, modify, and distribute this software for any |
| 4681 | purpose with or without fee is hereby granted, provided that the above |
| 4682 | copyright notice and this permission notice appear in all copies. |
| 4683 | |
| 4684 | THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES |
| 4685 | WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF |
| 4686 | MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR |
| 4687 | ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES |
| 4688 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN |
| 4689 | ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF |
| 4690 | OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
| 4691 | |
| 4692 | ------------------------------------------------------------------- |
| 4693 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 4694 | Copyright (c) 2009 David Schultz <das@FreeBSD.org> |
| 4695 | All rights reserved. |
| 4696 | |
Elliott Hughes | 1558138 | 2014-07-07 15:42:06 -0700 | [diff] [blame] | 4697 | Copyright (c) 2011 The FreeBSD Foundation |
| 4698 | All rights reserved. |
| 4699 | Portions of this software were developed by David Chisnall |
| 4700 | under sponsorship from the FreeBSD Foundation. |
| 4701 | |
| 4702 | Redistribution and use in source and binary forms, with or without |
| 4703 | modification, are permitted provided that the following conditions |
| 4704 | are met: |
| 4705 | 1. Redistributions of source code must retain the above copyright |
| 4706 | notice, this list of conditions and the following disclaimer. |
| 4707 | 2. Redistributions in binary form must reproduce the above copyright |
| 4708 | notice, this list of conditions and the following disclaimer in the |
| 4709 | documentation and/or other materials provided with the distribution. |
| 4710 | |
| 4711 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 4712 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 4713 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 4714 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 4715 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 4716 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 4717 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 4718 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 4719 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 4720 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 4721 | SUCH DAMAGE. |
| 4722 | |
| 4723 | ------------------------------------------------------------------- |
| 4724 | |
| 4725 | Copyright (c) 2009 David Schultz <das@FreeBSD.org> |
| 4726 | All rights reserved. |
| 4727 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 4728 | Redistribution and use in source and binary forms, with or without |
| 4729 | modification, are permitted provided that the following conditions |
| 4730 | are met: |
| 4731 | 1. Redistributions of source code must retain the above copyright |
| 4732 | notice, this list of conditions and the following disclaimer. |
| 4733 | 2. Redistributions in binary form must reproduce the above copyright |
| 4734 | notice, this list of conditions and the following disclaimer in the |
| 4735 | documentation and/or other materials provided with the distribution. |
| 4736 | |
| 4737 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 4738 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 4739 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 4740 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 4741 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 4742 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 4743 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 4744 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 4745 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 4746 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 4747 | SUCH DAMAGE. |
| 4748 | |
| 4749 | ------------------------------------------------------------------- |
| 4750 | |
Irina Tirdea | eac9eb4 | 2012-09-08 09:28:30 +0300 | [diff] [blame] | 4751 | Copyright (c) 2009 The NetBSD Foundation, Inc. |
| 4752 | |
| 4753 | This code is derived from software contributed to The NetBSD Foundation |
| 4754 | by Roy Marples. |
| 4755 | |
| 4756 | Redistribution and use in source and binary forms, with or without |
| 4757 | modification, are permitted provided that the following conditions |
| 4758 | are met: |
| 4759 | 1. Redistributions of source code must retain the above copyright |
| 4760 | notice, this list of conditions and the following disclaimer. |
| 4761 | 2. Redistributions in binary form must reproduce the above copyright |
| 4762 | notice, this list of conditions and the following disclaimer in the |
| 4763 | documentation and/or other materials provided with the distribution. |
| 4764 | |
| 4765 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR |
| 4766 | IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES |
| 4767 | OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. |
| 4768 | IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, |
| 4769 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT |
| 4770 | NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, |
| 4771 | DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY |
| 4772 | THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
| 4773 | (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF |
| 4774 | THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 4775 | |
| 4776 | ------------------------------------------------------------------- |
| 4777 | |
Dan Albert | c30862f | 2016-10-20 11:45:16 -0700 | [diff] [blame] | 4778 | Copyright (c) 2009-2013 Steven G. Kargl |
| 4779 | All rights reserved. |
| 4780 | |
| 4781 | Redistribution and use in source and binary forms, with or without |
| 4782 | modification, are permitted provided that the following conditions |
| 4783 | are met: |
| 4784 | 1. Redistributions of source code must retain the above copyright |
| 4785 | notice unmodified, this list of conditions, and the following |
| 4786 | disclaimer. |
| 4787 | 2. Redistributions in binary form must reproduce the above copyright |
| 4788 | notice, this list of conditions and the following disclaimer in the |
| 4789 | documentation and/or other materials provided with the distribution. |
| 4790 | |
| 4791 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR |
| 4792 | IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES |
| 4793 | OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. |
| 4794 | IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, |
| 4795 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT |
| 4796 | NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, |
| 4797 | DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY |
| 4798 | THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
| 4799 | (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF |
| 4800 | THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 4801 | |
| 4802 | Optimized by Bruce D. Evans. |
| 4803 | |
| 4804 | ------------------------------------------------------------------- |
| 4805 | |
Elliott Hughes | 882b8af | 2016-05-16 17:35:36 -0700 | [diff] [blame] | 4806 | Copyright (c) 2010 The NetBSD Foundation, Inc. |
| 4807 | All rights reserved. |
| 4808 | |
| 4809 | Redistribution and use in source and binary forms, with or without |
| 4810 | modification, are permitted provided that the following conditions |
| 4811 | are met: |
| 4812 | 1. Redistributions of source code must retain the above copyright |
| 4813 | notice, this list of conditions and the following disclaimer. |
| 4814 | 2. Redistributions in binary form must reproduce the above copyright |
| 4815 | notice, this list of conditions and the following disclaimer in the |
| 4816 | documentation and/or other materials provided with the distribution. |
| 4817 | |
| 4818 | THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS |
| 4819 | ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED |
| 4820 | TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR |
| 4821 | PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS |
| 4822 | BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR |
| 4823 | CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF |
| 4824 | SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS |
| 4825 | INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN |
| 4826 | CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) |
| 4827 | ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE |
| 4828 | POSSIBILITY OF SUCH DAMAGE. |
| 4829 | |
| 4830 | ------------------------------------------------------------------- |
| 4831 | |
Elliott Hughes | 9a4b68e | 2019-11-20 14:56:22 -0800 | [diff] [blame] | 4832 | Copyright (c) 2010 Todd C. Miller <millert@openbsd.org> |
Elliott Hughes | 4e54b11 | 2014-03-06 15:06:11 -0800 | [diff] [blame] | 4833 | |
| 4834 | Permission to use, copy, modify, and distribute this software for any |
| 4835 | purpose with or without fee is hereby granted, provided that the above |
| 4836 | copyright notice and this permission notice appear in all copies. |
| 4837 | |
| 4838 | THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES |
| 4839 | WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF |
| 4840 | MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR |
| 4841 | ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES |
| 4842 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN |
| 4843 | ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF |
| 4844 | OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
| 4845 | |
| 4846 | ------------------------------------------------------------------- |
| 4847 | |
Elliott Hughes | 54a7494 | 2014-01-03 16:40:37 -0800 | [diff] [blame] | 4848 | Copyright (c) 2010, 2011, 2012, 2013 Intel Corporation |
Elliott Hughes | 2815b1d | 2013-06-12 16:00:41 -0700 | [diff] [blame] | 4849 | All rights reserved. |
| 4850 | |
| 4851 | Redistribution and use in source and binary forms, with or without |
| 4852 | modification, are permitted provided that the following conditions are met: |
| 4853 | |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 4854 | * Redistributions of source code must retain the above copyright notice, |
| 4855 | * this list of conditions and the following disclaimer. |
Elliott Hughes | 2815b1d | 2013-06-12 16:00:41 -0700 | [diff] [blame] | 4856 | |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 4857 | * Redistributions in binary form must reproduce the above copyright notice, |
| 4858 | * this list of conditions and the following disclaimer in the documentation |
| 4859 | * and/or other materials provided with the distribution. |
Elliott Hughes | 2815b1d | 2013-06-12 16:00:41 -0700 | [diff] [blame] | 4860 | |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 4861 | * Neither the name of Intel Corporation nor the names of its contributors |
| 4862 | * may be used to endorse or promote products derived from this software |
| 4863 | * without specific prior written permission. |
Elliott Hughes | 2815b1d | 2013-06-12 16:00:41 -0700 | [diff] [blame] | 4864 | |
| 4865 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND |
| 4866 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED |
| 4867 | WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE |
| 4868 | DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR |
| 4869 | ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES |
| 4870 | (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; |
| 4871 | LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON |
| 4872 | ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
| 4873 | (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS |
| 4874 | SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 4875 | |
| 4876 | ------------------------------------------------------------------- |
| 4877 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 4878 | Copyright (c) 2010, Intel Corporation |
| 4879 | All rights reserved. |
| 4880 | |
| 4881 | Redistribution and use in source and binary forms, with or without |
| 4882 | modification, are permitted provided that the following conditions are met: |
| 4883 | |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 4884 | * Redistributions of source code must retain the above copyright notice, |
| 4885 | * this list of conditions and the following disclaimer. |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 4886 | |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 4887 | * Redistributions in binary form must reproduce the above copyright notice, |
| 4888 | * this list of conditions and the following disclaimer in the documentation |
| 4889 | * and/or other materials provided with the distribution. |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 4890 | |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 4891 | * Neither the name of Intel Corporation nor the names of its contributors |
| 4892 | * may be used to endorse or promote products derived from this software |
| 4893 | * without specific prior written permission. |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 4894 | |
| 4895 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND |
| 4896 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED |
| 4897 | WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE |
| 4898 | DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR |
| 4899 | ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES |
| 4900 | (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; |
| 4901 | LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON |
| 4902 | ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
| 4903 | (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS |
| 4904 | SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 4905 | |
| 4906 | ------------------------------------------------------------------- |
| 4907 | |
Elliott Hughes | bfa582d | 2014-05-05 14:58:17 -0700 | [diff] [blame] | 4908 | Copyright (c) 2011 David Chisnall |
| 4909 | All rights reserved. |
| 4910 | |
| 4911 | Redistribution and use in source and binary forms, with or without |
| 4912 | modification, are permitted provided that the following conditions |
| 4913 | are met: |
| 4914 | 1. Redistributions of source code must retain the above copyright |
| 4915 | notice, this list of conditions and the following disclaimer. |
| 4916 | 2. Redistributions in binary form must reproduce the above copyright |
| 4917 | notice, this list of conditions and the following disclaimer in the |
| 4918 | documentation and/or other materials provided with the distribution. |
| 4919 | |
| 4920 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 4921 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 4922 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 4923 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 4924 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 4925 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 4926 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 4927 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 4928 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 4929 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 4930 | SUCH DAMAGE. |
| 4931 | |
| 4932 | ------------------------------------------------------------------- |
| 4933 | |
Elliott Hughes | ab52807 | 2018-07-24 00:01:52 +0000 | [diff] [blame] | 4934 | Copyright (c) 2011 David Schultz |
| 4935 | All rights reserved. |
| 4936 | |
| 4937 | Redistribution and use in source and binary forms, with or without |
| 4938 | modification, are permitted provided that the following conditions |
| 4939 | are met: |
| 4940 | 1. Redistributions of source code must retain the above copyright |
| 4941 | notice unmodified, this list of conditions, and the following |
| 4942 | disclaimer. |
| 4943 | 2. Redistributions in binary form must reproduce the above copyright |
| 4944 | notice, this list of conditions and the following disclaimer in the |
| 4945 | documentation and/or other materials provided with the distribution. |
| 4946 | |
| 4947 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR |
| 4948 | IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES |
| 4949 | OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. |
| 4950 | IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, |
| 4951 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT |
| 4952 | NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, |
| 4953 | DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY |
| 4954 | THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
| 4955 | (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF |
| 4956 | THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 4957 | |
| 4958 | ------------------------------------------------------------------- |
| 4959 | |
| 4960 | Copyright (c) 2011 David Schultz <das@FreeBSD.ORG> |
| 4961 | All rights reserved. |
| 4962 | |
| 4963 | Redistribution and use in source and binary forms, with or without |
| 4964 | modification, are permitted provided that the following conditions |
| 4965 | are met: |
| 4966 | 1. Redistributions of source code must retain the above copyright |
| 4967 | notice, this list of conditions and the following disclaimer. |
| 4968 | 2. Redistributions in binary form must reproduce the above copyright |
| 4969 | notice, this list of conditions and the following disclaimer in the |
| 4970 | documentation and/or other materials provided with the distribution. |
| 4971 | |
| 4972 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 4973 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 4974 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 4975 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 4976 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 4977 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 4978 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 4979 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 4980 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 4981 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 4982 | SUCH DAMAGE. |
| 4983 | |
| 4984 | ------------------------------------------------------------------- |
| 4985 | |
Elliott Hughes | 1558138 | 2014-07-07 15:42:06 -0700 | [diff] [blame] | 4986 | Copyright (c) 2011 Ed Schouten <ed@FreeBSD.org> |
| 4987 | David Chisnall <theraven@FreeBSD.org> |
| 4988 | All rights reserved. |
| 4989 | |
| 4990 | Redistribution and use in source and binary forms, with or without |
| 4991 | modification, are permitted provided that the following conditions |
| 4992 | are met: |
| 4993 | 1. Redistributions of source code must retain the above copyright |
| 4994 | notice, this list of conditions and the following disclaimer. |
| 4995 | 2. Redistributions in binary form must reproduce the above copyright |
| 4996 | notice, this list of conditions and the following disclaimer in the |
| 4997 | documentation and/or other materials provided with the distribution. |
| 4998 | |
| 4999 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 5000 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 5001 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 5002 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 5003 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 5004 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 5005 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 5006 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 5007 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 5008 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 5009 | SUCH DAMAGE. |
| 5010 | |
| 5011 | ------------------------------------------------------------------- |
| 5012 | |
Elliott Hughes | 2815b1d | 2013-06-12 16:00:41 -0700 | [diff] [blame] | 5013 | Copyright (c) 2011 Intel Corporation |
| 5014 | All rights reserved. |
| 5015 | |
| 5016 | Redistribution and use in source and binary forms, with or without |
| 5017 | modification, are permitted provided that the following conditions are met: |
| 5018 | |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 5019 | * Redistributions of source code must retain the above copyright notice, |
| 5020 | * this list of conditions and the following disclaimer. |
Elliott Hughes | 2815b1d | 2013-06-12 16:00:41 -0700 | [diff] [blame] | 5021 | |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 5022 | * Redistributions in binary form must reproduce the above copyright notice, |
| 5023 | * this list of conditions and the following disclaimer in the documentation |
| 5024 | * and/or other materials provided with the distribution. |
Elliott Hughes | 2815b1d | 2013-06-12 16:00:41 -0700 | [diff] [blame] | 5025 | |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 5026 | * Neither the name of Intel Corporation nor the names of its contributors |
| 5027 | * may be used to endorse or promote products derived from this software |
| 5028 | * without specific prior written permission. |
Elliott Hughes | 2815b1d | 2013-06-12 16:00:41 -0700 | [diff] [blame] | 5029 | |
| 5030 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND |
| 5031 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED |
| 5032 | WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE |
| 5033 | DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR |
| 5034 | ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES |
| 5035 | (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; |
| 5036 | LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON |
| 5037 | ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
| 5038 | (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS |
| 5039 | SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 5040 | |
| 5041 | ------------------------------------------------------------------- |
| 5042 | |
Elliott Hughes | 5c2264a | 2014-09-13 09:42:41 -0700 | [diff] [blame] | 5043 | Copyright (c) 2011 Martin Pieuchot <mpi@openbsd.org> |
| 5044 | |
| 5045 | Permission to use, copy, modify, and distribute this software for any |
| 5046 | purpose with or without fee is hereby granted, provided that the above |
| 5047 | copyright notice and this permission notice appear in all copies. |
| 5048 | |
| 5049 | THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES |
| 5050 | WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF |
| 5051 | MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR |
| 5052 | ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES |
| 5053 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN |
| 5054 | ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF |
| 5055 | OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
| 5056 | |
| 5057 | ------------------------------------------------------------------- |
| 5058 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 5059 | Copyright (c) 2011 The Android Open Source Project |
| 5060 | Copyright (c) 2008 ARM Ltd |
| 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 |
| 5065 | are met: |
| 5066 | 1. Redistributions of source code must retain the above copyright |
| 5067 | notice, this list of conditions and the following disclaimer. |
| 5068 | 2. Redistributions in binary form must reproduce the above copyright |
| 5069 | notice, this list of conditions and the following disclaimer in the |
| 5070 | documentation and/or other materials provided with the distribution. |
| 5071 | 3. The name of the company may not be used to endorse or promote |
| 5072 | products derived from this software without specific prior written |
| 5073 | permission. |
| 5074 | |
| 5075 | THIS SOFTWARE IS PROVIDED BY ARM LTD ``AS IS'' AND ANY EXPRESS OR IMPLIED |
| 5076 | WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF |
| 5077 | MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. |
| 5078 | IN NO EVENT SHALL ARM LTD BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, |
| 5079 | SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED |
| 5080 | TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR |
| 5081 | PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF |
| 5082 | LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING |
| 5083 | NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS |
| 5084 | SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 5085 | |
| 5086 | ------------------------------------------------------------------- |
| 5087 | |
Elliott Hughes | 54a7494 | 2014-01-03 16:40:37 -0800 | [diff] [blame] | 5088 | Copyright (c) 2011, 2012, 2013 Intel Corporation |
| 5089 | All rights reserved. |
| 5090 | |
| 5091 | Redistribution and use in source and binary forms, with or without |
| 5092 | modification, are permitted provided that the following conditions are met: |
| 5093 | |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 5094 | * Redistributions of source code must retain the above copyright notice, |
| 5095 | * this list of conditions and the following disclaimer. |
Elliott Hughes | 54a7494 | 2014-01-03 16:40:37 -0800 | [diff] [blame] | 5096 | |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 5097 | * Redistributions in binary form must reproduce the above copyright notice, |
| 5098 | * this list of conditions and the following disclaimer in the documentation |
| 5099 | * and/or other materials provided with the distribution. |
Elliott Hughes | 54a7494 | 2014-01-03 16:40:37 -0800 | [diff] [blame] | 5100 | |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 5101 | * Neither the name of Intel Corporation nor the names of its contributors |
| 5102 | * may be used to endorse or promote products derived from this software |
| 5103 | * without specific prior written permission. |
Elliott Hughes | 54a7494 | 2014-01-03 16:40:37 -0800 | [diff] [blame] | 5104 | |
| 5105 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND |
| 5106 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED |
| 5107 | WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE |
| 5108 | DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR |
| 5109 | ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES |
| 5110 | (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; |
| 5111 | LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON |
| 5112 | ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
| 5113 | (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS |
| 5114 | SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 5115 | |
| 5116 | ------------------------------------------------------------------- |
| 5117 | |
Elliott Hughes | 2815b1d | 2013-06-12 16:00:41 -0700 | [diff] [blame] | 5118 | Copyright (c) 2011, Intel Corporation |
| 5119 | All rights reserved. |
| 5120 | |
| 5121 | Redistribution and use in source and binary forms, with or without |
| 5122 | modification, are permitted provided that the following conditions are met: |
| 5123 | |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 5124 | * Redistributions of source code must retain the above copyright notice, |
| 5125 | * this list of conditions and the following disclaimer. |
Elliott Hughes | 2815b1d | 2013-06-12 16:00:41 -0700 | [diff] [blame] | 5126 | |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 5127 | * Redistributions in binary form must reproduce the above copyright notice, |
| 5128 | * this list of conditions and the following disclaimer in the documentation |
| 5129 | * and/or other materials provided with the distribution. |
Elliott Hughes | 2815b1d | 2013-06-12 16:00:41 -0700 | [diff] [blame] | 5130 | |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 5131 | * Neither the name of Intel Corporation nor the names of its contributors |
| 5132 | * may be used to endorse or promote products derived from this software |
| 5133 | * without specific prior written permission. |
Elliott Hughes | 2815b1d | 2013-06-12 16:00:41 -0700 | [diff] [blame] | 5134 | |
| 5135 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND |
| 5136 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED |
| 5137 | WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE |
| 5138 | DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR |
| 5139 | ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES |
| 5140 | (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; |
| 5141 | LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON |
| 5142 | ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
| 5143 | (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS |
| 5144 | SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 5145 | |
| 5146 | ------------------------------------------------------------------- |
| 5147 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 5148 | Copyright (c) 2011, VMware, Inc. |
| 5149 | All rights reserved. |
| 5150 | |
| 5151 | Redistribution and use in source and binary forms, with or without |
| 5152 | modification, are permitted provided that the following conditions are met: |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 5153 | * Redistributions of source code must retain the above copyright |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 5154 | notice, this list of conditions and the following disclaimer. |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 5155 | * Redistributions in binary form must reproduce the above copyright |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 5156 | notice, this list of conditions and the following disclaimer in the |
| 5157 | documentation and/or other materials provided with the distribution. |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 5158 | * 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] | 5159 | may be used to endorse or promote products derived from this software |
| 5160 | without specific prior written permission. |
| 5161 | |
| 5162 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" |
| 5163 | AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 5164 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 5165 | ARE DISCLAIMED. IN NO EVENT SHALL VMWARE, INC. OR CONTRIBUTORS BE LIABLE FOR |
| 5166 | ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES |
| 5167 | (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; |
| 5168 | LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND |
| 5169 | ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
| 5170 | (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF |
| 5171 | THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 5172 | |
| 5173 | ------------------------------------------------------------------- |
| 5174 | |
Dan Albert | c30862f | 2016-10-20 11:45:16 -0700 | [diff] [blame] | 5175 | Copyright (c) 2012 Stephen Montgomery-Smith <stephen@FreeBSD.ORG> |
Elliott Hughes | ab52807 | 2018-07-24 00:01:52 +0000 | [diff] [blame] | 5176 | All rights reserved. |
| 5177 | |
| 5178 | Redistribution and use in source and binary forms, with or without |
| 5179 | modification, are permitted provided that the following conditions |
| 5180 | are met: |
| 5181 | 1. Redistributions of source code must retain the above copyright |
| 5182 | notice, this list of conditions and the following disclaimer. |
| 5183 | 2. Redistributions in binary form must reproduce the above copyright |
| 5184 | notice, this list of conditions and the following disclaimer in the |
| 5185 | documentation and/or other materials provided with the distribution. |
| 5186 | |
| 5187 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 5188 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 5189 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 5190 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 5191 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 5192 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 5193 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 5194 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 5195 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 5196 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 5197 | SUCH DAMAGE. |
| 5198 | |
| 5199 | ------------------------------------------------------------------- |
| 5200 | |
| 5201 | Copyright (c) 2012 Stephen Montgomery-Smith <stephen@FreeBSD.ORG> |
Elliott Hughes | 8da8ca4 | 2018-05-08 13:35:33 -0700 | [diff] [blame] | 5202 | Copyright (c) 2017 Mahdi Mokhtari <mmokhi@FreeBSD.org> |
Dan Albert | c30862f | 2016-10-20 11:45:16 -0700 | [diff] [blame] | 5203 | All rights reserved. |
| 5204 | |
| 5205 | Redistribution and use in source and binary forms, with or without |
| 5206 | modification, are permitted provided that the following conditions |
| 5207 | are met: |
| 5208 | 1. Redistributions of source code must retain the above copyright |
| 5209 | notice, this list of conditions and the following disclaimer. |
| 5210 | 2. Redistributions in binary form must reproduce the above copyright |
| 5211 | notice, this list of conditions and the following disclaimer in the |
| 5212 | documentation and/or other materials provided with the distribution. |
| 5213 | |
| 5214 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 5215 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 5216 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 5217 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 5218 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 5219 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 5220 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 5221 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 5222 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 5223 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 5224 | SUCH DAMAGE. |
| 5225 | |
| 5226 | ------------------------------------------------------------------- |
| 5227 | |
Elliott Hughes | 4e54b11 | 2014-03-06 15:06:11 -0800 | [diff] [blame] | 5228 | Copyright (c) 2012, Linaro Limited |
| 5229 | All rights reserved. |
| 5230 | |
| 5231 | Redistribution and use in source and binary forms, with or without |
| 5232 | modification, are permitted provided that the following conditions are met: |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 5233 | * Redistributions of source code must retain the above copyright |
Elliott Hughes | 4e54b11 | 2014-03-06 15:06:11 -0800 | [diff] [blame] | 5234 | notice, this list of conditions and the following disclaimer. |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 5235 | * Redistributions in binary form must reproduce the above copyright |
Elliott Hughes | 4e54b11 | 2014-03-06 15:06:11 -0800 | [diff] [blame] | 5236 | notice, this list of conditions and the following disclaimer in the |
| 5237 | documentation and/or other materials provided with the distribution. |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 5238 | * Neither the name of the Linaro nor the |
Elliott Hughes | 4e54b11 | 2014-03-06 15:06:11 -0800 | [diff] [blame] | 5239 | names of its contributors may be used to endorse or promote products |
| 5240 | derived from this software without specific prior written permission. |
| 5241 | |
| 5242 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS |
| 5243 | "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT |
| 5244 | LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR |
| 5245 | A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT |
| 5246 | HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, |
| 5247 | SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT |
| 5248 | LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, |
| 5249 | DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY |
| 5250 | THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
| 5251 | (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE |
| 5252 | OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 5253 | |
| 5254 | ------------------------------------------------------------------- |
| 5255 | |
Jake Weinstein | 372f19e | 2016-11-17 16:01:25 -0500 | [diff] [blame] | 5256 | Copyright (c) 2012-2013, Linaro Limited |
| 5257 | All rights reserved. |
| 5258 | |
| 5259 | Redistribution and use in source and binary forms, with or without |
| 5260 | modification, are permitted provided that the following conditions are met: |
| 5261 | * Redistributions of source code must retain the above copyright |
| 5262 | notice, this list of conditions and the following disclaimer. |
| 5263 | * Redistributions in binary form must reproduce the above copyright |
| 5264 | notice, this list of conditions and the following disclaimer in the |
| 5265 | documentation and/or other materials provided with the distribution. |
| 5266 | * Neither the name of the Linaro nor the |
| 5267 | names of its contributors may be used to endorse or promote products |
| 5268 | derived from this software without specific prior written permission. |
| 5269 | |
| 5270 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS |
| 5271 | "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT |
| 5272 | LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR |
| 5273 | A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT |
| 5274 | HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, |
| 5275 | SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT |
| 5276 | LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, |
| 5277 | DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY |
| 5278 | THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
| 5279 | (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE |
| 5280 | |
| 5281 | ------------------------------------------------------------------- |
| 5282 | |
Jake Weinstein | bff53b2 | 2017-05-06 23:22:58 -0400 | [diff] [blame] | 5283 | Copyright (c) 2012-2014 ARM Ltd |
| 5284 | All rights reserved. |
| 5285 | |
| 5286 | Redistribution and use in source and binary forms, with or without |
| 5287 | modification, are permitted provided that the following conditions |
| 5288 | are met: |
| 5289 | 1. Redistributions of source code must retain the above copyright |
| 5290 | notice, this list of conditions and the following disclaimer. |
| 5291 | 2. Redistributions in binary form must reproduce the above copyright |
| 5292 | notice, this list of conditions and the following disclaimer in the |
| 5293 | documentation and/or other materials provided with the distribution. |
| 5294 | 3. The name of the company may not be used to endorse or promote |
| 5295 | products derived from this software without specific prior written |
| 5296 | permission. |
| 5297 | |
| 5298 | THIS SOFTWARE IS PROVIDED BY ARM LTD ``AS IS'' AND ANY EXPRESS OR IMPLIED |
| 5299 | WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF |
| 5300 | MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. |
| 5301 | IN NO EVENT SHALL ARM LTD BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, |
| 5302 | SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED |
| 5303 | TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR |
| 5304 | PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF |
| 5305 | LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING |
| 5306 | NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS |
| 5307 | SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 5308 | |
| 5309 | ------------------------------------------------------------------- |
| 5310 | |
Elliott Hughes | 0493a6f | 2013-03-07 11:48:58 -0800 | [diff] [blame] | 5311 | Copyright (c) 2013 ARM Ltd |
| 5312 | All rights reserved. |
| 5313 | |
| 5314 | Redistribution and use in source and binary forms, with or without |
| 5315 | modification, are permitted provided that the following conditions |
| 5316 | are met: |
| 5317 | 1. Redistributions of source code must retain the above copyright |
| 5318 | notice, this list of conditions and the following disclaimer. |
| 5319 | 2. Redistributions in binary form must reproduce the above copyright |
| 5320 | notice, this list of conditions and the following disclaimer in the |
| 5321 | documentation and/or other materials provided with the distribution. |
| 5322 | 3. The name of the company may not be used to endorse or promote |
| 5323 | products derived from this software without specific prior written |
| 5324 | permission. |
| 5325 | |
| 5326 | THIS SOFTWARE IS PROVIDED BY ARM LTD ``AS IS'' AND ANY EXPRESS OR IMPLIED |
| 5327 | WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF |
| 5328 | MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. |
| 5329 | IN NO EVENT SHALL ARM LTD BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, |
| 5330 | SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED |
| 5331 | TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR |
| 5332 | PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF |
| 5333 | LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING |
| 5334 | NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS |
| 5335 | SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 5336 | |
| 5337 | ------------------------------------------------------------------- |
| 5338 | |
Elliott Hughes | 4e54b11 | 2014-03-06 15:06:11 -0800 | [diff] [blame] | 5339 | Copyright (c) 2013 Antoine Jacoutot <ajacoutot@openbsd.org> |
| 5340 | |
| 5341 | Permission to use, copy, modify, and distribute this software for any |
| 5342 | purpose with or without fee is hereby granted, provided that the above |
| 5343 | copyright notice and this permission notice appear in all copies. |
| 5344 | |
| 5345 | THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES |
| 5346 | WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF |
| 5347 | MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR |
| 5348 | ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES |
| 5349 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN |
| 5350 | ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF |
| 5351 | OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
| 5352 | |
| 5353 | ------------------------------------------------------------------- |
| 5354 | |
Elliott Hughes | ab52807 | 2018-07-24 00:01:52 +0000 | [diff] [blame] | 5355 | Copyright (c) 2013 Bruce D. Evans |
| 5356 | All rights reserved. |
| 5357 | |
| 5358 | Redistribution and use in source and binary forms, with or without |
| 5359 | modification, are permitted provided that the following conditions |
| 5360 | are met: |
| 5361 | 1. Redistributions of source code must retain the above copyright |
| 5362 | notice unmodified, this list of conditions, and the following |
| 5363 | disclaimer. |
| 5364 | 2. Redistributions in binary form must reproduce the above copyright |
| 5365 | notice, this list of conditions and the following disclaimer in the |
| 5366 | documentation and/or other materials provided with the distribution. |
| 5367 | |
| 5368 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR |
| 5369 | IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES |
| 5370 | OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. |
| 5371 | IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, |
| 5372 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT |
| 5373 | NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, |
| 5374 | DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY |
| 5375 | THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
| 5376 | (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF |
| 5377 | THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 5378 | |
| 5379 | ------------------------------------------------------------------- |
| 5380 | |
Elliott Hughes | 6b2b585 | 2014-12-18 16:27:30 -0800 | [diff] [blame] | 5381 | Copyright (c) 2013 The NetBSD Foundation, Inc. |
| 5382 | All rights reserved. |
Will Newton | 2753e12 | 2013-07-03 09:44:30 +0100 | [diff] [blame] | 5383 | |
Elliott Hughes | 6b2b585 | 2014-12-18 16:27:30 -0800 | [diff] [blame] | 5384 | This code is derived from software contributed to The NetBSD Foundation |
| 5385 | by Christos Zoulas. |
Will Newton | 2753e12 | 2013-07-03 09:44:30 +0100 | [diff] [blame] | 5386 | |
Elliott Hughes | 6b2b585 | 2014-12-18 16:27:30 -0800 | [diff] [blame] | 5387 | Redistribution and use in source and binary forms, with or without |
| 5388 | modification, are permitted provided that the following conditions |
| 5389 | are met: |
| 5390 | 1. Redistributions of source code must retain the above copyright |
| 5391 | notice, this list of conditions and the following disclaimer. |
| 5392 | 2. Redistributions in binary form must reproduce the above copyright |
| 5393 | notice, this list of conditions and the following disclaimer in the |
| 5394 | documentation and/or other materials provided with the distribution. |
Will Newton | 2753e12 | 2013-07-03 09:44:30 +0100 | [diff] [blame] | 5395 | |
Elliott Hughes | 6b2b585 | 2014-12-18 16:27:30 -0800 | [diff] [blame] | 5396 | THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS |
| 5397 | ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED |
| 5398 | TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR |
| 5399 | PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS |
| 5400 | BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR |
| 5401 | CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF |
| 5402 | SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS |
| 5403 | INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN |
| 5404 | CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) |
| 5405 | ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE |
| 5406 | POSSIBILITY OF SUCH DAMAGE. |
Will Newton | 2753e12 | 2013-07-03 09:44:30 +0100 | [diff] [blame] | 5407 | |
| 5408 | ------------------------------------------------------------------- |
| 5409 | |
Jake Weinstein | 372f19e | 2016-11-17 16:01:25 -0500 | [diff] [blame] | 5410 | Copyright (c) 2013, Linaro Limited |
| 5411 | All rights reserved. |
| 5412 | |
| 5413 | Redistribution and use in source and binary forms, with or without |
| 5414 | modification, are permitted provided that the following conditions are met: |
| 5415 | * Redistributions of source code must retain the above copyright |
| 5416 | notice, this list of conditions and the following disclaimer. |
| 5417 | * Redistributions in binary form must reproduce the above copyright |
| 5418 | notice, this list of conditions and the following disclaimer in the |
| 5419 | documentation and/or other materials provided with the distribution. |
| 5420 | * Neither the name of the Linaro nor the |
| 5421 | names of its contributors may be used to endorse or promote products |
| 5422 | derived from this software without specific prior written permission. |
| 5423 | |
| 5424 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS |
| 5425 | "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT |
| 5426 | LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR |
| 5427 | A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT |
| 5428 | HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, |
| 5429 | SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT |
| 5430 | LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, |
| 5431 | DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY |
| 5432 | THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
| 5433 | (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE |
| 5434 | |
| 5435 | ------------------------------------------------------------------- |
| 5436 | |
Dan Albert | c30862f | 2016-10-20 11:45:16 -0700 | [diff] [blame] | 5437 | Copyright (c) 2013-2014, NVIDIA Corporation. All rights reserved. |
| 5438 | Johnny Qiu <joqiu@nvidia.com> |
| 5439 | Shu Zhang <chazhang@nvidia.com> |
| 5440 | |
| 5441 | Redistribution and use in source and binary forms, with or without |
| 5442 | modification, are permitted provided that the following conditions are |
| 5443 | met: |
| 5444 | * Redistributions of source code must retain the above copyright |
| 5445 | notice, this list of conditions and the following disclaimer. |
| 5446 | * Redistributions in binary form must reproduce the above |
| 5447 | copyright notice, this list of conditions and the following |
| 5448 | disclaimer in the documentation and/or other materials provided |
| 5449 | with the distribution. |
| 5450 | * Neither the name of The Linux Foundation nor the names of its |
| 5451 | contributors may be used to endorse or promote products derived |
| 5452 | from this software without specific prior written permission. |
| 5453 | |
| 5454 | THIS SOFTWARE IS PROVIDED "AS IS" AND ANY EXPRESS OR IMPLIED |
| 5455 | WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF |
| 5456 | MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT |
| 5457 | ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS |
| 5458 | BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR |
| 5459 | CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF |
| 5460 | SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR |
| 5461 | BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, |
| 5462 | WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE |
| 5463 | OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN |
| 5464 | IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 5465 | |
| 5466 | ------------------------------------------------------------------- |
| 5467 | |
Jake Weinstein | 372f19e | 2016-11-17 16:01:25 -0500 | [diff] [blame] | 5468 | Copyright (c) 2013-2015, Linaro Limited |
| 5469 | All rights reserved. |
| 5470 | |
| 5471 | Redistribution and use in source and binary forms, with or without |
| 5472 | modification, are permitted provided that the following conditions are met: |
| 5473 | * Redistributions of source code must retain the above copyright |
| 5474 | notice, this list of conditions and the following disclaimer. |
| 5475 | * Redistributions in binary form must reproduce the above copyright |
| 5476 | notice, this list of conditions and the following disclaimer in the |
| 5477 | documentation and/or other materials provided with the distribution. |
| 5478 | * Neither the name of the Linaro nor the |
| 5479 | names of its contributors may be used to endorse or promote products |
| 5480 | derived from this software without specific prior written permission. |
| 5481 | |
| 5482 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS |
| 5483 | "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT |
| 5484 | LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR |
| 5485 | A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT |
| 5486 | HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, |
| 5487 | SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT |
| 5488 | LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, |
| 5489 | DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY |
| 5490 | THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
| 5491 | (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE |
| 5492 | |
| 5493 | ------------------------------------------------------------------- |
| 5494 | |
Elliott Hughes | 1558138 | 2014-07-07 15:42:06 -0700 | [diff] [blame] | 5495 | Copyright (c) 2014, Intel Corporation |
| 5496 | All rights reserved. |
| 5497 | |
| 5498 | Redistribution and use in source and binary forms, with or without |
| 5499 | modification, are permitted provided that the following conditions are met: |
| 5500 | |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 5501 | * Redistributions of source code must retain the above copyright notice, |
| 5502 | * this list of conditions and the following disclaimer. |
Elliott Hughes | 1558138 | 2014-07-07 15:42:06 -0700 | [diff] [blame] | 5503 | |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 5504 | * Redistributions in binary form must reproduce the above copyright notice, |
| 5505 | * this list of conditions and the following disclaimer in the documentation |
| 5506 | * and/or other materials provided with the distribution. |
Elliott Hughes | 1558138 | 2014-07-07 15:42:06 -0700 | [diff] [blame] | 5507 | |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 5508 | * Neither the name of Intel Corporation nor the names of its contributors |
| 5509 | * may be used to endorse or promote products derived from this software |
| 5510 | * without specific prior written permission. |
Elliott Hughes | 1558138 | 2014-07-07 15:42:06 -0700 | [diff] [blame] | 5511 | |
| 5512 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND |
| 5513 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED |
| 5514 | WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE |
| 5515 | DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR |
| 5516 | ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES |
| 5517 | (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; |
| 5518 | LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON |
| 5519 | ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
| 5520 | (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS |
| 5521 | SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 5522 | |
| 5523 | ------------------------------------------------------------------- |
| 5524 | |
Elliott Hughes | 4e54b11 | 2014-03-06 15:06:11 -0800 | [diff] [blame] | 5525 | Copyright (c) 2014, Linaro Limited |
| 5526 | All rights reserved. |
| 5527 | |
| 5528 | Redistribution and use in source and binary forms, with or without |
| 5529 | modification, are permitted provided that the following conditions are met: |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 5530 | * Redistributions of source code must retain the above copyright |
Elliott Hughes | 4e54b11 | 2014-03-06 15:06:11 -0800 | [diff] [blame] | 5531 | notice, this list of conditions and the following disclaimer. |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 5532 | * Redistributions in binary form must reproduce the above copyright |
Elliott Hughes | 4e54b11 | 2014-03-06 15:06:11 -0800 | [diff] [blame] | 5533 | notice, this list of conditions and the following disclaimer in the |
| 5534 | documentation and/or other materials provided with the distribution. |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 5535 | * Neither the name of the Linaro nor the |
Elliott Hughes | 4e54b11 | 2014-03-06 15:06:11 -0800 | [diff] [blame] | 5536 | names of its contributors may be used to endorse or promote products |
| 5537 | derived from this software without specific prior written permission. |
| 5538 | |
| 5539 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS |
| 5540 | "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT |
| 5541 | LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR |
| 5542 | A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT |
| 5543 | HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, |
| 5544 | SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT |
| 5545 | LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, |
| 5546 | DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY |
| 5547 | THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
| 5548 | (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE |
| 5549 | OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 5550 | |
| 5551 | ------------------------------------------------------------------- |
| 5552 | |
Jake Weinstein | 372f19e | 2016-11-17 16:01:25 -0500 | [diff] [blame] | 5553 | Copyright (c) 2015 ARM Ltd |
| 5554 | All rights reserved. |
| 5555 | |
| 5556 | Redistribution and use in source and binary forms, with or without |
| 5557 | modification, are permitted provided that the following conditions |
| 5558 | are met: |
| 5559 | 1. Redistributions of source code must retain the above copyright |
| 5560 | notice, this list of conditions and the following disclaimer. |
| 5561 | 2. Redistributions in binary form must reproduce the above copyright |
| 5562 | notice, this list of conditions and the following disclaimer in the |
| 5563 | documentation and/or other materials provided with the distribution. |
| 5564 | 3. The name of the company may not be used to endorse or promote |
| 5565 | products derived from this software without specific prior written |
| 5566 | permission. |
| 5567 | |
| 5568 | THIS SOFTWARE IS PROVIDED BY ARM LTD ``AS IS'' AND ANY EXPRESS OR IMPLIED |
| 5569 | WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF |
| 5570 | MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. |
| 5571 | IN NO EVENT SHALL ARM LTD BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, |
| 5572 | SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED |
| 5573 | TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR |
| 5574 | PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF |
| 5575 | LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING |
| 5576 | NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS |
| 5577 | SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 5578 | |
| 5579 | ------------------------------------------------------------------- |
| 5580 | |
Elliott Hughes | b4931ce | 2016-02-08 17:00:12 -0800 | [diff] [blame] | 5581 | Copyright (c) 2015 Joerg Sonnenberger <joerg@NetBSD.org>. |
| 5582 | All rights reserved. |
| 5583 | |
| 5584 | Redistribution and use in source and binary forms, with or without |
| 5585 | modification, are permitted provided that the following conditions |
| 5586 | are met: |
| 5587 | |
| 5588 | 1. Redistributions of source code must retain the above copyright |
| 5589 | notice, this list of conditions and the following disclaimer. |
| 5590 | 2. Redistributions in binary form must reproduce the above copyright |
| 5591 | notice, this list of conditions and the following disclaimer in |
| 5592 | the documentation and/or other materials provided with the |
| 5593 | distribution. |
| 5594 | |
| 5595 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS |
| 5596 | ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT |
| 5597 | LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS |
| 5598 | FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE |
| 5599 | COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, |
| 5600 | INCIDENTAL, SPECIAL, EXEMPLARY OR CONSEQUENTIAL DAMAGES (INCLUDING, |
| 5601 | BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; |
| 5602 | LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED |
| 5603 | AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, |
| 5604 | OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT |
| 5605 | OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 5606 | SUCH DAMAGE. |
| 5607 | |
| 5608 | ------------------------------------------------------------------- |
| 5609 | |
Elliott Hughes | 5702c6f | 2017-08-31 17:27:05 -0700 | [diff] [blame] | 5610 | Copyright (c) 2015 Nuxi, https://nuxi.nl/ |
| 5611 | |
| 5612 | Redistribution and use in source and binary forms, with or without |
| 5613 | modification, are permitted provided that the following conditions |
| 5614 | are met: |
| 5615 | 1. Redistributions of source code must retain the above copyright |
| 5616 | notice, this list of conditions and the following disclaimer. |
| 5617 | 2. Redistributions in binary form must reproduce the above copyright |
| 5618 | notice, this list of conditions and the following disclaimer in the |
| 5619 | documentation and/or other materials provided with the distribution. |
| 5620 | |
| 5621 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 5622 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 5623 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 5624 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 5625 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 5626 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 5627 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 5628 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 5629 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 5630 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 5631 | SUCH DAMAGE. |
| 5632 | |
| 5633 | ------------------------------------------------------------------- |
| 5634 | |
Sebastian Pop | ed9bfc4 | 2017-06-19 12:39:02 -0500 | [diff] [blame] | 5635 | Copyright (c) 2017 ARM Ltd |
| 5636 | All rights reserved. |
| 5637 | |
| 5638 | Redistribution and use in source and binary forms, with or without |
| 5639 | modification, are permitted provided that the following conditions |
| 5640 | are met: |
| 5641 | 1. Redistributions of source code must retain the above copyright |
| 5642 | notice, this list of conditions and the following disclaimer. |
| 5643 | 2. Redistributions in binary form must reproduce the above copyright |
| 5644 | notice, this list of conditions and the following disclaimer in the |
| 5645 | documentation and/or other materials provided with the distribution. |
| 5646 | 3. The name of the company may not be used to endorse or promote |
| 5647 | products derived from this software without specific prior written |
| 5648 | permission. |
| 5649 | |
| 5650 | THIS SOFTWARE IS PROVIDED BY ARM LTD ``AS IS'' AND ANY EXPRESS OR IMPLIED |
| 5651 | WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF |
| 5652 | MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. |
| 5653 | IN NO EVENT SHALL ARM LTD BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, |
| 5654 | SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED |
| 5655 | TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR |
| 5656 | PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF |
| 5657 | LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING |
| 5658 | NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS |
| 5659 | SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 5660 | |
| 5661 | ------------------------------------------------------------------- |
| 5662 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 5663 | Copyright (c)1999 Citrus Project, |
| 5664 | All rights reserved. |
| 5665 | |
| 5666 | Redistribution and use in source and binary forms, with or without |
| 5667 | modification, are permitted provided that the following conditions |
| 5668 | are met: |
| 5669 | 1. Redistributions of source code must retain the above copyright |
| 5670 | notice, this list of conditions and the following disclaimer. |
| 5671 | 2. Redistributions in binary form must reproduce the above copyright |
| 5672 | notice, this list of conditions and the following disclaimer in the |
| 5673 | documentation and/or other materials provided with the distribution. |
| 5674 | |
| 5675 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 5676 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 5677 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 5678 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 5679 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 5680 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 5681 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 5682 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 5683 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 5684 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 5685 | SUCH DAMAGE. |
| 5686 | |
| 5687 | ------------------------------------------------------------------- |
| 5688 | |
| 5689 | Copyright (c)2001 Citrus Project, |
| 5690 | All rights reserved. |
| 5691 | |
| 5692 | Redistribution and use in source and binary forms, with or without |
| 5693 | modification, are permitted provided that the following conditions |
| 5694 | are met: |
| 5695 | 1. Redistributions of source code must retain the above copyright |
| 5696 | notice, this list of conditions and the following disclaimer. |
| 5697 | 2. Redistributions in binary form must reproduce the above copyright |
| 5698 | notice, this list of conditions and the following disclaimer in the |
| 5699 | documentation and/or other materials provided with the distribution. |
| 5700 | |
| 5701 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 5702 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 5703 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 5704 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 5705 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 5706 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 5707 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 5708 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 5709 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 5710 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 5711 | SUCH DAMAGE. |
| 5712 | |
| 5713 | ------------------------------------------------------------------- |
| 5714 | |
Elliott Hughes | acbe322 | 2014-04-16 17:01:12 -0700 | [diff] [blame] | 5715 | Copyright (c)2003 Citrus Project, |
| 5716 | All rights reserved. |
| 5717 | |
| 5718 | Redistribution and use in source and binary forms, with or without |
| 5719 | modification, are permitted provided that the following conditions |
| 5720 | are met: |
| 5721 | 1. Redistributions of source code must retain the above copyright |
| 5722 | notice, this list of conditions and the following disclaimer. |
| 5723 | 2. Redistributions in binary form must reproduce the above copyright |
| 5724 | notice, this list of conditions and the following disclaimer in the |
| 5725 | documentation and/or other materials provided with the distribution. |
| 5726 | |
| 5727 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 5728 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 5729 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 5730 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 5731 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 5732 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 5733 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 5734 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 5735 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 5736 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 5737 | SUCH DAMAGE. |
| 5738 | |
| 5739 | ------------------------------------------------------------------- |
| 5740 | |
Elliott Hughes | 77a3e28 | 2016-08-08 12:39:56 -0700 | [diff] [blame] | 5741 | Copyright 1989 The Regents of the University of California. |
| 5742 | All rights reserved. |
| 5743 | |
| 5744 | Redistribution and use in source and binary forms, with or without |
| 5745 | modification, are permitted provided that the following conditions |
| 5746 | are met: |
| 5747 | 1. Redistributions of source code must retain the above copyright |
| 5748 | notice, this list of conditions and the following disclaimer. |
| 5749 | 2. Redistributions in binary form must reproduce the above copyright |
| 5750 | notice, this list of conditions and the following disclaimer in the |
| 5751 | documentation and/or other materials provided with the distribution. |
| 5752 | 3. Neither the name of the University nor the names of its contributors |
| 5753 | may be used to endorse or promote products derived from this software |
| 5754 | without specific prior written permission. |
| 5755 | |
| 5756 | THIS SOFTWARE IS PROVIDED BY THE REGENTS 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 REGENTS 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 | |
| 5767 | ------------------------------------------------------------------- |
| 5768 | |
Elliott Hughes | 5c2264a | 2014-09-13 09:42:41 -0700 | [diff] [blame] | 5769 | Copyright 1997 Niels Provos <provos@physnet.uni-hamburg.de> |
| 5770 | Copyright 2008 Damien Miller <djm@openbsd.org> |
| 5771 | All rights reserved. |
| 5772 | |
| 5773 | Theo de Raadt <deraadt@openbsd.org> came up with the idea of using |
| 5774 | such a mathematical system to generate more random (yet non-repeating) |
| 5775 | ids to solve the resolver/named problem. But Niels designed the |
| 5776 | actual system based on the constraints. |
| 5777 | |
| 5778 | Later modified by Damien Miller to wrap the LCG output in a 15-bit |
| 5779 | permutation generator based on a Luby-Rackoff block cipher. This |
| 5780 | ensures the output is non-repeating and preserves the MSB twiddle |
| 5781 | trick, but makes it more resistant to LCG prediction. |
| 5782 | |
| 5783 | Redistribution and use in source and binary forms, with or without |
| 5784 | modification, are permitted provided that the following conditions |
| 5785 | are met: |
| 5786 | 1. Redistributions of source code must retain the above copyright |
| 5787 | notice, this list of conditions and the following disclaimer. |
| 5788 | 2. Redistributions in binary form must reproduce the above copyright |
| 5789 | notice, this list of conditions and the following disclaimer in the |
| 5790 | documentation and/or other materials provided with the distribution. |
| 5791 | |
| 5792 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR |
| 5793 | IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES |
| 5794 | OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. |
| 5795 | IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, |
| 5796 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT |
| 5797 | NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, |
| 5798 | DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY |
| 5799 | THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
| 5800 | (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF |
| 5801 | THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 5802 | |
| 5803 | ------------------------------------------------------------------- |
| 5804 | |
Dan Albert | c30862f | 2016-10-20 11:45:16 -0700 | [diff] [blame] | 5805 | From: @(#)s_ilogb.c 5.1 93/09/24 |
| 5806 | ==================================================== |
| 5807 | Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved. |
| 5808 | |
| 5809 | Developed at SunPro, a Sun Microsystems, Inc. business. |
| 5810 | Permission to use, copy, modify, and distribute this |
| 5811 | software is freely granted, provided that this notice |
| 5812 | is preserved. |
| 5813 | |
| 5814 | ------------------------------------------------------------------- |
| 5815 | |
Calin Juravle | c4fbf92 | 2014-03-10 11:23:52 +0000 | [diff] [blame] | 5816 | Portions Copyright (C) 2004, 2005, 2008, 2009 Internet Systems Consortium, Inc. ("ISC") |
| 5817 | Portions Copyright (C) 1996-2003 Internet Software Consortium. |
| 5818 | |
| 5819 | Permission to use, copy, modify, and/or distribute this software for any |
| 5820 | purpose with or without fee is hereby granted, provided that the above |
| 5821 | copyright notice and this permission notice appear in all copies. |
| 5822 | |
| 5823 | THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH |
| 5824 | REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY |
| 5825 | AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT, |
| 5826 | INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM |
| 5827 | LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE |
| 5828 | OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR |
| 5829 | PERFORMANCE OF THIS SOFTWARE. |
| 5830 | |
| 5831 | ------------------------------------------------------------------- |
| 5832 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 5833 | Portions Copyright (c) 1993 by Digital Equipment Corporation. |
| 5834 | |
| 5835 | Permission to use, copy, modify, and distribute this software for any |
| 5836 | purpose with or without fee is hereby granted, provided that the above |
| 5837 | copyright notice and this permission notice appear in all copies, and that |
| 5838 | the name of Digital Equipment Corporation not be used in advertising or |
| 5839 | publicity pertaining to distribution of the document or software without |
| 5840 | specific, written prior permission. |
| 5841 | |
| 5842 | THE SOFTWARE IS PROVIDED "AS IS" AND DIGITAL EQUIPMENT CORP. DISCLAIMS ALL |
| 5843 | WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES |
| 5844 | OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL DIGITAL EQUIPMENT |
| 5845 | CORPORATION BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL |
| 5846 | DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR |
| 5847 | PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS |
| 5848 | ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS |
| 5849 | SOFTWARE. |
| 5850 | |
| 5851 | ------------------------------------------------------------------- |
| 5852 | |
| 5853 | Portions Copyright (c) 1995 by International Business Machines, Inc. |
| 5854 | |
| 5855 | International Business Machines, Inc. (hereinafter called IBM) grants |
| 5856 | permission under its copyrights to use, copy, modify, and distribute this |
| 5857 | Software with or without fee, provided that the above copyright notice and |
| 5858 | all paragraphs of this notice appear in all copies, and that the name of IBM |
| 5859 | not be used in connection with the marketing of any product incorporating |
| 5860 | the Software or modifications thereof, without specific, written prior |
| 5861 | permission. |
| 5862 | |
| 5863 | To the extent it has a right to do so, IBM grants an immunity from suit |
| 5864 | under its patents, if any, for the use, sale or manufacture of products to |
| 5865 | the extent that such products are used for performing Domain Name System |
| 5866 | dynamic updates in TCP/IP networks by means of the Software. No immunity is |
| 5867 | granted for any product per se or for any other function of any product. |
| 5868 | |
| 5869 | THE SOFTWARE IS PROVIDED "AS IS", AND IBM DISCLAIMS ALL WARRANTIES, |
| 5870 | INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A |
| 5871 | PARTICULAR PURPOSE. IN NO EVENT SHALL IBM BE LIABLE FOR ANY SPECIAL, |
| 5872 | DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER ARISING |
| 5873 | OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE, EVEN |
| 5874 | IF IBM IS APPRISED OF THE POSSIBILITY OF SUCH DAMAGES. |
| 5875 | |
| 5876 | ------------------------------------------------------------------- |
| 5877 | |
| 5878 | Portions Copyright(C) 1995, Jason Downs. All rights reserved. |
| 5879 | |
| 5880 | Redistribution and use in source and binary forms, with or without |
| 5881 | modification, are permitted provided that the following conditions |
| 5882 | are met: |
| 5883 | 1. Redistributions of source code must retain the above copyright |
| 5884 | notice, this list of conditions and the following disclaimer. |
| 5885 | 2. Redistributions in binary form must reproduce the above copyright |
| 5886 | notice, this list of conditions and the following disclaimer in the |
| 5887 | documentation and/or other materials provided with the distribution. |
| 5888 | |
| 5889 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR(S) ``AS IS'' AND ANY EXPRESS |
| 5890 | OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED |
| 5891 | WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE |
| 5892 | DISCLAIMED. IN NO EVENT SHALL THE AUTHOR(S) BE LIABLE FOR ANY DIRECT, |
| 5893 | INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES |
| 5894 | (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR |
| 5895 | SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER |
| 5896 | CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 5897 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 5898 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 5899 | SUCH DAMAGE. |
| 5900 | |
| 5901 | ------------------------------------------------------------------- |
| 5902 | |
| 5903 | The author of this software is David M. Gay. |
| 5904 | |
Elliott Hughes | acbe322 | 2014-04-16 17:01:12 -0700 | [diff] [blame] | 5905 | Copyright (C) 1998 by Lucent Technologies |
| 5906 | All Rights Reserved |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 5907 | |
Elliott Hughes | acbe322 | 2014-04-16 17:01:12 -0700 | [diff] [blame] | 5908 | Permission to use, copy, modify, and distribute this software and |
| 5909 | its documentation for any purpose and without fee is hereby |
| 5910 | granted, provided that the above copyright notice appear in all |
| 5911 | copies and that both that the copyright notice and this |
| 5912 | permission notice and warranty disclaimer appear in supporting |
| 5913 | documentation, and that the name of Lucent or any of its entities |
| 5914 | not be used in advertising or publicity pertaining to |
| 5915 | distribution of the software without specific, written prior |
| 5916 | permission. |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 5917 | |
Elliott Hughes | acbe322 | 2014-04-16 17:01:12 -0700 | [diff] [blame] | 5918 | LUCENT DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, |
| 5919 | INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. |
| 5920 | IN NO EVENT SHALL LUCENT OR ANY OF ITS ENTITIES BE LIABLE FOR ANY |
| 5921 | SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES |
| 5922 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER |
| 5923 | IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, |
| 5924 | ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF |
| 5925 | THIS SOFTWARE. |
| 5926 | |
| 5927 | ------------------------------------------------------------------- |
| 5928 | |
| 5929 | The author of this software is David M. Gay. |
| 5930 | |
| 5931 | Copyright (C) 1998, 1999 by Lucent Technologies |
| 5932 | All Rights Reserved |
| 5933 | |
| 5934 | Permission to use, copy, modify, and distribute this software and |
| 5935 | its documentation for any purpose and without fee is hereby |
| 5936 | granted, provided that the above copyright notice appear in all |
| 5937 | copies and that both that the copyright notice and this |
| 5938 | permission notice and warranty disclaimer appear in supporting |
| 5939 | documentation, and that the name of Lucent or any of its entities |
| 5940 | not be used in advertising or publicity pertaining to |
| 5941 | distribution of the software without specific, written prior |
| 5942 | permission. |
| 5943 | |
| 5944 | LUCENT DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, |
| 5945 | INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. |
| 5946 | IN NO EVENT SHALL LUCENT OR ANY OF ITS ENTITIES BE LIABLE FOR ANY |
| 5947 | SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES |
| 5948 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER |
| 5949 | IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, |
| 5950 | ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF |
| 5951 | THIS SOFTWARE. |
| 5952 | |
| 5953 | ------------------------------------------------------------------- |
| 5954 | |
| 5955 | The author of this software is David M. Gay. |
| 5956 | |
| 5957 | Copyright (C) 1998, 2000 by Lucent Technologies |
| 5958 | All Rights Reserved |
| 5959 | |
| 5960 | Permission to use, copy, modify, and distribute this software and |
| 5961 | its documentation for any purpose and without fee is hereby |
| 5962 | granted, provided that the above copyright notice appear in all |
| 5963 | copies and that both that the copyright notice and this |
| 5964 | permission notice and warranty disclaimer appear in supporting |
| 5965 | documentation, and that the name of Lucent or any of its entities |
| 5966 | not be used in advertising or publicity pertaining to |
| 5967 | distribution of the software without specific, written prior |
| 5968 | permission. |
| 5969 | |
| 5970 | LUCENT DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, |
| 5971 | INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. |
| 5972 | IN NO EVENT SHALL LUCENT OR ANY OF ITS ENTITIES BE LIABLE FOR ANY |
| 5973 | SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES |
| 5974 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER |
| 5975 | IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, |
| 5976 | ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF |
| 5977 | THIS SOFTWARE. |
| 5978 | |
| 5979 | ------------------------------------------------------------------- |
| 5980 | |
| 5981 | The author of this software is David M. Gay. |
| 5982 | |
| 5983 | Copyright (C) 1998-2000 by Lucent Technologies |
| 5984 | All Rights Reserved |
| 5985 | |
| 5986 | Permission to use, copy, modify, and distribute this software and |
| 5987 | its documentation for any purpose and without fee is hereby |
| 5988 | granted, provided that the above copyright notice appear in all |
| 5989 | copies and that both that the copyright notice and this |
| 5990 | permission notice and warranty disclaimer appear in supporting |
| 5991 | documentation, and that the name of Lucent or any of its entities |
| 5992 | not be used in advertising or publicity pertaining to |
| 5993 | distribution of the software without specific, written prior |
| 5994 | permission. |
| 5995 | |
| 5996 | LUCENT DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, |
| 5997 | INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. |
| 5998 | IN NO EVENT SHALL LUCENT OR ANY OF ITS ENTITIES BE LIABLE FOR ANY |
| 5999 | SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES |
| 6000 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER |
| 6001 | IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, |
| 6002 | ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF |
| 6003 | THIS SOFTWARE. |
| 6004 | |
| 6005 | ------------------------------------------------------------------- |
| 6006 | |
| 6007 | The author of this software is David M. Gay. |
| 6008 | |
| 6009 | Copyright (C) 1998-2001 by Lucent Technologies |
| 6010 | All Rights Reserved |
| 6011 | |
| 6012 | Permission to use, copy, modify, and distribute this software and |
| 6013 | its documentation for any purpose and without fee is hereby |
| 6014 | granted, provided that the above copyright notice appear in all |
| 6015 | copies and that both that the copyright notice and this |
| 6016 | permission notice and warranty disclaimer appear in supporting |
| 6017 | documentation, and that the name of Lucent or any of its entities |
| 6018 | not be used in advertising or publicity pertaining to |
| 6019 | distribution of the software without specific, written prior |
| 6020 | permission. |
| 6021 | |
| 6022 | LUCENT DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, |
| 6023 | INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. |
| 6024 | IN NO EVENT SHALL LUCENT OR ANY OF ITS ENTITIES BE LIABLE FOR ANY |
| 6025 | SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES |
| 6026 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER |
| 6027 | IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, |
| 6028 | ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF |
| 6029 | THIS SOFTWARE. |
| 6030 | |
| 6031 | ------------------------------------------------------------------- |
| 6032 | |
| 6033 | The author of this software is David M. Gay. |
| 6034 | |
| 6035 | Copyright (C) 2000 by Lucent Technologies |
| 6036 | All Rights Reserved |
| 6037 | |
| 6038 | Permission to use, copy, modify, and distribute this software and |
| 6039 | its documentation for any purpose and without fee is hereby |
| 6040 | granted, provided that the above copyright notice appear in all |
| 6041 | copies and that both that the copyright notice and this |
| 6042 | permission notice and warranty disclaimer appear in supporting |
| 6043 | documentation, and that the name of Lucent or any of its entities |
| 6044 | not be used in advertising or publicity pertaining to |
| 6045 | distribution of the software without specific, written prior |
| 6046 | permission. |
| 6047 | |
| 6048 | LUCENT DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, |
| 6049 | INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. |
| 6050 | IN NO EVENT SHALL LUCENT OR ANY OF ITS ENTITIES BE LIABLE FOR ANY |
| 6051 | SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES |
| 6052 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER |
| 6053 | IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, |
| 6054 | ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF |
| 6055 | THIS SOFTWARE. |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 6056 | |
| 6057 | ------------------------------------------------------------------- |
| 6058 | |