Jake Weinstein | 28285f5 | 2017-05-04 12:08:39 -0400 | [diff] [blame] | 1 | Copyright (c) 2014, ARM Limited |
| 2 | All rights Reserved. |
| 3 | Copyright (c) 2014, Linaro Ltd. |
Elliott Hughes | 1558138 | 2014-07-07 15:42:06 -0700 | [diff] [blame] | 4 | |
| 5 | Redistribution and use in source and binary forms, with or without |
| 6 | modification, are permitted provided that the following conditions are met: |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 7 | * Redistributions of source code must retain the above copyright |
Elliott Hughes | 1558138 | 2014-07-07 15:42:06 -0700 | [diff] [blame] | 8 | notice, this list of conditions and the following disclaimer. |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 9 | * Redistributions in binary form must reproduce the above copyright |
Elliott Hughes | 1558138 | 2014-07-07 15:42:06 -0700 | [diff] [blame] | 10 | notice, this list of conditions and the following disclaimer in the |
| 11 | documentation and/or other materials provided with the distribution. |
Jake Weinstein | 28285f5 | 2017-05-04 12:08:39 -0400 | [diff] [blame] | 12 | * Neither the name of the company nor the names of its contributors |
| 13 | may be used to endorse or promote products derived from this |
| 14 | software without specific prior written permission. |
Elliott Hughes | 1558138 | 2014-07-07 15:42:06 -0700 | [diff] [blame] | 15 | |
| 16 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS |
| 17 | "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT |
| 18 | LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR |
| 19 | A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT |
| 20 | HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, |
| 21 | SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT |
| 22 | LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, |
| 23 | DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY |
| 24 | THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
| 25 | (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE |
| 26 | OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 27 | |
| 28 | ------------------------------------------------------------------- |
| 29 | |
Jake Weinstein | 28285f5 | 2017-05-04 12:08:39 -0400 | [diff] [blame] | 30 | Copyright (c) 2014, Linaro Limited |
| 31 | All rights reserved. |
Elliott Hughes | 1558138 | 2014-07-07 15:42:06 -0700 | [diff] [blame] | 32 | |
| 33 | Redistribution and use in source and binary forms, with or without |
| 34 | modification, are permitted provided that the following conditions are met: |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 35 | * Redistributions of source code must retain the above copyright |
Elliott Hughes | 1558138 | 2014-07-07 15:42:06 -0700 | [diff] [blame] | 36 | notice, this list of conditions and the following disclaimer. |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 37 | * Redistributions in binary form must reproduce the above copyright |
Elliott Hughes | 1558138 | 2014-07-07 15:42:06 -0700 | [diff] [blame] | 38 | notice, this list of conditions and the following disclaimer in the |
| 39 | documentation and/or other materials provided with the distribution. |
Jake Weinstein | 28285f5 | 2017-05-04 12:08:39 -0400 | [diff] [blame] | 40 | * Neither the name of the Linaro nor the |
| 41 | names of its contributors may be used to endorse or promote products |
| 42 | derived from this software without specific prior written permission. |
Elliott Hughes | 1558138 | 2014-07-07 15:42:06 -0700 | [diff] [blame] | 43 | |
| 44 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS |
| 45 | "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT |
| 46 | LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR |
| 47 | A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT |
| 48 | HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, |
| 49 | SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT |
| 50 | LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, |
| 51 | DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY |
| 52 | THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
| 53 | (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE |
| 54 | OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 55 | |
| 56 | ------------------------------------------------------------------- |
| 57 | |
Elliott Hughes | 3e424d0 | 2014-07-23 16:02:26 -0700 | [diff] [blame] | 58 | Copyright (c) 1993 John Brezak |
| 59 | All rights reserved. |
| 60 | |
| 61 | Redistribution and use in source and binary forms, with or without |
| 62 | modification, are permitted provided that the following conditions |
| 63 | are met: |
| 64 | 1. Redistributions of source code must retain the above copyright |
| 65 | notice, this list of conditions and the following disclaimer. |
| 66 | 2. Redistributions in binary form must reproduce the above copyright |
| 67 | notice, this list of conditions and the following disclaimer in the |
| 68 | documentation and/or other materials provided with the distribution. |
| 69 | 3. The name of the author may be used to endorse or promote products |
| 70 | derived from this software without specific prior written permission. |
| 71 | |
| 72 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR `AS IS'' AND ANY EXPRESS OR |
| 73 | IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED |
| 74 | WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE |
| 75 | DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, |
| 76 | INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES |
| 77 | (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR |
| 78 | SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 79 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, |
| 80 | STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN |
| 81 | ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE |
| 82 | POSSIBILITY OF SUCH DAMAGE. |
| 83 | |
| 84 | ------------------------------------------------------------------- |
| 85 | |
Elliott Hughes | b4931ce | 2016-02-08 17:00:12 -0800 | [diff] [blame] | 86 | Copyright (c) 2009-2013 The Linux Foundation. All rights reserved. |
| 87 | |
| 88 | Redistribution and use in source and binary forms, with or without |
| 89 | modification, are permitted provided that the following conditions are met: |
| 90 | * Redistributions of source code must retain the above copyright |
| 91 | notice, this list of conditions and the following disclaimer. |
| 92 | * Redistributions in binary form must reproduce the above copyright |
| 93 | notice, this list of conditions and the following disclaimer in the |
| 94 | documentation and/or other materials provided with the distribution. |
| 95 | * Neither the name of The Linux Foundation nor the names of its contributors may |
| 96 | be used to endorse or promote products derived from this software |
| 97 | without specific prior written permission. |
| 98 | |
| 99 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" |
| 100 | AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 101 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 102 | ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE |
| 103 | LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR |
| 104 | CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF |
| 105 | SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS |
| 106 | INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN |
| 107 | CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) |
| 108 | ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE |
| 109 | POSSIBILITY OF SUCH DAMAGE. |
| 110 | |
| 111 | ------------------------------------------------------------------- |
| 112 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 113 | ==================================================== |
| 114 | Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved. |
| 115 | |
| 116 | Developed at SunPro, a Sun Microsystems, Inc. business. |
| 117 | Permission to use, copy, modify, and distribute this |
| 118 | software is freely granted, provided that this notice |
| 119 | is preserved. |
| 120 | |
| 121 | ------------------------------------------------------------------- |
| 122 | |
Dan Albert | c30862f | 2016-10-20 11:45:16 -0700 | [diff] [blame] | 123 | ==================================================== |
| 124 | Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved. |
| 125 | |
| 126 | Developed at SunPro, a Sun Microsystems, Inc. business. |
| 127 | Permission to use, copy, modify, and distribute this |
| 128 | software is freely granted, provided that this notice |
| 129 | is preserved. |
| 130 | ==================================================== |
| 131 | |
| 132 | Optimized by Bruce D. Evans. |
| 133 | |
| 134 | ------------------------------------------------------------------- |
| 135 | |
| 136 | ==================================================== |
| 137 | Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved. |
| 138 | |
Elliott Hughes | 8da8ca4 | 2018-05-08 13:35:33 -0700 | [diff] [blame] | 139 | Developed at SunPro, a Sun Microsystems, Inc. business. |
| 140 | Permission to use, copy, modify, and distribute this |
| 141 | software is freely granted, provided that this notice |
| 142 | is preserved. |
| 143 | ==================================================== |
| 144 | |
| 145 | k_sinf.c and k_cosf.c merged by Steven G. Kargl. |
| 146 | |
| 147 | ------------------------------------------------------------------- |
| 148 | |
| 149 | ==================================================== |
| 150 | Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved. |
| 151 | |
| 152 | Developed at SunPro, a Sun Microsystems, Inc. business. |
| 153 | Permission to use, copy, modify, and distribute this |
| 154 | software is freely granted, provided that this notice |
| 155 | is preserved. |
| 156 | ==================================================== |
| 157 | |
| 158 | s_sin.c and s_cos.c merged by Steven G. Kargl. Descriptions of the |
| 159 | algorithms are contained in the original files. |
| 160 | |
| 161 | ------------------------------------------------------------------- |
| 162 | |
| 163 | ==================================================== |
| 164 | Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved. |
| 165 | |
Dan Albert | c30862f | 2016-10-20 11:45:16 -0700 | [diff] [blame] | 166 | Developed at SunSoft, a Sun Microsystems, Inc. business. |
| 167 | Permission to use, copy, modify, and distribute this |
| 168 | software is freely granted, provided that this notice |
| 169 | is preserved. |
| 170 | |
| 171 | ------------------------------------------------------------------- |
| 172 | |
| 173 | ==================================================== |
| 174 | Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved. |
| 175 | |
| 176 | Developed at SunSoft, a Sun Microsystems, Inc. business. |
| 177 | Permission to use, copy, modify, and distribute this |
| 178 | software is freely granted, provided that this notice |
| 179 | is preserved. |
| 180 | ==================================================== |
| 181 | |
| 182 | Optimized by Bruce D. Evans. |
| 183 | |
| 184 | ------------------------------------------------------------------- |
| 185 | |
| 186 | ==================================================== |
| 187 | Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved. |
Elliott Hughes | 8da8ca4 | 2018-05-08 13:35:33 -0700 | [diff] [blame] | 188 | |
| 189 | Developed at SunSoft, a Sun Microsystems, Inc. business. |
| 190 | Permission to use, copy, modify, and distribute this |
| 191 | software is freely granted, provided that this notice |
| 192 | is preserved. |
| 193 | ==================================================== |
| 194 | |
| 195 | k_sin.c and k_cos.c merged by Steven G. Kargl. |
| 196 | |
| 197 | ------------------------------------------------------------------- |
| 198 | |
| 199 | ==================================================== |
| 200 | Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved. |
Dan Albert | c30862f | 2016-10-20 11:45:16 -0700 | [diff] [blame] | 201 | Copyright (c) 2008 Steven G. Kargl, David Schultz, Bruce D. Evans. |
| 202 | |
| 203 | Developed at SunSoft, a Sun Microsystems, Inc. business. |
| 204 | Permission to use, copy, modify, and distribute this |
| 205 | software is freely granted, provided that this notice |
| 206 | is preserved. |
| 207 | |
| 208 | ------------------------------------------------------------------- |
| 209 | |
| 210 | ==================================================== |
| 211 | Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved. |
| 212 | Copyright (c) 2008 Steven G. Kargl, David Schultz, Bruce D. Evans. |
| 213 | |
| 214 | Developed at SunSoft, a Sun Microsystems, Inc. business. |
| 215 | Permission to use, copy, modify, and distribute this |
| 216 | software is freely granted, provided that this notice |
| 217 | is preserved. |
| 218 | ==================================================== |
| 219 | |
| 220 | Optimized by Bruce D. Evans. |
| 221 | |
| 222 | ------------------------------------------------------------------- |
| 223 | |
| 224 | ==================================================== |
| 225 | Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved. |
Elliott Hughes | 8da8ca4 | 2018-05-08 13:35:33 -0700 | [diff] [blame] | 226 | Copyright (c) 2008 Steven G. Kargl, David Schultz, Bruce D. Evans. |
| 227 | |
| 228 | Developed at SunSoft, a Sun Microsystems, Inc. business. |
| 229 | Permission to use, copy, modify, and distribute this |
| 230 | software is freely granted, provided that this notice |
| 231 | is preserved. |
| 232 | ==================================================== |
| 233 | |
| 234 | k_sinl.c and k_cosl.c merged by Steven G. Kargl |
| 235 | |
| 236 | ------------------------------------------------------------------- |
| 237 | |
| 238 | ==================================================== |
| 239 | Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved. |
Dan Albert | c30862f | 2016-10-20 11:45:16 -0700 | [diff] [blame] | 240 | Copyright (c) 2009-2011, Bruce D. Evans, Steven G. Kargl, David Schultz. |
| 241 | |
| 242 | Developed at SunPro, a Sun Microsystems, Inc. business. |
| 243 | Permission to use, copy, modify, and distribute this |
| 244 | software is freely granted, provided that this notice |
| 245 | is preserved. |
| 246 | ==================================================== |
| 247 | |
| 248 | The argument reduction and testing for exceptional cases was |
| 249 | written by Steven G. Kargl with input from Bruce D. Evans |
| 250 | and David A. Schultz. |
| 251 | |
| 252 | ------------------------------------------------------------------- |
| 253 | |
| 254 | ==================================================== |
| 255 | Copyright (C) 2004 by Sun Microsystems, Inc. All rights reserved. |
| 256 | |
| 257 | Permission to use, copy, modify, and distribute this |
| 258 | software is freely granted, provided that this notice |
| 259 | is preserved. |
| 260 | |
| 261 | ------------------------------------------------------------------- |
| 262 | |
| 263 | ==================================================== |
| 264 | Copyright 2004 Sun Microsystems, Inc. All Rights Reserved. |
| 265 | |
| 266 | Permission to use, copy, modify, and distribute this |
| 267 | software is freely granted, provided that this notice |
| 268 | is preserved. |
| 269 | |
| 270 | ------------------------------------------------------------------- |
| 271 | |
| 272 | ==================================================== |
| 273 | Copyright 2004 Sun Microsystems, Inc. All Rights Reserved. |
| 274 | Copyright (c) 2008 Steven G. Kargl, David Schultz, Bruce D. Evans. |
| 275 | |
| 276 | Permission to use, copy, modify, and distribute this |
| 277 | software is freely granted, provided that this notice |
| 278 | is preserved. |
| 279 | |
| 280 | ------------------------------------------------------------------- |
| 281 | |
Elliott Hughes | bfa582d | 2014-05-05 14:58:17 -0700 | [diff] [blame] | 282 | Based on the UCB version with the ID appearing below. |
| 283 | This is ANSIish only when "multibyte character == plain character". |
| 284 | |
| 285 | Copyright (c) 1989, 1993 |
| 286 | The Regents of the University of California. All rights reserved. |
| 287 | |
| 288 | Redistribution and use in source and binary forms, with or without |
| 289 | modification, are permitted provided that the following conditions |
| 290 | are met: |
| 291 | 1. Redistributions of source code must retain the above copyright |
| 292 | notice, this list of conditions and the following disclaimer. |
| 293 | 2. Redistributions in binary form must reproduce the above copyright |
| 294 | notice, this list of conditions and the following disclaimer in the |
| 295 | documentation and/or other materials provided with the distribution. |
| 296 | 3. Neither the name of the University nor the names of its contributors |
| 297 | may be used to endorse or promote products derived from this software |
| 298 | without specific prior written permission. |
| 299 | |
| 300 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 301 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 302 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 303 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 304 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 305 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 306 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 307 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 308 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 309 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 310 | SUCH DAMAGE. |
| 311 | |
| 312 | ------------------------------------------------------------------- |
| 313 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 314 | Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project. |
The Android Open Source Project | 1dc9e47 | 2009-03-03 19:28:35 -0800 | [diff] [blame] | 315 | All rights reserved. |
| 316 | |
The Android Open Source Project | 1dc9e47 | 2009-03-03 19:28:35 -0800 | [diff] [blame] | 317 | Redistribution and use in source and binary forms, with or without |
| 318 | modification, are permitted provided that the following conditions |
| 319 | are met: |
| 320 | 1. Redistributions of source code must retain the above copyright |
| 321 | notice, this list of conditions and the following disclaimer. |
| 322 | 2. Redistributions in binary form must reproduce the above copyright |
| 323 | notice, this list of conditions and the following disclaimer in the |
| 324 | documentation and/or other materials provided with the distribution. |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 325 | 3. Neither the name of the project nor the names of its contributors |
The Android Open Source Project | 1dc9e47 | 2009-03-03 19:28:35 -0800 | [diff] [blame] | 326 | may be used to endorse or promote products derived from this software |
| 327 | without specific prior written permission. |
| 328 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 329 | THIS SOFTWARE IS PROVIDED BY THE PROJECT AND CONTRIBUTORS ``AS IS'' AND |
The Android Open Source Project | 1dc9e47 | 2009-03-03 19:28:35 -0800 | [diff] [blame] | 330 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 331 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 332 | ARE DISCLAIMED. IN NO EVENT SHALL THE PROJECT OR CONTRIBUTORS BE LIABLE |
The Android Open Source Project | 1dc9e47 | 2009-03-03 19:28:35 -0800 | [diff] [blame] | 333 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 334 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 335 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 336 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 337 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 338 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 339 | SUCH DAMAGE. |
| 340 | |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 341 | ------------------------------------------------------------------- |
The Android Open Source Project | 1dc9e47 | 2009-03-03 19:28:35 -0800 | [diff] [blame] | 342 | |
Elliott Hughes | 448080d | 2013-01-29 16:25:06 -0800 | [diff] [blame] | 343 | Copyright (C) 2004, 2005, 2008 Internet Systems Consortium, Inc. ("ISC") |
| 344 | Copyright (C) 1995-1999, 2001, 2003 Internet Software Consortium. |
| 345 | |
| 346 | Permission to use, copy, modify, and/or distribute this software for any |
| 347 | purpose with or without fee is hereby granted, provided that the above |
| 348 | copyright notice and this permission notice appear in all copies. |
| 349 | |
| 350 | THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH |
| 351 | REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY |
| 352 | AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT, |
| 353 | INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM |
| 354 | LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE |
| 355 | OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR |
| 356 | PERFORMANCE OF THIS SOFTWARE. |
| 357 | |
| 358 | ------------------------------------------------------------------- |
| 359 | |
| 360 | Copyright (C) 2004, 2005, 2008 Internet Systems Consortium, Inc. ("ISC") |
| 361 | Copyright (C) 1997-2001 Internet Software Consortium. |
| 362 | |
| 363 | Permission to use, copy, modify, and/or distribute this software for any |
| 364 | purpose with or without fee is hereby granted, provided that the above |
| 365 | copyright notice and this permission notice appear in all copies. |
| 366 | |
| 367 | THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH |
| 368 | REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY |
| 369 | AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT, |
| 370 | INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM |
| 371 | LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE |
| 372 | OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR |
| 373 | PERFORMANCE OF THIS SOFTWARE. |
| 374 | |
| 375 | ------------------------------------------------------------------- |
| 376 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 377 | Copyright (C) 2006 The Android Open Source Project |
Elliott Hughes | 1558138 | 2014-07-07 15:42:06 -0700 | [diff] [blame] | 378 | |
| 379 | Licensed under the Apache License, Version 2.0 (the "License"); |
| 380 | you may not use this file except in compliance with the License. |
| 381 | You may obtain a copy of the License at |
| 382 | |
| 383 | http://www.apache.org/licenses/LICENSE-2.0 |
| 384 | |
| 385 | Unless required by applicable law or agreed to in writing, software |
| 386 | distributed under the License is distributed on an "AS IS" BASIS, |
| 387 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 388 | See the License for the specific language governing permissions and |
| 389 | limitations under the License. |
| 390 | |
| 391 | ------------------------------------------------------------------- |
| 392 | |
| 393 | Copyright (C) 2006 The Android Open Source Project |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 394 | All rights reserved. |
The Android Open Source Project | 1dc9e47 | 2009-03-03 19:28:35 -0800 | [diff] [blame] | 395 | |
| 396 | Redistribution and use in source and binary forms, with or without |
| 397 | modification, are permitted provided that the following conditions |
| 398 | are met: |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 399 | * Redistributions of source code must retain the above copyright |
The Android Open Source Project | 1dc9e47 | 2009-03-03 19:28:35 -0800 | [diff] [blame] | 400 | notice, this list of conditions and the following disclaimer. |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 401 | * Redistributions in binary form must reproduce the above copyright |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 402 | notice, this list of conditions and the following disclaimer in |
| 403 | the documentation and/or other materials provided with the |
| 404 | distribution. |
The Android Open Source Project | 1dc9e47 | 2009-03-03 19:28:35 -0800 | [diff] [blame] | 405 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 406 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS |
| 407 | "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT |
| 408 | LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS |
| 409 | FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE |
| 410 | COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, |
| 411 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, |
| 412 | BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS |
| 413 | OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED |
| 414 | AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, |
| 415 | OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT |
| 416 | OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
The Android Open Source Project | 1dc9e47 | 2009-03-03 19:28:35 -0800 | [diff] [blame] | 417 | SUCH DAMAGE. |
| 418 | |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 419 | ------------------------------------------------------------------- |
| 420 | |
Dan Albert | c30862f | 2016-10-20 11:45:16 -0700 | [diff] [blame] | 421 | Copyright (C) 2007 The Android Open Source Project |
| 422 | |
| 423 | Licensed under the Apache License, Version 2.0 (the "License"); |
| 424 | you may not use this file except in compliance with the License. |
| 425 | You may obtain a copy of the License at |
| 426 | |
| 427 | http://www.apache.org/licenses/LICENSE-2.0 |
| 428 | |
| 429 | Unless required by applicable law or agreed to in writing, software |
| 430 | distributed under the License is distributed on an "AS IS" BASIS, |
| 431 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 432 | See the License for the specific language governing permissions and |
| 433 | limitations under the License. |
| 434 | |
| 435 | ------------------------------------------------------------------- |
| 436 | |
Dimitry Ivanov | bcc4da9 | 2017-02-15 15:31:13 -0800 | [diff] [blame] | 437 | Copyright (C) 2007 The Android Open Source Project |
| 438 | All rights reserved. |
| 439 | |
| 440 | Redistribution and use in source and binary forms, with or without |
| 441 | modification, are permitted provided that the following conditions |
| 442 | are met: |
| 443 | * Redistributions of source code must retain the above copyright |
| 444 | notice, this list of conditions and the following disclaimer. |
| 445 | * Redistributions in binary form must reproduce the above copyright |
| 446 | notice, this list of conditions and the following disclaimer in |
| 447 | the documentation and/or other materials provided with the |
| 448 | distribution. |
| 449 | |
| 450 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS |
| 451 | "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT |
| 452 | LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS |
| 453 | FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE |
| 454 | COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, |
| 455 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, |
| 456 | BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS |
| 457 | OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED |
| 458 | AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, |
| 459 | OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT |
| 460 | OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 461 | SUCH DAMAGE. |
| 462 | |
| 463 | ------------------------------------------------------------------- |
| 464 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 465 | Copyright (C) 2008 The Android Open Source Project |
Elliott Hughes | 1558138 | 2014-07-07 15:42:06 -0700 | [diff] [blame] | 466 | |
| 467 | Licensed under the Apache License, Version 2.0 (the "License"); |
| 468 | you may not use this file except in compliance with the License. |
| 469 | You may obtain a copy of the License at |
| 470 | |
| 471 | http://www.apache.org/licenses/LICENSE-2.0 |
| 472 | |
| 473 | Unless required by applicable law or agreed to in writing, software |
| 474 | distributed under the License is distributed on an "AS IS" BASIS, |
| 475 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 476 | See the License for the specific language governing permissions and |
| 477 | limitations under the License. |
| 478 | |
| 479 | ------------------------------------------------------------------- |
| 480 | |
| 481 | Copyright (C) 2008 The Android Open Source Project |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 482 | All rights reserved. |
| 483 | |
| 484 | Redistribution and use in source and binary forms, with or without |
| 485 | modification, are permitted provided that the following conditions |
| 486 | are met: |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 487 | * Redistributions of source code must retain the above copyright |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 488 | notice, this list of conditions and the following disclaimer. |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 489 | * Redistributions in binary form must reproduce the above copyright |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 490 | notice, this list of conditions and the following disclaimer in |
| 491 | the documentation and/or other materials provided with the |
| 492 | distribution. |
| 493 | |
| 494 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS |
| 495 | "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT |
| 496 | LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS |
| 497 | FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE |
| 498 | COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, |
| 499 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, |
| 500 | BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS |
| 501 | OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED |
| 502 | AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, |
| 503 | OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT |
| 504 | OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 505 | SUCH DAMAGE. |
| 506 | |
| 507 | ------------------------------------------------------------------- |
| 508 | |
Elliott Hughes | acbe322 | 2014-04-16 17:01:12 -0700 | [diff] [blame] | 509 | Copyright (C) 2008 The Android Open Source Project |
| 510 | All rights reserved. |
| 511 | Copyright (c) 2013-2014, NVIDIA Corporation. All rights reserved. |
| 512 | |
| 513 | Redistribution and use in source and binary forms, with or without |
| 514 | modification, are permitted provided that the following conditions |
| 515 | are met: |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 516 | * Redistributions of source code must retain the above copyright |
Elliott Hughes | acbe322 | 2014-04-16 17:01:12 -0700 | [diff] [blame] | 517 | notice, this list of conditions and the following disclaimer. |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 518 | * Redistributions in binary form must reproduce the above copyright |
Elliott Hughes | acbe322 | 2014-04-16 17:01:12 -0700 | [diff] [blame] | 519 | notice, this list of conditions and the following disclaimer in |
| 520 | the documentation and/or other materials provided with the |
| 521 | distribution. |
| 522 | |
| 523 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS |
| 524 | "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT |
| 525 | LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS |
| 526 | FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE |
| 527 | COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, |
| 528 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, |
| 529 | BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS |
| 530 | OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED |
| 531 | AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, |
| 532 | OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT |
| 533 | OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 534 | SUCH DAMAGE. |
| 535 | |
| 536 | ------------------------------------------------------------------- |
| 537 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 538 | Copyright (C) 2009 The Android Open Source Project |
| 539 | All rights reserved. |
| 540 | |
| 541 | Redistribution and use in source and binary forms, with or without |
| 542 | modification, are permitted provided that the following conditions |
| 543 | are met: |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 544 | * Redistributions of source code must retain the above copyright |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 545 | notice, this list of conditions and the following disclaimer. |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 546 | * Redistributions in binary form must reproduce the above copyright |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 547 | notice, this list of conditions and the following disclaimer in |
| 548 | the documentation and/or other materials provided with the |
| 549 | distribution. |
| 550 | |
| 551 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS |
| 552 | "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT |
| 553 | LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS |
| 554 | FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE |
| 555 | COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, |
| 556 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, |
| 557 | BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS |
| 558 | OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED |
| 559 | AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, |
| 560 | OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT |
| 561 | OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 562 | SUCH DAMAGE. |
| 563 | |
| 564 | ------------------------------------------------------------------- |
| 565 | |
| 566 | Copyright (C) 2010 The Android Open Source Project |
| 567 | |
| 568 | Licensed under the Apache License, Version 2.0 (the "License"); |
| 569 | you may not use this file except in compliance with the License. |
| 570 | You may obtain a copy of the License at |
| 571 | |
| 572 | http://www.apache.org/licenses/LICENSE-2.0 |
| 573 | |
| 574 | Unless required by applicable law or agreed to in writing, software |
| 575 | distributed under the License is distributed on an "AS IS" BASIS, |
| 576 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 577 | See the License for the specific language governing permissions and |
| 578 | limitations under the License. |
| 579 | |
| 580 | ------------------------------------------------------------------- |
| 581 | |
| 582 | Copyright (C) 2010 The Android Open Source Project |
| 583 | All rights reserved. |
| 584 | |
| 585 | Redistribution and use in source and binary forms, with or without |
| 586 | modification, are permitted provided that the following conditions |
| 587 | are met: |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 588 | * Redistributions of source code must retain the above copyright |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 589 | notice, this list of conditions and the following disclaimer. |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 590 | * Redistributions in binary form must reproduce the above copyright |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 591 | notice, this list of conditions and the following disclaimer in |
| 592 | the documentation and/or other materials provided with the |
| 593 | distribution. |
| 594 | |
| 595 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS |
| 596 | "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT |
| 597 | LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS |
| 598 | FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE |
| 599 | COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, |
| 600 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, |
| 601 | BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS |
| 602 | OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED |
| 603 | AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, |
| 604 | OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT |
| 605 | OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 606 | SUCH DAMAGE. |
| 607 | |
| 608 | ------------------------------------------------------------------- |
| 609 | |
| 610 | Copyright (C) 2010 The Android Open Source Project |
| 611 | Copyright (c) 2008 ARM Ltd |
| 612 | All rights reserved. |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 613 | |
| 614 | Redistribution and use in source and binary forms, with or without |
| 615 | modification, are permitted provided that the following conditions |
| 616 | are met: |
| 617 | 1. Redistributions of source code must retain the above copyright |
| 618 | notice, this list of conditions and the following disclaimer. |
| 619 | 2. Redistributions in binary form must reproduce the above copyright |
| 620 | notice, this list of conditions and the following disclaimer in the |
| 621 | documentation and/or other materials provided with the distribution. |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 622 | 3. The name of the company may not be used to endorse or promote |
| 623 | products derived from this software without specific prior written |
| 624 | permission. |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 625 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 626 | THIS SOFTWARE IS PROVIDED BY ARM LTD ``AS IS'' AND ANY EXPRESS OR IMPLIED |
| 627 | WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF |
| 628 | MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. |
| 629 | IN NO EVENT SHALL ARM LTD BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, |
| 630 | SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED |
| 631 | TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR |
| 632 | PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF |
| 633 | LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING |
| 634 | NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS |
| 635 | SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 636 | |
| 637 | Android adaptation and tweak by Jim Huang <jserv@0xlab.org>. |
| 638 | |
| 639 | ------------------------------------------------------------------- |
| 640 | |
| 641 | Copyright (C) 2011 The Android Open Source Project |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -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 | 261e223 | 2012-08-14 15:04:05 -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 | 261e223 | 2012-08-14 15:04:05 -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 |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 665 | SUCH DAMAGE. |
| 666 | |
| 667 | ------------------------------------------------------------------- |
| 668 | |
| 669 | Copyright (C) 2012 The Android Open Source Project |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 670 | |
| 671 | Licensed under the Apache License, Version 2.0 (the "License"); |
| 672 | you may not use this file except in compliance with the License. |
| 673 | You may obtain a copy of the License at |
| 674 | |
| 675 | http://www.apache.org/licenses/LICENSE-2.0 |
| 676 | |
| 677 | Unless required by applicable law or agreed to in writing, software |
| 678 | distributed under the License is distributed on an "AS IS" BASIS, |
| 679 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 680 | See the License for the specific language governing permissions and |
| 681 | limitations under the License. |
| 682 | |
| 683 | ------------------------------------------------------------------- |
| 684 | |
| 685 | Copyright (C) 2012 The Android Open Source Project |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 686 | All rights reserved. |
| 687 | |
| 688 | Redistribution and use in source and binary forms, with or without |
| 689 | modification, are permitted provided that the following conditions |
| 690 | are met: |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 691 | * Redistributions of source code must retain the above copyright |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 692 | notice, this list of conditions and the following disclaimer. |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 693 | * Redistributions in binary form must reproduce the above copyright |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 694 | notice, this list of conditions and the following disclaimer in |
| 695 | the documentation and/or other materials provided with the |
| 696 | distribution. |
| 697 | |
| 698 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS |
| 699 | "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT |
| 700 | LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS |
| 701 | FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE |
| 702 | COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, |
| 703 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, |
| 704 | BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS |
| 705 | OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED |
| 706 | AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, |
| 707 | OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT |
| 708 | OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 709 | SUCH DAMAGE. |
| 710 | |
| 711 | ------------------------------------------------------------------- |
| 712 | |
Elliott Hughes | 3a4c454 | 2017-07-19 17:20:24 -0700 | [diff] [blame] | 713 | Copyright (C) 2013 Pietro Cerutti <gahr@FreeBSD.org> |
| 714 | |
| 715 | Redistribution and use in source and binary forms, with or without |
| 716 | modification, are permitted provided that the following conditions |
| 717 | are met: |
| 718 | 1. Redistributions of source code must retain the above copyright |
| 719 | notice, this list of conditions and the following disclaimer. |
| 720 | 2. Redistributions in binary form must reproduce the above copyright |
| 721 | notice, this list of conditions and the following disclaimer in the |
| 722 | documentation and/or other materials provided with the distribution. |
| 723 | |
| 724 | THIS SOFTWARE IS PROVIDED BY AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 725 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 726 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 727 | ARE DISCLAIMED. IN NO EVENT SHALL AUTHOR OR CONTRIBUTORS BE LIABLE |
| 728 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 729 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 730 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 731 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 732 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 733 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 734 | SUCH DAMAGE. |
| 735 | |
| 736 | ------------------------------------------------------------------- |
| 737 | |
Elliott Hughes | 448080d | 2013-01-29 16:25:06 -0800 | [diff] [blame] | 738 | Copyright (C) 2013 The Android Open Source Project |
| 739 | |
| 740 | Licensed under the Apache License, Version 2.0 (the "License"); |
| 741 | you may not use this file except in compliance with the License. |
| 742 | You may obtain a copy of the License at |
| 743 | |
| 744 | http://www.apache.org/licenses/LICENSE-2.0 |
| 745 | |
| 746 | Unless required by applicable law or agreed to in writing, software |
| 747 | distributed under the License is distributed on an "AS IS" BASIS, |
| 748 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 749 | See the License for the specific language governing permissions and |
| 750 | limitations under the License. |
| 751 | |
| 752 | ------------------------------------------------------------------- |
| 753 | |
| 754 | Copyright (C) 2013 The Android Open Source Project |
| 755 | All rights reserved. |
| 756 | |
| 757 | Redistribution and use in source and binary forms, with or without |
| 758 | modification, are permitted provided that the following conditions |
| 759 | are met: |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 760 | * Redistributions of source code must retain the above copyright |
Elliott Hughes | 448080d | 2013-01-29 16:25:06 -0800 | [diff] [blame] | 761 | notice, this list of conditions and the following disclaimer. |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 762 | * Redistributions in binary form must reproduce the above copyright |
Elliott Hughes | 448080d | 2013-01-29 16:25:06 -0800 | [diff] [blame] | 763 | notice, this list of conditions and the following disclaimer in |
| 764 | the documentation and/or other materials provided with the |
| 765 | distribution. |
| 766 | |
| 767 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS |
| 768 | "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT |
| 769 | LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS |
| 770 | FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE |
| 771 | COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, |
| 772 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, |
| 773 | BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS |
| 774 | OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED |
| 775 | AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, |
| 776 | OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT |
| 777 | OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 778 | SUCH DAMAGE. |
| 779 | |
| 780 | ------------------------------------------------------------------- |
| 781 | |
Elliott Hughes | acbe322 | 2014-04-16 17:01:12 -0700 | [diff] [blame] | 782 | Copyright (C) 2013 The Android Open Source Project |
Elliott Hughes | 1558138 | 2014-07-07 15:42:06 -0700 | [diff] [blame] | 783 | All rights reserved. |
| 784 | Copyright (c) 2013-2014 NVIDIA Corporation. 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 | 1558138 | 2014-07-07 15:42:06 -0700 | [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 | 1558138 | 2014-07-07 15:42:06 -0700 | [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 | |
Elliott Hughes | 4e54b11 | 2014-03-06 15:06:11 -0800 | [diff] [blame] | 811 | Copyright (C) 2014 The Android Open Source Project |
| 812 | |
| 813 | Licensed under the Apache License, Version 2.0 (the "License"); |
| 814 | you may not use this file except in compliance with the License. |
| 815 | You may obtain a copy of the License at |
| 816 | |
| 817 | http://www.apache.org/licenses/LICENSE-2.0 |
| 818 | |
| 819 | Unless required by applicable law or agreed to in writing, software |
| 820 | distributed under the License is distributed on an "AS IS" BASIS, |
| 821 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 822 | See the License for the specific language governing permissions and |
| 823 | limitations under the License. |
| 824 | |
| 825 | ------------------------------------------------------------------- |
| 826 | |
| 827 | Copyright (C) 2014 The Android Open Source Project |
| 828 | All rights reserved. |
| 829 | |
| 830 | Redistribution and use in source and binary forms, with or without |
| 831 | modification, are permitted provided that the following conditions |
| 832 | are met: |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 833 | * Redistributions of source code must retain the above copyright |
Elliott Hughes | 4e54b11 | 2014-03-06 15:06:11 -0800 | [diff] [blame] | 834 | notice, this list of conditions and the following disclaimer. |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 835 | * Redistributions in binary form must reproduce the above copyright |
Elliott Hughes | 4e54b11 | 2014-03-06 15:06:11 -0800 | [diff] [blame] | 836 | notice, this list of conditions and the following disclaimer in |
| 837 | the documentation and/or other materials provided with the |
| 838 | distribution. |
| 839 | |
| 840 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS |
| 841 | "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT |
| 842 | LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS |
| 843 | FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE |
| 844 | COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, |
| 845 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, |
| 846 | BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS |
| 847 | OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED |
| 848 | AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, |
| 849 | OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT |
| 850 | OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 851 | SUCH DAMAGE. |
| 852 | |
| 853 | ------------------------------------------------------------------- |
| 854 | |
Dan Albert | c30862f | 2016-10-20 11:45:16 -0700 | [diff] [blame] | 855 | Copyright (C) 2014 The Android Open Source Project |
| 856 | All rights reserved. |
| 857 | |
| 858 | Redistribution and use in source and binary forms, with or without |
| 859 | modification, are permitted provided that the following conditions |
| 860 | are met: |
| 861 | 1. Redistributions of source code must retain the above copyright |
| 862 | notice, this list of conditions and the following disclaimer. |
| 863 | 2. Redistributions in binary form must reproduce the above copyright |
| 864 | notice, this list of conditions and the following disclaimer in the |
| 865 | documentation and/or other materials provided with the distribution. |
| 866 | |
| 867 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 868 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 869 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 870 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 871 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 872 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 873 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 874 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 875 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 876 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 877 | SUCH DAMAGE. |
| 878 | |
| 879 | ------------------------------------------------------------------- |
| 880 | |
| 881 | Copyright (C) 2015 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 | |
Elliott Hughes | 7e54c76 | 2015-05-12 10:09:01 -0700 | [diff] [blame] | 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) 2015 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 | |
Elliott Hughes | b4931ce | 2016-02-08 17:00:12 -0800 | [diff] [blame] | 925 | Copyright (C) 2016 The Android Open Source Project |
| 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) 2016 The Android Open Source Project |
| 942 | All rights reserved. |
| 943 | |
| 944 | Redistribution and use in source and binary forms, with or without |
| 945 | modification, are permitted provided that the following conditions |
| 946 | are met: |
| 947 | * Redistributions of source code must retain the above copyright |
| 948 | notice, this list of conditions and the following disclaimer. |
| 949 | * Redistributions in binary form must reproduce the above copyright |
| 950 | notice, this list of conditions and the following disclaimer in |
| 951 | the documentation and/or other materials provided with the |
| 952 | distribution. |
| 953 | |
| 954 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS |
| 955 | "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT |
| 956 | LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS |
| 957 | FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE |
| 958 | COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, |
| 959 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, |
| 960 | BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS |
| 961 | OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED |
| 962 | AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, |
| 963 | OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT |
| 964 | OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 965 | SUCH DAMAGE. |
| 966 | |
| 967 | ------------------------------------------------------------------- |
| 968 | |
mspector | 2e3d6a1 | 2017-01-24 21:51:51 -0800 | [diff] [blame] | 969 | Copyright (C) 2017 The Android Open Source Project |
Paul Lawrence | dfe8434 | 2017-02-16 09:24:39 -0800 | [diff] [blame] | 970 | |
| 971 | Licensed under the Apache License, Version 2.0 (the "License"); |
| 972 | you may not use this file except in compliance with the License. |
| 973 | You may obtain a copy of the License at |
| 974 | |
| 975 | http://www.apache.org/licenses/LICENSE-2.0 |
| 976 | |
| 977 | Unless required by applicable law or agreed to in writing, software |
| 978 | distributed under the License is distributed on an "AS IS" BASIS, |
| 979 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 980 | See the License for the specific language governing permissions and |
| 981 | limitations under the License. |
| 982 | |
| 983 | ------------------------------------------------------------------- |
| 984 | |
| 985 | Copyright (C) 2017 The Android Open Source Project |
mspector | 2e3d6a1 | 2017-01-24 21:51:51 -0800 | [diff] [blame] | 986 | All rights reserved. |
| 987 | |
Jake Weinstein | 04d99df | 2016-08-25 20:03:25 -0400 | [diff] [blame] | 988 | Copyright (c) 2009-2011, Code Aurora Forum. All rights reserved. |
| 989 | |
| 990 | Redistribution and use in source and binary forms, with or without |
| 991 | modification, are permitted provided that the following conditions |
| 992 | are met: |
| 993 | * Redistributions of source code must retain the above copyright |
| 994 | notice, this list of conditions and the following disclaimer. |
| 995 | * Redistributions in binary form must reproduce the above copyright |
| 996 | notice, this list of conditions and the following disclaimer in |
| 997 | the documentation and/or other materials provided with the |
| 998 | distribution. |
| 999 | |
| 1000 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS |
| 1001 | "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT |
| 1002 | LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS |
| 1003 | FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE |
| 1004 | COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, |
| 1005 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, |
| 1006 | BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS |
| 1007 | OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED |
| 1008 | AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, |
| 1009 | OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT |
| 1010 | OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 1011 | SUCH DAMAGE. |
| 1012 | |
| 1013 | ------------------------------------------------------------------- |
| 1014 | |
| 1015 | Copyright (C) 2017 The Android Open Source Project |
| 1016 | All rights reserved. |
| 1017 | |
mspector | 2e3d6a1 | 2017-01-24 21:51:51 -0800 | [diff] [blame] | 1018 | Redistribution and use in source and binary forms, with or without |
| 1019 | modification, are permitted provided that the following conditions |
| 1020 | are met: |
| 1021 | * Redistributions of source code must retain the above copyright |
| 1022 | notice, this list of conditions and the following disclaimer. |
| 1023 | * Redistributions in binary form must reproduce the above copyright |
| 1024 | notice, this list of conditions and the following disclaimer in |
| 1025 | the documentation and/or other materials provided with the |
| 1026 | distribution. |
| 1027 | |
| 1028 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS |
| 1029 | "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT |
| 1030 | LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS |
| 1031 | FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE |
| 1032 | COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, |
| 1033 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, |
| 1034 | BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS |
| 1035 | OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED |
| 1036 | AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, |
| 1037 | OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT |
| 1038 | OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 1039 | SUCH DAMAGE. |
| 1040 | |
| 1041 | ------------------------------------------------------------------- |
| 1042 | |
dimitry | 581723e | 2018-01-05 14:31:44 +0100 | [diff] [blame] | 1043 | Copyright (C) 2018 The Android Open Source Project |
| 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 | |
Ryan Prichard | 45d1349 | 2019-01-03 02:51:30 -0800 | [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 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 1099 | Copyright (c) 1980, 1983, 1988, 1993 |
| 1100 | The Regents of the University of California. All rights reserved. |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 1101 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 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 | 1. Redistributions of source code must retain the above copyright |
| 1106 | notice, this list of conditions and the following disclaimer. |
| 1107 | 2. Redistributions in binary form must reproduce the above copyright |
| 1108 | notice, this list of conditions and the following disclaimer in the |
| 1109 | documentation and/or other materials provided with the distribution. |
| 1110 | 3. All advertising materials mentioning features or use of this software |
| 1111 | must display the following acknowledgement: |
| 1112 | This product includes software developed by the University of |
| 1113 | California, Berkeley and its contributors. |
| 1114 | 4. Neither the name of the University nor the names of its contributors |
| 1115 | may be used to endorse or promote products derived from this software |
| 1116 | without specific prior written permission. |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 1117 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 1118 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 1119 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 1120 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 1121 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 1122 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 1123 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 1124 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 1125 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 1126 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 1127 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 1128 | SUCH DAMAGE. |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 1129 | |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 1130 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 1131 | Portions Copyright (c) 1993 by Digital Equipment Corporation. |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 1132 | |
| 1133 | Permission to use, copy, modify, and distribute this software for any |
| 1134 | purpose with or without fee is hereby granted, provided that the above |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 1135 | copyright notice and this permission notice appear in all copies, and that |
| 1136 | the name of Digital Equipment Corporation not be used in advertising or |
| 1137 | publicity pertaining to distribution of the document or software without |
| 1138 | specific, written prior permission. |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 1139 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 1140 | THE SOFTWARE IS PROVIDED "AS IS" AND DIGITAL EQUIPMENT CORP. DISCLAIMS ALL |
| 1141 | WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES |
| 1142 | OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL DIGITAL EQUIPMENT |
| 1143 | CORPORATION BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL |
| 1144 | DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR |
| 1145 | PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS |
| 1146 | ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS |
| 1147 | SOFTWARE. |
| 1148 | |
| 1149 | ------------------------------------------------------------------- |
| 1150 | |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 1151 | Copyright (c) 1982, 1986, 1993 |
| 1152 | The Regents of the University of California. All rights reserved. |
| 1153 | |
| 1154 | Redistribution and use in source and binary forms, with or without |
| 1155 | modification, are permitted provided that the following conditions |
| 1156 | are met: |
| 1157 | 1. Redistributions of source code must retain the above copyright |
| 1158 | notice, this list of conditions and the following disclaimer. |
| 1159 | 2. Redistributions in binary form must reproduce the above copyright |
| 1160 | notice, this list of conditions and the following disclaimer in the |
| 1161 | documentation and/or other materials provided with the distribution. |
| 1162 | 3. Neither the name of the University nor the names of its contributors |
| 1163 | may be used to endorse or promote products derived from this software |
| 1164 | without specific prior written permission. |
| 1165 | |
| 1166 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 1167 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 1168 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 1169 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 1170 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 1171 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 1172 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 1173 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 1174 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 1175 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 1176 | SUCH DAMAGE. |
| 1177 | |
| 1178 | ------------------------------------------------------------------- |
| 1179 | |
Irina Tirdea | eac9eb4 | 2012-09-08 09:28:30 +0300 | [diff] [blame] | 1180 | Copyright (c) 1982, 1986, 1993 |
| 1181 | The Regents of the University of California. All rights reserved. |
| 1182 | (c) UNIX System Laboratories, Inc. |
| 1183 | All or some portions of this file are derived from material licensed |
| 1184 | to the University of California by American Telephone and Telegraph |
| 1185 | Co. or Unix System Laboratories, Inc. and are reproduced herein with |
| 1186 | the permission of UNIX System Laboratories, Inc. |
| 1187 | |
| 1188 | Redistribution and use in source and binary forms, with or without |
| 1189 | modification, are permitted provided that the following conditions |
| 1190 | are met: |
| 1191 | 1. Redistributions of source code must retain the above copyright |
| 1192 | notice, this list of conditions and the following disclaimer. |
| 1193 | 2. Redistributions in binary form must reproduce the above copyright |
| 1194 | notice, this list of conditions and the following disclaimer in the |
| 1195 | documentation and/or other materials provided with the distribution. |
| 1196 | 3. Neither the name of the University nor the names of its contributors |
| 1197 | may be used to endorse or promote products derived from this software |
| 1198 | without specific prior written permission. |
| 1199 | |
| 1200 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 1201 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 1202 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 1203 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 1204 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 1205 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 1206 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 1207 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 1208 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 1209 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 1210 | SUCH DAMAGE. |
| 1211 | |
| 1212 | ------------------------------------------------------------------- |
| 1213 | |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 1214 | Copyright (c) 1983, 1987, 1989 |
| 1215 | The Regents of the University of California. All rights reserved. |
| 1216 | |
| 1217 | Redistribution and use in source and binary forms, with or without |
| 1218 | modification, are permitted provided that the following conditions |
| 1219 | are met: |
| 1220 | 1. Redistributions of source code must retain the above copyright |
| 1221 | notice, this list of conditions and the following disclaimer. |
| 1222 | 2. Redistributions in binary form must reproduce the above copyright |
| 1223 | notice, this list of conditions and the following disclaimer in the |
| 1224 | documentation and/or other materials provided with the distribution. |
| 1225 | 3. Neither the name of the University nor the names of its contributors |
| 1226 | may be used to endorse or promote products derived from this software |
| 1227 | without specific prior written permission. |
| 1228 | |
| 1229 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 1230 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 1231 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 1232 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 1233 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 1234 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 1235 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 1236 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 1237 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 1238 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 1239 | SUCH DAMAGE. |
| 1240 | |
| 1241 | ------------------------------------------------------------------- |
| 1242 | |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 1243 | Copyright (c) 1983, 1989 |
| 1244 | The Regents of the University of California. All rights reserved. |
| 1245 | |
| 1246 | Redistribution and use in source and binary forms, with or without |
| 1247 | modification, are permitted provided that the following conditions |
| 1248 | are met: |
| 1249 | 1. Redistributions of source code must retain the above copyright |
| 1250 | notice, this list of conditions and the following disclaimer. |
| 1251 | 2. Redistributions in binary form must reproduce the above copyright |
| 1252 | notice, this list of conditions and the following disclaimer in the |
| 1253 | documentation and/or other materials provided with the distribution. |
| 1254 | 3. All advertising materials mentioning features or use of this software |
| 1255 | must display the following acknowledgement: |
| 1256 | This product includes software developed by the University of |
| 1257 | California, Berkeley and its contributors. |
| 1258 | 4. Neither the name of the University nor the names of its contributors |
| 1259 | may be used to endorse or promote products derived from this software |
| 1260 | without specific prior written permission. |
| 1261 | |
| 1262 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 1263 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 1264 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 1265 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 1266 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 1267 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 1268 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 1269 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 1270 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 1271 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 1272 | SUCH DAMAGE. |
| 1273 | |
| 1274 | ------------------------------------------------------------------- |
| 1275 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 1276 | Copyright (c) 1983, 1989, 1993 |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 1277 | The Regents of the University of California. All rights reserved. |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 1278 | |
| 1279 | Redistribution and use in source and binary forms, with or without |
| 1280 | modification, are permitted provided that the following conditions |
| 1281 | are met: |
| 1282 | 1. Redistributions of source code must retain the above copyright |
| 1283 | notice, this list of conditions and the following disclaimer. |
| 1284 | 2. Redistributions in binary form must reproduce the above copyright |
| 1285 | notice, this list of conditions and the following disclaimer in the |
| 1286 | documentation and/or other materials provided with the distribution. |
| 1287 | 3. Neither the name of the University nor the names of its contributors |
| 1288 | may be used to endorse or promote products derived from this software |
| 1289 | without specific prior written permission. |
| 1290 | |
| 1291 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 1292 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 1293 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 1294 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 1295 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 1296 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 1297 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 1298 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 1299 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 1300 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 1301 | SUCH DAMAGE. |
| 1302 | |
| 1303 | ------------------------------------------------------------------- |
| 1304 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 1305 | Copyright (c) 1983, 1993 |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 1306 | The Regents of the University of California. All rights reserved. |
| 1307 | |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 1308 | Redistribution and use in source and binary forms, with or without |
| 1309 | modification, are permitted provided that the following conditions |
| 1310 | are met: |
| 1311 | 1. Redistributions of source code must retain the above copyright |
| 1312 | notice, this list of conditions and the following disclaimer. |
| 1313 | 2. Redistributions in binary form must reproduce the above copyright |
| 1314 | notice, this list of conditions and the following disclaimer in the |
| 1315 | documentation and/or other materials provided with the distribution. |
| 1316 | 3. Neither the name of the University nor the names of its contributors |
| 1317 | may be used to endorse or promote products derived from this software |
| 1318 | without specific prior written permission. |
| 1319 | |
| 1320 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 1321 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 1322 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 1323 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 1324 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 1325 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 1326 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 1327 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 1328 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 1329 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 1330 | SUCH DAMAGE. |
| 1331 | |
| 1332 | ------------------------------------------------------------------- |
| 1333 | |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 1334 | Copyright (c) 1985 |
| 1335 | The Regents of the University of California. All rights reserved. |
| 1336 | |
| 1337 | Redistribution and use in source and binary forms, with or without |
| 1338 | modification, are permitted provided that the following conditions |
| 1339 | are met: |
| 1340 | 1. Redistributions of source code must retain the above copyright |
| 1341 | notice, this list of conditions and the following disclaimer. |
| 1342 | 2. Redistributions in binary form must reproduce the above copyright |
| 1343 | notice, this list of conditions and the following disclaimer in the |
| 1344 | documentation and/or other materials provided with the distribution. |
| 1345 | 3. All advertising materials mentioning features or use of this software |
| 1346 | must display the following acknowledgement: |
| 1347 | This product includes software developed by the University of |
| 1348 | California, Berkeley and its contributors. |
| 1349 | 4. Neither the name of the University nor the names of its contributors |
| 1350 | may be used to endorse or promote products derived from this software |
| 1351 | without specific prior written permission. |
| 1352 | |
| 1353 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 1354 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 1355 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 1356 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 1357 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 1358 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 1359 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 1360 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 1361 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 1362 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 1363 | SUCH DAMAGE. |
| 1364 | |
| 1365 | ------------------------------------------------------------------- |
| 1366 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 1367 | Copyright (c) 1985 Regents of the University of California. |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 1368 | All rights reserved. |
| 1369 | |
| 1370 | Redistribution and use in source and binary forms, with or without |
| 1371 | modification, are permitted provided that the following conditions |
| 1372 | are met: |
| 1373 | 1. Redistributions of source code must retain the above copyright |
| 1374 | notice, this list of conditions and the following disclaimer. |
| 1375 | 2. Redistributions in binary form must reproduce the above copyright |
| 1376 | notice, this list of conditions and the following disclaimer in the |
| 1377 | documentation and/or other materials provided with the distribution. |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 1378 | 3. Neither the name of the University nor the names of its contributors |
| 1379 | may be used to endorse or promote products derived from this software |
| 1380 | without specific prior written permission. |
| 1381 | |
| 1382 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 1383 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 1384 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 1385 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 1386 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 1387 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 1388 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 1389 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 1390 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 1391 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 1392 | SUCH DAMAGE. |
| 1393 | |
| 1394 | ------------------------------------------------------------------- |
| 1395 | |
| 1396 | Copyright (c) 1985, 1988, 1993 |
| 1397 | The Regents of the University of California. All rights reserved. |
| 1398 | |
| 1399 | Redistribution and use in source and binary forms, with or without |
| 1400 | modification, are permitted provided that the following conditions |
| 1401 | are met: |
| 1402 | 1. Redistributions of source code must retain the above copyright |
| 1403 | notice, this list of conditions and the following disclaimer. |
| 1404 | 2. Redistributions in binary form must reproduce the above copyright |
| 1405 | notice, this list of conditions and the following disclaimer in the |
| 1406 | documentation and/or other materials provided with the distribution. |
| 1407 | 3. Neither the name of the University nor the names of its contributors |
| 1408 | may be used to endorse or promote products derived from this software |
| 1409 | without specific prior written permission. |
| 1410 | |
| 1411 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 1412 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 1413 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 1414 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 1415 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 1416 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 1417 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 1418 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 1419 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 1420 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 1421 | SUCH DAMAGE. |
| 1422 | |
| 1423 | Portions Copyright (c) 1993 by Digital Equipment Corporation. |
| 1424 | |
| 1425 | Permission to use, copy, modify, and distribute this software for any |
| 1426 | purpose with or without fee is hereby granted, provided that the above |
| 1427 | copyright notice and this permission notice appear in all copies, and that |
| 1428 | the name of Digital Equipment Corporation not be used in advertising or |
| 1429 | publicity pertaining to distribution of the document or software without |
| 1430 | specific, written prior permission. |
| 1431 | |
| 1432 | THE SOFTWARE IS PROVIDED "AS IS" AND DIGITAL EQUIPMENT CORP. DISCLAIMS ALL |
| 1433 | WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES |
| 1434 | OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL DIGITAL EQUIPMENT |
| 1435 | CORPORATION BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL |
| 1436 | DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR |
| 1437 | PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS |
| 1438 | ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS |
| 1439 | SOFTWARE. |
| 1440 | |
| 1441 | ------------------------------------------------------------------- |
| 1442 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 1443 | Copyright (c) 1985, 1989, 1993 |
| 1444 | The Regents of the University of California. All rights reserved. |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 1445 | |
| 1446 | Redistribution and use in source and binary forms, with or without |
| 1447 | modification, are permitted provided that the following conditions |
| 1448 | are met: |
| 1449 | 1. Redistributions of source code must retain the above copyright |
| 1450 | notice, this list of conditions and the following disclaimer. |
| 1451 | 2. Redistributions in binary form must reproduce the above copyright |
| 1452 | notice, this list of conditions and the following disclaimer in the |
| 1453 | documentation and/or other materials provided with the distribution. |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 1454 | 3. All advertising materials mentioning features or use of this software |
| 1455 | must display the following acknowledgement: |
| 1456 | This product includes software developed by the University of |
| 1457 | California, Berkeley and its contributors. |
| 1458 | 4. Neither the name of the University nor the names of its contributors |
| 1459 | may be used to endorse or promote products derived from this software |
| 1460 | without specific prior written permission. |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 1461 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 1462 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 1463 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 1464 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 1465 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 1466 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 1467 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 1468 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 1469 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 1470 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 1471 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 1472 | SUCH DAMAGE. |
| 1473 | |
| 1474 | ------------------------------------------------------------------- |
| 1475 | |
| 1476 | Copyright (c) 1985, 1993 |
| 1477 | The Regents of the University of California. All rights reserved. |
| 1478 | |
| 1479 | Redistribution and use in source and binary forms, with or without |
| 1480 | modification, are permitted provided that the following conditions |
| 1481 | are met: |
| 1482 | 1. Redistributions of source code must retain the above copyright |
| 1483 | notice, this list of conditions and the following disclaimer. |
| 1484 | 2. Redistributions in binary form must reproduce the above copyright |
| 1485 | notice, this list of conditions and the following disclaimer in the |
| 1486 | documentation and/or other materials provided with the distribution. |
| 1487 | 3. All advertising materials mentioning features or use of this software |
| 1488 | must display the following acknowledgement: |
| 1489 | This product includes software developed by the University of |
| 1490 | California, Berkeley and its contributors. |
| 1491 | 4. Neither the name of the University nor the names of its contributors |
| 1492 | may be used to endorse or promote products derived from this software |
| 1493 | without specific prior written permission. |
| 1494 | |
| 1495 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 1496 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 1497 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 1498 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 1499 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 1500 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 1501 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 1502 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 1503 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 1504 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 1505 | SUCH DAMAGE. |
| 1506 | |
| 1507 | ------------------------------------------------------------------- |
| 1508 | |
| 1509 | Copyright (c) 1985, 1993 |
| 1510 | The Regents of the University of California. All rights reserved. |
| 1511 | |
| 1512 | Redistribution and use in source and binary forms, with or without |
| 1513 | modification, are permitted provided that the following conditions |
| 1514 | are met: |
| 1515 | 1. Redistributions of source code must retain the above copyright |
| 1516 | notice, this list of conditions and the following disclaimer. |
| 1517 | 2. Redistributions in binary form must reproduce the above copyright |
| 1518 | notice, this list of conditions and the following disclaimer in the |
| 1519 | documentation and/or other materials provided with the distribution. |
Dan Albert | c30862f | 2016-10-20 11:45:16 -0700 | [diff] [blame] | 1520 | 3. All advertising materials mentioning features or use of this software |
| 1521 | must display the following acknowledgement: |
| 1522 | This product includes software developed by the University of |
| 1523 | California, Berkeley and its contributors. |
| 1524 | 4. Neither the name of the University nor the names of its contributors |
| 1525 | may be used to endorse or promote products derived from this software |
| 1526 | without specific prior written permission. |
| 1527 | |
| 1528 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 1529 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 1530 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 1531 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 1532 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 1533 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 1534 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 1535 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 1536 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 1537 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 1538 | SUCH DAMAGE. |
| 1539 | |
| 1540 | ------------------------------------------------------------------- |
| 1541 | |
| 1542 | Copyright (c) 1985, 1993 |
| 1543 | The Regents of the University of California. All rights reserved. |
| 1544 | |
| 1545 | Redistribution and use in source and binary forms, with or without |
| 1546 | modification, are permitted provided that the following conditions |
| 1547 | are met: |
| 1548 | 1. Redistributions of source code must retain the above copyright |
| 1549 | notice, this list of conditions and the following disclaimer. |
| 1550 | 2. Redistributions in binary form must reproduce the above copyright |
| 1551 | notice, this list of conditions and the following disclaimer in the |
| 1552 | documentation and/or other materials provided with the distribution. |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 1553 | 3. Neither the name of the University nor the names of its contributors |
| 1554 | may be used to endorse or promote products derived from this software |
| 1555 | without specific prior written permission. |
| 1556 | |
| 1557 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 1558 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 1559 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 1560 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 1561 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 1562 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 1563 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 1564 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 1565 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 1566 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 1567 | SUCH DAMAGE. |
| 1568 | |
| 1569 | ------------------------------------------------------------------- |
| 1570 | |
| 1571 | Copyright (c) 1987 Regents of the University of California. |
| 1572 | All rights reserved. |
| 1573 | |
| 1574 | Redistribution and use in source and binary forms, with or without |
| 1575 | modification, are permitted provided that the following conditions |
| 1576 | are met: |
| 1577 | 1. Redistributions of source code must retain the above copyright |
| 1578 | notice, this list of conditions and the following disclaimer. |
| 1579 | 2. Redistributions in binary form must reproduce the above copyright |
| 1580 | notice, this list of conditions and the following disclaimer in the |
| 1581 | documentation and/or other materials provided with the distribution. |
| 1582 | 3. Neither the name of the University nor the names of its contributors |
| 1583 | may be used to endorse or promote products derived from this software |
| 1584 | without specific prior written permission. |
| 1585 | |
| 1586 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 1587 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 1588 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 1589 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 1590 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 1591 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 1592 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 1593 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 1594 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 1595 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 1596 | SUCH DAMAGE. |
| 1597 | |
| 1598 | ------------------------------------------------------------------- |
| 1599 | |
| 1600 | Copyright (c) 1987, 1993 |
| 1601 | The Regents of the University of California. All rights reserved. |
| 1602 | |
| 1603 | Redistribution and use in source and binary forms, with or without |
| 1604 | modification, are permitted provided that the following conditions |
| 1605 | are met: |
| 1606 | 1. Redistributions of source code must retain the above copyright |
| 1607 | notice, this list of conditions and the following disclaimer. |
| 1608 | 2. Redistributions in binary form must reproduce the above copyright |
| 1609 | notice, this list of conditions and the following disclaimer in the |
| 1610 | documentation and/or other materials provided with the distribution. |
| 1611 | 3. All advertising materials mentioning features or use of this software |
| 1612 | must display the following acknowledgement: |
| 1613 | This product includes software developed by the University of |
| 1614 | California, Berkeley and its contributors. |
| 1615 | 4. Neither the name of the University nor the names of its contributors |
| 1616 | may be used to endorse or promote products derived from this software |
| 1617 | without specific prior written permission. |
| 1618 | |
| 1619 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 1620 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 1621 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 1622 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 1623 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 1624 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 1625 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 1626 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 1627 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 1628 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 1629 | SUCH DAMAGE. |
| 1630 | |
| 1631 | ------------------------------------------------------------------- |
| 1632 | |
| 1633 | Copyright (c) 1987, 1993 |
| 1634 | The Regents of the University of California. All rights reserved. |
| 1635 | |
| 1636 | Redistribution and use in source and binary forms, with or without |
| 1637 | modification, are permitted provided that the following conditions |
| 1638 | are met: |
| 1639 | 1. Redistributions of source code must retain the above copyright |
| 1640 | notice, this list of conditions and the following disclaimer. |
| 1641 | 2. Redistributions in binary form must reproduce the above copyright |
| 1642 | notice, this list of conditions and the following disclaimer in the |
| 1643 | documentation and/or other materials provided with the distribution. |
| 1644 | 3. Neither the name of the University nor the names of its contributors |
| 1645 | may be used to endorse or promote products derived from this software |
| 1646 | without specific prior written permission. |
| 1647 | |
| 1648 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 1649 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 1650 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 1651 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 1652 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 1653 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 1654 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 1655 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 1656 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 1657 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 1658 | SUCH DAMAGE. |
| 1659 | |
| 1660 | ------------------------------------------------------------------- |
| 1661 | |
| 1662 | Copyright (c) 1988 Regents of the University of California. |
| 1663 | All rights reserved. |
| 1664 | |
| 1665 | Redistribution and use in source and binary forms, with or without |
| 1666 | modification, are permitted provided that the following conditions |
| 1667 | are met: |
| 1668 | 1. Redistributions of source code must retain the above copyright |
| 1669 | notice, this list of conditions and the following disclaimer. |
| 1670 | 2. Redistributions in binary form must reproduce the above copyright |
| 1671 | notice, this list of conditions and the following disclaimer in the |
| 1672 | documentation and/or other materials provided with the distribution. |
| 1673 | 3. Neither the name of the University nor the names of its contributors |
| 1674 | may be used to endorse or promote products derived from this software |
| 1675 | without specific prior written permission. |
| 1676 | |
| 1677 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 1678 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 1679 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 1680 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 1681 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 1682 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 1683 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 1684 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 1685 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 1686 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 1687 | SUCH DAMAGE. |
| 1688 | |
| 1689 | ------------------------------------------------------------------- |
| 1690 | |
| 1691 | Copyright (c) 1988 The Regents of the University of California. |
| 1692 | All rights reserved. |
| 1693 | |
| 1694 | Redistribution and use in source and binary forms, with or without |
| 1695 | modification, are permitted provided that the following conditions |
| 1696 | are met: |
| 1697 | 1. Redistributions of source code must retain the above copyright |
| 1698 | notice, this list of conditions and the following disclaimer. |
| 1699 | 2. Redistributions in binary form must reproduce the above copyright |
| 1700 | notice, this list of conditions and the following disclaimer in the |
| 1701 | documentation and/or other materials provided with the distribution. |
| 1702 | 3. Neither the name of the University nor the names of its contributors |
| 1703 | may be used to endorse or promote products derived from this software |
| 1704 | without specific prior written permission. |
| 1705 | |
| 1706 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 1707 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 1708 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 1709 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 1710 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 1711 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 1712 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 1713 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 1714 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 1715 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 1716 | SUCH DAMAGE. |
| 1717 | |
| 1718 | ------------------------------------------------------------------- |
| 1719 | |
| 1720 | Copyright (c) 1988, 1993 |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 1721 | The Regents of the University of California. All rights reserved. |
| 1722 | |
| 1723 | Redistribution and use in source and binary forms, with or without |
| 1724 | modification, are permitted provided that the following conditions |
| 1725 | are met: |
| 1726 | 1. Redistributions of source code must retain the above copyright |
| 1727 | notice, this list of conditions and the following disclaimer. |
| 1728 | 2. Redistributions in binary form must reproduce the above copyright |
| 1729 | notice, this list of conditions and the following disclaimer in the |
| 1730 | documentation and/or other materials provided with the distribution. |
| 1731 | 3. All advertising materials mentioning features or use of this software |
| 1732 | must display the following acknowledgement: |
| 1733 | This product includes software developed by the University of |
| 1734 | California, Berkeley and its contributors. |
| 1735 | 4. Neither the name of the University nor the names of its contributors |
| 1736 | may be used to endorse or promote products derived from this software |
| 1737 | without specific prior written permission. |
| 1738 | |
| 1739 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 1740 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 1741 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 1742 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 1743 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 1744 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 1745 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 1746 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 1747 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 1748 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 1749 | SUCH DAMAGE. |
| 1750 | |
| 1751 | ------------------------------------------------------------------- |
| 1752 | |
| 1753 | Copyright (c) 1988, 1993 |
| 1754 | The Regents of the University of California. All rights reserved. |
| 1755 | |
| 1756 | Redistribution and use in source and binary forms, with or without |
| 1757 | modification, are permitted provided that the following conditions |
| 1758 | are met: |
| 1759 | 1. Redistributions of source code must retain the above copyright |
| 1760 | notice, this list of conditions and the following disclaimer. |
| 1761 | 2. Redistributions in binary form must reproduce the above copyright |
| 1762 | notice, this list of conditions and the following disclaimer in the |
| 1763 | documentation and/or other materials provided with the distribution. |
Dan Albert | c30862f | 2016-10-20 11:45:16 -0700 | [diff] [blame] | 1764 | 3. All advertising materials mentioning features or use of this software |
| 1765 | must display the following acknowledgement: |
| 1766 | This product includes software developed by the University of |
| 1767 | California, Berkeley and its contributors. |
| 1768 | 4. Neither the name of the University nor the names of its contributors |
| 1769 | may be used to endorse or promote products derived from this software |
| 1770 | without specific prior written permission. |
| 1771 | |
| 1772 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 1773 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 1774 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 1775 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 1776 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 1777 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 1778 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 1779 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 1780 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 1781 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 1782 | SUCH DAMAGE. |
| 1783 | |
| 1784 | ------------------------------------------------------------------- |
| 1785 | |
| 1786 | Copyright (c) 1988, 1993 |
| 1787 | The Regents of the University of California. All rights reserved. |
| 1788 | |
| 1789 | Redistribution and use in source and binary forms, with or without |
| 1790 | modification, are permitted provided that the following conditions |
| 1791 | are met: |
| 1792 | 1. Redistributions of source code must retain the above copyright |
| 1793 | notice, this list of conditions and the following disclaimer. |
| 1794 | 2. Redistributions in binary form must reproduce the above copyright |
| 1795 | notice, this list of conditions and the following disclaimer in the |
| 1796 | documentation and/or other materials provided with the distribution. |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 1797 | 3. Neither the name of the University nor the names of its contributors |
| 1798 | may be used to endorse or promote products derived from this software |
| 1799 | without specific prior written permission. |
| 1800 | |
| 1801 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 1802 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 1803 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 1804 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 1805 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 1806 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 1807 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 1808 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 1809 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 1810 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 1811 | SUCH DAMAGE. |
| 1812 | |
| 1813 | ------------------------------------------------------------------- |
| 1814 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 1815 | Copyright (c) 1989 The Regents of the University of California. |
| 1816 | All rights reserved. |
| 1817 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 1818 | Redistribution and use in source and binary forms, with or without |
| 1819 | modification, are permitted provided that the following conditions |
| 1820 | are met: |
| 1821 | 1. Redistributions of source code must retain the above copyright |
| 1822 | notice, this list of conditions and the following disclaimer. |
| 1823 | 2. Redistributions in binary form must reproduce the above copyright |
| 1824 | notice, this list of conditions and the following disclaimer in the |
| 1825 | documentation and/or other materials provided with the distribution. |
| 1826 | 3. Neither the name of the University nor the names of its contributors |
| 1827 | may be used to endorse or promote products derived from this software |
| 1828 | without specific prior written permission. |
| 1829 | |
| 1830 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 1831 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 1832 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 1833 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 1834 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 1835 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 1836 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 1837 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 1838 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 1839 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 1840 | SUCH DAMAGE. |
| 1841 | |
| 1842 | ------------------------------------------------------------------- |
| 1843 | |
| 1844 | Copyright (c) 1989 The Regents of the University of California. |
| 1845 | All rights reserved. |
| 1846 | (c) UNIX System Laboratories, Inc. |
| 1847 | All or some portions of this file are derived from material licensed |
| 1848 | to the University of California by American Telephone and Telegraph |
| 1849 | Co. or Unix System Laboratories, Inc. and are reproduced herein with |
| 1850 | the permission of UNIX System Laboratories, Inc. |
| 1851 | |
| 1852 | Redistribution and use in source and binary forms, with or without |
| 1853 | modification, are permitted provided that the following conditions |
| 1854 | are met: |
| 1855 | 1. Redistributions of source code must retain the above copyright |
| 1856 | notice, this list of conditions and the following disclaimer. |
| 1857 | 2. Redistributions in binary form must reproduce the above copyright |
| 1858 | notice, this list of conditions and the following disclaimer in the |
| 1859 | documentation and/or other materials provided with the distribution. |
| 1860 | 3. Neither the name of the University nor the names of its contributors |
| 1861 | may be used to endorse or promote products derived from this software |
| 1862 | without specific prior written permission. |
| 1863 | |
| 1864 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 1865 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 1866 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 1867 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 1868 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 1869 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 1870 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 1871 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 1872 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 1873 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 1874 | SUCH DAMAGE. |
| 1875 | |
| 1876 | ------------------------------------------------------------------- |
| 1877 | |
| 1878 | Copyright (c) 1989, 1993 |
| 1879 | The Regents of the University of California. All rights reserved. |
| 1880 | |
| 1881 | Redistribution and use in source and binary forms, with or without |
| 1882 | modification, are permitted provided that the following conditions |
| 1883 | are met: |
| 1884 | 1. Redistributions of source code must retain the above copyright |
| 1885 | notice, this list of conditions and the following disclaimer. |
| 1886 | 2. Redistributions in binary form must reproduce the above copyright |
| 1887 | notice, this list of conditions and the following disclaimer in the |
| 1888 | documentation and/or other materials provided with the distribution. |
| 1889 | 3. Neither the name of the University nor the names of its contributors |
| 1890 | may be used to endorse or promote products derived from this software |
| 1891 | without specific prior written permission. |
| 1892 | |
| 1893 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 1894 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 1895 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 1896 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 1897 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 1898 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 1899 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 1900 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 1901 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 1902 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 1903 | SUCH DAMAGE. |
| 1904 | |
| 1905 | ------------------------------------------------------------------- |
| 1906 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 1907 | Copyright (c) 1989, 1993 |
| 1908 | The Regents of the University of California. All rights reserved. |
| 1909 | |
| 1910 | Redistribution and use in source and binary forms, with or without |
| 1911 | modification, are permitted provided that the following conditions |
| 1912 | are met: |
| 1913 | 1. Redistributions of source code must retain the above copyright |
| 1914 | notice, this list of conditions and the following disclaimer. |
| 1915 | 2. Redistributions in binary form must reproduce the above copyright |
| 1916 | notice, this list of conditions and the following disclaimer in the |
| 1917 | documentation and/or other materials provided with the distribution. |
| 1918 | 4. Neither the name of the University nor the names of its contributors |
| 1919 | may be used to endorse or promote products derived from this software |
| 1920 | without specific prior written permission. |
| 1921 | |
| 1922 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 1923 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 1924 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 1925 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 1926 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 1927 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 1928 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 1929 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 1930 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 1931 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 1932 | SUCH DAMAGE. |
| 1933 | |
| 1934 | ------------------------------------------------------------------- |
| 1935 | |
| 1936 | Copyright (c) 1989, 1993 |
| 1937 | The Regents of the University of California. All rights reserved. |
Elliott Hughes | acbe322 | 2014-04-16 17:01:12 -0700 | [diff] [blame] | 1938 | |
| 1939 | This code is derived from software contributed to Berkeley by |
Elliott Hughes | f1c568d | 2017-09-26 17:09:07 -0700 | [diff] [blame] | 1940 | Guido van Rossum. |
| 1941 | |
| 1942 | Copyright (c) 2011 The FreeBSD Foundation |
| 1943 | All rights reserved. |
| 1944 | Portions of this software were developed by David Chisnall |
| 1945 | under sponsorship from the FreeBSD Foundation. |
| 1946 | |
| 1947 | Redistribution and use in source and binary forms, with or without |
| 1948 | modification, are permitted provided that the following conditions |
| 1949 | are met: |
| 1950 | 1. Redistributions of source code must retain the above copyright |
| 1951 | notice, this list of conditions and the following disclaimer. |
| 1952 | 2. Redistributions in binary form must reproduce the above copyright |
| 1953 | notice, this list of conditions and the following disclaimer in the |
| 1954 | documentation and/or other materials provided with the distribution. |
| 1955 | 3. Neither the name of the University nor the names of its contributors |
| 1956 | may be used to endorse or promote products derived from this software |
| 1957 | without specific prior written permission. |
| 1958 | |
| 1959 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 1960 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 1961 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 1962 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 1963 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 1964 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 1965 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 1966 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 1967 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 1968 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 1969 | SUCH DAMAGE. |
| 1970 | |
| 1971 | ------------------------------------------------------------------- |
| 1972 | |
| 1973 | Copyright (c) 1989, 1993 |
| 1974 | The Regents of the University of California. All rights reserved. |
| 1975 | |
| 1976 | This code is derived from software contributed to Berkeley by |
| 1977 | Guido van Rossum. |
| 1978 | |
| 1979 | Redistribution and use in source and binary forms, with or without |
| 1980 | modification, are permitted provided that the following conditions |
| 1981 | are met: |
| 1982 | 1. Redistributions of source code must retain the above copyright |
| 1983 | notice, this list of conditions and the following disclaimer. |
| 1984 | 2. Redistributions in binary form must reproduce the above copyright |
| 1985 | notice, this list of conditions and the following disclaimer in the |
| 1986 | documentation and/or other materials provided with the distribution. |
| 1987 | 3. Neither the name of the University nor the names of its contributors |
| 1988 | may be used to endorse or promote products derived from this software |
| 1989 | without specific prior written permission. |
| 1990 | |
| 1991 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 1992 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 1993 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 1994 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 1995 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 1996 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 1997 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 1998 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 1999 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 2000 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 2001 | SUCH DAMAGE. |
| 2002 | |
| 2003 | ------------------------------------------------------------------- |
| 2004 | |
| 2005 | Copyright (c) 1989, 1993 |
| 2006 | The Regents of the University of California. All rights reserved. |
| 2007 | |
| 2008 | This code is derived from software contributed to Berkeley by |
Elliott Hughes | acbe322 | 2014-04-16 17:01:12 -0700 | [diff] [blame] | 2009 | Roger L. Snyder. |
| 2010 | |
| 2011 | Redistribution and use in source and binary forms, with or without |
| 2012 | modification, are permitted provided that the following conditions |
| 2013 | are met: |
| 2014 | 1. Redistributions of source code must retain the above copyright |
| 2015 | notice, this list of conditions and the following disclaimer. |
| 2016 | 2. Redistributions in binary form must reproduce the above copyright |
| 2017 | notice, this list of conditions and the following disclaimer in the |
| 2018 | documentation and/or other materials provided with the distribution. |
| 2019 | 3. Neither the name of the University nor the names of its contributors |
| 2020 | may be used to endorse or promote products derived from this software |
| 2021 | without specific prior written permission. |
| 2022 | |
| 2023 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 2024 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 2025 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 2026 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 2027 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 2028 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 2029 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 2030 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 2031 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 2032 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 2033 | SUCH DAMAGE. |
| 2034 | |
| 2035 | ------------------------------------------------------------------- |
| 2036 | |
| 2037 | Copyright (c) 1989, 1993 |
| 2038 | The Regents of the University of California. All rights reserved. |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 2039 | (c) UNIX System Laboratories, Inc. |
| 2040 | All or some portions of this file are derived from material licensed |
| 2041 | to the University of California by American Telephone and Telegraph |
| 2042 | Co. or Unix System Laboratories, Inc. and are reproduced herein with |
| 2043 | the permission of UNIX System Laboratories, Inc. |
| 2044 | |
| 2045 | Redistribution and use in source and binary forms, with or without |
| 2046 | modification, are permitted provided that the following conditions |
| 2047 | are met: |
| 2048 | 1. Redistributions of source code must retain the above copyright |
| 2049 | notice, this list of conditions and the following disclaimer. |
| 2050 | 2. Redistributions in binary form must reproduce the above copyright |
| 2051 | notice, this list of conditions and the following disclaimer in the |
| 2052 | documentation and/or other materials provided with the distribution. |
| 2053 | 3. Neither the name of the University nor the names of its contributors |
| 2054 | may be used to endorse or promote products derived from this software |
| 2055 | without specific prior written permission. |
| 2056 | |
| 2057 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 2058 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 2059 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 2060 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 2061 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 2062 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 2063 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 2064 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 2065 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 2066 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 2067 | SUCH DAMAGE. |
| 2068 | |
| 2069 | ------------------------------------------------------------------- |
| 2070 | |
Elliott Hughes | b4931ce | 2016-02-08 17:00:12 -0800 | [diff] [blame] | 2071 | Copyright (c) 1990 Regents of the University of California. |
| 2072 | All rights reserved. |
| 2073 | |
| 2074 | This code is derived from software contributed to Berkeley by |
| 2075 | Chris Torek. |
| 2076 | |
| 2077 | Redistribution and use in source and binary forms, with or without |
| 2078 | modification, are permitted provided that the following conditions |
| 2079 | are met: |
| 2080 | 1. Redistributions of source code must retain the above copyright |
| 2081 | notice, this list of conditions and the following disclaimer. |
| 2082 | 2. Redistributions in binary form must reproduce the above copyright |
| 2083 | notice, this list of conditions and the following disclaimer in the |
| 2084 | documentation and/or other materials provided with the distribution. |
| 2085 | 3. Neither the name of the University nor the names of its contributors |
| 2086 | may be used to endorse or promote products derived from this software |
| 2087 | without specific prior written permission. |
| 2088 | |
| 2089 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 2090 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 2091 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 2092 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 2093 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 2094 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 2095 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 2096 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 2097 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 2098 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 2099 | SUCH DAMAGE. |
| 2100 | |
| 2101 | ------------------------------------------------------------------- |
| 2102 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 2103 | Copyright (c) 1990 The Regents of the University of California. |
| 2104 | All rights reserved. |
| 2105 | |
| 2106 | Redistribution and use in source and binary forms, with or without |
| 2107 | modification, are permitted provided that the following conditions |
| 2108 | are met: |
| 2109 | 1. Redistributions of source code must retain the above copyright |
| 2110 | notice, this list of conditions and the following disclaimer. |
| 2111 | 2. Redistributions in binary form must reproduce the above copyright |
| 2112 | notice, this list of conditions and the following disclaimer in the |
| 2113 | documentation and/or other materials provided with the distribution. |
| 2114 | 3. Neither the name of the University nor the names of its contributors |
| 2115 | may be used to endorse or promote products derived from this software |
| 2116 | without specific prior written permission. |
| 2117 | |
| 2118 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 2119 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 2120 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 2121 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 2122 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 2123 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 2124 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 2125 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 2126 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 2127 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 2128 | SUCH DAMAGE. |
| 2129 | |
| 2130 | ------------------------------------------------------------------- |
| 2131 | |
| 2132 | Copyright (c) 1990 The Regents of the University of California. |
| 2133 | All rights reserved. |
| 2134 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 2135 | This code is derived from software contributed to Berkeley by |
| 2136 | Chris Torek. |
| 2137 | |
| 2138 | Redistribution and use in source and binary forms, with or without |
| 2139 | modification, are permitted provided that the following conditions |
| 2140 | are met: |
| 2141 | 1. Redistributions of source code must retain the above copyright |
| 2142 | notice, this list of conditions and the following disclaimer. |
| 2143 | 2. Redistributions in binary form must reproduce the above copyright |
| 2144 | notice, this list of conditions and the following disclaimer in the |
| 2145 | documentation and/or other materials provided with the distribution. |
| 2146 | 3. Neither the name of the University nor the names of its contributors |
| 2147 | may be used to endorse or promote products derived from this software |
| 2148 | without specific prior written permission. |
| 2149 | |
| 2150 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 2151 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 2152 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 2153 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 2154 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 2155 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 2156 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 2157 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 2158 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 2159 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 2160 | SUCH DAMAGE. |
| 2161 | |
| 2162 | ------------------------------------------------------------------- |
| 2163 | |
| 2164 | Copyright (c) 1990 The Regents of the University of California. |
| 2165 | All rights reserved. |
| 2166 | |
| 2167 | This code is derived from software contributed to Berkeley by |
| 2168 | William Jolitz. |
| 2169 | |
| 2170 | Redistribution and use in source and binary forms, with or without |
| 2171 | modification, are permitted provided that the following conditions |
| 2172 | are met: |
| 2173 | 1. Redistributions of source code must retain the above copyright |
| 2174 | notice, this list of conditions and the following disclaimer. |
| 2175 | 2. Redistributions in binary form must reproduce the above copyright |
| 2176 | notice, this list of conditions and the following disclaimer in the |
| 2177 | documentation and/or other materials provided with the distribution. |
| 2178 | 3. Neither the name of the University nor the names of its contributors |
| 2179 | may be used to endorse or promote products derived from this software |
| 2180 | without specific prior written permission. |
| 2181 | |
| 2182 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 2183 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 2184 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 2185 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 2186 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 2187 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 2188 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 2189 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 2190 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 2191 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 2192 | SUCH DAMAGE. |
| 2193 | |
| 2194 | ------------------------------------------------------------------- |
| 2195 | |
| 2196 | Copyright (c) 1990, 1993 |
| 2197 | The Regents of the University of California. All rights reserved. |
| 2198 | |
| 2199 | Redistribution and use in source and binary forms, with or without |
| 2200 | modification, are permitted provided that the following conditions |
| 2201 | are met: |
| 2202 | 1. Redistributions of source code must retain the above copyright |
| 2203 | notice, this list of conditions and the following disclaimer. |
| 2204 | 2. Redistributions in binary form must reproduce the above copyright |
| 2205 | notice, this list of conditions and the following disclaimer in the |
| 2206 | documentation and/or other materials provided with the distribution. |
| 2207 | 3. Neither the name of the University nor the names of its contributors |
| 2208 | may be used to endorse or promote products derived from this software |
| 2209 | without specific prior written permission. |
| 2210 | |
| 2211 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 2212 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 2213 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 2214 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 2215 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 2216 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 2217 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 2218 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 2219 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 2220 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 2221 | SUCH DAMAGE. |
| 2222 | |
| 2223 | ------------------------------------------------------------------- |
| 2224 | |
| 2225 | Copyright (c) 1990, 1993 |
| 2226 | The Regents of the University of California. All rights reserved. |
| 2227 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 2228 | This code is derived from software contributed to Berkeley by |
| 2229 | Chris Torek. |
| 2230 | |
| 2231 | Redistribution and use in source and binary forms, with or without |
| 2232 | modification, are permitted provided that the following conditions |
| 2233 | are met: |
| 2234 | 1. Redistributions of source code must retain the above copyright |
| 2235 | notice, this list of conditions and the following disclaimer. |
| 2236 | 2. Redistributions in binary form must reproduce the above copyright |
| 2237 | notice, this list of conditions and the following disclaimer in the |
| 2238 | documentation and/or other materials provided with the distribution. |
| 2239 | 3. Neither the name of the University nor the names of its contributors |
| 2240 | may be used to endorse or promote products derived from this software |
| 2241 | without specific prior written permission. |
| 2242 | |
| 2243 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 2244 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 2245 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 2246 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 2247 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 2248 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 2249 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 2250 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 2251 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 2252 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 2253 | SUCH DAMAGE. |
| 2254 | |
| 2255 | ------------------------------------------------------------------- |
| 2256 | |
| 2257 | Copyright (c) 1990, 1993 |
| 2258 | The Regents of the University of California. All rights reserved. |
| 2259 | |
| 2260 | This code is derived from software contributed to Berkeley by |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 2261 | Donn Seeley at UUNET Technologies, Inc. |
| 2262 | |
| 2263 | Redistribution and use in source and binary forms, with or without |
| 2264 | modification, are permitted provided that the following conditions |
| 2265 | are met: |
| 2266 | 1. Redistributions of source code must retain the above copyright |
| 2267 | notice, this list of conditions and the following disclaimer. |
| 2268 | 2. Redistributions in binary form must reproduce the above copyright |
| 2269 | notice, this list of conditions and the following disclaimer in the |
| 2270 | documentation and/or other materials provided with the distribution. |
| 2271 | 3. Neither the name of the University nor the names of its contributors |
| 2272 | may be used to endorse or promote products derived from this software |
| 2273 | without specific prior written permission. |
| 2274 | |
| 2275 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 2276 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 2277 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 2278 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 2279 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 2280 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 2281 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 2282 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 2283 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 2284 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 2285 | SUCH DAMAGE. |
| 2286 | |
| 2287 | ------------------------------------------------------------------- |
| 2288 | |
| 2289 | Copyright (c) 1990, 1993 |
| 2290 | The Regents of the University of California. All rights reserved. |
Elliott Hughes | bfa582d | 2014-05-05 14:58:17 -0700 | [diff] [blame] | 2291 | |
| 2292 | This code is derived from software contributed to Berkeley by |
| 2293 | Donn Seeley at UUNET Technologies, Inc. |
| 2294 | |
| 2295 | Redistribution and use in source and binary forms, with or without |
| 2296 | modification, are permitted provided that the following conditions |
| 2297 | are met: |
| 2298 | 1. Redistributions of source code must retain the above copyright |
| 2299 | notice, this list of conditions and the following disclaimer. |
| 2300 | 2. Redistributions in binary form must reproduce the above copyright |
| 2301 | notice, this list of conditions and the following disclaimer in the |
| 2302 | documentation and/or other materials provided with the distribution. |
| 2303 | 4. Neither the name of the University nor the names of its contributors |
| 2304 | may be used to endorse or promote products derived from this software |
| 2305 | without specific prior written permission. |
| 2306 | |
| 2307 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 2308 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 2309 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 2310 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 2311 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 2312 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 2313 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 2314 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 2315 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 2316 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 2317 | SUCH DAMAGE. |
| 2318 | |
| 2319 | ------------------------------------------------------------------- |
| 2320 | |
| 2321 | Copyright (c) 1990, 1993 |
| 2322 | The Regents of the University of California. All rights reserved. |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 2323 | (c) UNIX System Laboratories, Inc. |
| 2324 | All or some portions of this file are derived from material licensed |
| 2325 | to the University of California by American Telephone and Telegraph |
| 2326 | Co. or Unix System Laboratories, Inc. and are reproduced herein with |
| 2327 | the permission of UNIX System Laboratories, Inc. |
| 2328 | |
| 2329 | Redistribution and use in source and binary forms, with or without |
| 2330 | modification, are permitted provided that the following conditions |
| 2331 | are met: |
| 2332 | 1. Redistributions of source code must retain the above copyright |
| 2333 | notice, this list of conditions and the following disclaimer. |
| 2334 | 2. Redistributions in binary form must reproduce the above copyright |
| 2335 | notice, this list of conditions and the following disclaimer in the |
| 2336 | documentation and/or other materials provided with the distribution. |
| 2337 | 3. Neither the name of the University nor the names of its contributors |
| 2338 | may be used to endorse or promote products derived from this software |
| 2339 | without specific prior written permission. |
| 2340 | |
| 2341 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 2342 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 2343 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 2344 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 2345 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 2346 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 2347 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 2348 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 2349 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 2350 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 2351 | SUCH DAMAGE. |
| 2352 | |
| 2353 | ------------------------------------------------------------------- |
| 2354 | |
| 2355 | Copyright (c) 1990, 1993, 1994 |
| 2356 | The Regents of the University of California. All rights reserved. |
| 2357 | |
| 2358 | Redistribution and use in source and binary forms, with or without |
| 2359 | modification, are permitted provided that the following conditions |
| 2360 | are met: |
| 2361 | 1. Redistributions of source code must retain the above copyright |
| 2362 | notice, this list of conditions and the following disclaimer. |
| 2363 | 2. Redistributions in binary form must reproduce the above copyright |
| 2364 | notice, this list of conditions and the following disclaimer in the |
| 2365 | documentation and/or other materials provided with the distribution. |
| 2366 | 3. Neither the name of the University nor the names of its contributors |
| 2367 | may be used to endorse or promote products derived from this software |
| 2368 | without specific prior written permission. |
| 2369 | |
| 2370 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 2371 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 2372 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 2373 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 2374 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 2375 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 2376 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 2377 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 2378 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 2379 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 2380 | SUCH DAMAGE. |
| 2381 | |
| 2382 | ------------------------------------------------------------------- |
| 2383 | |
| 2384 | Copyright (c) 1990, 1993, 1994 |
| 2385 | The Regents of the University of California. All rights reserved. |
| 2386 | |
| 2387 | This code is derived from software contributed to Berkeley by |
| 2388 | Chris Torek. |
| 2389 | |
| 2390 | Redistribution and use in source and binary forms, with or without |
| 2391 | modification, are permitted provided that the following conditions |
| 2392 | are met: |
| 2393 | 1. Redistributions of source code must retain the above copyright |
| 2394 | notice, this list of conditions and the following disclaimer. |
| 2395 | 2. Redistributions in binary form must reproduce the above copyright |
| 2396 | notice, this list of conditions and the following disclaimer in the |
| 2397 | documentation and/or other materials provided with the distribution. |
| 2398 | 3. Neither the name of the University nor the names of its contributors |
| 2399 | may be used to endorse or promote products derived from this software |
| 2400 | without specific prior written permission. |
| 2401 | |
| 2402 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 2403 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 2404 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 2405 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 2406 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 2407 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 2408 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 2409 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 2410 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 2411 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 2412 | SUCH DAMAGE. |
| 2413 | |
| 2414 | ------------------------------------------------------------------- |
| 2415 | |
Elliott Hughes | 4e54b11 | 2014-03-06 15:06:11 -0800 | [diff] [blame] | 2416 | Copyright (c) 1991 The Regents of the University of California. |
| 2417 | All rights reserved. |
| 2418 | |
| 2419 | Redistribution and use in source and binary forms, with or without |
| 2420 | modification, are permitted provided that the following conditions |
| 2421 | are met: |
| 2422 | 1. Redistributions of source code must retain the above copyright |
| 2423 | notice, this list of conditions and the following disclaimer. |
| 2424 | 2. Redistributions in binary form must reproduce the above copyright |
| 2425 | notice, this list of conditions and the following disclaimer in the |
| 2426 | documentation and/or other materials provided with the distribution. |
| 2427 | 3. Neither the name of the University nor the names of its contributors |
| 2428 | may be used to endorse or promote products derived from this software |
| 2429 | without specific prior written permission. |
| 2430 | |
| 2431 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 2432 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 2433 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 2434 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 2435 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 2436 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 2437 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 2438 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 2439 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 2440 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 2441 | SUCH DAMAGE. |
| 2442 | |
| 2443 | ------------------------------------------------------------------- |
| 2444 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 2445 | Copyright (c) 1991, 1993 |
| 2446 | The Regents of the University of California. All rights reserved. |
| 2447 | |
| 2448 | Redistribution and use in source and binary forms, with or without |
| 2449 | modification, are permitted provided that the following conditions |
| 2450 | are met: |
| 2451 | 1. Redistributions of source code must retain the above copyright |
| 2452 | notice, this list of conditions and the following disclaimer. |
| 2453 | 2. Redistributions in binary form must reproduce the above copyright |
| 2454 | notice, this list of conditions and the following disclaimer in the |
| 2455 | documentation and/or other materials provided with the distribution. |
| 2456 | 3. Neither the name of the University nor the names of its contributors |
| 2457 | may be used to endorse or promote products derived from this software |
| 2458 | without specific prior written permission. |
| 2459 | |
| 2460 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 2461 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 2462 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 2463 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 2464 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 2465 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 2466 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 2467 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 2468 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 2469 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 2470 | SUCH DAMAGE. |
| 2471 | |
| 2472 | ------------------------------------------------------------------- |
| 2473 | |
| 2474 | Copyright (c) 1991, 1993 |
| 2475 | The Regents of the University of California. All rights reserved. |
| 2476 | |
| 2477 | This code is derived from software contributed to Berkeley by |
| 2478 | Berkeley Software Design, Inc. |
| 2479 | |
| 2480 | Redistribution and use in source and binary forms, with or without |
| 2481 | modification, are permitted provided that the following conditions |
| 2482 | are met: |
| 2483 | 1. Redistributions of source code must retain the above copyright |
| 2484 | notice, this list of conditions and the following disclaimer. |
| 2485 | 2. Redistributions in binary form must reproduce the above copyright |
| 2486 | notice, this list of conditions and the following disclaimer in the |
| 2487 | documentation and/or other materials provided with the distribution. |
| 2488 | 3. Neither the name of the University nor the names of its contributors |
| 2489 | may be used to endorse or promote products derived from this software |
| 2490 | without specific prior written permission. |
| 2491 | |
| 2492 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 2493 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 2494 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 2495 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 2496 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 2497 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 2498 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 2499 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 2500 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 2501 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 2502 | SUCH DAMAGE. |
| 2503 | |
| 2504 | ------------------------------------------------------------------- |
| 2505 | |
| 2506 | Copyright (c) 1991, 1993 |
| 2507 | The Regents of the University of California. All rights reserved. |
| 2508 | (c) UNIX System Laboratories, Inc. |
| 2509 | All or some portions of this file are derived from material licensed |
| 2510 | to the University of California by American Telephone and Telegraph |
| 2511 | Co. or Unix System Laboratories, Inc. and are reproduced herein with |
| 2512 | the permission of UNIX System Laboratories, Inc. |
| 2513 | |
| 2514 | This code is derived from software contributed to Berkeley by |
| 2515 | Hugh Smith at The University of Guelph. |
| 2516 | |
| 2517 | Redistribution and use in source and binary forms, with or without |
| 2518 | modification, are permitted provided that the following conditions |
| 2519 | are met: |
| 2520 | 1. Redistributions of source code must retain the above copyright |
| 2521 | notice, this list of conditions and the following disclaimer. |
| 2522 | 2. Redistributions in binary form must reproduce the above copyright |
| 2523 | notice, this list of conditions and the following disclaimer in the |
| 2524 | documentation and/or other materials provided with the distribution. |
| 2525 | 3. Neither the name of the University nor the names of its contributors |
| 2526 | may be used to endorse or promote products derived from this software |
| 2527 | without specific prior written permission. |
| 2528 | |
| 2529 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 2530 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 2531 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 2532 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 2533 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 2534 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 2535 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 2536 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 2537 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 2538 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 2539 | SUCH DAMAGE. |
| 2540 | |
| 2541 | ------------------------------------------------------------------- |
| 2542 | |
| 2543 | Copyright (c) 1991, 1993, 1995, |
| 2544 | The Regents of the University of California. All rights reserved. |
| 2545 | |
| 2546 | This code is derived from software contributed to Berkeley by |
| 2547 | Havard Eidnes. |
| 2548 | |
| 2549 | Redistribution and use in source and binary forms, with or without |
| 2550 | modification, are permitted provided that the following conditions |
| 2551 | are met: |
| 2552 | 1. Redistributions of source code must retain the above copyright |
| 2553 | notice, this list of conditions and the following disclaimer. |
| 2554 | 2. Redistributions in binary form must reproduce the above copyright |
| 2555 | notice, this list of conditions and the following disclaimer in the |
| 2556 | documentation and/or other materials provided with the distribution. |
| 2557 | 3. Neither the name of the University nor the names of its contributors |
| 2558 | may be used to endorse or promote products derived from this software |
| 2559 | without specific prior written permission. |
| 2560 | |
| 2561 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 2562 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 2563 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 2564 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 2565 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 2566 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 2567 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 2568 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 2569 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 2570 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 2571 | SUCH DAMAGE. |
| 2572 | |
| 2573 | ------------------------------------------------------------------- |
| 2574 | |
| 2575 | Copyright (c) 1992 Henry Spencer. |
| 2576 | Copyright (c) 1992, 1993 |
| 2577 | The Regents of the University of California. All rights reserved. |
| 2578 | |
| 2579 | This code is derived from software contributed to Berkeley by |
| 2580 | Henry Spencer of the University of Toronto. |
| 2581 | |
| 2582 | Redistribution and use in source and binary forms, with or without |
| 2583 | modification, are permitted provided that the following conditions |
| 2584 | are met: |
| 2585 | 1. Redistributions of source code must retain the above copyright |
| 2586 | notice, this list of conditions and the following disclaimer. |
| 2587 | 2. Redistributions in binary form must reproduce the above copyright |
| 2588 | notice, this list of conditions and the following disclaimer in the |
| 2589 | documentation and/or other materials provided with the distribution. |
| 2590 | 3. Neither the name of the University nor the names of its contributors |
| 2591 | may be used to endorse or promote products derived from this software |
| 2592 | without specific prior written permission. |
| 2593 | |
| 2594 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 2595 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 2596 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 2597 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 2598 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 2599 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 2600 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 2601 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 2602 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 2603 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 2604 | SUCH DAMAGE. |
| 2605 | |
| 2606 | ------------------------------------------------------------------- |
| 2607 | |
| 2608 | Copyright (c) 1992 The Regents of the University of California. |
| 2609 | All rights reserved. |
| 2610 | |
| 2611 | Redistribution and use in source and binary forms, with or without |
| 2612 | modification, are permitted provided that the following conditions |
| 2613 | are met: |
| 2614 | 1. Redistributions of source code must retain the above copyright |
| 2615 | notice, this list of conditions and the following disclaimer. |
| 2616 | 2. Redistributions in binary form must reproduce the above copyright |
| 2617 | notice, this list of conditions and the following disclaimer in the |
| 2618 | documentation and/or other materials provided with the distribution. |
| 2619 | 3. Neither the name of the University nor the names of its contributors |
| 2620 | may be used to endorse or promote products derived from this software |
| 2621 | without specific prior written permission. |
| 2622 | |
| 2623 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 2624 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 2625 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 2626 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 2627 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 2628 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 2629 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 2630 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 2631 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 2632 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 2633 | SUCH DAMAGE. |
| 2634 | |
| 2635 | ------------------------------------------------------------------- |
| 2636 | |
| 2637 | Copyright (c) 1992, 1993 |
| 2638 | The Regents of the University of California. All rights reserved. |
| 2639 | |
| 2640 | Redistribution and use in source and binary forms, with or without |
| 2641 | modification, are permitted provided that the following conditions |
| 2642 | are met: |
| 2643 | 1. Redistributions of source code must retain the above copyright |
| 2644 | notice, this list of conditions and the following disclaimer. |
| 2645 | 2. Redistributions in binary form must reproduce the above copyright |
| 2646 | notice, this list of conditions and the following disclaimer in the |
| 2647 | documentation and/or other materials provided with the distribution. |
Dan Albert | c30862f | 2016-10-20 11:45:16 -0700 | [diff] [blame] | 2648 | 3. All advertising materials mentioning features or use of this software |
| 2649 | must display the following acknowledgement: |
| 2650 | This product includes software developed by the University of |
| 2651 | California, Berkeley and its contributors. |
| 2652 | 4. Neither the name of the University nor the names of its contributors |
| 2653 | may be used to endorse or promote products derived from this software |
| 2654 | without specific prior written permission. |
| 2655 | |
| 2656 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 2657 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 2658 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 2659 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 2660 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 2661 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 2662 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 2663 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 2664 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 2665 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 2666 | SUCH DAMAGE. |
| 2667 | |
| 2668 | ------------------------------------------------------------------- |
| 2669 | |
| 2670 | Copyright (c) 1992, 1993 |
| 2671 | The Regents of the University of California. All rights reserved. |
| 2672 | |
| 2673 | Redistribution and use in source and binary forms, with or without |
| 2674 | modification, are permitted provided that the following conditions |
| 2675 | are met: |
| 2676 | 1. Redistributions of source code must retain the above copyright |
| 2677 | notice, this list of conditions and the following disclaimer. |
| 2678 | 2. Redistributions in binary form must reproduce the above copyright |
| 2679 | notice, this list of conditions and the following disclaimer in the |
| 2680 | documentation and/or other materials provided with the distribution. |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 2681 | 3. Neither the name of the University nor the names of its contributors |
| 2682 | may be used to endorse or promote products derived from this software |
| 2683 | without specific prior written permission. |
| 2684 | |
| 2685 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 2686 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 2687 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 2688 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 2689 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 2690 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 2691 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 2692 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 2693 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 2694 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 2695 | SUCH DAMAGE. |
| 2696 | |
| 2697 | ------------------------------------------------------------------- |
| 2698 | |
| 2699 | Copyright (c) 1992, 1993 |
| 2700 | The Regents of the University of California. All rights reserved. |
| 2701 | |
| 2702 | This code is derived from software contributed to Berkeley by |
| 2703 | Ralph Campbell. |
| 2704 | |
| 2705 | Redistribution and use in source and binary forms, with or without |
| 2706 | modification, are permitted provided that the following conditions |
| 2707 | are met: |
| 2708 | 1. Redistributions of source code must retain the above copyright |
| 2709 | notice, this list of conditions and the following disclaimer. |
| 2710 | 2. Redistributions in binary form must reproduce the above copyright |
| 2711 | notice, this list of conditions and the following disclaimer in the |
| 2712 | documentation and/or other materials provided with the distribution. |
| 2713 | 3. Neither the name of the University nor the names of its contributors |
| 2714 | may be used to endorse or promote products derived from this software |
| 2715 | without specific prior written permission. |
| 2716 | |
| 2717 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 2718 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 2719 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 2720 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 2721 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 2722 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 2723 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 2724 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 2725 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 2726 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 2727 | SUCH DAMAGE. |
| 2728 | |
| 2729 | ------------------------------------------------------------------- |
| 2730 | |
| 2731 | Copyright (c) 1992, 1993 |
| 2732 | The Regents of the University of California. All rights reserved. |
| 2733 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 2734 | This software was developed by the Computer Systems Engineering group |
| 2735 | at Lawrence Berkeley Laboratory under DARPA contract BG 91-66 and |
| 2736 | contributed to Berkeley. |
| 2737 | |
| 2738 | All advertising materials mentioning features or use of this software |
| 2739 | must display the following acknowledgement: |
| 2740 | This product includes software developed by the University of |
| 2741 | California, Lawrence Berkeley Laboratory. |
| 2742 | |
| 2743 | Redistribution and use in source and binary forms, with or without |
| 2744 | modification, are permitted provided that the following conditions |
| 2745 | are met: |
| 2746 | 1. Redistributions of source code must retain the above copyright |
| 2747 | notice, this list of conditions and the following disclaimer. |
| 2748 | 2. Redistributions in binary form must reproduce the above copyright |
| 2749 | notice, this list of conditions and the following disclaimer in the |
| 2750 | documentation and/or other materials provided with the distribution. |
| 2751 | 3. All advertising materials mentioning features or use of this software |
| 2752 | must display the following acknowledgement: |
| 2753 | This product includes software developed by the University of |
| 2754 | California, Berkeley and its contributors. |
| 2755 | 4. Neither the name of the University nor the names of its contributors |
| 2756 | may be used to endorse or promote products derived from this software |
| 2757 | without specific prior written permission. |
| 2758 | |
| 2759 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 2760 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 2761 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 2762 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 2763 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 2764 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 2765 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 2766 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 2767 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 2768 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 2769 | SUCH DAMAGE. |
| 2770 | |
| 2771 | ------------------------------------------------------------------- |
| 2772 | |
| 2773 | Copyright (c) 1992, 1993 |
| 2774 | The Regents of the University of California. All rights reserved. |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 2775 | (c) UNIX System Laboratories, Inc. |
| 2776 | All or some portions of this file are derived from material licensed |
| 2777 | to the University of California by American Telephone and Telegraph |
| 2778 | Co. or Unix System Laboratories, Inc. and are reproduced herein with |
| 2779 | the permission of UNIX System Laboratories, Inc. |
| 2780 | |
| 2781 | Redistribution and use in source and binary forms, with or without |
| 2782 | modification, are permitted provided that the following conditions |
| 2783 | are met: |
| 2784 | 1. Redistributions of source code must retain the above copyright |
| 2785 | notice, this list of conditions and the following disclaimer. |
| 2786 | 2. Redistributions in binary form must reproduce the above copyright |
| 2787 | notice, this list of conditions and the following disclaimer in the |
| 2788 | documentation and/or other materials provided with the distribution. |
| 2789 | 3. Neither the name of the University nor the names of its contributors |
| 2790 | may be used to endorse or promote products derived from this software |
| 2791 | without specific prior written permission. |
| 2792 | |
| 2793 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 2794 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 2795 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 2796 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 2797 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 2798 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 2799 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 2800 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 2801 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 2802 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 2803 | SUCH DAMAGE. |
| 2804 | |
| 2805 | ------------------------------------------------------------------- |
| 2806 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 2807 | Copyright (c) 1992, 1993, 1994 |
| 2808 | The Regents of the University of California. All rights reserved. |
| 2809 | |
| 2810 | This code is derived from software contributed to Berkeley by |
| 2811 | Henry Spencer. |
| 2812 | |
| 2813 | Redistribution and use in source and binary forms, with or without |
| 2814 | modification, are permitted provided that the following conditions |
| 2815 | are met: |
| 2816 | 1. Redistributions of source code must retain the above copyright |
| 2817 | notice, this list of conditions and the following disclaimer. |
| 2818 | 2. Redistributions in binary form must reproduce the above copyright |
| 2819 | notice, this list of conditions and the following disclaimer in the |
| 2820 | documentation and/or other materials provided with the distribution. |
| 2821 | 3. Neither the name of the University nor the names of its contributors |
| 2822 | may be used to endorse or promote products derived from this software |
| 2823 | without specific prior written permission. |
| 2824 | |
| 2825 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 2826 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 2827 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 2828 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 2829 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 2830 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 2831 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 2832 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 2833 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 2834 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 2835 | SUCH DAMAGE. |
| 2836 | |
| 2837 | ------------------------------------------------------------------- |
| 2838 | |
Elliott Hughes | cc213f8 | 2012-08-14 15:32:42 -0700 | [diff] [blame] | 2839 | Copyright (c) 1992, 1993, 1994 Henry Spencer. |
| 2840 | |
| 2841 | This code is derived from software contributed to Berkeley by |
| 2842 | Henry Spencer. |
| 2843 | |
| 2844 | Redistribution and use in source and binary forms, with or without |
| 2845 | modification, are permitted provided that the following conditions |
| 2846 | are met: |
| 2847 | 1. Redistributions of source code must retain the above copyright |
| 2848 | notice, this list of conditions and the following disclaimer. |
| 2849 | 2. Redistributions in binary form must reproduce the above copyright |
| 2850 | notice, this list of conditions and the following disclaimer in the |
| 2851 | documentation and/or other materials provided with the distribution. |
| 2852 | 3. All advertising materials mentioning features or use of this software |
| 2853 | must display the following acknowledgement: |
| 2854 | This product includes software developed by the University of |
| 2855 | California, Berkeley and its contributors. |
| 2856 | 4. Neither the name of the University nor the names of its contributors |
| 2857 | may be used to endorse or promote products derived from this software |
| 2858 | without specific prior written permission. |
| 2859 | |
| 2860 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 2861 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 2862 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 2863 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 2864 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 2865 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 2866 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 2867 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 2868 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 2869 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 2870 | SUCH DAMAGE. |
| 2871 | |
| 2872 | ------------------------------------------------------------------- |
| 2873 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 2874 | Copyright (c) 1993 |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 2875 | The Regents of the University of California. All rights reserved. |
| 2876 | |
| 2877 | Redistribution and use in source and binary forms, with or without |
| 2878 | modification, are permitted provided that the following conditions |
| 2879 | are met: |
| 2880 | 1. Redistributions of source code must retain the above copyright |
| 2881 | notice, this list of conditions and the following disclaimer. |
| 2882 | 2. Redistributions in binary form must reproduce the above copyright |
| 2883 | notice, this list of conditions and the following disclaimer in the |
| 2884 | documentation and/or other materials provided with the distribution. |
| 2885 | 3. Neither the name of the University nor the names of its contributors |
| 2886 | may be used to endorse or promote products derived from this software |
| 2887 | without specific prior written permission. |
| 2888 | |
| 2889 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 2890 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 2891 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 2892 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 2893 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 2894 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 2895 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 2896 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 2897 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 2898 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 2899 | SUCH DAMAGE. |
| 2900 | |
| 2901 | ------------------------------------------------------------------- |
| 2902 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 2903 | Copyright (c) 1993 Martin Birgmeier |
| 2904 | All rights reserved. |
| 2905 | |
| 2906 | You may redistribute unmodified or modified versions of this source |
| 2907 | code provided that the above copyright notice and this and the |
| 2908 | following conditions are retained. |
| 2909 | |
| 2910 | This software is provided ``as is'', and comes with no warranties |
| 2911 | of any kind. I shall in no event be liable for anything that happens |
| 2912 | to anyone/anything when using this software. |
| 2913 | |
| 2914 | ------------------------------------------------------------------- |
| 2915 | |
Elliott Hughes | 4e54b11 | 2014-03-06 15:06:11 -0800 | [diff] [blame] | 2916 | Copyright (c) 1994 SigmaSoft, Th. Lockert <tholo@sigmasoft.com> |
Elliott Hughes | 448080d | 2013-01-29 16:25:06 -0800 | [diff] [blame] | 2917 | All rights reserved. |
| 2918 | |
Elliott Hughes | 448080d | 2013-01-29 16:25:06 -0800 | [diff] [blame] | 2919 | Redistribution and use in source and binary forms, with or without |
| 2920 | modification, are permitted provided that the following conditions |
| 2921 | are met: |
| 2922 | 1. Redistributions of source code must retain the above copyright |
| 2923 | notice, this list of conditions and the following disclaimer. |
| 2924 | 2. Redistributions in binary form must reproduce the above copyright |
| 2925 | notice, this list of conditions and the following disclaimer in the |
| 2926 | documentation and/or other materials provided with the distribution. |
Elliott Hughes | 4e54b11 | 2014-03-06 15:06:11 -0800 | [diff] [blame] | 2927 | 3. The name of the author may not be used to endorse or promote products |
| 2928 | derived from this software without specific prior written permission. |
Elliott Hughes | 448080d | 2013-01-29 16:25:06 -0800 | [diff] [blame] | 2929 | |
Elliott Hughes | 4e54b11 | 2014-03-06 15:06:11 -0800 | [diff] [blame] | 2930 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR |
| 2931 | IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES |
| 2932 | OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. |
| 2933 | IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, |
| 2934 | SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, |
| 2935 | PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; |
| 2936 | OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, |
| 2937 | WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR |
| 2938 | OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF |
| 2939 | ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
Elliott Hughes | 448080d | 2013-01-29 16:25:06 -0800 | [diff] [blame] | 2940 | |
| 2941 | ------------------------------------------------------------------- |
| 2942 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 2943 | Copyright (c) 1996 by Internet Software Consortium. |
| 2944 | |
| 2945 | Permission to use, copy, modify, and distribute this software for any |
| 2946 | purpose with or without fee is hereby granted, provided that the above |
| 2947 | copyright notice and this permission notice appear in all copies. |
| 2948 | |
| 2949 | THE SOFTWARE IS PROVIDED "AS IS" AND INTERNET SOFTWARE CONSORTIUM DISCLAIMS |
| 2950 | ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES |
| 2951 | OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL INTERNET SOFTWARE |
| 2952 | CONSORTIUM BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL |
| 2953 | DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR |
| 2954 | PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS |
| 2955 | ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS |
| 2956 | SOFTWARE. |
| 2957 | |
| 2958 | ------------------------------------------------------------------- |
| 2959 | |
| 2960 | Copyright (c) 1996, David Mazieres <dm@uun.org> |
| 2961 | Copyright (c) 2008, Damien Miller <djm@openbsd.org> |
Elliott Hughes | 1558138 | 2014-07-07 15:42:06 -0700 | [diff] [blame] | 2962 | Copyright (c) 2013, Markus Friedl <markus@openbsd.org> |
| 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 | b364683 | 2017-07-11 12:34:19 -0700 | [diff] [blame] | 2978 | Copyright (c) 1996, David Mazieres <dm@uun.org> |
| 2979 | Copyright (c) 2008, Damien Miller <djm@openbsd.org> |
| 2980 | Copyright (c) 2013, Markus Friedl <markus@openbsd.org> |
| 2981 | Copyright (c) 2014, Theo de Raadt <deraadt@openbsd.org> |
| 2982 | |
| 2983 | Permission to use, copy, modify, and distribute this software for any |
| 2984 | purpose with or without fee is hereby granted, provided that the above |
| 2985 | copyright notice and this permission notice appear in all copies. |
| 2986 | |
| 2987 | THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES |
| 2988 | WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF |
| 2989 | MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR |
| 2990 | ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES |
| 2991 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN |
| 2992 | ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF |
| 2993 | OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
| 2994 | |
| 2995 | ------------------------------------------------------------------- |
| 2996 | |
Elliott Hughes | 1558138 | 2014-07-07 15:42:06 -0700 | [diff] [blame] | 2997 | Copyright (c) 1996-1998, 2008 Theo de Raadt |
| 2998 | Copyright (c) 1997, 2008-2009 Todd C. Miller |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 2999 | |
| 3000 | Permission to use, copy, modify, and distribute this software for any |
| 3001 | purpose with or without fee is hereby granted, provided that the above |
| 3002 | copyright notice and this permission notice appear in all copies. |
| 3003 | |
| 3004 | THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES |
| 3005 | WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF |
| 3006 | MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR |
| 3007 | ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES |
| 3008 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN |
| 3009 | ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF |
| 3010 | OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
| 3011 | |
| 3012 | ------------------------------------------------------------------- |
| 3013 | |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 3014 | Copyright (c) 1997 Mark Brinicombe |
Elliott Hughes | dfb74c5 | 2016-10-24 12:53:17 -0700 | [diff] [blame] | 3015 | Copyright (C) 2010 The Android Open Source Project |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 3016 | All rights reserved. |
| 3017 | |
| 3018 | Redistribution and use in source and binary forms, with or without |
| 3019 | modification, are permitted provided that the following conditions |
| 3020 | are met: |
| 3021 | 1. Redistributions of source code must retain the above copyright |
| 3022 | notice, this list of conditions and the following disclaimer. |
| 3023 | 2. Redistributions in binary form must reproduce the above copyright |
| 3024 | notice, this list of conditions and the following disclaimer in the |
| 3025 | documentation and/or other materials provided with the distribution. |
| 3026 | 3. All advertising materials mentioning features or use of this software |
| 3027 | must display the following acknowledgement: |
| 3028 | This product includes software developed by Mark Brinicombe |
| 3029 | 4. Neither the name of the University nor the names of its contributors |
| 3030 | may be used to endorse or promote products derived from this software |
| 3031 | without specific prior written permission. |
| 3032 | |
| 3033 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 3034 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 3035 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 3036 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 3037 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 3038 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 3039 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 3040 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 3041 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 3042 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 3043 | SUCH DAMAGE. |
| 3044 | |
| 3045 | ------------------------------------------------------------------- |
| 3046 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 3047 | Copyright (c) 1997 Niklas Hallqvist. All rights reserved. |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 3048 | |
| 3049 | Redistribution and use in source and binary forms, with or without |
| 3050 | modification, are permitted provided that the following conditions |
| 3051 | are met: |
| 3052 | 1. Redistributions of source code must retain the above copyright |
| 3053 | notice, this list of conditions and the following disclaimer. |
| 3054 | 2. Redistributions in binary form must reproduce the above copyright |
| 3055 | notice, this list of conditions and the following disclaimer in the |
| 3056 | documentation and/or other materials provided with the distribution. |
| 3057 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 3058 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR |
| 3059 | IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES |
| 3060 | OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. |
| 3061 | IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, |
| 3062 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT |
| 3063 | NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, |
| 3064 | DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY |
| 3065 | THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
| 3066 | (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF |
| 3067 | THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 3068 | |
| 3069 | ------------------------------------------------------------------- |
| 3070 | |
Elliott Hughes | da46cae | 2018-05-24 14:40:32 -0700 | [diff] [blame] | 3071 | Copyright (c) 1997 The NetBSD Foundation, Inc. |
| 3072 | All rights reserved. |
| 3073 | |
| 3074 | This code is derived from software contributed to The NetBSD Foundation |
| 3075 | by Neil A. Carson and Mark Brinicombe |
| 3076 | |
| 3077 | Redistribution and use in source and binary forms, with or without |
| 3078 | modification, are permitted provided that the following conditions |
| 3079 | are met: |
| 3080 | 1. Redistributions of source code must retain the above copyright |
| 3081 | notice, this list of conditions and the following disclaimer. |
| 3082 | 2. Redistributions in binary form must reproduce the above copyright |
| 3083 | notice, this list of conditions and the following disclaimer in the |
| 3084 | documentation and/or other materials provided with the distribution. |
| 3085 | |
| 3086 | THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS |
| 3087 | ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED |
| 3088 | TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR |
| 3089 | PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS |
| 3090 | BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR |
| 3091 | CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF |
| 3092 | SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS |
| 3093 | INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN |
| 3094 | CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) |
| 3095 | ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE |
| 3096 | POSSIBILITY OF SUCH DAMAGE. |
| 3097 | |
| 3098 | ------------------------------------------------------------------- |
| 3099 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 3100 | Copyright (c) 1997 Todd C. Miller <Todd.Miller@courtesan.com> |
| 3101 | |
| 3102 | Permission to use, copy, modify, and distribute this software for any |
| 3103 | purpose with or without fee is hereby granted, provided that the above |
| 3104 | copyright notice and this permission notice appear in all copies. |
| 3105 | |
| 3106 | THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES |
| 3107 | WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF |
| 3108 | MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR |
| 3109 | ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES |
| 3110 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN |
| 3111 | ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF |
| 3112 | OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
| 3113 | |
| 3114 | ------------------------------------------------------------------- |
| 3115 | |
Elliott Hughes | bfa582d | 2014-05-05 14:58:17 -0700 | [diff] [blame] | 3116 | Copyright (c) 1997 Todd C. Miller <Todd.Miller@courtesan.com> |
| 3117 | All rights reserved. |
| 3118 | |
| 3119 | Redistribution and use in source and binary forms, with or without |
| 3120 | modification, are permitted provided that the following conditions |
| 3121 | are met: |
| 3122 | 1. Redistributions of source code must retain the above copyright |
| 3123 | notice, this list of conditions and the following disclaimer. |
| 3124 | 2. Redistributions in binary form must reproduce the above copyright |
| 3125 | notice, this list of conditions and the following disclaimer in the |
| 3126 | documentation and/or other materials provided with the distribution. |
| 3127 | 3. The name of the author may not be used to endorse or promote products |
| 3128 | derived from this software without specific prior written permission. |
| 3129 | |
| 3130 | THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, |
| 3131 | INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY |
| 3132 | AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL |
| 3133 | THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, |
| 3134 | EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, |
| 3135 | PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; |
| 3136 | OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, |
| 3137 | WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR |
| 3138 | OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF |
| 3139 | ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 3140 | |
| 3141 | ------------------------------------------------------------------- |
| 3142 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 3143 | Copyright (c) 1997, 1998 The NetBSD Foundation, Inc. |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 3144 | All rights reserved. |
| 3145 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 3146 | This code was contributed to The NetBSD Foundation by Klaus Klein. |
| 3147 | |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 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 | 3. All advertising materials mentioning features or use of this software |
| 3157 | must display the following acknowledgement: |
| 3158 | This product includes software developed by the NetBSD |
| 3159 | Foundation, Inc. and its contributors. |
| 3160 | 4. Neither the name of The NetBSD Foundation nor the names of its |
| 3161 | contributors may be used to endorse or promote products derived |
| 3162 | from this software without specific prior written permission. |
| 3163 | |
| 3164 | THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS |
| 3165 | ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED |
| 3166 | TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR |
| 3167 | PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS |
| 3168 | BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR |
| 3169 | CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF |
| 3170 | SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS |
| 3171 | INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN |
| 3172 | CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) |
| 3173 | ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE |
| 3174 | POSSIBILITY OF SUCH DAMAGE. |
| 3175 | |
| 3176 | ------------------------------------------------------------------- |
| 3177 | |
| 3178 | Copyright (c) 1997, 1998, 1999, 2004 The NetBSD Foundation, Inc. |
| 3179 | All rights reserved. |
| 3180 | |
| 3181 | This code is derived from software contributed to The NetBSD Foundation |
| 3182 | by Luke Mewburn. |
| 3183 | |
| 3184 | Redistribution and use in source and binary forms, with or without |
| 3185 | modification, are permitted provided that the following conditions |
| 3186 | are met: |
| 3187 | 1. Redistributions of source code must retain the above copyright |
| 3188 | notice, this list of conditions and the following disclaimer. |
| 3189 | 2. Redistributions in binary form must reproduce the above copyright |
| 3190 | notice, this list of conditions and the following disclaimer in the |
| 3191 | documentation and/or other materials provided with the distribution. |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 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 | |
| 3207 | Copyright (c) 1997, 1998, 1999, 2004 The NetBSD Foundation, Inc. |
| 3208 | All rights reserved. |
| 3209 | |
| 3210 | This code is derived from software contributed to The NetBSD Foundation |
| 3211 | by Luke Mewburn; and by Jason R. Thorpe. |
| 3212 | |
| 3213 | Redistribution and use in source and binary forms, with or without |
| 3214 | modification, are permitted provided that the following conditions |
| 3215 | are met: |
| 3216 | 1. Redistributions of source code must retain the above copyright |
| 3217 | notice, this list of conditions and the following disclaimer. |
| 3218 | 2. Redistributions in binary form must reproduce the above copyright |
| 3219 | notice, this list of conditions and the following disclaimer in the |
| 3220 | documentation and/or other materials provided with the distribution. |
| 3221 | 3. All advertising materials mentioning features or use of this software |
| 3222 | must display the following acknowledgement: |
| 3223 | This product includes software developed by the NetBSD |
| 3224 | Foundation, Inc. and its contributors. |
| 3225 | 4. Neither the name of The NetBSD Foundation nor the names of its |
| 3226 | contributors may be used to endorse or promote products derived |
| 3227 | from this software without specific prior written permission. |
| 3228 | |
| 3229 | THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS |
| 3230 | ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED |
| 3231 | TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR |
| 3232 | PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS |
| 3233 | BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR |
| 3234 | CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF |
| 3235 | SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS |
| 3236 | INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN |
| 3237 | CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) |
| 3238 | ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE |
| 3239 | POSSIBILITY OF SUCH DAMAGE. |
| 3240 | |
| 3241 | ------------------------------------------------------------------- |
| 3242 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 3243 | Copyright (c) 1997, 2005 Todd C. Miller <Todd.Miller@courtesan.com> |
| 3244 | |
| 3245 | Permission to use, copy, modify, and distribute this software for any |
| 3246 | purpose with or without fee is hereby granted, provided that the above |
| 3247 | copyright notice and this permission notice appear in all copies. |
| 3248 | |
| 3249 | THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES |
| 3250 | WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF |
| 3251 | MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR |
| 3252 | ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES |
| 3253 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN |
| 3254 | ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF |
| 3255 | OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
| 3256 | |
| 3257 | ------------------------------------------------------------------- |
| 3258 | |
| 3259 | Copyright (c) 1998 Softweyr LLC. All rights reserved. |
| 3260 | |
| 3261 | strtok_r, from Berkeley strtok |
| 3262 | Oct 13, 1998 by Wes Peters <wes@softweyr.com> |
| 3263 | |
| 3264 | Copyright (c) 1988, 1993 |
| 3265 | The Regents of the University of California. All rights reserved. |
| 3266 | |
| 3267 | Redistribution and use in source and binary forms, with or without |
| 3268 | modification, are permitted provided that the following conditions |
| 3269 | are met: |
| 3270 | 1. Redistributions of source code must retain the above copyright |
| 3271 | notices, this list of conditions and the following disclaimer. |
| 3272 | 2. Redistributions in binary form must reproduce the above copyright |
| 3273 | notices, this list of conditions and the following disclaimer in the |
| 3274 | documentation and/or other materials provided with the distribution. |
Elliott Hughes | 2815b1d | 2013-06-12 16:00:41 -0700 | [diff] [blame] | 3275 | 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] | 3276 | may be used to endorse or promote products derived from this software |
| 3277 | without specific prior written permission. |
| 3278 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 3279 | THIS SOFTWARE IS PROVIDED BY SOFTWEYR LLC, THE REGENTS AND CONTRIBUTORS |
| 3280 | ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT |
| 3281 | LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A |
| 3282 | PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL SOFTWEYR LLC, THE |
| 3283 | REGENTS, OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, |
| 3284 | SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED |
| 3285 | TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR |
| 3286 | PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF |
| 3287 | LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING |
| 3288 | NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS |
| 3289 | SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 3290 | |
| 3291 | ------------------------------------------------------------------- |
| 3292 | |
| 3293 | Copyright (c) 1998 The NetBSD Foundation, Inc. |
| 3294 | All rights reserved. |
| 3295 | |
| 3296 | This code is derived from software contributed to The NetBSD Foundation |
| 3297 | by Klaus Klein. |
| 3298 | |
| 3299 | Redistribution and use in source and binary forms, with or without |
| 3300 | modification, are permitted provided that the following conditions |
| 3301 | are met: |
| 3302 | 1. Redistributions of source code must retain the above copyright |
| 3303 | notice, this list of conditions and the following disclaimer. |
| 3304 | 2. Redistributions in binary form must reproduce the above copyright |
| 3305 | notice, this list of conditions and the following disclaimer in the |
| 3306 | documentation and/or other materials provided with the distribution. |
| 3307 | 3. All advertising materials mentioning features or use of this software |
| 3308 | must display the following acknowledgement: |
| 3309 | This product includes software developed by the NetBSD |
| 3310 | Foundation, Inc. and its contributors. |
| 3311 | 4. Neither the name of The NetBSD Foundation nor the names of its |
| 3312 | contributors may be used to endorse or promote products derived |
| 3313 | from this software without specific prior written permission. |
| 3314 | |
| 3315 | THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS |
| 3316 | ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED |
| 3317 | TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR |
| 3318 | PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS |
| 3319 | BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR |
| 3320 | CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF |
| 3321 | SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS |
| 3322 | INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN |
| 3323 | CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) |
| 3324 | ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE |
| 3325 | POSSIBILITY OF SUCH DAMAGE. |
| 3326 | |
| 3327 | ------------------------------------------------------------------- |
| 3328 | |
| 3329 | Copyright (c) 1998 Todd C. Miller <Todd.Miller@courtesan.com> |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 3330 | All rights reserved. |
| 3331 | |
| 3332 | Redistribution and use in source and binary forms, with or without |
| 3333 | modification, are permitted provided that the following conditions |
| 3334 | are met: |
| 3335 | 1. Redistributions of source code must retain the above copyright |
| 3336 | notice, this list of conditions and the following disclaimer. |
| 3337 | 2. Redistributions in binary form must reproduce the above copyright |
| 3338 | notice, this list of conditions and the following disclaimer in the |
| 3339 | documentation and/or other materials provided with the distribution. |
| 3340 | 3. The name of the author may not be used to endorse or promote products |
| 3341 | derived from this software without specific prior written permission. |
| 3342 | |
| 3343 | THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, |
| 3344 | INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY |
| 3345 | AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL |
| 3346 | THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, |
| 3347 | EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, |
| 3348 | PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; |
| 3349 | OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, |
| 3350 | WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR |
| 3351 | OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF |
| 3352 | ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 3353 | |
| 3354 | ------------------------------------------------------------------- |
| 3355 | |
Elliott Hughes | b4931ce | 2016-02-08 17:00:12 -0800 | [diff] [blame] | 3356 | Copyright (c) 1998, 2015 Todd C. Miller <Todd.Miller@courtesan.com> |
| 3357 | |
| 3358 | Permission to use, copy, modify, and distribute this software for any |
| 3359 | purpose with or without fee is hereby granted, provided that the above |
| 3360 | copyright notice and this permission notice appear in all copies. |
| 3361 | |
| 3362 | THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES |
| 3363 | WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF |
| 3364 | MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR |
| 3365 | ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES |
| 3366 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN |
| 3367 | ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF |
| 3368 | OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
| 3369 | |
| 3370 | ------------------------------------------------------------------- |
| 3371 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 3372 | Copyright (c) 1999 |
| 3373 | David E. O'Brien |
| 3374 | Copyright (c) 1988, 1993 |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 3375 | The Regents of the University of California. All rights reserved. |
| 3376 | |
| 3377 | Redistribution and use in source and binary forms, with or without |
| 3378 | modification, are permitted provided that the following conditions |
| 3379 | are met: |
| 3380 | 1. Redistributions of source code must retain the above copyright |
| 3381 | notice, this list of conditions and the following disclaimer. |
| 3382 | 2. Redistributions in binary form must reproduce the above copyright |
| 3383 | notice, this list of conditions and the following disclaimer in the |
| 3384 | documentation and/or other materials provided with the distribution. |
| 3385 | 3. Neither the name of the University nor the names of its contributors |
| 3386 | may be used to endorse or promote products derived from this software |
| 3387 | without specific prior written permission. |
| 3388 | |
| 3389 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 3390 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 3391 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 3392 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 3393 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 3394 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 3395 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 3396 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 3397 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 3398 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 3399 | SUCH DAMAGE. |
| 3400 | |
| 3401 | ------------------------------------------------------------------- |
| 3402 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 3403 | Copyright (c) 2000 Ben Harris. |
| 3404 | Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project. |
| 3405 | All rights reserved. |
| 3406 | |
| 3407 | Redistribution and use in source and binary forms, with or without |
| 3408 | modification, are permitted provided that the following conditions |
| 3409 | are met: |
| 3410 | 1. Redistributions of source code must retain the above copyright |
| 3411 | notice, this list of conditions and the following disclaimer. |
| 3412 | 2. Redistributions in binary form must reproduce the above copyright |
| 3413 | notice, this list of conditions and the following disclaimer in the |
| 3414 | documentation and/or other materials provided with the distribution. |
| 3415 | 3. Neither the name of the project nor the names of its contributors |
| 3416 | may be used to endorse or promote products derived from this software |
| 3417 | without specific prior written permission. |
| 3418 | |
| 3419 | THIS SOFTWARE IS PROVIDED BY THE PROJECT AND CONTRIBUTORS ``AS IS'' AND |
| 3420 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 3421 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 3422 | ARE DISCLAIMED. IN NO EVENT SHALL THE PROJECT OR CONTRIBUTORS BE LIABLE |
| 3423 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 3424 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 3425 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 3426 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 3427 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 3428 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 3429 | SUCH DAMAGE. |
| 3430 | |
| 3431 | ------------------------------------------------------------------- |
| 3432 | |
| 3433 | Copyright (c) 2000 The NetBSD Foundation, Inc. |
| 3434 | All rights reserved. |
| 3435 | |
| 3436 | This code is derived from software contributed to The NetBSD Foundation |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 3437 | by Dieter Baron and Thomas Klausner. |
| 3438 | |
| 3439 | Redistribution and use in source and binary forms, with or without |
| 3440 | modification, are permitted provided that the following conditions |
| 3441 | are met: |
| 3442 | 1. Redistributions of source code must retain the above copyright |
| 3443 | notice, this list of conditions and the following disclaimer. |
| 3444 | 2. Redistributions in binary form must reproduce the above copyright |
| 3445 | notice, this list of conditions and the following disclaimer in the |
| 3446 | documentation and/or other materials provided with the distribution. |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 3447 | |
| 3448 | THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS |
| 3449 | ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED |
| 3450 | TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR |
| 3451 | PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS |
| 3452 | BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR |
| 3453 | CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF |
| 3454 | SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS |
| 3455 | INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN |
| 3456 | CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) |
| 3457 | ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE |
| 3458 | POSSIBILITY OF SUCH DAMAGE. |
| 3459 | |
| 3460 | ------------------------------------------------------------------- |
| 3461 | |
Elliott Hughes | 54a7494 | 2014-01-03 16:40:37 -0800 | [diff] [blame] | 3462 | Copyright (c) 2001 Wasabi Systems, Inc. |
| 3463 | All rights reserved. |
| 3464 | |
| 3465 | Written by Frank van der Linden for Wasabi Systems, Inc. |
| 3466 | |
| 3467 | Redistribution and use in source and binary forms, with or without |
| 3468 | modification, are permitted provided that the following conditions |
| 3469 | are met: |
| 3470 | 1. Redistributions of source code must retain the above copyright |
| 3471 | notice, this list of conditions and the following disclaimer. |
| 3472 | 2. Redistributions in binary form must reproduce the above copyright |
| 3473 | notice, this list of conditions and the following disclaimer in the |
| 3474 | documentation and/or other materials provided with the distribution. |
| 3475 | 3. All advertising materials mentioning features or use of this software |
| 3476 | must display the following acknowledgement: |
| 3477 | This product includes software developed for the NetBSD Project by |
| 3478 | Wasabi Systems, Inc. |
| 3479 | 4. The name of Wasabi Systems, Inc. may not be used to endorse |
| 3480 | or promote products derived from this software without specific prior |
| 3481 | written permission. |
| 3482 | |
| 3483 | THIS SOFTWARE IS PROVIDED BY WASABI SYSTEMS, INC. ``AS IS'' AND |
| 3484 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED |
| 3485 | TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR |
| 3486 | PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL WASABI SYSTEMS, INC |
| 3487 | BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR |
| 3488 | CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF |
| 3489 | SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS |
| 3490 | INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN |
| 3491 | CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) |
| 3492 | ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE |
| 3493 | POSSIBILITY OF SUCH DAMAGE. |
| 3494 | |
| 3495 | ------------------------------------------------------------------- |
| 3496 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 3497 | Copyright (c) 2001-2002 Opsycon AB (www.opsycon.se / www.opsycon.com) |
| 3498 | |
| 3499 | Redistribution and use in source and binary forms, with or without |
| 3500 | modification, are permitted provided that the following conditions |
| 3501 | are met: |
| 3502 | 1. Redistributions of source code must retain the above copyright |
| 3503 | notice, this list of conditions and the following disclaimer. |
| 3504 | 2. Redistributions in binary form must reproduce the above copyright |
| 3505 | notice, this list of conditions and the following disclaimer in the |
| 3506 | documentation and/or other materials provided with the distribution. |
| 3507 | |
| 3508 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS |
| 3509 | OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED |
| 3510 | WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 3511 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY |
| 3512 | DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 3513 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 3514 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 3515 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 3516 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 3517 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 3518 | SUCH DAMAGE. |
| 3519 | |
| 3520 | ------------------------------------------------------------------- |
| 3521 | |
| 3522 | Copyright (c) 2001-2002 Opsycon AB (www.opsycon.se / www.opsycon.com) |
| 3523 | |
| 3524 | Redistribution and use in source and binary forms, with or without |
| 3525 | modification, are permitted provided that the following conditions |
| 3526 | are met: |
| 3527 | 1. Redistributions of source code must retain the above copyright |
| 3528 | notice, this list of conditions and the following disclaimer. |
| 3529 | 2. Redistributions in binary form must reproduce the above copyright |
| 3530 | notice, this list of conditions and the following disclaimer in the |
| 3531 | documentation and/or other materials provided with the distribution. |
| 3532 | 3. Neither the name of Opsycon AB nor the names of its contributors |
| 3533 | may be used to endorse or promote products derived from this software |
| 3534 | without specific prior written permission. |
| 3535 | |
| 3536 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS |
| 3537 | OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED |
| 3538 | WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 3539 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY |
| 3540 | DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 3541 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 3542 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 3543 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 3544 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 3545 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 3546 | SUCH DAMAGE. |
| 3547 | |
| 3548 | ------------------------------------------------------------------- |
| 3549 | |
Elliott Hughes | 882b8af | 2016-05-16 17:35:36 -0700 | [diff] [blame] | 3550 | Copyright (c) 2001-2011 The FreeBSD Project. |
| 3551 | All rights reserved. |
| 3552 | |
| 3553 | Redistribution and use in source and binary forms, with or without |
| 3554 | modification, are permitted provided that the following conditions |
| 3555 | are met: |
| 3556 | 1. Redistributions of source code must retain the above copyright |
| 3557 | notice, this list of conditions and the following disclaimer. |
| 3558 | 2. Redistributions in binary form must reproduce the above copyright |
| 3559 | notice, this list of conditions and the following disclaimer in the |
| 3560 | documentation and/or other materials provided with the distribution. |
| 3561 | |
| 3562 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 3563 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 3564 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 3565 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 3566 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 3567 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 3568 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 3569 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 3570 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 3571 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 3572 | SUCH DAMAGE. |
| 3573 | |
| 3574 | ------------------------------------------------------------------- |
| 3575 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 3576 | Copyright (c) 2002 Daniel Hartmeier |
| 3577 | All rights reserved. |
| 3578 | |
| 3579 | Redistribution and use in source and binary forms, with or without |
| 3580 | modification, are permitted provided that the following conditions |
| 3581 | are met: |
| 3582 | |
| 3583 | - Redistributions of source code must retain the above copyright |
| 3584 | notice, this list of conditions and the following disclaimer. |
| 3585 | - Redistributions in binary form must reproduce the above |
| 3586 | copyright notice, this list of conditions and the following |
| 3587 | disclaimer in the documentation and/or other materials provided |
| 3588 | with the distribution. |
| 3589 | |
| 3590 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS |
| 3591 | "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT |
| 3592 | LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS |
| 3593 | FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE |
| 3594 | COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, |
| 3595 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, |
| 3596 | BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; |
| 3597 | LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER |
| 3598 | CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 3599 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN |
| 3600 | ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE |
| 3601 | POSSIBILITY OF SUCH DAMAGE. |
| 3602 | |
| 3603 | ------------------------------------------------------------------- |
| 3604 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 3605 | Copyright (c) 2002 The NetBSD Foundation, Inc. |
| 3606 | All rights reserved. |
| 3607 | |
| 3608 | This code is derived from software contributed to The NetBSD Foundation |
| 3609 | by Christos Zoulas. |
| 3610 | |
| 3611 | Redistribution and use in source and binary forms, with or without |
| 3612 | modification, are permitted provided that the following conditions |
| 3613 | are met: |
| 3614 | 1. Redistributions of source code must retain the above copyright |
| 3615 | notice, this list of conditions and the following disclaimer. |
| 3616 | 2. Redistributions in binary form must reproduce the above copyright |
| 3617 | notice, this list of conditions and the following disclaimer in the |
| 3618 | documentation and/or other materials provided with the distribution. |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 3619 | |
| 3620 | THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS |
| 3621 | ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED |
| 3622 | TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR |
| 3623 | PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS |
| 3624 | BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR |
| 3625 | CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF |
| 3626 | SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS |
| 3627 | INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN |
| 3628 | CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) |
| 3629 | ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE |
| 3630 | POSSIBILITY OF SUCH DAMAGE. |
| 3631 | |
| 3632 | ------------------------------------------------------------------- |
| 3633 | |
| 3634 | Copyright (c) 2002 Tim J. Robbins |
| 3635 | All rights reserved. |
| 3636 | |
| 3637 | Redistribution and use in source and binary forms, with or without |
| 3638 | modification, are permitted provided that the following conditions |
| 3639 | are met: |
| 3640 | 1. Redistributions of source code must retain the above copyright |
| 3641 | notice, this list of conditions and the following disclaimer. |
| 3642 | 2. Redistributions in binary form must reproduce the above copyright |
| 3643 | notice, this list of conditions and the following disclaimer in the |
| 3644 | documentation and/or other materials provided with the distribution. |
| 3645 | |
| 3646 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 3647 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 3648 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 3649 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 3650 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 3651 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 3652 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 3653 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 3654 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 3655 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 3656 | SUCH DAMAGE. |
| 3657 | |
| 3658 | ------------------------------------------------------------------- |
| 3659 | |
Elliott Hughes | bfa582d | 2014-05-05 14:58:17 -0700 | [diff] [blame] | 3660 | Copyright (c) 2002 Tim J. Robbins. |
| 3661 | All rights reserved. |
| 3662 | |
| 3663 | Redistribution and use in source and binary forms, with or without |
| 3664 | modification, are permitted provided that the following conditions |
| 3665 | are met: |
| 3666 | 1. Redistributions of source code must retain the above copyright |
| 3667 | notice, this list of conditions and the following disclaimer. |
| 3668 | 2. Redistributions in binary form must reproduce the above copyright |
| 3669 | notice, this list of conditions and the following disclaimer in the |
| 3670 | documentation and/or other materials provided with the distribution. |
| 3671 | |
| 3672 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 3673 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 3674 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 3675 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 3676 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 3677 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 3678 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 3679 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 3680 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 3681 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 3682 | SUCH DAMAGE. |
| 3683 | |
| 3684 | ------------------------------------------------------------------- |
| 3685 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 3686 | Copyright (c) 2002 Todd C. Miller <Todd.Miller@courtesan.com> |
| 3687 | |
| 3688 | Permission to use, copy, modify, and distribute this software for any |
| 3689 | purpose with or without fee is hereby granted, provided that the above |
| 3690 | copyright notice and this permission notice appear in all copies. |
| 3691 | |
| 3692 | THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES |
| 3693 | WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF |
| 3694 | MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR |
| 3695 | ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES |
| 3696 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN |
| 3697 | ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF |
| 3698 | OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
| 3699 | |
| 3700 | Sponsored in part by the Defense Advanced Research Projects |
| 3701 | Agency (DARPA) and Air Force Research Laboratory, Air Force |
| 3702 | Materiel Command, USAF, under agreement number F39502-99-1-0512. |
| 3703 | |
| 3704 | ------------------------------------------------------------------- |
| 3705 | |
Elliott Hughes | bfa582d | 2014-05-05 14:58:17 -0700 | [diff] [blame] | 3706 | Copyright (c) 2002, 2003 Tim J. Robbins. |
| 3707 | All rights reserved. |
| 3708 | |
| 3709 | Redistribution and use in source and binary forms, with or without |
| 3710 | modification, are permitted provided that the following conditions |
| 3711 | are met: |
| 3712 | 1. Redistributions of source code must retain the above copyright |
| 3713 | notice, this list of conditions and the following disclaimer. |
| 3714 | 2. Redistributions in binary form must reproduce the above copyright |
| 3715 | notice, this list of conditions and the following disclaimer in the |
| 3716 | documentation and/or other materials provided with the distribution. |
| 3717 | |
| 3718 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 3719 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 3720 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 3721 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 3722 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 3723 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 3724 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 3725 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 3726 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 3727 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 3728 | SUCH DAMAGE. |
| 3729 | |
| 3730 | ------------------------------------------------------------------- |
| 3731 | |
| 3732 | Copyright (c) 2002-2004 Tim J. Robbins |
| 3733 | All rights reserved. |
| 3734 | |
| 3735 | Redistribution and use in source and binary forms, with or without |
| 3736 | modification, are permitted provided that the following conditions |
| 3737 | are met: |
| 3738 | 1. Redistributions of source code must retain the above copyright |
| 3739 | notice, this list of conditions and the following disclaimer. |
| 3740 | 2. Redistributions in binary form must reproduce the above copyright |
| 3741 | notice, this list of conditions and the following disclaimer in the |
| 3742 | documentation and/or other materials provided with the distribution. |
| 3743 | |
| 3744 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 3745 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 3746 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 3747 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 3748 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 3749 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 3750 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 3751 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 3752 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 3753 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 3754 | SUCH DAMAGE. |
| 3755 | |
| 3756 | ------------------------------------------------------------------- |
| 3757 | |
| 3758 | Copyright (c) 2002-2004 Tim J. Robbins. |
| 3759 | All rights reserved. |
| 3760 | |
| 3761 | Redistribution and use in source and binary forms, with or without |
| 3762 | modification, are permitted provided that the following conditions |
| 3763 | are met: |
| 3764 | 1. Redistributions of source code must retain the above copyright |
| 3765 | notice, this list of conditions and the following disclaimer. |
| 3766 | 2. Redistributions in binary form must reproduce the above copyright |
| 3767 | notice, this list of conditions and the following disclaimer in the |
| 3768 | documentation and/or other materials provided with the distribution. |
| 3769 | |
| 3770 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 3771 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 3772 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 3773 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 3774 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 3775 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 3776 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 3777 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 3778 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 3779 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 3780 | SUCH DAMAGE. |
| 3781 | |
| 3782 | ------------------------------------------------------------------- |
| 3783 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 3784 | Copyright (c) 2003 Constantin S. Svintsoff <kostik@iclub.nsu.ru> |
| 3785 | |
| 3786 | Redistribution and use in source and binary forms, with or without |
| 3787 | modification, are permitted provided that the following conditions |
| 3788 | are met: |
| 3789 | 1. Redistributions of source code must retain the above copyright |
| 3790 | notice, this list of conditions and the following disclaimer. |
| 3791 | 2. Redistributions in binary form must reproduce the above copyright |
| 3792 | notice, this list of conditions and the following disclaimer in the |
| 3793 | documentation and/or other materials provided with the distribution. |
| 3794 | 3. The names of the authors may not be used to endorse or promote |
| 3795 | products derived from this software without specific prior written |
| 3796 | permission. |
| 3797 | |
| 3798 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 3799 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 3800 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 3801 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 3802 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 3803 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 3804 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 3805 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 3806 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 3807 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 3808 | SUCH DAMAGE. |
| 3809 | |
| 3810 | ------------------------------------------------------------------- |
| 3811 | |
Elliott Hughes | ab52807 | 2018-07-24 00:01:52 +0000 | [diff] [blame] | 3812 | Copyright (c) 2003 Dag-Erling Smørgrav |
| 3813 | All rights reserved. |
| 3814 | |
| 3815 | Redistribution and use in source and binary forms, with or without |
| 3816 | modification, are permitted provided that the following conditions |
| 3817 | are met: |
| 3818 | 1. Redistributions of source code must retain the above copyright |
| 3819 | notice, this list of conditions and the following disclaimer |
| 3820 | in this position and unchanged. |
| 3821 | 2. Redistributions in binary form must reproduce the above copyright |
| 3822 | notice, this list of conditions and the following disclaimer in the |
| 3823 | documentation and/or other materials provided with the distribution. |
| 3824 | 3. The name of the author may not be used to endorse or promote products |
| 3825 | derived from this software without specific prior written permission. |
| 3826 | |
| 3827 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR |
| 3828 | IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES |
| 3829 | OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. |
| 3830 | IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, |
| 3831 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT |
| 3832 | NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, |
| 3833 | DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY |
| 3834 | THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
| 3835 | (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF |
| 3836 | THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 3837 | |
| 3838 | ------------------------------------------------------------------- |
| 3839 | |
Elliott Hughes | acbe322 | 2014-04-16 17:01:12 -0700 | [diff] [blame] | 3840 | Copyright (c) 2003 David Schultz <das@FreeBSD.ORG> |
| 3841 | All rights reserved. |
| 3842 | |
| 3843 | Redistribution and use in source and binary forms, with or without |
| 3844 | modification, are permitted provided that the following conditions |
| 3845 | are met: |
| 3846 | 1. Redistributions of source code must retain the above copyright |
| 3847 | notice, this list of conditions and the following disclaimer. |
| 3848 | 2. Redistributions in binary form must reproduce the above copyright |
| 3849 | notice, this list of conditions and the following disclaimer in the |
| 3850 | documentation and/or other materials provided with the distribution. |
| 3851 | |
| 3852 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 3853 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 3854 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 3855 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 3856 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 3857 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 3858 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 3859 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 3860 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 3861 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 3862 | SUCH DAMAGE. |
| 3863 | |
| 3864 | ------------------------------------------------------------------- |
| 3865 | |
Dan Albert | c30862f | 2016-10-20 11:45:16 -0700 | [diff] [blame] | 3866 | Copyright (c) 2003 Mike Barcroft <mike@FreeBSD.org> |
Dan Albert | c30862f | 2016-10-20 11:45:16 -0700 | [diff] [blame] | 3867 | Copyright (c) 2002 David Schultz <das@FreeBSD.ORG> |
| 3868 | All rights reserved. |
| 3869 | |
| 3870 | Redistribution and use in source and binary forms, with or without |
| 3871 | modification, are permitted provided that the following conditions |
| 3872 | are met: |
| 3873 | 1. Redistributions of source code must retain the above copyright |
| 3874 | notice, this list of conditions and the following disclaimer. |
| 3875 | 2. Redistributions in binary form must reproduce the above copyright |
| 3876 | notice, this list of conditions and the following disclaimer in the |
| 3877 | documentation and/or other materials provided with the distribution. |
| 3878 | |
| 3879 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 3880 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 3881 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 3882 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 3883 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 3884 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 3885 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 3886 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 3887 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 3888 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 3889 | SUCH DAMAGE. |
| 3890 | |
| 3891 | ------------------------------------------------------------------- |
| 3892 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 3893 | Copyright (c) 2003 Networks Associates Technology, Inc. |
| 3894 | All rights reserved. |
| 3895 | |
| 3896 | Portions of this software were developed for the FreeBSD Project by |
| 3897 | Jacques A. Vidrine, Safeport Network Services, and Network |
| 3898 | Associates Laboratories, the Security Research Division of Network |
| 3899 | Associates, Inc. under DARPA/SPAWAR contract N66001-01-C-8035 |
| 3900 | ("CBOSS"), as part of the DARPA CHATS research program. |
| 3901 | |
| 3902 | Redistribution and use in source and binary forms, with or without |
| 3903 | modification, are permitted provided that the following conditions |
| 3904 | are met: |
| 3905 | 1. Redistributions of source code must retain the above copyright |
| 3906 | notice, this list of conditions and the following disclaimer. |
| 3907 | 2. Redistributions in binary form must reproduce the above copyright |
| 3908 | notice, this list of conditions and the following disclaimer in the |
| 3909 | documentation and/or other materials provided with the distribution. |
| 3910 | |
| 3911 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 3912 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 3913 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 3914 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 3915 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 3916 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 3917 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 3918 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 3919 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 3920 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 3921 | SUCH DAMAGE. |
| 3922 | |
| 3923 | ------------------------------------------------------------------- |
| 3924 | |
Nick Kralevich | 5e58ea0 | 2012-09-12 13:21:25 -0700 | [diff] [blame] | 3925 | Copyright (c) 2003 Todd C. Miller <Todd.Miller@courtesan.com> |
| 3926 | |
| 3927 | Permission to use, copy, modify, and distribute this software for any |
| 3928 | purpose with or without fee is hereby granted, provided that the above |
| 3929 | copyright notice and this permission notice appear in all copies. |
| 3930 | |
| 3931 | THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES |
| 3932 | WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF |
| 3933 | MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR |
| 3934 | ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES |
| 3935 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN |
| 3936 | ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF |
| 3937 | OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
| 3938 | |
| 3939 | Sponsored in part by the Defense Advanced Research Projects |
| 3940 | Agency (DARPA) and Air Force Research Laboratory, Air Force |
| 3941 | Materiel Command, USAF, under agreement number F39502-99-1-0512. |
| 3942 | |
| 3943 | ------------------------------------------------------------------- |
| 3944 | |
Elliott Hughes | 882b8af | 2016-05-16 17:35:36 -0700 | [diff] [blame] | 3945 | Copyright (c) 2003, 2004 Todd C. Miller <Todd.Miller@courtesan.com> |
| 3946 | |
| 3947 | Permission to use, copy, modify, and distribute this software for any |
| 3948 | purpose with or without fee is hereby granted, provided that the above |
| 3949 | copyright notice and this permission notice appear in all copies. |
| 3950 | |
| 3951 | THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES |
| 3952 | WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF |
| 3953 | MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR |
| 3954 | ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES |
| 3955 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN |
| 3956 | ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF |
| 3957 | OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
| 3958 | |
| 3959 | Sponsored in part by the Defense Advanced Research Projects |
| 3960 | Agency (DARPA) and Air Force Research Laboratory, Air Force |
| 3961 | Materiel Command, USAF, under agreement number F39502-99-1-0512. |
| 3962 | |
| 3963 | ------------------------------------------------------------------- |
| 3964 | |
Elliott Hughes | ab52807 | 2018-07-24 00:01:52 +0000 | [diff] [blame] | 3965 | Copyright (c) 2003, Steven G. Kargl |
| 3966 | All rights reserved. |
| 3967 | |
| 3968 | Redistribution and use in source and binary forms, with or without |
| 3969 | modification, are permitted provided that the following conditions |
| 3970 | are met: |
| 3971 | 1. Redistributions of source code must retain the above copyright |
| 3972 | notice unmodified, this list of conditions, and the following |
| 3973 | disclaimer. |
| 3974 | 2. Redistributions in binary form must reproduce the above copyright |
| 3975 | notice, this list of conditions and the following disclaimer in the |
| 3976 | documentation and/or other materials provided with the distribution. |
| 3977 | |
| 3978 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR |
| 3979 | IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES |
| 3980 | OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. |
| 3981 | IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, |
| 3982 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT |
| 3983 | NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, |
| 3984 | DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY |
| 3985 | THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
| 3986 | (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF |
| 3987 | THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 3988 | |
| 3989 | ------------------------------------------------------------------- |
| 3990 | |
Dan Albert | c30862f | 2016-10-20 11:45:16 -0700 | [diff] [blame] | 3991 | Copyright (c) 2004 David Schultz <das@FreeBSD.ORG> |
| 3992 | All rights reserved. |
| 3993 | |
| 3994 | Redistribution and use in source and binary forms, with or without |
| 3995 | modification, are permitted provided that the following conditions |
| 3996 | are met: |
| 3997 | 1. Redistributions of source code must retain the above copyright |
| 3998 | notice, this list of conditions and the following disclaimer. |
| 3999 | 2. Redistributions in binary form must reproduce the above copyright |
| 4000 | notice, this list of conditions and the following disclaimer in the |
| 4001 | documentation and/or other materials provided with the distribution. |
| 4002 | |
| 4003 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 4004 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 4005 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 4006 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 4007 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 4008 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 4009 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 4010 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 4011 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 4012 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 4013 | SUCH DAMAGE. |
| 4014 | |
| 4015 | ------------------------------------------------------------------- |
| 4016 | |
Elliott Hughes | ab52807 | 2018-07-24 00:01:52 +0000 | [diff] [blame] | 4017 | Copyright (c) 2004 Stefan Farfeleder |
| 4018 | All rights reserved. |
| 4019 | |
| 4020 | Redistribution and use in source and binary forms, with or without |
| 4021 | modification, are permitted provided that the following conditions |
| 4022 | are met: |
| 4023 | 1. Redistributions of source code must retain the above copyright |
| 4024 | notice, this list of conditions and the following disclaimer. |
| 4025 | 2. Redistributions in binary form must reproduce the above copyright |
| 4026 | notice, this list of conditions and the following disclaimer in the |
| 4027 | documentation and/or other materials provided with the distribution. |
| 4028 | |
| 4029 | THIS SOFTWARE IS PROVIDED BY AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 4030 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 4031 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 4032 | ARE DISCLAIMED. IN NO EVENT SHALL AUTHOR OR CONTRIBUTORS BE LIABLE |
| 4033 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 4034 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 4035 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 4036 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 4037 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 4038 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 4039 | SUCH DAMAGE. |
| 4040 | |
| 4041 | ------------------------------------------------------------------- |
| 4042 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 4043 | Copyright (c) 2004 by Internet Systems Consortium, Inc. ("ISC") |
| 4044 | Copyright (c) 1995,1999 by Internet Software Consortium. |
| 4045 | |
| 4046 | Permission to use, copy, modify, and distribute this software for any |
| 4047 | purpose with or without fee is hereby granted, provided that the above |
| 4048 | copyright notice and this permission notice appear in all copies. |
| 4049 | |
| 4050 | THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES |
| 4051 | WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF |
| 4052 | MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR |
| 4053 | ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES |
| 4054 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN |
| 4055 | ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT |
| 4056 | OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
| 4057 | |
| 4058 | ------------------------------------------------------------------- |
| 4059 | |
| 4060 | Copyright (c) 2004 by Internet Systems Consortium, Inc. ("ISC") |
| 4061 | Copyright (c) 1995-1999 by Internet Software Consortium |
| 4062 | |
| 4063 | Permission to use, copy, modify, and distribute this software for any |
| 4064 | purpose with or without fee is hereby granted, provided that the above |
| 4065 | copyright notice and this permission notice appear in all copies. |
| 4066 | |
| 4067 | THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES |
| 4068 | WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF |
| 4069 | MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR |
| 4070 | ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES |
| 4071 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN |
| 4072 | ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT |
| 4073 | OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
| 4074 | |
| 4075 | ------------------------------------------------------------------- |
| 4076 | |
| 4077 | Copyright (c) 2004 by Internet Systems Consortium, Inc. ("ISC") |
| 4078 | Copyright (c) 1995-1999 by Internet Software Consortium. |
| 4079 | |
| 4080 | Permission to use, copy, modify, and distribute this software for any |
| 4081 | purpose with or without fee is hereby granted, provided that the above |
| 4082 | copyright notice and this permission notice appear in all copies. |
| 4083 | |
| 4084 | THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES |
| 4085 | WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF |
| 4086 | MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR |
| 4087 | ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES |
| 4088 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN |
| 4089 | ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT |
| 4090 | OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
| 4091 | |
| 4092 | ------------------------------------------------------------------- |
| 4093 | |
| 4094 | Copyright (c) 2004 by Internet Systems Consortium, Inc. ("ISC") |
| 4095 | Copyright (c) 1996,1999 by Internet Software Consortium. |
| 4096 | |
| 4097 | Permission to use, copy, modify, and distribute this software for any |
| 4098 | purpose with or without fee is hereby granted, provided that the above |
| 4099 | copyright notice and this permission notice appear in all copies. |
| 4100 | |
| 4101 | THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES |
| 4102 | WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF |
| 4103 | MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR |
| 4104 | ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES |
| 4105 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN |
| 4106 | ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT |
| 4107 | OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
| 4108 | |
| 4109 | ------------------------------------------------------------------- |
| 4110 | |
| 4111 | Copyright (c) 2004 by Internet Systems Consortium, Inc. ("ISC") |
| 4112 | Copyright (c) 1996-1999 by Internet Software Consortium |
| 4113 | |
| 4114 | Permission to use, copy, modify, and distribute this software for any |
| 4115 | purpose with or without fee is hereby granted, provided that the above |
| 4116 | copyright notice and this permission notice appear in all copies. |
| 4117 | |
| 4118 | THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES |
| 4119 | WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF |
| 4120 | MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR |
| 4121 | ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES |
| 4122 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN |
| 4123 | ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT |
| 4124 | OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
| 4125 | |
| 4126 | ------------------------------------------------------------------- |
| 4127 | |
| 4128 | Copyright (c) 2004 by Internet Systems Consortium, Inc. ("ISC") |
| 4129 | Copyright (c) 1996-1999 by Internet Software Consortium. |
| 4130 | |
| 4131 | Permission to use, copy, modify, and distribute this software for any |
| 4132 | purpose with or without fee is hereby granted, provided that the above |
| 4133 | copyright notice and this permission notice appear in all copies. |
| 4134 | |
| 4135 | THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES |
| 4136 | WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF |
| 4137 | MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR |
| 4138 | ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES |
| 4139 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN |
| 4140 | ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT |
| 4141 | OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
| 4142 | |
| 4143 | ------------------------------------------------------------------- |
| 4144 | |
| 4145 | Copyright (c) 2004 by Internet Systems Consortium, Inc. ("ISC") |
| 4146 | Copyright (c) 1997,1999 by Internet Software Consortium. |
| 4147 | |
| 4148 | Permission to use, copy, modify, and distribute this software for any |
| 4149 | purpose with or without fee is hereby granted, provided that the above |
| 4150 | copyright notice and this permission notice appear in all copies. |
| 4151 | |
| 4152 | THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES |
| 4153 | WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF |
| 4154 | MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR |
| 4155 | ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES |
| 4156 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN |
| 4157 | ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT |
| 4158 | OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
| 4159 | |
| 4160 | ------------------------------------------------------------------- |
| 4161 | |
| 4162 | Copyright (c) 2004 by Internet Systems Consortium, Inc. ("ISC") |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 4163 | Copyright (c) 1999 by Internet Software Consortium. |
| 4164 | |
| 4165 | Permission to use, copy, modify, and distribute this software for any |
| 4166 | purpose with or without fee is hereby granted, provided that the above |
| 4167 | copyright notice and this permission notice appear in all copies. |
| 4168 | |
| 4169 | THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES |
| 4170 | WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF |
| 4171 | MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR |
| 4172 | ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES |
| 4173 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN |
| 4174 | ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT |
| 4175 | OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
| 4176 | |
| 4177 | ------------------------------------------------------------------- |
| 4178 | |
| 4179 | Copyright (c) 2004 by Internet Systems Consortium, Inc. ("ISC") |
| 4180 | Portions Copyright (c) 1996-1999 by Internet Software Consortium. |
| 4181 | |
| 4182 | Permission to use, copy, modify, and distribute this software for any |
| 4183 | purpose with or without fee is hereby granted, provided that the above |
| 4184 | copyright notice and this permission notice appear in all copies. |
| 4185 | |
| 4186 | THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES |
| 4187 | WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF |
| 4188 | MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR |
| 4189 | ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES |
| 4190 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN |
| 4191 | ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT |
| 4192 | OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
| 4193 | |
| 4194 | ------------------------------------------------------------------- |
| 4195 | |
Elliott Hughes | acbe322 | 2014-04-16 17:01:12 -0700 | [diff] [blame] | 4196 | Copyright (c) 2004, 2005 David Schultz <das@FreeBSD.ORG> |
| 4197 | All rights reserved. |
| 4198 | |
| 4199 | Redistribution and use in source and binary forms, with or without |
| 4200 | modification, are permitted provided that the following conditions |
| 4201 | are met: |
| 4202 | 1. Redistributions of source code must retain the above copyright |
| 4203 | notice, this list of conditions and the following disclaimer. |
| 4204 | 2. Redistributions in binary form must reproduce the above copyright |
| 4205 | notice, this list of conditions and the following disclaimer in the |
| 4206 | documentation and/or other materials provided with the distribution. |
| 4207 | |
| 4208 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 4209 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 4210 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 4211 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 4212 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 4213 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 4214 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 4215 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 4216 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 4217 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 4218 | SUCH DAMAGE. |
| 4219 | |
| 4220 | ------------------------------------------------------------------- |
| 4221 | |
Elliott Hughes | 882b8af | 2016-05-16 17:35:36 -0700 | [diff] [blame] | 4222 | Copyright (c) 2004-2005 David Schultz <das (at) FreeBSD.ORG> |
| 4223 | All rights reserved. |
| 4224 | |
| 4225 | Redistribution and use in source and binary forms, with or without |
| 4226 | modification, are permitted provided that the following conditions |
| 4227 | are met: |
| 4228 | 1. Redistributions of source code must retain the above copyright |
| 4229 | notice, this list of conditions and the following disclaimer. |
| 4230 | 2. Redistributions in binary form must reproduce the above copyright |
| 4231 | notice, this list of conditions and the following disclaimer in the |
| 4232 | documentation and/or other materials provided with the distribution. |
| 4233 | |
| 4234 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 4235 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 4236 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 4237 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 4238 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 4239 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 4240 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 4241 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 4242 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 4243 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 4244 | SUCH DAMAGE. |
| 4245 | |
| 4246 | ------------------------------------------------------------------- |
| 4247 | |
| 4248 | Copyright (c) 2004-2005 David Schultz <das@FreeBSD.ORG> |
| 4249 | All rights reserved. |
| 4250 | |
| 4251 | Redistribution and use in source and binary forms, with or without |
| 4252 | modification, are permitted provided that the following conditions |
| 4253 | are met: |
| 4254 | 1. Redistributions of source code must retain the above copyright |
| 4255 | notice, this list of conditions and the following disclaimer. |
| 4256 | 2. Redistributions in binary form must reproduce the above copyright |
| 4257 | notice, this list of conditions and the following disclaimer in the |
| 4258 | documentation and/or other materials provided with the distribution. |
| 4259 | |
| 4260 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 4261 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 4262 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 4263 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 4264 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 4265 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 4266 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 4267 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 4268 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 4269 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 4270 | SUCH DAMAGE. |
| 4271 | |
| 4272 | ------------------------------------------------------------------- |
| 4273 | |
Elliott Hughes | ab52807 | 2018-07-24 00:01:52 +0000 | [diff] [blame] | 4274 | Copyright (c) 2005 Bruce D. Evans and Steven G. Kargl |
| 4275 | All rights reserved. |
| 4276 | |
| 4277 | Redistribution and use in source and binary forms, with or without |
| 4278 | modification, are permitted provided that the following conditions |
| 4279 | are met: |
| 4280 | 1. Redistributions of source code must retain the above copyright |
| 4281 | notice unmodified, this list of conditions, and the following |
| 4282 | disclaimer. |
| 4283 | 2. Redistributions in binary form must reproduce the above copyright |
| 4284 | notice, this list of conditions and the following disclaimer in the |
| 4285 | documentation and/or other materials provided with the distribution. |
| 4286 | |
| 4287 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR |
| 4288 | IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES |
| 4289 | OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. |
| 4290 | IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, |
| 4291 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT |
| 4292 | NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, |
| 4293 | DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY |
| 4294 | THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
| 4295 | (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF |
| 4296 | THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 4297 | |
| 4298 | ------------------------------------------------------------------- |
| 4299 | |
| 4300 | Copyright (c) 2005 David Schultz <das@FreeBSD.ORG> |
| 4301 | All rights reserved. |
| 4302 | |
| 4303 | Redistribution and use in source and binary forms, with or without |
| 4304 | modification, are permitted provided that the following conditions |
| 4305 | are met: |
| 4306 | 1. Redistributions of source code must retain the above copyright |
| 4307 | notice, this list of conditions and the following disclaimer. |
| 4308 | 2. Redistributions in binary form must reproduce the above copyright |
| 4309 | notice, this list of conditions and the following disclaimer in the |
| 4310 | documentation and/or other materials provided with the distribution. |
| 4311 | |
| 4312 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 4313 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 4314 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 4315 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 4316 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 4317 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 4318 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 4319 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 4320 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 4321 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 4322 | SUCH DAMAGE. |
| 4323 | |
| 4324 | ------------------------------------------------------------------- |
| 4325 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 4326 | Copyright (c) 2005 Tim J. Robbins. |
| 4327 | All rights reserved. |
| 4328 | |
| 4329 | Redistribution and use in source and binary forms, with or without |
| 4330 | modification, are permitted provided that the following conditions |
| 4331 | are met: |
| 4332 | 1. Redistributions of source code must retain the above copyright |
| 4333 | notice, this list of conditions and the following disclaimer. |
| 4334 | 2. Redistributions in binary form must reproduce the above copyright |
| 4335 | notice, this list of conditions and the following disclaimer in the |
| 4336 | documentation and/or other materials provided with the distribution. |
| 4337 | |
| 4338 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 4339 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 4340 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 4341 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 4342 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 4343 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 4344 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 4345 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 4346 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 4347 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 4348 | SUCH DAMAGE. |
| 4349 | |
| 4350 | ------------------------------------------------------------------- |
| 4351 | |
Elliott Hughes | 448080d | 2013-01-29 16:25:06 -0800 | [diff] [blame] | 4352 | Copyright (c) 2005 by Internet Systems Consortium, Inc. ("ISC") |
| 4353 | Copyright (c) 1995-1999 by Internet Software Consortium |
| 4354 | |
| 4355 | Permission to use, copy, modify, and distribute this software for any |
| 4356 | purpose with or without fee is hereby granted, provided that the above |
| 4357 | copyright notice and this permission notice appear in all copies. |
| 4358 | |
| 4359 | THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES |
| 4360 | WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF |
| 4361 | MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR |
| 4362 | ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES |
| 4363 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN |
| 4364 | ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT |
| 4365 | OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
| 4366 | |
| 4367 | ------------------------------------------------------------------- |
| 4368 | |
Dan Albert | c30862f | 2016-10-20 11:45:16 -0700 | [diff] [blame] | 4369 | Copyright (c) 2005-2008 David Schultz <das@FreeBSD.ORG> |
| 4370 | All rights reserved. |
| 4371 | |
| 4372 | Redistribution and use in source and binary forms, with or without |
| 4373 | modification, are permitted provided that the following conditions |
| 4374 | are met: |
| 4375 | 1. Redistributions of source code must retain the above copyright |
| 4376 | notice, this list of conditions and the following disclaimer. |
| 4377 | 2. Redistributions in binary form must reproduce the above copyright |
| 4378 | notice, this list of conditions and the following disclaimer in the |
| 4379 | documentation and/or other materials provided with the distribution. |
| 4380 | |
| 4381 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 4382 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 4383 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 4384 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 4385 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 4386 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 4387 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 4388 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 4389 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 4390 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 4391 | SUCH DAMAGE. |
| 4392 | |
| 4393 | ------------------------------------------------------------------- |
| 4394 | |
Elliott Hughes | ab52807 | 2018-07-24 00:01:52 +0000 | [diff] [blame] | 4395 | Copyright (c) 2005-2011 David Schultz <das@FreeBSD.ORG> |
| 4396 | All rights reserved. |
| 4397 | |
| 4398 | Redistribution and use in source and binary forms, with or without |
| 4399 | modification, are permitted provided that the following conditions |
| 4400 | are met: |
| 4401 | 1. Redistributions of source code must retain the above copyright |
| 4402 | notice, this list of conditions and the following disclaimer. |
| 4403 | 2. Redistributions in binary form must reproduce the above copyright |
| 4404 | notice, this list of conditions and the following disclaimer in the |
| 4405 | documentation and/or other materials provided with the distribution. |
| 4406 | |
| 4407 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 4408 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 4409 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 4410 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 4411 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 4412 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 4413 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 4414 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 4415 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 4416 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 4417 | SUCH DAMAGE. |
| 4418 | |
| 4419 | ------------------------------------------------------------------- |
| 4420 | |
Dan Albert | c30862f | 2016-10-20 11:45:16 -0700 | [diff] [blame] | 4421 | Copyright (c) 2007 David Schultz |
| 4422 | All rights reserved. |
| 4423 | |
| 4424 | Redistribution and use in source and binary forms, with or without |
| 4425 | modification, are permitted provided that the following conditions |
| 4426 | are met: |
| 4427 | 1. Redistributions of source code must retain the above copyright |
| 4428 | notice, this list of conditions and the following disclaimer. |
| 4429 | 2. Redistributions in binary form must reproduce the above copyright |
| 4430 | notice, this list of conditions and the following disclaimer in the |
| 4431 | documentation and/or other materials provided with the distribution. |
| 4432 | |
| 4433 | THIS SOFTWARE IS PROVIDED BY AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 4434 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 4435 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 4436 | ARE DISCLAIMED. IN NO EVENT SHALL AUTHOR OR CONTRIBUTORS BE LIABLE |
| 4437 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 4438 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 4439 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 4440 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 4441 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 4442 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 4443 | SUCH DAMAGE. |
| 4444 | |
| 4445 | ------------------------------------------------------------------- |
| 4446 | |
Elliott Hughes | ab52807 | 2018-07-24 00:01:52 +0000 | [diff] [blame] | 4447 | Copyright (c) 2007 David Schultz <das@FreeBSD.ORG> |
| 4448 | All rights reserved. |
| 4449 | |
| 4450 | Redistribution and use in source and binary forms, with or without |
| 4451 | modification, are permitted provided that the following conditions |
| 4452 | are met: |
| 4453 | 1. Redistributions of source code must retain the above copyright |
| 4454 | notice, this list of conditions and the following disclaimer. |
| 4455 | 2. Redistributions in binary form must reproduce the above copyright |
| 4456 | notice, this list of conditions and the following disclaimer in the |
| 4457 | documentation and/or other materials provided with the distribution. |
| 4458 | |
| 4459 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 4460 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 4461 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 4462 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 4463 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 4464 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 4465 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 4466 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 4467 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 4468 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 4469 | SUCH DAMAGE. |
| 4470 | |
| 4471 | ------------------------------------------------------------------- |
| 4472 | |
| 4473 | Copyright (c) 2007 David Schultz <das@FreeBSD.ORG> |
| 4474 | All rights reserved. |
| 4475 | |
| 4476 | Redistribution and use in source and binary forms, with or without |
| 4477 | modification, are permitted provided that the following conditions |
| 4478 | are met: |
| 4479 | 1. Redistributions of source code must retain the above copyright |
| 4480 | notice, this list of conditions and the following disclaimer. |
| 4481 | 2. Redistributions in binary form must reproduce the above copyright |
| 4482 | notice, this list of conditions and the following disclaimer in the |
| 4483 | documentation and/or other materials provided with the distribution. |
| 4484 | |
| 4485 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 4486 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 4487 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 4488 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 4489 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 4490 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 4491 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 4492 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 4493 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 4494 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 4495 | SUCH DAMAGE. |
| 4496 | |
| 4497 | Derived from s_modf.c, which has the following Copyright: |
| 4498 | ==================================================== |
| 4499 | Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved. |
| 4500 | |
| 4501 | Developed at SunPro, a Sun Microsystems, Inc. business. |
| 4502 | Permission to use, copy, modify, and distribute this |
| 4503 | software is freely granted, provided that this notice |
| 4504 | is preserved. |
| 4505 | |
| 4506 | ------------------------------------------------------------------- |
| 4507 | |
| 4508 | Copyright (c) 2007 Steven G. Kargl |
| 4509 | All rights reserved. |
| 4510 | |
| 4511 | Redistribution and use in source and binary forms, with or without |
| 4512 | modification, are permitted provided that the following conditions |
| 4513 | are met: |
| 4514 | 1. Redistributions of source code must retain the above copyright |
| 4515 | notice unmodified, this list of conditions, and the following |
| 4516 | disclaimer. |
| 4517 | 2. Redistributions in binary form must reproduce the above copyright |
| 4518 | notice, this list of conditions and the following disclaimer in the |
| 4519 | documentation and/or other materials provided with the distribution. |
| 4520 | |
| 4521 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR |
| 4522 | IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES |
| 4523 | OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. |
| 4524 | IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, |
| 4525 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT |
| 4526 | NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, |
| 4527 | DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY |
| 4528 | THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
| 4529 | (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF |
| 4530 | THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 4531 | |
| 4532 | ------------------------------------------------------------------- |
| 4533 | |
Dan Albert | c30862f | 2016-10-20 11:45:16 -0700 | [diff] [blame] | 4534 | Copyright (c) 2007 The NetBSD Foundation, Inc. |
| 4535 | All rights reserved. |
| 4536 | |
| 4537 | This code is derived from software written by Stephen L. Moshier. |
| 4538 | It is redistributed by the NetBSD Foundation by permission of the author. |
| 4539 | |
| 4540 | Redistribution and use in source and binary forms, with or without |
| 4541 | modification, are permitted provided that the following conditions |
| 4542 | are met: |
| 4543 | 1. Redistributions of source code must retain the above copyright |
| 4544 | notice, this list of conditions and the following disclaimer. |
| 4545 | 2. Redistributions in binary form must reproduce the above copyright |
| 4546 | notice, this list of conditions and the following disclaimer in the |
| 4547 | documentation and/or other materials provided with the distribution. |
| 4548 | |
| 4549 | THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS |
| 4550 | ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED |
| 4551 | TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR |
| 4552 | PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS |
| 4553 | BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR |
| 4554 | CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF |
| 4555 | SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS |
| 4556 | INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN |
| 4557 | CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) |
| 4558 | ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE |
| 4559 | POSSIBILITY OF SUCH DAMAGE. |
| 4560 | |
| 4561 | ------------------------------------------------------------------- |
| 4562 | |
Elliott Hughes | 7e54c76 | 2015-05-12 10:09:01 -0700 | [diff] [blame] | 4563 | Copyright (c) 2007 Todd C. Miller <Todd.Miller@courtesan.com> |
| 4564 | |
| 4565 | Permission to use, copy, modify, and distribute this software for any |
| 4566 | purpose with or without fee is hereby granted, provided that the above |
| 4567 | copyright notice and this permission notice appear in all copies. |
| 4568 | |
| 4569 | THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES |
| 4570 | WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF |
| 4571 | MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR |
| 4572 | ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES |
| 4573 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN |
| 4574 | ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF |
| 4575 | OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
| 4576 | |
| 4577 | ------------------------------------------------------------------- |
| 4578 | |
Elliott Hughes | 8da8ca4 | 2018-05-08 13:35:33 -0700 | [diff] [blame] | 4579 | Copyright (c) 2007, 2010-2013 Steven G. Kargl |
| 4580 | All rights reserved. |
| 4581 | |
| 4582 | Redistribution and use in source and binary forms, with or without |
| 4583 | modification, are permitted provided that the following conditions |
| 4584 | are met: |
| 4585 | 1. Redistributions of source code must retain the above copyright |
| 4586 | notice unmodified, this list of conditions, and the following |
| 4587 | disclaimer. |
| 4588 | 2. Redistributions in binary form must reproduce the above copyright |
| 4589 | notice, this list of conditions and the following disclaimer in the |
| 4590 | documentation and/or other materials provided with the distribution. |
| 4591 | |
| 4592 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR |
| 4593 | IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES |
| 4594 | OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. |
| 4595 | IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, |
| 4596 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT |
| 4597 | NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, |
| 4598 | DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY |
| 4599 | THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
| 4600 | (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF |
| 4601 | THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 4602 | |
| 4603 | s_sinl.c and s_cosl.c merged by Steven G. Kargl. |
| 4604 | |
| 4605 | ------------------------------------------------------------------- |
| 4606 | |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 4607 | Copyright (c) 2007-2008 Michael G Schwern |
| 4608 | |
| 4609 | This software originally derived from Paul Sheer's pivotal_gmtime_r.c. |
| 4610 | |
| 4611 | The MIT License: |
| 4612 | |
| 4613 | Permission is hereby granted, free of charge, to any person obtaining a copy |
| 4614 | of this software and associated documentation files (the "Software"), to deal |
| 4615 | in the Software without restriction, including without limitation the rights |
| 4616 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell |
| 4617 | copies of the Software, and to permit persons to whom the Software is |
| 4618 | furnished to do so, subject to the following conditions: |
| 4619 | |
| 4620 | The above copyright notice and this permission notice shall be included in |
| 4621 | all copies or substantial portions of the Software. |
| 4622 | |
| 4623 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR |
| 4624 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, |
| 4625 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE |
| 4626 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER |
| 4627 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, |
| 4628 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN |
| 4629 | THE SOFTWARE. |
| 4630 | |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 4631 | ------------------------------------------------------------------- |
| 4632 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 4633 | Copyright (c) 2007-2008 Michael G Schwern |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 4634 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 4635 | This software originally derived from Paul Sheer's pivotal_gmtime_r.c. |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 4636 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 4637 | The MIT License: |
| 4638 | |
| 4639 | Permission is hereby granted, free of charge, to any person obtaining a copy |
| 4640 | of this software and associated documentation files (the "Software"), to deal |
| 4641 | in the Software without restriction, including without limitation the rights |
| 4642 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell |
| 4643 | copies of the Software, and to permit persons to whom the Software is |
| 4644 | furnished to do so, subject to the following conditions: |
| 4645 | |
| 4646 | The above copyright notice and this permission notice shall be included in |
| 4647 | all copies or substantial portions of the Software. |
| 4648 | |
| 4649 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR |
| 4650 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, |
| 4651 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE |
| 4652 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER |
| 4653 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, |
| 4654 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN |
| 4655 | THE SOFTWARE. |
| 4656 | |
| 4657 | Origin: http://code.google.com/p/y2038 |
| 4658 | Modified for Bionic by the Android Open Source Project |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 4659 | |
| 4660 | ------------------------------------------------------------------- |
| 4661 | |
Elliott Hughes | ab52807 | 2018-07-24 00:01:52 +0000 | [diff] [blame] | 4662 | Copyright (c) 2007-2008 David Schultz <das@FreeBSD.ORG> |
| 4663 | All rights reserved. |
| 4664 | |
| 4665 | Redistribution and use in source and binary forms, with or without |
| 4666 | modification, are permitted provided that the following conditions |
| 4667 | are met: |
| 4668 | 1. Redistributions of source code must retain the above copyright |
| 4669 | notice, this list of conditions and the following disclaimer. |
| 4670 | 2. Redistributions in binary form must reproduce the above copyright |
| 4671 | notice, this list of conditions and the following disclaimer in the |
| 4672 | documentation and/or other materials provided with the distribution. |
| 4673 | |
| 4674 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 4675 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 4676 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 4677 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 4678 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 4679 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 4680 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 4681 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 4682 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 4683 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 4684 | SUCH DAMAGE. |
| 4685 | |
| 4686 | ------------------------------------------------------------------- |
| 4687 | |
Dan Albert | c30862f | 2016-10-20 11:45:16 -0700 | [diff] [blame] | 4688 | Copyright (c) 2007-2013 Bruce D. Evans |
| 4689 | All rights reserved. |
| 4690 | |
| 4691 | Redistribution and use in source and binary forms, with or without |
| 4692 | modification, are permitted provided that the following conditions |
| 4693 | are met: |
| 4694 | 1. Redistributions of source code must retain the above copyright |
| 4695 | notice unmodified, this list of conditions, and the following |
| 4696 | disclaimer. |
| 4697 | 2. Redistributions in binary form must reproduce the above copyright |
| 4698 | notice, this list of conditions and the following disclaimer in the |
| 4699 | documentation and/or other materials provided with the distribution. |
| 4700 | |
| 4701 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR |
| 4702 | IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES |
| 4703 | OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. |
| 4704 | IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, |
| 4705 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT |
| 4706 | NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, |
| 4707 | DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY |
| 4708 | THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
| 4709 | (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF |
| 4710 | THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 4711 | |
| 4712 | ------------------------------------------------------------------- |
| 4713 | |
Dan Albert | c30862f | 2016-10-20 11:45:16 -0700 | [diff] [blame] | 4714 | Copyright (c) 2008 David Schultz <das@FreeBSD.ORG> |
| 4715 | All rights reserved. |
| 4716 | |
| 4717 | Redistribution and use in source and binary forms, with or without |
| 4718 | modification, are permitted provided that the following conditions |
| 4719 | are met: |
| 4720 | 1. Redistributions of source code must retain the above copyright |
| 4721 | notice, this list of conditions and the following disclaimer. |
| 4722 | 2. Redistributions in binary form must reproduce the above copyright |
| 4723 | notice, this list of conditions and the following disclaimer in the |
| 4724 | documentation and/or other materials provided with the distribution. |
| 4725 | |
| 4726 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 4727 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 4728 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 4729 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 4730 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 4731 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 4732 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 4733 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 4734 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 4735 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 4736 | SUCH DAMAGE. |
| 4737 | |
| 4738 | ------------------------------------------------------------------- |
| 4739 | |
Elliott Hughes | ab52807 | 2018-07-24 00:01:52 +0000 | [diff] [blame] | 4740 | Copyright (c) 2008 Stephen L. Moshier <steve@moshier.net> |
| 4741 | |
| 4742 | Permission to use, copy, modify, and distribute this software for any |
| 4743 | purpose with or without fee is hereby granted, provided that the above |
| 4744 | copyright notice and this permission notice appear in all copies. |
| 4745 | |
| 4746 | THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES |
| 4747 | WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF |
| 4748 | MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR |
| 4749 | ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES |
| 4750 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN |
| 4751 | ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF |
| 4752 | OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
| 4753 | |
| 4754 | ------------------------------------------------------------------- |
| 4755 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 4756 | Copyright (c) 2008 Todd C. Miller <millert@openbsd.org> |
| 4757 | |
| 4758 | Permission to use, copy, modify, and distribute this software for any |
| 4759 | purpose with or without fee is hereby granted, provided that the above |
| 4760 | copyright notice and this permission notice appear in all copies. |
| 4761 | |
| 4762 | THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES |
| 4763 | WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF |
| 4764 | MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR |
| 4765 | ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES |
| 4766 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN |
| 4767 | ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF |
| 4768 | OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
| 4769 | |
| 4770 | ------------------------------------------------------------------- |
| 4771 | |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 4772 | Copyright (c) 2008, Damien Miller <djm@openbsd.org> |
| 4773 | |
| 4774 | Permission to use, copy, modify, and distribute this software for any |
| 4775 | purpose with or without fee is hereby granted, provided that the above |
| 4776 | copyright notice and this permission notice appear in all copies. |
| 4777 | |
| 4778 | THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES |
| 4779 | WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF |
| 4780 | MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR |
| 4781 | ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES |
| 4782 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN |
| 4783 | ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF |
| 4784 | OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
| 4785 | |
| 4786 | ------------------------------------------------------------------- |
| 4787 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 4788 | Copyright (c) 2009 David Schultz <das@FreeBSD.org> |
| 4789 | All rights reserved. |
| 4790 | |
Elliott Hughes | 1558138 | 2014-07-07 15:42:06 -0700 | [diff] [blame] | 4791 | Copyright (c) 2011 The FreeBSD Foundation |
| 4792 | All rights reserved. |
| 4793 | Portions of this software were developed by David Chisnall |
| 4794 | under sponsorship from the FreeBSD Foundation. |
| 4795 | |
| 4796 | Redistribution and use in source and binary forms, with or without |
| 4797 | modification, are permitted provided that the following conditions |
| 4798 | are met: |
| 4799 | 1. Redistributions of source code must retain the above copyright |
| 4800 | notice, this list of conditions and the following disclaimer. |
| 4801 | 2. Redistributions in binary form must reproduce the above copyright |
| 4802 | notice, this list of conditions and the following disclaimer in the |
| 4803 | documentation and/or other materials provided with the distribution. |
| 4804 | |
| 4805 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 4806 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 4807 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 4808 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 4809 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 4810 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 4811 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 4812 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 4813 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 4814 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 4815 | SUCH DAMAGE. |
| 4816 | |
| 4817 | ------------------------------------------------------------------- |
| 4818 | |
| 4819 | Copyright (c) 2009 David Schultz <das@FreeBSD.org> |
| 4820 | All rights reserved. |
| 4821 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 4822 | Redistribution and use in source and binary forms, with or without |
| 4823 | modification, are permitted provided that the following conditions |
| 4824 | are met: |
| 4825 | 1. Redistributions of source code must retain the above copyright |
| 4826 | notice, this list of conditions and the following disclaimer. |
| 4827 | 2. Redistributions in binary form must reproduce the above copyright |
| 4828 | notice, this list of conditions and the following disclaimer in the |
| 4829 | documentation and/or other materials provided with the distribution. |
| 4830 | |
| 4831 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 4832 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 4833 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 4834 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 4835 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 4836 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 4837 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 4838 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 4839 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 4840 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 4841 | SUCH DAMAGE. |
| 4842 | |
| 4843 | ------------------------------------------------------------------- |
| 4844 | |
Irina Tirdea | eac9eb4 | 2012-09-08 09:28:30 +0300 | [diff] [blame] | 4845 | Copyright (c) 2009 The NetBSD Foundation, Inc. |
| 4846 | |
| 4847 | This code is derived from software contributed to The NetBSD Foundation |
| 4848 | by Roy Marples. |
| 4849 | |
| 4850 | Redistribution and use in source and binary forms, with or without |
| 4851 | modification, are permitted provided that the following conditions |
| 4852 | are met: |
| 4853 | 1. Redistributions of source code must retain the above copyright |
| 4854 | notice, this list of conditions and the following disclaimer. |
| 4855 | 2. Redistributions in binary form must reproduce the above copyright |
| 4856 | notice, this list of conditions and the following disclaimer in the |
| 4857 | documentation and/or other materials provided with the distribution. |
| 4858 | |
| 4859 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR |
| 4860 | IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES |
| 4861 | OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. |
| 4862 | IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, |
| 4863 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT |
| 4864 | NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, |
| 4865 | DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY |
| 4866 | THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
| 4867 | (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF |
| 4868 | THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 4869 | |
| 4870 | ------------------------------------------------------------------- |
| 4871 | |
Dan Albert | c30862f | 2016-10-20 11:45:16 -0700 | [diff] [blame] | 4872 | Copyright (c) 2009-2013 Steven G. Kargl |
| 4873 | All rights reserved. |
| 4874 | |
| 4875 | Redistribution and use in source and binary forms, with or without |
| 4876 | modification, are permitted provided that the following conditions |
| 4877 | are met: |
| 4878 | 1. Redistributions of source code must retain the above copyright |
| 4879 | notice unmodified, this list of conditions, and the following |
| 4880 | disclaimer. |
| 4881 | 2. Redistributions in binary form must reproduce the above copyright |
| 4882 | notice, this list of conditions and the following disclaimer in the |
| 4883 | documentation and/or other materials provided with the distribution. |
| 4884 | |
| 4885 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR |
| 4886 | IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES |
| 4887 | OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. |
| 4888 | IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, |
| 4889 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT |
| 4890 | NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, |
| 4891 | DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY |
| 4892 | THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
| 4893 | (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF |
| 4894 | THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 4895 | |
| 4896 | Optimized by Bruce D. Evans. |
| 4897 | |
| 4898 | ------------------------------------------------------------------- |
| 4899 | |
Elliott Hughes | 882b8af | 2016-05-16 17:35:36 -0700 | [diff] [blame] | 4900 | Copyright (c) 2010 The NetBSD Foundation, Inc. |
| 4901 | All rights reserved. |
| 4902 | |
| 4903 | Redistribution and use in source and binary forms, with or without |
| 4904 | modification, are permitted provided that the following conditions |
| 4905 | are met: |
| 4906 | 1. Redistributions of source code must retain the above copyright |
| 4907 | notice, this list of conditions and the following disclaimer. |
| 4908 | 2. Redistributions in binary form must reproduce the above copyright |
| 4909 | notice, this list of conditions and the following disclaimer in the |
| 4910 | documentation and/or other materials provided with the distribution. |
| 4911 | |
| 4912 | THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS |
| 4913 | ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED |
| 4914 | TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR |
| 4915 | PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS |
| 4916 | BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR |
| 4917 | CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF |
| 4918 | SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS |
| 4919 | INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN |
| 4920 | CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) |
| 4921 | ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE |
| 4922 | POSSIBILITY OF SUCH DAMAGE. |
| 4923 | |
| 4924 | ------------------------------------------------------------------- |
| 4925 | |
Elliott Hughes | 4e54b11 | 2014-03-06 15:06:11 -0800 | [diff] [blame] | 4926 | Copyright (c) 2010 Todd C. Miller <Todd.Miller@courtesan.com> |
| 4927 | |
| 4928 | Permission to use, copy, modify, and distribute this software for any |
| 4929 | purpose with or without fee is hereby granted, provided that the above |
| 4930 | copyright notice and this permission notice appear in all copies. |
| 4931 | |
| 4932 | THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES |
| 4933 | WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF |
| 4934 | MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR |
| 4935 | ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES |
| 4936 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN |
| 4937 | ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF |
| 4938 | OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
| 4939 | |
| 4940 | ------------------------------------------------------------------- |
| 4941 | |
Elliott Hughes | 54a7494 | 2014-01-03 16:40:37 -0800 | [diff] [blame] | 4942 | Copyright (c) 2010, 2011, 2012, 2013 Intel Corporation |
Elliott Hughes | 2815b1d | 2013-06-12 16:00:41 -0700 | [diff] [blame] | 4943 | All rights reserved. |
| 4944 | |
| 4945 | Redistribution and use in source and binary forms, with or without |
| 4946 | modification, are permitted provided that the following conditions are met: |
| 4947 | |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 4948 | * Redistributions of source code must retain the above copyright notice, |
| 4949 | * this list of conditions and the following disclaimer. |
Elliott Hughes | 2815b1d | 2013-06-12 16:00:41 -0700 | [diff] [blame] | 4950 | |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 4951 | * Redistributions in binary form must reproduce the above copyright notice, |
| 4952 | * this list of conditions and the following disclaimer in the documentation |
| 4953 | * and/or other materials provided with the distribution. |
Elliott Hughes | 2815b1d | 2013-06-12 16:00:41 -0700 | [diff] [blame] | 4954 | |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 4955 | * Neither the name of Intel Corporation nor the names of its contributors |
| 4956 | * may be used to endorse or promote products derived from this software |
| 4957 | * without specific prior written permission. |
Elliott Hughes | 2815b1d | 2013-06-12 16:00:41 -0700 | [diff] [blame] | 4958 | |
| 4959 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND |
| 4960 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED |
| 4961 | WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE |
| 4962 | DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR |
| 4963 | ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES |
| 4964 | (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; |
| 4965 | LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON |
| 4966 | ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
| 4967 | (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS |
| 4968 | SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 4969 | |
| 4970 | ------------------------------------------------------------------- |
| 4971 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 4972 | Copyright (c) 2010, Intel Corporation |
| 4973 | All rights reserved. |
| 4974 | |
| 4975 | Redistribution and use in source and binary forms, with or without |
| 4976 | modification, are permitted provided that the following conditions are met: |
| 4977 | |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 4978 | * Redistributions of source code must retain the above copyright notice, |
| 4979 | * this list of conditions and the following disclaimer. |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 4980 | |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 4981 | * Redistributions in binary form must reproduce the above copyright notice, |
| 4982 | * this list of conditions and the following disclaimer in the documentation |
| 4983 | * and/or other materials provided with the distribution. |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 4984 | |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 4985 | * Neither the name of Intel Corporation nor the names of its contributors |
| 4986 | * may be used to endorse or promote products derived from this software |
| 4987 | * without specific prior written permission. |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 4988 | |
| 4989 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND |
| 4990 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED |
| 4991 | WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE |
| 4992 | DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR |
| 4993 | ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES |
| 4994 | (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; |
| 4995 | LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON |
| 4996 | ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
| 4997 | (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS |
| 4998 | SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 4999 | |
| 5000 | ------------------------------------------------------------------- |
| 5001 | |
Elliott Hughes | bfa582d | 2014-05-05 14:58:17 -0700 | [diff] [blame] | 5002 | Copyright (c) 2011 David Chisnall |
| 5003 | All rights reserved. |
| 5004 | |
| 5005 | Redistribution and use in source and binary forms, with or without |
| 5006 | modification, are permitted provided that the following conditions |
| 5007 | are met: |
| 5008 | 1. Redistributions of source code must retain the above copyright |
| 5009 | notice, this list of conditions and the following disclaimer. |
| 5010 | 2. Redistributions in binary form must reproduce the above copyright |
| 5011 | notice, this list of conditions and the following disclaimer in the |
| 5012 | documentation and/or other materials provided with the distribution. |
| 5013 | |
| 5014 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 5015 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 5016 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 5017 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 5018 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 5019 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 5020 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 5021 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 5022 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 5023 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 5024 | SUCH DAMAGE. |
| 5025 | |
| 5026 | ------------------------------------------------------------------- |
| 5027 | |
Elliott Hughes | ab52807 | 2018-07-24 00:01:52 +0000 | [diff] [blame] | 5028 | Copyright (c) 2011 David Schultz |
| 5029 | All rights reserved. |
| 5030 | |
| 5031 | Redistribution and use in source and binary forms, with or without |
| 5032 | modification, are permitted provided that the following conditions |
| 5033 | are met: |
| 5034 | 1. Redistributions of source code must retain the above copyright |
| 5035 | notice unmodified, this list of conditions, and the following |
| 5036 | disclaimer. |
| 5037 | 2. Redistributions in binary form must reproduce the above copyright |
| 5038 | notice, this list of conditions and the following disclaimer in the |
| 5039 | documentation and/or other materials provided with the distribution. |
| 5040 | |
| 5041 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR |
| 5042 | IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES |
| 5043 | OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. |
| 5044 | IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, |
| 5045 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT |
| 5046 | NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, |
| 5047 | DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY |
| 5048 | THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
| 5049 | (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF |
| 5050 | THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 5051 | |
| 5052 | ------------------------------------------------------------------- |
| 5053 | |
| 5054 | Copyright (c) 2011 David Schultz <das@FreeBSD.ORG> |
| 5055 | All rights reserved. |
| 5056 | |
| 5057 | Redistribution and use in source and binary forms, with or without |
| 5058 | modification, are permitted provided that the following conditions |
| 5059 | are met: |
| 5060 | 1. Redistributions of source code must retain the above copyright |
| 5061 | notice, this list of conditions and the following disclaimer. |
| 5062 | 2. Redistributions in binary form must reproduce the above copyright |
| 5063 | notice, this list of conditions and the following disclaimer in the |
| 5064 | documentation and/or other materials provided with the distribution. |
| 5065 | |
| 5066 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 5067 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 5068 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 5069 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 5070 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 5071 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 5072 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 5073 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 5074 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 5075 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 5076 | SUCH DAMAGE. |
| 5077 | |
| 5078 | ------------------------------------------------------------------- |
| 5079 | |
Elliott Hughes | 1558138 | 2014-07-07 15:42:06 -0700 | [diff] [blame] | 5080 | Copyright (c) 2011 Ed Schouten <ed@FreeBSD.org> |
| 5081 | David Chisnall <theraven@FreeBSD.org> |
| 5082 | All rights reserved. |
| 5083 | |
| 5084 | Redistribution and use in source and binary forms, with or without |
| 5085 | modification, are permitted provided that the following conditions |
| 5086 | are met: |
| 5087 | 1. Redistributions of source code must retain the above copyright |
| 5088 | notice, this list of conditions and the following disclaimer. |
| 5089 | 2. Redistributions in binary form must reproduce the above copyright |
| 5090 | notice, this list of conditions and the following disclaimer in the |
| 5091 | documentation and/or other materials provided with the distribution. |
| 5092 | |
| 5093 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 5094 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 5095 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 5096 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 5097 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 5098 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 5099 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 5100 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 5101 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 5102 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 5103 | SUCH DAMAGE. |
| 5104 | |
| 5105 | ------------------------------------------------------------------- |
| 5106 | |
Elliott Hughes | 2815b1d | 2013-06-12 16:00:41 -0700 | [diff] [blame] | 5107 | Copyright (c) 2011 Intel Corporation |
| 5108 | All rights reserved. |
| 5109 | |
| 5110 | Redistribution and use in source and binary forms, with or without |
| 5111 | modification, are permitted provided that the following conditions are met: |
| 5112 | |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 5113 | * Redistributions of source code must retain the above copyright notice, |
| 5114 | * this list of conditions and the following disclaimer. |
Elliott Hughes | 2815b1d | 2013-06-12 16:00:41 -0700 | [diff] [blame] | 5115 | |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 5116 | * Redistributions in binary form must reproduce the above copyright notice, |
| 5117 | * this list of conditions and the following disclaimer in the documentation |
| 5118 | * and/or other materials provided with the distribution. |
Elliott Hughes | 2815b1d | 2013-06-12 16:00:41 -0700 | [diff] [blame] | 5119 | |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 5120 | * Neither the name of Intel Corporation nor the names of its contributors |
| 5121 | * may be used to endorse or promote products derived from this software |
| 5122 | * without specific prior written permission. |
Elliott Hughes | 2815b1d | 2013-06-12 16:00:41 -0700 | [diff] [blame] | 5123 | |
| 5124 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND |
| 5125 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED |
| 5126 | WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE |
| 5127 | DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR |
| 5128 | ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES |
| 5129 | (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; |
| 5130 | LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON |
| 5131 | ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
| 5132 | (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS |
| 5133 | SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 5134 | |
| 5135 | ------------------------------------------------------------------- |
| 5136 | |
Elliott Hughes | 5c2264a | 2014-09-13 09:42:41 -0700 | [diff] [blame] | 5137 | Copyright (c) 2011 Martin Pieuchot <mpi@openbsd.org> |
| 5138 | |
| 5139 | Permission to use, copy, modify, and distribute this software for any |
| 5140 | purpose with or without fee is hereby granted, provided that the above |
| 5141 | copyright notice and this permission notice appear in all copies. |
| 5142 | |
| 5143 | THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES |
| 5144 | WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF |
| 5145 | MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR |
| 5146 | ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES |
| 5147 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN |
| 5148 | ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF |
| 5149 | OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
| 5150 | |
| 5151 | ------------------------------------------------------------------- |
| 5152 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 5153 | Copyright (c) 2011 The Android Open Source Project |
| 5154 | Copyright (c) 2008 ARM Ltd |
| 5155 | All rights reserved. |
| 5156 | |
| 5157 | Redistribution and use in source and binary forms, with or without |
| 5158 | modification, are permitted provided that the following conditions |
| 5159 | are met: |
| 5160 | 1. Redistributions of source code must retain the above copyright |
| 5161 | notice, this list of conditions and the following disclaimer. |
| 5162 | 2. Redistributions in binary form must reproduce the above copyright |
| 5163 | notice, this list of conditions and the following disclaimer in the |
| 5164 | documentation and/or other materials provided with the distribution. |
| 5165 | 3. The name of the company may not be used to endorse or promote |
| 5166 | products derived from this software without specific prior written |
| 5167 | permission. |
| 5168 | |
| 5169 | THIS SOFTWARE IS PROVIDED BY ARM LTD ``AS IS'' AND ANY EXPRESS OR IMPLIED |
| 5170 | WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF |
| 5171 | MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. |
| 5172 | IN NO EVENT SHALL ARM LTD BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, |
| 5173 | SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED |
| 5174 | TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR |
| 5175 | PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF |
| 5176 | LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING |
| 5177 | NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS |
| 5178 | SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 5179 | |
| 5180 | ------------------------------------------------------------------- |
| 5181 | |
Elliott Hughes | 54a7494 | 2014-01-03 16:40:37 -0800 | [diff] [blame] | 5182 | Copyright (c) 2011, 2012, 2013 Intel Corporation |
| 5183 | All rights reserved. |
| 5184 | |
| 5185 | Redistribution and use in source and binary forms, with or without |
| 5186 | modification, are permitted provided that the following conditions are met: |
| 5187 | |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 5188 | * Redistributions of source code must retain the above copyright notice, |
| 5189 | * this list of conditions and the following disclaimer. |
Elliott Hughes | 54a7494 | 2014-01-03 16:40:37 -0800 | [diff] [blame] | 5190 | |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 5191 | * Redistributions in binary form must reproduce the above copyright notice, |
| 5192 | * this list of conditions and the following disclaimer in the documentation |
| 5193 | * and/or other materials provided with the distribution. |
Elliott Hughes | 54a7494 | 2014-01-03 16:40:37 -0800 | [diff] [blame] | 5194 | |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 5195 | * Neither the name of Intel Corporation nor the names of its contributors |
| 5196 | * may be used to endorse or promote products derived from this software |
| 5197 | * without specific prior written permission. |
Elliott Hughes | 54a7494 | 2014-01-03 16:40:37 -0800 | [diff] [blame] | 5198 | |
| 5199 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND |
| 5200 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED |
| 5201 | WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE |
| 5202 | DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR |
| 5203 | ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES |
| 5204 | (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; |
| 5205 | LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON |
| 5206 | ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
| 5207 | (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS |
| 5208 | SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 5209 | |
| 5210 | ------------------------------------------------------------------- |
| 5211 | |
Elliott Hughes | 2815b1d | 2013-06-12 16:00:41 -0700 | [diff] [blame] | 5212 | Copyright (c) 2011, Intel Corporation |
| 5213 | All rights reserved. |
| 5214 | |
| 5215 | Redistribution and use in source and binary forms, with or without |
| 5216 | modification, are permitted provided that the following conditions are met: |
| 5217 | |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 5218 | * Redistributions of source code must retain the above copyright notice, |
| 5219 | * this list of conditions and the following disclaimer. |
Elliott Hughes | 2815b1d | 2013-06-12 16:00:41 -0700 | [diff] [blame] | 5220 | |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 5221 | * Redistributions in binary form must reproduce the above copyright notice, |
| 5222 | * this list of conditions and the following disclaimer in the documentation |
| 5223 | * and/or other materials provided with the distribution. |
Elliott Hughes | 2815b1d | 2013-06-12 16:00:41 -0700 | [diff] [blame] | 5224 | |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 5225 | * Neither the name of Intel Corporation nor the names of its contributors |
| 5226 | * may be used to endorse or promote products derived from this software |
| 5227 | * without specific prior written permission. |
Elliott Hughes | 2815b1d | 2013-06-12 16:00:41 -0700 | [diff] [blame] | 5228 | |
| 5229 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND |
| 5230 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED |
| 5231 | WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE |
| 5232 | DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR |
| 5233 | ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES |
| 5234 | (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; |
| 5235 | LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON |
| 5236 | ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
| 5237 | (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS |
| 5238 | SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 5239 | |
| 5240 | ------------------------------------------------------------------- |
| 5241 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 5242 | Copyright (c) 2011, VMware, Inc. |
| 5243 | All rights reserved. |
| 5244 | |
| 5245 | Redistribution and use in source and binary forms, with or without |
| 5246 | modification, are permitted provided that the following conditions are met: |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 5247 | * Redistributions of source code must retain the above copyright |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 5248 | notice, this list of conditions and the following disclaimer. |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 5249 | * Redistributions in binary form must reproduce the above copyright |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 5250 | notice, this list of conditions and the following disclaimer in the |
| 5251 | documentation and/or other materials provided with the distribution. |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 5252 | * 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] | 5253 | may be used to endorse or promote products derived from this software |
| 5254 | without specific prior written permission. |
| 5255 | |
| 5256 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" |
| 5257 | AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 5258 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 5259 | ARE DISCLAIMED. IN NO EVENT SHALL VMWARE, INC. OR CONTRIBUTORS BE LIABLE FOR |
| 5260 | ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES |
| 5261 | (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; |
| 5262 | LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND |
| 5263 | ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
| 5264 | (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF |
| 5265 | THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 5266 | |
| 5267 | ------------------------------------------------------------------- |
| 5268 | |
Dan Albert | c30862f | 2016-10-20 11:45:16 -0700 | [diff] [blame] | 5269 | Copyright (c) 2012 Stephen Montgomery-Smith <stephen@FreeBSD.ORG> |
Elliott Hughes | ab52807 | 2018-07-24 00:01:52 +0000 | [diff] [blame] | 5270 | All rights reserved. |
| 5271 | |
| 5272 | Redistribution and use in source and binary forms, with or without |
| 5273 | modification, are permitted provided that the following conditions |
| 5274 | are met: |
| 5275 | 1. Redistributions of source code must retain the above copyright |
| 5276 | notice, this list of conditions and the following disclaimer. |
| 5277 | 2. Redistributions in binary form must reproduce the above copyright |
| 5278 | notice, this list of conditions and the following disclaimer in the |
| 5279 | documentation and/or other materials provided with the distribution. |
| 5280 | |
| 5281 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 5282 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 5283 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 5284 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 5285 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 5286 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 5287 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 5288 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 5289 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 5290 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 5291 | SUCH DAMAGE. |
| 5292 | |
| 5293 | ------------------------------------------------------------------- |
| 5294 | |
| 5295 | Copyright (c) 2012 Stephen Montgomery-Smith <stephen@FreeBSD.ORG> |
Elliott Hughes | 8da8ca4 | 2018-05-08 13:35:33 -0700 | [diff] [blame] | 5296 | Copyright (c) 2017 Mahdi Mokhtari <mmokhi@FreeBSD.org> |
Dan Albert | c30862f | 2016-10-20 11:45:16 -0700 | [diff] [blame] | 5297 | All rights reserved. |
| 5298 | |
| 5299 | Redistribution and use in source and binary forms, with or without |
| 5300 | modification, are permitted provided that the following conditions |
| 5301 | are met: |
| 5302 | 1. Redistributions of source code must retain the above copyright |
| 5303 | notice, this list of conditions and the following disclaimer. |
| 5304 | 2. Redistributions in binary form must reproduce the above copyright |
| 5305 | notice, this list of conditions and the following disclaimer in the |
| 5306 | documentation and/or other materials provided with the distribution. |
| 5307 | |
| 5308 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 5309 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 5310 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 5311 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 5312 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 5313 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 5314 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 5315 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 5316 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 5317 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 5318 | SUCH DAMAGE. |
| 5319 | |
| 5320 | ------------------------------------------------------------------- |
| 5321 | |
Elliott Hughes | 4e54b11 | 2014-03-06 15:06:11 -0800 | [diff] [blame] | 5322 | Copyright (c) 2012, Linaro Limited |
| 5323 | All rights reserved. |
| 5324 | |
| 5325 | Redistribution and use in source and binary forms, with or without |
| 5326 | modification, are permitted provided that the following conditions are met: |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 5327 | * Redistributions of source code must retain the above copyright |
Elliott Hughes | 4e54b11 | 2014-03-06 15:06:11 -0800 | [diff] [blame] | 5328 | notice, this list of conditions and the following disclaimer. |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 5329 | * Redistributions in binary form must reproduce the above copyright |
Elliott Hughes | 4e54b11 | 2014-03-06 15:06:11 -0800 | [diff] [blame] | 5330 | notice, this list of conditions and the following disclaimer in the |
| 5331 | documentation and/or other materials provided with the distribution. |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 5332 | * Neither the name of the Linaro nor the |
Elliott Hughes | 4e54b11 | 2014-03-06 15:06:11 -0800 | [diff] [blame] | 5333 | names of its contributors may be used to endorse or promote products |
| 5334 | derived from this software without specific prior written permission. |
| 5335 | |
| 5336 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS |
| 5337 | "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT |
| 5338 | LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR |
| 5339 | A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT |
| 5340 | HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, |
| 5341 | SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT |
| 5342 | LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, |
| 5343 | DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY |
| 5344 | THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
| 5345 | (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE |
| 5346 | OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 5347 | |
| 5348 | ------------------------------------------------------------------- |
| 5349 | |
Jake Weinstein | 372f19e | 2016-11-17 16:01:25 -0500 | [diff] [blame] | 5350 | Copyright (c) 2012-2013, Linaro Limited |
| 5351 | All rights reserved. |
| 5352 | |
| 5353 | Redistribution and use in source and binary forms, with or without |
| 5354 | modification, are permitted provided that the following conditions are met: |
| 5355 | * Redistributions of source code must retain the above copyright |
| 5356 | notice, this list of conditions and the following disclaimer. |
| 5357 | * Redistributions in binary form must reproduce the above copyright |
| 5358 | notice, this list of conditions and the following disclaimer in the |
| 5359 | documentation and/or other materials provided with the distribution. |
| 5360 | * Neither the name of the Linaro nor the |
| 5361 | names of its contributors may be used to endorse or promote products |
| 5362 | derived from this software without specific prior written permission. |
| 5363 | |
| 5364 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS |
| 5365 | "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT |
| 5366 | LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR |
| 5367 | A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT |
| 5368 | HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, |
| 5369 | SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT |
| 5370 | LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, |
| 5371 | DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY |
| 5372 | THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
| 5373 | (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE |
| 5374 | |
| 5375 | ------------------------------------------------------------------- |
| 5376 | |
Elliott Hughes | 44ead71 | 2015-08-28 20:23:52 -0700 | [diff] [blame] | 5377 | Copyright (c) 2013 |
| 5378 | MIPS Technologies, Inc., California. |
| 5379 | |
| 5380 | Redistribution and use in source and binary forms, with or without |
| 5381 | modification, are permitted provided that the following conditions |
| 5382 | are met: |
| 5383 | 1. Redistributions of source code must retain the above copyright |
| 5384 | notice, this list of conditions and the following disclaimer. |
| 5385 | 2. Redistributions in binary form must reproduce the above copyright |
| 5386 | notice, this list of conditions and the following disclaimer in the |
| 5387 | documentation and/or other materials provided with the distribution. |
| 5388 | 3. Neither the name of the MIPS Technologies, Inc., nor the names of its |
| 5389 | contributors may be used to endorse or promote products derived from |
| 5390 | this software without specific prior written permission. |
| 5391 | |
| 5392 | THIS SOFTWARE IS PROVIDED BY THE MIPS TECHNOLOGIES, INC. ``AS IS'' AND |
| 5393 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 5394 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 5395 | ARE DISCLAIMED. IN NO EVENT SHALL THE MIPS TECHNOLOGIES, INC. BE LIABLE |
| 5396 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 5397 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 5398 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 5399 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 5400 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 5401 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 5402 | SUCH DAMAGE. |
| 5403 | |
| 5404 | ------------------------------------------------------------------- |
| 5405 | |
Elliott Hughes | 0493a6f | 2013-03-07 11:48:58 -0800 | [diff] [blame] | 5406 | Copyright (c) 2013 ARM Ltd |
| 5407 | All rights reserved. |
| 5408 | |
| 5409 | Redistribution and use in source and binary forms, with or without |
| 5410 | modification, are permitted provided that the following conditions |
| 5411 | are met: |
| 5412 | 1. Redistributions of source code must retain the above copyright |
| 5413 | notice, this list of conditions and the following disclaimer. |
| 5414 | 2. Redistributions in binary form must reproduce the above copyright |
| 5415 | notice, this list of conditions and the following disclaimer in the |
| 5416 | documentation and/or other materials provided with the distribution. |
| 5417 | 3. The name of the company may not be used to endorse or promote |
| 5418 | products derived from this software without specific prior written |
| 5419 | permission. |
| 5420 | |
| 5421 | THIS SOFTWARE IS PROVIDED BY ARM LTD ``AS IS'' AND ANY EXPRESS OR IMPLIED |
| 5422 | WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF |
| 5423 | MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. |
| 5424 | IN NO EVENT SHALL ARM LTD BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, |
| 5425 | SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED |
| 5426 | TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR |
| 5427 | PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF |
| 5428 | LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING |
| 5429 | NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS |
| 5430 | SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 5431 | |
| 5432 | ------------------------------------------------------------------- |
| 5433 | |
Elliott Hughes | 4e54b11 | 2014-03-06 15:06:11 -0800 | [diff] [blame] | 5434 | Copyright (c) 2013 Antoine Jacoutot <ajacoutot@openbsd.org> |
| 5435 | |
| 5436 | Permission to use, copy, modify, and distribute this software for any |
| 5437 | purpose with or without fee is hereby granted, provided that the above |
| 5438 | copyright notice and this permission notice appear in all copies. |
| 5439 | |
| 5440 | THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES |
| 5441 | WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF |
| 5442 | MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR |
| 5443 | ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES |
| 5444 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN |
| 5445 | ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF |
| 5446 | OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
| 5447 | |
| 5448 | ------------------------------------------------------------------- |
| 5449 | |
Elliott Hughes | ab52807 | 2018-07-24 00:01:52 +0000 | [diff] [blame] | 5450 | Copyright (c) 2013 Bruce D. Evans |
| 5451 | All rights reserved. |
| 5452 | |
| 5453 | Redistribution and use in source and binary forms, with or without |
| 5454 | modification, are permitted provided that the following conditions |
| 5455 | are met: |
| 5456 | 1. Redistributions of source code must retain the above copyright |
| 5457 | notice unmodified, this list of conditions, and the following |
| 5458 | disclaimer. |
| 5459 | 2. Redistributions in binary form must reproduce the above copyright |
| 5460 | notice, this list of conditions and the following disclaimer in the |
| 5461 | documentation and/or other materials provided with the distribution. |
| 5462 | |
| 5463 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR |
| 5464 | IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES |
| 5465 | OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. |
| 5466 | IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, |
| 5467 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT |
| 5468 | NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, |
| 5469 | DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY |
| 5470 | THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
| 5471 | (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF |
| 5472 | THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 5473 | |
| 5474 | ------------------------------------------------------------------- |
| 5475 | |
Elliott Hughes | 6b2b585 | 2014-12-18 16:27:30 -0800 | [diff] [blame] | 5476 | Copyright (c) 2013 The NetBSD Foundation, Inc. |
| 5477 | All rights reserved. |
Will Newton | 2753e12 | 2013-07-03 09:44:30 +0100 | [diff] [blame] | 5478 | |
Elliott Hughes | 6b2b585 | 2014-12-18 16:27:30 -0800 | [diff] [blame] | 5479 | This code is derived from software contributed to The NetBSD Foundation |
| 5480 | by Christos Zoulas. |
Will Newton | 2753e12 | 2013-07-03 09:44:30 +0100 | [diff] [blame] | 5481 | |
Elliott Hughes | 6b2b585 | 2014-12-18 16:27:30 -0800 | [diff] [blame] | 5482 | Redistribution and use in source and binary forms, with or without |
| 5483 | modification, are permitted provided that the following conditions |
| 5484 | are met: |
| 5485 | 1. Redistributions of source code must retain the above copyright |
| 5486 | notice, this list of conditions and the following disclaimer. |
| 5487 | 2. Redistributions in binary form must reproduce the above copyright |
| 5488 | notice, this list of conditions and the following disclaimer in the |
| 5489 | documentation and/or other materials provided with the distribution. |
Will Newton | 2753e12 | 2013-07-03 09:44:30 +0100 | [diff] [blame] | 5490 | |
Elliott Hughes | 6b2b585 | 2014-12-18 16:27:30 -0800 | [diff] [blame] | 5491 | THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS |
| 5492 | ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED |
| 5493 | TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR |
| 5494 | PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS |
| 5495 | BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR |
| 5496 | CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF |
| 5497 | SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS |
| 5498 | INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN |
| 5499 | CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) |
| 5500 | ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE |
| 5501 | POSSIBILITY OF SUCH DAMAGE. |
Will Newton | 2753e12 | 2013-07-03 09:44:30 +0100 | [diff] [blame] | 5502 | |
| 5503 | ------------------------------------------------------------------- |
| 5504 | |
Jake Weinstein | 372f19e | 2016-11-17 16:01:25 -0500 | [diff] [blame] | 5505 | Copyright (c) 2013, Linaro Limited |
| 5506 | All rights reserved. |
| 5507 | |
| 5508 | Redistribution and use in source and binary forms, with or without |
| 5509 | modification, are permitted provided that the following conditions are met: |
| 5510 | * Redistributions of source code must retain the above copyright |
| 5511 | notice, this list of conditions and the following disclaimer. |
| 5512 | * Redistributions in binary form must reproduce the above copyright |
| 5513 | notice, this list of conditions and the following disclaimer in the |
| 5514 | documentation and/or other materials provided with the distribution. |
| 5515 | * Neither the name of the Linaro nor the |
| 5516 | names of its contributors may be used to endorse or promote products |
| 5517 | derived from this software without specific prior written permission. |
| 5518 | |
| 5519 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS |
| 5520 | "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT |
| 5521 | LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR |
| 5522 | A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT |
| 5523 | HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, |
| 5524 | SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT |
| 5525 | LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, |
| 5526 | DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY |
| 5527 | THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
| 5528 | (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE |
| 5529 | |
| 5530 | ------------------------------------------------------------------- |
| 5531 | |
Dan Albert | c30862f | 2016-10-20 11:45:16 -0700 | [diff] [blame] | 5532 | Copyright (c) 2013-2014, NVIDIA Corporation. All rights reserved. |
| 5533 | Johnny Qiu <joqiu@nvidia.com> |
| 5534 | Shu Zhang <chazhang@nvidia.com> |
| 5535 | |
| 5536 | Redistribution and use in source and binary forms, with or without |
| 5537 | modification, are permitted provided that the following conditions are |
| 5538 | met: |
| 5539 | * Redistributions of source code must retain the above copyright |
| 5540 | notice, this list of conditions and the following disclaimer. |
| 5541 | * Redistributions in binary form must reproduce the above |
| 5542 | copyright notice, this list of conditions and the following |
| 5543 | disclaimer in the documentation and/or other materials provided |
| 5544 | with the distribution. |
| 5545 | * Neither the name of The Linux Foundation nor the names of its |
| 5546 | contributors may be used to endorse or promote products derived |
| 5547 | from this software without specific prior written permission. |
| 5548 | |
| 5549 | THIS SOFTWARE IS PROVIDED "AS IS" AND ANY EXPRESS OR IMPLIED |
| 5550 | WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF |
| 5551 | MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT |
| 5552 | ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS |
| 5553 | BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR |
| 5554 | CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF |
| 5555 | SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR |
| 5556 | BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, |
| 5557 | WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE |
| 5558 | OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN |
| 5559 | IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 5560 | |
| 5561 | ------------------------------------------------------------------- |
| 5562 | |
Jake Weinstein | 372f19e | 2016-11-17 16:01:25 -0500 | [diff] [blame] | 5563 | Copyright (c) 2013-2015, Linaro Limited |
| 5564 | All rights reserved. |
| 5565 | |
| 5566 | Redistribution and use in source and binary forms, with or without |
| 5567 | modification, are permitted provided that the following conditions are met: |
| 5568 | * Redistributions of source code must retain the above copyright |
| 5569 | notice, this list of conditions and the following disclaimer. |
| 5570 | * Redistributions in binary form must reproduce the above copyright |
| 5571 | notice, this list of conditions and the following disclaimer in the |
| 5572 | documentation and/or other materials provided with the distribution. |
| 5573 | * Neither the name of the Linaro nor the |
| 5574 | names of its contributors may be used to endorse or promote products |
| 5575 | derived from this software without specific prior written permission. |
| 5576 | |
| 5577 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS |
| 5578 | "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT |
| 5579 | LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR |
| 5580 | A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT |
| 5581 | HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, |
| 5582 | SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT |
| 5583 | LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, |
| 5584 | DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY |
| 5585 | THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
| 5586 | (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE |
| 5587 | |
| 5588 | ------------------------------------------------------------------- |
| 5589 | |
Elliott Hughes | 1558138 | 2014-07-07 15:42:06 -0700 | [diff] [blame] | 5590 | Copyright (c) 2014, Intel Corporation |
| 5591 | All rights reserved. |
| 5592 | |
| 5593 | Redistribution and use in source and binary forms, with or without |
| 5594 | modification, are permitted provided that the following conditions are met: |
| 5595 | |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 5596 | * Redistributions of source code must retain the above copyright notice, |
| 5597 | * this list of conditions and the following disclaimer. |
Elliott Hughes | 1558138 | 2014-07-07 15:42:06 -0700 | [diff] [blame] | 5598 | |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 5599 | * Redistributions in binary form must reproduce the above copyright notice, |
| 5600 | * this list of conditions and the following disclaimer in the documentation |
| 5601 | * and/or other materials provided with the distribution. |
Elliott Hughes | 1558138 | 2014-07-07 15:42:06 -0700 | [diff] [blame] | 5602 | |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 5603 | * Neither the name of Intel Corporation nor the names of its contributors |
| 5604 | * may be used to endorse or promote products derived from this software |
| 5605 | * without specific prior written permission. |
Elliott Hughes | 1558138 | 2014-07-07 15:42:06 -0700 | [diff] [blame] | 5606 | |
| 5607 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND |
| 5608 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED |
| 5609 | WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE |
| 5610 | DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR |
| 5611 | ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES |
| 5612 | (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; |
| 5613 | LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON |
| 5614 | ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
| 5615 | (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS |
| 5616 | SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 5617 | |
| 5618 | ------------------------------------------------------------------- |
| 5619 | |
Elliott Hughes | 4e54b11 | 2014-03-06 15:06:11 -0800 | [diff] [blame] | 5620 | Copyright (c) 2014, Linaro Limited |
| 5621 | All rights reserved. |
| 5622 | |
| 5623 | Redistribution and use in source and binary forms, with or without |
| 5624 | modification, are permitted provided that the following conditions are met: |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 5625 | * Redistributions of source code must retain the above copyright |
Elliott Hughes | 4e54b11 | 2014-03-06 15:06:11 -0800 | [diff] [blame] | 5626 | notice, this list of conditions and the following disclaimer. |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 5627 | * Redistributions in binary form must reproduce the above copyright |
Elliott Hughes | 4e54b11 | 2014-03-06 15:06:11 -0800 | [diff] [blame] | 5628 | notice, this list of conditions and the following disclaimer in the |
| 5629 | documentation and/or other materials provided with the distribution. |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 5630 | * Neither the name of the Linaro nor the |
Elliott Hughes | 4e54b11 | 2014-03-06 15:06:11 -0800 | [diff] [blame] | 5631 | names of its contributors may be used to endorse or promote products |
| 5632 | derived from this software without specific prior written permission. |
| 5633 | |
| 5634 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS |
| 5635 | "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT |
| 5636 | LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR |
| 5637 | A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT |
| 5638 | HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, |
| 5639 | SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT |
| 5640 | LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, |
| 5641 | DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY |
| 5642 | THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
| 5643 | (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE |
| 5644 | OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 5645 | |
| 5646 | ------------------------------------------------------------------- |
| 5647 | |
Jake Weinstein | 372f19e | 2016-11-17 16:01:25 -0500 | [diff] [blame] | 5648 | Copyright (c) 2015 ARM Ltd |
| 5649 | All rights reserved. |
| 5650 | |
| 5651 | Redistribution and use in source and binary forms, with or without |
| 5652 | modification, are permitted provided that the following conditions |
| 5653 | are met: |
| 5654 | 1. Redistributions of source code must retain the above copyright |
| 5655 | notice, this list of conditions and the following disclaimer. |
| 5656 | 2. Redistributions in binary form must reproduce the above copyright |
| 5657 | notice, this list of conditions and the following disclaimer in the |
| 5658 | documentation and/or other materials provided with the distribution. |
| 5659 | 3. The name of the company may not be used to endorse or promote |
| 5660 | products derived from this software without specific prior written |
| 5661 | permission. |
| 5662 | |
| 5663 | THIS SOFTWARE IS PROVIDED BY ARM LTD ``AS IS'' AND ANY EXPRESS OR IMPLIED |
| 5664 | WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF |
| 5665 | MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. |
| 5666 | IN NO EVENT SHALL ARM LTD BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, |
| 5667 | SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED |
| 5668 | TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR |
| 5669 | PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF |
| 5670 | LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING |
| 5671 | NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS |
| 5672 | SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 5673 | |
| 5674 | ------------------------------------------------------------------- |
| 5675 | |
Elliott Hughes | b4931ce | 2016-02-08 17:00:12 -0800 | [diff] [blame] | 5676 | Copyright (c) 2015 Joerg Sonnenberger <joerg@NetBSD.org>. |
| 5677 | All rights reserved. |
| 5678 | |
| 5679 | Redistribution and use in source and binary forms, with or without |
| 5680 | modification, are permitted provided that the following conditions |
| 5681 | are met: |
| 5682 | |
| 5683 | 1. Redistributions of source code must retain the above copyright |
| 5684 | notice, this list of conditions and the following disclaimer. |
| 5685 | 2. Redistributions in binary form must reproduce the above copyright |
| 5686 | notice, this list of conditions and the following disclaimer in |
| 5687 | the documentation and/or other materials provided with the |
| 5688 | distribution. |
| 5689 | |
| 5690 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS |
| 5691 | ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT |
| 5692 | LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS |
| 5693 | FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE |
| 5694 | COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, |
| 5695 | INCIDENTAL, SPECIAL, EXEMPLARY OR CONSEQUENTIAL DAMAGES (INCLUDING, |
| 5696 | BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; |
| 5697 | LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED |
| 5698 | AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, |
| 5699 | OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT |
| 5700 | OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 5701 | SUCH DAMAGE. |
| 5702 | |
| 5703 | ------------------------------------------------------------------- |
| 5704 | |
Elliott Hughes | 5702c6f | 2017-08-31 17:27:05 -0700 | [diff] [blame] | 5705 | Copyright (c) 2015 Nuxi, https://nuxi.nl/ |
| 5706 | |
| 5707 | Redistribution and use in source and binary forms, with or without |
| 5708 | modification, are permitted provided that the following conditions |
| 5709 | are met: |
| 5710 | 1. Redistributions of source code must retain the above copyright |
| 5711 | notice, this list of conditions and the following disclaimer. |
| 5712 | 2. Redistributions in binary form must reproduce the above copyright |
| 5713 | notice, this list of conditions and the following disclaimer in the |
| 5714 | documentation and/or other materials provided with the distribution. |
| 5715 | |
| 5716 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 5717 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 5718 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 5719 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 5720 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 5721 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 5722 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 5723 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 5724 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 5725 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 5726 | SUCH DAMAGE. |
| 5727 | |
| 5728 | ------------------------------------------------------------------- |
| 5729 | |
Sebastian Pop | ed9bfc4 | 2017-06-19 12:39:02 -0500 | [diff] [blame] | 5730 | Copyright (c) 2017 ARM Ltd |
| 5731 | All rights reserved. |
| 5732 | |
| 5733 | Redistribution and use in source and binary forms, with or without |
| 5734 | modification, are permitted provided that the following conditions |
| 5735 | are met: |
| 5736 | 1. Redistributions of source code must retain the above copyright |
| 5737 | notice, this list of conditions and the following disclaimer. |
| 5738 | 2. Redistributions in binary form must reproduce the above copyright |
| 5739 | notice, this list of conditions and the following disclaimer in the |
| 5740 | documentation and/or other materials provided with the distribution. |
| 5741 | 3. The name of the company may not be used to endorse or promote |
| 5742 | products derived from this software without specific prior written |
| 5743 | permission. |
| 5744 | |
| 5745 | THIS SOFTWARE IS PROVIDED BY ARM LTD ``AS IS'' AND ANY EXPRESS OR IMPLIED |
| 5746 | WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF |
| 5747 | MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. |
| 5748 | IN NO EVENT SHALL ARM LTD BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, |
| 5749 | SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED |
| 5750 | TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR |
| 5751 | PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF |
| 5752 | LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING |
| 5753 | NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS |
| 5754 | SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 5755 | |
| 5756 | ------------------------------------------------------------------- |
| 5757 | |
Prashant Patil | fcb877a | 2017-03-16 18:07:00 +0530 | [diff] [blame] | 5758 | Copyright (c) 2017 Imagination Technologies. |
| 5759 | |
| 5760 | All rights reserved. |
| 5761 | |
| 5762 | Redistribution and use in source and binary forms, with or without |
| 5763 | modification, are permitted provided that the following conditions |
| 5764 | are met: |
| 5765 | |
| 5766 | * Redistributions of source code must retain the above copyright |
| 5767 | notice, this list of conditions and the following disclaimer. |
| 5768 | * Redistributions in binary form must reproduce the above copyright |
| 5769 | notice, this list of conditions and the following disclaimer |
| 5770 | in the documentation and/or other materials provided with |
| 5771 | the distribution. |
| 5772 | * Neither the name of Imagination Technologies nor the names of its |
| 5773 | contributors may be used to endorse or promote products derived |
| 5774 | from this software without specific prior written permission. |
| 5775 | |
| 5776 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS |
| 5777 | "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT |
| 5778 | LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR |
| 5779 | A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT |
| 5780 | OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, |
| 5781 | SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT |
| 5782 | LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, |
| 5783 | DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY |
| 5784 | THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
| 5785 | (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE |
| 5786 | OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 5787 | |
| 5788 | ------------------------------------------------------------------- |
| 5789 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 5790 | Copyright (c)1999 Citrus Project, |
| 5791 | All rights reserved. |
| 5792 | |
| 5793 | Redistribution and use in source and binary forms, with or without |
| 5794 | modification, are permitted provided that the following conditions |
| 5795 | are met: |
| 5796 | 1. Redistributions of source code must retain the above copyright |
| 5797 | notice, this list of conditions and the following disclaimer. |
| 5798 | 2. Redistributions in binary form must reproduce the above copyright |
| 5799 | notice, this list of conditions and the following disclaimer in the |
| 5800 | documentation and/or other materials provided with the distribution. |
| 5801 | |
| 5802 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 5803 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 5804 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 5805 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 5806 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 5807 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 5808 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 5809 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 5810 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 5811 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 5812 | SUCH DAMAGE. |
| 5813 | |
| 5814 | ------------------------------------------------------------------- |
| 5815 | |
| 5816 | Copyright (c)2001 Citrus Project, |
| 5817 | All rights reserved. |
| 5818 | |
| 5819 | Redistribution and use in source and binary forms, with or without |
| 5820 | modification, are permitted provided that the following conditions |
| 5821 | are met: |
| 5822 | 1. Redistributions of source code must retain the above copyright |
| 5823 | notice, this list of conditions and the following disclaimer. |
| 5824 | 2. Redistributions in binary form must reproduce the above copyright |
| 5825 | notice, this list of conditions and the following disclaimer in the |
| 5826 | documentation and/or other materials provided with the distribution. |
| 5827 | |
| 5828 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 5829 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 5830 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 5831 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 5832 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 5833 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 5834 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 5835 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 5836 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 5837 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 5838 | SUCH DAMAGE. |
| 5839 | |
| 5840 | ------------------------------------------------------------------- |
| 5841 | |
Elliott Hughes | acbe322 | 2014-04-16 17:01:12 -0700 | [diff] [blame] | 5842 | Copyright (c)2003 Citrus Project, |
| 5843 | All rights reserved. |
| 5844 | |
| 5845 | Redistribution and use in source and binary forms, with or without |
| 5846 | modification, are permitted provided that the following conditions |
| 5847 | are met: |
| 5848 | 1. Redistributions of source code must retain the above copyright |
| 5849 | notice, this list of conditions and the following disclaimer. |
| 5850 | 2. Redistributions in binary form must reproduce the above copyright |
| 5851 | notice, this list of conditions and the following disclaimer in the |
| 5852 | documentation and/or other materials provided with the distribution. |
| 5853 | |
| 5854 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 5855 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 5856 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 5857 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 5858 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 5859 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 5860 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 5861 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 5862 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 5863 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 5864 | SUCH DAMAGE. |
| 5865 | |
| 5866 | ------------------------------------------------------------------- |
| 5867 | |
Elliott Hughes | 77a3e28 | 2016-08-08 12:39:56 -0700 | [diff] [blame] | 5868 | Copyright 1989 The Regents of the University of California. |
| 5869 | All rights reserved. |
| 5870 | |
| 5871 | Redistribution and use in source and binary forms, with or without |
| 5872 | modification, are permitted provided that the following conditions |
| 5873 | are met: |
| 5874 | 1. Redistributions of source code must retain the above copyright |
| 5875 | notice, this list of conditions and the following disclaimer. |
| 5876 | 2. Redistributions in binary form must reproduce the above copyright |
| 5877 | notice, this list of conditions and the following disclaimer in the |
| 5878 | documentation and/or other materials provided with the distribution. |
| 5879 | 3. Neither the name of the University nor the names of its contributors |
| 5880 | may be used to endorse or promote products derived from this software |
| 5881 | without specific prior written permission. |
| 5882 | |
| 5883 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS "AS IS" AND |
| 5884 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 5885 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 5886 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 5887 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 5888 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 5889 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 5890 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 5891 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 5892 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 5893 | |
| 5894 | ------------------------------------------------------------------- |
| 5895 | |
Elliott Hughes | 5c2264a | 2014-09-13 09:42:41 -0700 | [diff] [blame] | 5896 | Copyright 1997 Niels Provos <provos@physnet.uni-hamburg.de> |
| 5897 | Copyright 2008 Damien Miller <djm@openbsd.org> |
| 5898 | All rights reserved. |
| 5899 | |
| 5900 | Theo de Raadt <deraadt@openbsd.org> came up with the idea of using |
| 5901 | such a mathematical system to generate more random (yet non-repeating) |
| 5902 | ids to solve the resolver/named problem. But Niels designed the |
| 5903 | actual system based on the constraints. |
| 5904 | |
| 5905 | Later modified by Damien Miller to wrap the LCG output in a 15-bit |
| 5906 | permutation generator based on a Luby-Rackoff block cipher. This |
| 5907 | ensures the output is non-repeating and preserves the MSB twiddle |
| 5908 | trick, but makes it more resistant to LCG prediction. |
| 5909 | |
| 5910 | Redistribution and use in source and binary forms, with or without |
| 5911 | modification, are permitted provided that the following conditions |
| 5912 | are met: |
| 5913 | 1. Redistributions of source code must retain the above copyright |
| 5914 | notice, this list of conditions and the following disclaimer. |
| 5915 | 2. Redistributions in binary form must reproduce the above copyright |
| 5916 | notice, this list of conditions and the following disclaimer in the |
| 5917 | documentation and/or other materials provided with the distribution. |
| 5918 | |
| 5919 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR |
| 5920 | IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES |
| 5921 | OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. |
| 5922 | IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, |
| 5923 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT |
| 5924 | NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, |
| 5925 | DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY |
| 5926 | THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
| 5927 | (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF |
| 5928 | THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 5929 | |
| 5930 | ------------------------------------------------------------------- |
| 5931 | |
Dan Albert | c30862f | 2016-10-20 11:45:16 -0700 | [diff] [blame] | 5932 | From: @(#)s_ilogb.c 5.1 93/09/24 |
| 5933 | ==================================================== |
| 5934 | Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved. |
| 5935 | |
| 5936 | Developed at SunPro, a Sun Microsystems, Inc. business. |
| 5937 | Permission to use, copy, modify, and distribute this |
| 5938 | software is freely granted, provided that this notice |
| 5939 | is preserved. |
| 5940 | |
| 5941 | ------------------------------------------------------------------- |
| 5942 | |
Calin Juravle | c4fbf92 | 2014-03-10 11:23:52 +0000 | [diff] [blame] | 5943 | Portions Copyright (C) 2004, 2005, 2008, 2009 Internet Systems Consortium, Inc. ("ISC") |
| 5944 | Portions Copyright (C) 1996-2003 Internet Software Consortium. |
| 5945 | |
| 5946 | Permission to use, copy, modify, and/or distribute this software for any |
| 5947 | purpose with or without fee is hereby granted, provided that the above |
| 5948 | copyright notice and this permission notice appear in all copies. |
| 5949 | |
| 5950 | THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH |
| 5951 | REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY |
| 5952 | AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT, |
| 5953 | INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM |
| 5954 | LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE |
| 5955 | OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR |
| 5956 | PERFORMANCE OF THIS SOFTWARE. |
| 5957 | |
| 5958 | ------------------------------------------------------------------- |
| 5959 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 5960 | Portions Copyright (c) 1993 by Digital Equipment Corporation. |
| 5961 | |
| 5962 | Permission to use, copy, modify, and distribute this software for any |
| 5963 | purpose with or without fee is hereby granted, provided that the above |
| 5964 | copyright notice and this permission notice appear in all copies, and that |
| 5965 | the name of Digital Equipment Corporation not be used in advertising or |
| 5966 | publicity pertaining to distribution of the document or software without |
| 5967 | specific, written prior permission. |
| 5968 | |
| 5969 | THE SOFTWARE IS PROVIDED "AS IS" AND DIGITAL EQUIPMENT CORP. DISCLAIMS ALL |
| 5970 | WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES |
| 5971 | OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL DIGITAL EQUIPMENT |
| 5972 | CORPORATION BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL |
| 5973 | DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR |
| 5974 | PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS |
| 5975 | ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS |
| 5976 | SOFTWARE. |
| 5977 | |
| 5978 | ------------------------------------------------------------------- |
| 5979 | |
| 5980 | Portions Copyright (c) 1995 by International Business Machines, Inc. |
| 5981 | |
| 5982 | International Business Machines, Inc. (hereinafter called IBM) grants |
| 5983 | permission under its copyrights to use, copy, modify, and distribute this |
| 5984 | Software with or without fee, provided that the above copyright notice and |
| 5985 | all paragraphs of this notice appear in all copies, and that the name of IBM |
| 5986 | not be used in connection with the marketing of any product incorporating |
| 5987 | the Software or modifications thereof, without specific, written prior |
| 5988 | permission. |
| 5989 | |
| 5990 | To the extent it has a right to do so, IBM grants an immunity from suit |
| 5991 | under its patents, if any, for the use, sale or manufacture of products to |
| 5992 | the extent that such products are used for performing Domain Name System |
| 5993 | dynamic updates in TCP/IP networks by means of the Software. No immunity is |
| 5994 | granted for any product per se or for any other function of any product. |
| 5995 | |
| 5996 | THE SOFTWARE IS PROVIDED "AS IS", AND IBM DISCLAIMS ALL WARRANTIES, |
| 5997 | INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A |
| 5998 | PARTICULAR PURPOSE. IN NO EVENT SHALL IBM BE LIABLE FOR ANY SPECIAL, |
| 5999 | DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER ARISING |
| 6000 | OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE, EVEN |
| 6001 | IF IBM IS APPRISED OF THE POSSIBILITY OF SUCH DAMAGES. |
| 6002 | |
| 6003 | ------------------------------------------------------------------- |
| 6004 | |
| 6005 | Portions Copyright(C) 1995, Jason Downs. All rights reserved. |
| 6006 | |
| 6007 | Redistribution and use in source and binary forms, with or without |
| 6008 | modification, are permitted provided that the following conditions |
| 6009 | are met: |
| 6010 | 1. Redistributions of source code must retain the above copyright |
| 6011 | notice, this list of conditions and the following disclaimer. |
| 6012 | 2. Redistributions in binary form must reproduce the above copyright |
| 6013 | notice, this list of conditions and the following disclaimer in the |
| 6014 | documentation and/or other materials provided with the distribution. |
| 6015 | |
| 6016 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR(S) ``AS IS'' AND ANY EXPRESS |
| 6017 | OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED |
| 6018 | WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE |
| 6019 | DISCLAIMED. IN NO EVENT SHALL THE AUTHOR(S) BE LIABLE FOR ANY DIRECT, |
| 6020 | INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES |
| 6021 | (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR |
| 6022 | SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER |
| 6023 | CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 6024 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 6025 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 6026 | SUCH DAMAGE. |
| 6027 | |
| 6028 | ------------------------------------------------------------------- |
| 6029 | |
| 6030 | The author of this software is David M. Gay. |
| 6031 | |
Elliott Hughes | acbe322 | 2014-04-16 17:01:12 -0700 | [diff] [blame] | 6032 | Copyright (C) 1998 by Lucent Technologies |
| 6033 | All Rights Reserved |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 6034 | |
Elliott Hughes | acbe322 | 2014-04-16 17:01:12 -0700 | [diff] [blame] | 6035 | Permission to use, copy, modify, and distribute this software and |
| 6036 | its documentation for any purpose and without fee is hereby |
| 6037 | granted, provided that the above copyright notice appear in all |
| 6038 | copies and that both that the copyright notice and this |
| 6039 | permission notice and warranty disclaimer appear in supporting |
| 6040 | documentation, and that the name of Lucent or any of its entities |
| 6041 | not be used in advertising or publicity pertaining to |
| 6042 | distribution of the software without specific, written prior |
| 6043 | permission. |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 6044 | |
Elliott Hughes | acbe322 | 2014-04-16 17:01:12 -0700 | [diff] [blame] | 6045 | LUCENT DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, |
| 6046 | INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. |
| 6047 | IN NO EVENT SHALL LUCENT OR ANY OF ITS ENTITIES BE LIABLE FOR ANY |
| 6048 | SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES |
| 6049 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER |
| 6050 | IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, |
| 6051 | ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF |
| 6052 | THIS SOFTWARE. |
| 6053 | |
| 6054 | ------------------------------------------------------------------- |
| 6055 | |
| 6056 | The author of this software is David M. Gay. |
| 6057 | |
| 6058 | Copyright (C) 1998, 1999 by Lucent Technologies |
| 6059 | All Rights Reserved |
| 6060 | |
| 6061 | Permission to use, copy, modify, and distribute this software and |
| 6062 | its documentation for any purpose and without fee is hereby |
| 6063 | granted, provided that the above copyright notice appear in all |
| 6064 | copies and that both that the copyright notice and this |
| 6065 | permission notice and warranty disclaimer appear in supporting |
| 6066 | documentation, and that the name of Lucent or any of its entities |
| 6067 | not be used in advertising or publicity pertaining to |
| 6068 | distribution of the software without specific, written prior |
| 6069 | permission. |
| 6070 | |
| 6071 | LUCENT DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, |
| 6072 | INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. |
| 6073 | IN NO EVENT SHALL LUCENT OR ANY OF ITS ENTITIES BE LIABLE FOR ANY |
| 6074 | SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES |
| 6075 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER |
| 6076 | IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, |
| 6077 | ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF |
| 6078 | THIS SOFTWARE. |
| 6079 | |
| 6080 | ------------------------------------------------------------------- |
| 6081 | |
| 6082 | The author of this software is David M. Gay. |
| 6083 | |
| 6084 | Copyright (C) 1998, 2000 by Lucent Technologies |
| 6085 | All Rights Reserved |
| 6086 | |
| 6087 | Permission to use, copy, modify, and distribute this software and |
| 6088 | its documentation for any purpose and without fee is hereby |
| 6089 | granted, provided that the above copyright notice appear in all |
| 6090 | copies and that both that the copyright notice and this |
| 6091 | permission notice and warranty disclaimer appear in supporting |
| 6092 | documentation, and that the name of Lucent or any of its entities |
| 6093 | not be used in advertising or publicity pertaining to |
| 6094 | distribution of the software without specific, written prior |
| 6095 | permission. |
| 6096 | |
| 6097 | LUCENT DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, |
| 6098 | INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. |
| 6099 | IN NO EVENT SHALL LUCENT OR ANY OF ITS ENTITIES BE LIABLE FOR ANY |
| 6100 | SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES |
| 6101 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER |
| 6102 | IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, |
| 6103 | ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF |
| 6104 | THIS SOFTWARE. |
| 6105 | |
| 6106 | ------------------------------------------------------------------- |
| 6107 | |
| 6108 | The author of this software is David M. Gay. |
| 6109 | |
| 6110 | Copyright (C) 1998-2000 by Lucent Technologies |
| 6111 | All Rights Reserved |
| 6112 | |
| 6113 | Permission to use, copy, modify, and distribute this software and |
| 6114 | its documentation for any purpose and without fee is hereby |
| 6115 | granted, provided that the above copyright notice appear in all |
| 6116 | copies and that both that the copyright notice and this |
| 6117 | permission notice and warranty disclaimer appear in supporting |
| 6118 | documentation, and that the name of Lucent or any of its entities |
| 6119 | not be used in advertising or publicity pertaining to |
| 6120 | distribution of the software without specific, written prior |
| 6121 | permission. |
| 6122 | |
| 6123 | LUCENT DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, |
| 6124 | INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. |
| 6125 | IN NO EVENT SHALL LUCENT OR ANY OF ITS ENTITIES BE LIABLE FOR ANY |
| 6126 | SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES |
| 6127 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER |
| 6128 | IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, |
| 6129 | ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF |
| 6130 | THIS SOFTWARE. |
| 6131 | |
| 6132 | ------------------------------------------------------------------- |
| 6133 | |
| 6134 | The author of this software is David M. Gay. |
| 6135 | |
| 6136 | Copyright (C) 1998-2001 by Lucent Technologies |
| 6137 | All Rights Reserved |
| 6138 | |
| 6139 | Permission to use, copy, modify, and distribute this software and |
| 6140 | its documentation for any purpose and without fee is hereby |
| 6141 | granted, provided that the above copyright notice appear in all |
| 6142 | copies and that both that the copyright notice and this |
| 6143 | permission notice and warranty disclaimer appear in supporting |
| 6144 | documentation, and that the name of Lucent or any of its entities |
| 6145 | not be used in advertising or publicity pertaining to |
| 6146 | distribution of the software without specific, written prior |
| 6147 | permission. |
| 6148 | |
| 6149 | LUCENT DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, |
| 6150 | INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. |
| 6151 | IN NO EVENT SHALL LUCENT OR ANY OF ITS ENTITIES BE LIABLE FOR ANY |
| 6152 | SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES |
| 6153 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER |
| 6154 | IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, |
| 6155 | ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF |
| 6156 | THIS SOFTWARE. |
| 6157 | |
| 6158 | ------------------------------------------------------------------- |
| 6159 | |
| 6160 | The author of this software is David M. Gay. |
| 6161 | |
| 6162 | Copyright (C) 2000 by Lucent Technologies |
| 6163 | All Rights Reserved |
| 6164 | |
| 6165 | Permission to use, copy, modify, and distribute this software and |
| 6166 | its documentation for any purpose and without fee is hereby |
| 6167 | granted, provided that the above copyright notice appear in all |
| 6168 | copies and that both that the copyright notice and this |
| 6169 | permission notice and warranty disclaimer appear in supporting |
| 6170 | documentation, and that the name of Lucent or any of its entities |
| 6171 | not be used in advertising or publicity pertaining to |
| 6172 | distribution of the software without specific, written prior |
| 6173 | permission. |
| 6174 | |
| 6175 | LUCENT DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, |
| 6176 | INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. |
| 6177 | IN NO EVENT SHALL LUCENT OR ANY OF ITS ENTITIES BE LIABLE FOR ANY |
| 6178 | SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES |
| 6179 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER |
| 6180 | IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, |
| 6181 | ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF |
| 6182 | THIS SOFTWARE. |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 6183 | |
| 6184 | ------------------------------------------------------------------- |
| 6185 | |