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