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