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