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