Jake Weinstein | 28285f5 | 2017-05-04 12:08:39 -0400 | [diff] [blame] | 1 | Copyright (c) 2014, ARM Limited |
| 2 | All rights Reserved. |
| 3 | Copyright (c) 2014, Linaro Ltd. |
Elliott Hughes | 1558138 | 2014-07-07 15:42:06 -0700 | [diff] [blame] | 4 | |
| 5 | Redistribution and use in source and binary forms, with or without |
| 6 | modification, are permitted provided that the following conditions are met: |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 7 | * Redistributions of source code must retain the above copyright |
Elliott Hughes | 1558138 | 2014-07-07 15:42:06 -0700 | [diff] [blame] | 8 | notice, this list of conditions and the following disclaimer. |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 9 | * Redistributions in binary form must reproduce the above copyright |
Elliott Hughes | 1558138 | 2014-07-07 15:42:06 -0700 | [diff] [blame] | 10 | notice, this list of conditions and the following disclaimer in the |
| 11 | documentation and/or other materials provided with the distribution. |
Jake Weinstein | 28285f5 | 2017-05-04 12:08:39 -0400 | [diff] [blame] | 12 | * Neither the name of the company nor the names of its contributors |
| 13 | may be used to endorse or promote products derived from this |
| 14 | software without specific prior written permission. |
Elliott Hughes | 1558138 | 2014-07-07 15:42:06 -0700 | [diff] [blame] | 15 | |
| 16 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS |
| 17 | "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT |
| 18 | LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR |
| 19 | A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT |
| 20 | HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, |
| 21 | SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT |
| 22 | LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, |
| 23 | DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY |
| 24 | THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
| 25 | (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE |
| 26 | OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 27 | |
| 28 | ------------------------------------------------------------------- |
| 29 | |
Jake Weinstein | 28285f5 | 2017-05-04 12:08:39 -0400 | [diff] [blame] | 30 | Copyright (c) 2014, Linaro Limited |
| 31 | All rights reserved. |
Elliott Hughes | 1558138 | 2014-07-07 15:42:06 -0700 | [diff] [blame] | 32 | |
| 33 | Redistribution and use in source and binary forms, with or without |
| 34 | modification, are permitted provided that the following conditions are met: |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 35 | * Redistributions of source code must retain the above copyright |
Elliott Hughes | 1558138 | 2014-07-07 15:42:06 -0700 | [diff] [blame] | 36 | notice, this list of conditions and the following disclaimer. |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 37 | * Redistributions in binary form must reproduce the above copyright |
Elliott Hughes | 1558138 | 2014-07-07 15:42:06 -0700 | [diff] [blame] | 38 | notice, this list of conditions and the following disclaimer in the |
| 39 | documentation and/or other materials provided with the distribution. |
Jake Weinstein | 28285f5 | 2017-05-04 12:08:39 -0400 | [diff] [blame] | 40 | * Neither the name of the Linaro nor the |
| 41 | names of its contributors may be used to endorse or promote products |
| 42 | derived from this software without specific prior written permission. |
Elliott Hughes | 1558138 | 2014-07-07 15:42:06 -0700 | [diff] [blame] | 43 | |
| 44 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS |
| 45 | "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT |
| 46 | LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR |
| 47 | A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT |
| 48 | HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, |
| 49 | SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT |
| 50 | LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, |
| 51 | DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY |
| 52 | THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
| 53 | (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE |
| 54 | OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 55 | |
| 56 | ------------------------------------------------------------------- |
| 57 | |
Elliott Hughes | 3e424d0 | 2014-07-23 16:02:26 -0700 | [diff] [blame] | 58 | Copyright (c) 1993 John Brezak |
| 59 | All rights reserved. |
| 60 | |
| 61 | Redistribution and use in source and binary forms, with or without |
| 62 | modification, are permitted provided that the following conditions |
| 63 | are met: |
| 64 | 1. Redistributions of source code must retain the above copyright |
| 65 | notice, this list of conditions and the following disclaimer. |
| 66 | 2. Redistributions in binary form must reproduce the above copyright |
| 67 | notice, this list of conditions and the following disclaimer in the |
| 68 | documentation and/or other materials provided with the distribution. |
| 69 | 3. The name of the author may be used to endorse or promote products |
| 70 | derived from this software without specific prior written permission. |
| 71 | |
| 72 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR `AS IS'' AND ANY EXPRESS OR |
| 73 | IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED |
| 74 | WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE |
| 75 | DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, |
| 76 | INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES |
| 77 | (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR |
| 78 | SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 79 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, |
| 80 | STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN |
| 81 | ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE |
| 82 | POSSIBILITY OF SUCH DAMAGE. |
| 83 | |
| 84 | ------------------------------------------------------------------- |
| 85 | |
Elliott Hughes | b4931ce | 2016-02-08 17:00:12 -0800 | [diff] [blame] | 86 | Copyright (c) 2009-2013 The Linux Foundation. All rights reserved. |
| 87 | |
| 88 | Redistribution and use in source and binary forms, with or without |
| 89 | modification, are permitted provided that the following conditions are met: |
| 90 | * Redistributions of source code must retain the above copyright |
| 91 | notice, this list of conditions and the following disclaimer. |
| 92 | * Redistributions in binary form must reproduce the above copyright |
| 93 | notice, this list of conditions and the following disclaimer in the |
| 94 | documentation and/or other materials provided with the distribution. |
| 95 | * Neither the name of The Linux Foundation nor the names of its contributors may |
| 96 | be used to endorse or promote products derived from this software |
| 97 | without specific prior written permission. |
| 98 | |
| 99 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" |
| 100 | AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 101 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 102 | ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE |
| 103 | LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR |
| 104 | CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF |
| 105 | SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS |
| 106 | INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN |
| 107 | CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) |
| 108 | ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE |
| 109 | POSSIBILITY OF SUCH DAMAGE. |
| 110 | |
| 111 | ------------------------------------------------------------------- |
| 112 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 113 | ==================================================== |
| 114 | Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved. |
| 115 | |
| 116 | Developed at SunPro, a Sun Microsystems, Inc. business. |
| 117 | Permission to use, copy, modify, and distribute this |
| 118 | software is freely granted, provided that this notice |
| 119 | is preserved. |
| 120 | |
| 121 | ------------------------------------------------------------------- |
| 122 | |
Dan Albert | c30862f | 2016-10-20 11:45:16 -0700 | [diff] [blame] | 123 | ==================================================== |
| 124 | Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved. |
| 125 | |
| 126 | Developed at SunPro, a Sun Microsystems, Inc. business. |
| 127 | Permission to use, copy, modify, and distribute this |
| 128 | software is freely granted, provided that this notice |
| 129 | is preserved. |
| 130 | ==================================================== |
| 131 | |
| 132 | Optimized by Bruce D. Evans. |
| 133 | |
| 134 | ------------------------------------------------------------------- |
| 135 | |
| 136 | ==================================================== |
| 137 | Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved. |
| 138 | |
Elliott Hughes | 8da8ca4 | 2018-05-08 13:35:33 -0700 | [diff] [blame] | 139 | Developed at SunPro, a Sun Microsystems, Inc. business. |
| 140 | Permission to use, copy, modify, and distribute this |
| 141 | software is freely granted, provided that this notice |
| 142 | is preserved. |
| 143 | ==================================================== |
| 144 | |
| 145 | k_sinf.c and k_cosf.c merged by Steven G. Kargl. |
| 146 | |
| 147 | ------------------------------------------------------------------- |
| 148 | |
| 149 | ==================================================== |
| 150 | Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved. |
| 151 | |
| 152 | Developed at SunPro, a Sun Microsystems, Inc. business. |
| 153 | Permission to use, copy, modify, and distribute this |
| 154 | software is freely granted, provided that this notice |
| 155 | is preserved. |
| 156 | ==================================================== |
| 157 | |
| 158 | s_sin.c and s_cos.c merged by Steven G. Kargl. Descriptions of the |
| 159 | algorithms are contained in the original files. |
| 160 | |
| 161 | ------------------------------------------------------------------- |
| 162 | |
| 163 | ==================================================== |
| 164 | Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved. |
| 165 | |
Dan Albert | c30862f | 2016-10-20 11:45:16 -0700 | [diff] [blame] | 166 | Developed at SunSoft, a Sun Microsystems, Inc. business. |
| 167 | Permission to use, copy, modify, and distribute this |
| 168 | software is freely granted, provided that this notice |
| 169 | is preserved. |
| 170 | |
| 171 | ------------------------------------------------------------------- |
| 172 | |
| 173 | ==================================================== |
| 174 | Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved. |
| 175 | |
| 176 | Developed at SunSoft, a Sun Microsystems, Inc. business. |
| 177 | Permission to use, copy, modify, and distribute this |
| 178 | software is freely granted, provided that this notice |
| 179 | is preserved. |
| 180 | ==================================================== |
| 181 | |
| 182 | Optimized by Bruce D. Evans. |
| 183 | |
| 184 | ------------------------------------------------------------------- |
| 185 | |
| 186 | ==================================================== |
| 187 | Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved. |
Elliott Hughes | 8da8ca4 | 2018-05-08 13:35:33 -0700 | [diff] [blame] | 188 | |
| 189 | Developed at SunSoft, a Sun Microsystems, Inc. business. |
| 190 | Permission to use, copy, modify, and distribute this |
| 191 | software is freely granted, provided that this notice |
| 192 | is preserved. |
| 193 | ==================================================== |
| 194 | |
| 195 | k_sin.c and k_cos.c merged by Steven G. Kargl. |
| 196 | |
| 197 | ------------------------------------------------------------------- |
| 198 | |
| 199 | ==================================================== |
| 200 | Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved. |
Dan Albert | c30862f | 2016-10-20 11:45:16 -0700 | [diff] [blame] | 201 | Copyright (c) 2008 Steven G. Kargl, David Schultz, Bruce D. Evans. |
| 202 | |
| 203 | Developed at SunSoft, a Sun Microsystems, Inc. business. |
| 204 | Permission to use, copy, modify, and distribute this |
| 205 | software is freely granted, provided that this notice |
| 206 | is preserved. |
| 207 | |
| 208 | ------------------------------------------------------------------- |
| 209 | |
| 210 | ==================================================== |
| 211 | Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved. |
| 212 | Copyright (c) 2008 Steven G. Kargl, David Schultz, Bruce D. Evans. |
| 213 | |
| 214 | Developed at SunSoft, a Sun Microsystems, Inc. business. |
| 215 | Permission to use, copy, modify, and distribute this |
| 216 | software is freely granted, provided that this notice |
| 217 | is preserved. |
| 218 | ==================================================== |
| 219 | |
| 220 | Optimized by Bruce D. Evans. |
| 221 | |
| 222 | ------------------------------------------------------------------- |
| 223 | |
| 224 | ==================================================== |
| 225 | Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved. |
Elliott Hughes | 8da8ca4 | 2018-05-08 13:35:33 -0700 | [diff] [blame] | 226 | Copyright (c) 2008 Steven G. Kargl, David Schultz, Bruce D. Evans. |
| 227 | |
| 228 | Developed at SunSoft, a Sun Microsystems, Inc. business. |
| 229 | Permission to use, copy, modify, and distribute this |
| 230 | software is freely granted, provided that this notice |
| 231 | is preserved. |
| 232 | ==================================================== |
| 233 | |
| 234 | k_sinl.c and k_cosl.c merged by Steven G. Kargl |
| 235 | |
| 236 | ------------------------------------------------------------------- |
| 237 | |
| 238 | ==================================================== |
| 239 | Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved. |
Dan Albert | c30862f | 2016-10-20 11:45:16 -0700 | [diff] [blame] | 240 | Copyright (c) 2009-2011, Bruce D. Evans, Steven G. Kargl, David Schultz. |
| 241 | |
| 242 | Developed at SunPro, a Sun Microsystems, Inc. business. |
| 243 | Permission to use, copy, modify, and distribute this |
| 244 | software is freely granted, provided that this notice |
| 245 | is preserved. |
| 246 | ==================================================== |
| 247 | |
| 248 | The argument reduction and testing for exceptional cases was |
| 249 | written by Steven G. Kargl with input from Bruce D. Evans |
| 250 | and David A. Schultz. |
| 251 | |
| 252 | ------------------------------------------------------------------- |
| 253 | |
| 254 | ==================================================== |
| 255 | Copyright (C) 2004 by Sun Microsystems, Inc. All rights reserved. |
| 256 | |
| 257 | Permission to use, copy, modify, and distribute this |
| 258 | software is freely granted, provided that this notice |
| 259 | is preserved. |
| 260 | |
| 261 | ------------------------------------------------------------------- |
| 262 | |
| 263 | ==================================================== |
| 264 | Copyright 2004 Sun Microsystems, Inc. All Rights Reserved. |
| 265 | |
| 266 | Permission to use, copy, modify, and distribute this |
| 267 | software is freely granted, provided that this notice |
| 268 | is preserved. |
| 269 | |
| 270 | ------------------------------------------------------------------- |
| 271 | |
| 272 | ==================================================== |
| 273 | Copyright 2004 Sun Microsystems, Inc. All Rights Reserved. |
| 274 | Copyright (c) 2008 Steven G. Kargl, David Schultz, Bruce D. Evans. |
| 275 | |
| 276 | Permission to use, copy, modify, and distribute this |
| 277 | software is freely granted, provided that this notice |
| 278 | is preserved. |
| 279 | |
| 280 | ------------------------------------------------------------------- |
| 281 | |
Elliott Hughes | bfa582d | 2014-05-05 14:58:17 -0700 | [diff] [blame] | 282 | Based on the UCB version with the ID appearing below. |
| 283 | This is ANSIish only when "multibyte character == plain character". |
| 284 | |
| 285 | Copyright (c) 1989, 1993 |
| 286 | The Regents of the University of California. All rights reserved. |
| 287 | |
| 288 | Redistribution and use in source and binary forms, with or without |
| 289 | modification, are permitted provided that the following conditions |
| 290 | are met: |
| 291 | 1. Redistributions of source code must retain the above copyright |
| 292 | notice, this list of conditions and the following disclaimer. |
| 293 | 2. Redistributions in binary form must reproduce the above copyright |
| 294 | notice, this list of conditions and the following disclaimer in the |
| 295 | documentation and/or other materials provided with the distribution. |
| 296 | 3. Neither the name of the University nor the names of its contributors |
| 297 | may be used to endorse or promote products derived from this software |
| 298 | without specific prior written permission. |
| 299 | |
| 300 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 301 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 302 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 303 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 304 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 305 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 306 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 307 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 308 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 309 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 310 | SUCH DAMAGE. |
| 311 | |
| 312 | ------------------------------------------------------------------- |
| 313 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 314 | Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project. |
The Android Open Source Project | 1dc9e47 | 2009-03-03 19:28:35 -0800 | [diff] [blame] | 315 | All rights reserved. |
| 316 | |
The Android Open Source Project | 1dc9e47 | 2009-03-03 19:28:35 -0800 | [diff] [blame] | 317 | Redistribution and use in source and binary forms, with or without |
| 318 | modification, are permitted provided that the following conditions |
| 319 | are met: |
| 320 | 1. Redistributions of source code must retain the above copyright |
| 321 | notice, this list of conditions and the following disclaimer. |
| 322 | 2. Redistributions in binary form must reproduce the above copyright |
| 323 | notice, this list of conditions and the following disclaimer in the |
| 324 | documentation and/or other materials provided with the distribution. |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 325 | 3. Neither the name of the project nor the names of its contributors |
The Android Open Source Project | 1dc9e47 | 2009-03-03 19:28:35 -0800 | [diff] [blame] | 326 | may be used to endorse or promote products derived from this software |
| 327 | without specific prior written permission. |
| 328 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 329 | THIS SOFTWARE IS PROVIDED BY THE PROJECT AND CONTRIBUTORS ``AS IS'' AND |
The Android Open Source Project | 1dc9e47 | 2009-03-03 19:28:35 -0800 | [diff] [blame] | 330 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 331 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 332 | ARE DISCLAIMED. IN NO EVENT SHALL THE PROJECT OR CONTRIBUTORS BE LIABLE |
The Android Open Source Project | 1dc9e47 | 2009-03-03 19:28:35 -0800 | [diff] [blame] | 333 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 334 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 335 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 336 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 337 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 338 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 339 | SUCH DAMAGE. |
| 340 | |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 341 | ------------------------------------------------------------------- |
The Android Open Source Project | 1dc9e47 | 2009-03-03 19:28:35 -0800 | [diff] [blame] | 342 | |
Elliott Hughes | 448080d | 2013-01-29 16:25:06 -0800 | [diff] [blame] | 343 | Copyright (C) 2004, 2005, 2008 Internet Systems Consortium, Inc. ("ISC") |
| 344 | Copyright (C) 1995-1999, 2001, 2003 Internet Software Consortium. |
| 345 | |
| 346 | Permission to use, copy, modify, and/or distribute this software for any |
| 347 | purpose with or without fee is hereby granted, provided that the above |
| 348 | copyright notice and this permission notice appear in all copies. |
| 349 | |
| 350 | THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH |
| 351 | REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY |
| 352 | AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT, |
| 353 | INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM |
| 354 | LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE |
| 355 | OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR |
| 356 | PERFORMANCE OF THIS SOFTWARE. |
| 357 | |
| 358 | ------------------------------------------------------------------- |
| 359 | |
| 360 | Copyright (C) 2004, 2005, 2008 Internet Systems Consortium, Inc. ("ISC") |
| 361 | Copyright (C) 1997-2001 Internet Software Consortium. |
| 362 | |
| 363 | Permission to use, copy, modify, and/or distribute this software for any |
| 364 | purpose with or without fee is hereby granted, provided that the above |
| 365 | copyright notice and this permission notice appear in all copies. |
| 366 | |
| 367 | THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH |
| 368 | REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY |
| 369 | AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT, |
| 370 | INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM |
| 371 | LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE |
| 372 | OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR |
| 373 | PERFORMANCE OF THIS SOFTWARE. |
| 374 | |
| 375 | ------------------------------------------------------------------- |
| 376 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 377 | Copyright (C) 2006 The Android Open Source Project |
Elliott Hughes | 1558138 | 2014-07-07 15:42:06 -0700 | [diff] [blame] | 378 | |
| 379 | Licensed under the Apache License, Version 2.0 (the "License"); |
| 380 | you may not use this file except in compliance with the License. |
| 381 | You may obtain a copy of the License at |
| 382 | |
| 383 | http://www.apache.org/licenses/LICENSE-2.0 |
| 384 | |
| 385 | Unless required by applicable law or agreed to in writing, software |
| 386 | distributed under the License is distributed on an "AS IS" BASIS, |
| 387 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 388 | See the License for the specific language governing permissions and |
| 389 | limitations under the License. |
| 390 | |
| 391 | ------------------------------------------------------------------- |
| 392 | |
| 393 | Copyright (C) 2006 The Android Open Source Project |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 394 | All rights reserved. |
The Android Open Source Project | 1dc9e47 | 2009-03-03 19:28:35 -0800 | [diff] [blame] | 395 | |
| 396 | Redistribution and use in source and binary forms, with or without |
| 397 | modification, are permitted provided that the following conditions |
| 398 | are met: |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 399 | * Redistributions of source code must retain the above copyright |
The Android Open Source Project | 1dc9e47 | 2009-03-03 19:28:35 -0800 | [diff] [blame] | 400 | notice, this list of conditions and the following disclaimer. |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 401 | * Redistributions in binary form must reproduce the above copyright |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 402 | notice, this list of conditions and the following disclaimer in |
| 403 | the documentation and/or other materials provided with the |
| 404 | distribution. |
The Android Open Source Project | 1dc9e47 | 2009-03-03 19:28:35 -0800 | [diff] [blame] | 405 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 406 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS |
| 407 | "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT |
| 408 | LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS |
| 409 | FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE |
| 410 | COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, |
| 411 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, |
| 412 | BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS |
| 413 | OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED |
| 414 | AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, |
| 415 | OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT |
| 416 | OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
The Android Open Source Project | 1dc9e47 | 2009-03-03 19:28:35 -0800 | [diff] [blame] | 417 | SUCH DAMAGE. |
| 418 | |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 419 | ------------------------------------------------------------------- |
| 420 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 421 | Copyright (C) 2008 The Android Open Source Project |
Elliott Hughes | 1558138 | 2014-07-07 15:42:06 -0700 | [diff] [blame] | 422 | |
| 423 | Licensed under the Apache License, Version 2.0 (the "License"); |
| 424 | you may not use this file except in compliance with the License. |
| 425 | You may obtain a copy of the License at |
| 426 | |
| 427 | http://www.apache.org/licenses/LICENSE-2.0 |
| 428 | |
| 429 | Unless required by applicable law or agreed to in writing, software |
| 430 | distributed under the License is distributed on an "AS IS" BASIS, |
| 431 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 432 | See the License for the specific language governing permissions and |
| 433 | limitations under the License. |
| 434 | |
| 435 | ------------------------------------------------------------------- |
| 436 | |
| 437 | Copyright (C) 2008 The Android Open Source Project |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 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 | |
Elliott Hughes | acbe322 | 2014-04-16 17:01:12 -0700 | [diff] [blame] | 465 | Copyright (C) 2008 The Android Open Source Project |
| 466 | All rights reserved. |
| 467 | Copyright (c) 2013-2014, NVIDIA Corporation. All rights reserved. |
| 468 | |
| 469 | Redistribution and use in source and binary forms, with or without |
| 470 | modification, are permitted provided that the following conditions |
| 471 | are met: |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 472 | * Redistributions of source code must retain the above copyright |
Elliott Hughes | acbe322 | 2014-04-16 17:01:12 -0700 | [diff] [blame] | 473 | notice, this list of conditions and the following disclaimer. |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 474 | * Redistributions in binary form must reproduce the above copyright |
Elliott Hughes | acbe322 | 2014-04-16 17:01:12 -0700 | [diff] [blame] | 475 | notice, this list of conditions and the following disclaimer in |
| 476 | the documentation and/or other materials provided with the |
| 477 | distribution. |
| 478 | |
| 479 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS |
| 480 | "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT |
| 481 | LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS |
| 482 | FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE |
| 483 | COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, |
| 484 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, |
| 485 | BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS |
| 486 | OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED |
| 487 | AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, |
| 488 | OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT |
| 489 | OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 490 | SUCH DAMAGE. |
| 491 | |
| 492 | ------------------------------------------------------------------- |
| 493 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 494 | Copyright (C) 2009 The Android Open Source Project |
| 495 | All rights reserved. |
| 496 | |
| 497 | Redistribution and use in source and binary forms, with or without |
| 498 | modification, are permitted provided that the following conditions |
| 499 | are met: |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 500 | * Redistributions of source code must retain the above copyright |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 501 | notice, this list of conditions and the following disclaimer. |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 502 | * Redistributions in binary form must reproduce the above copyright |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 503 | notice, this list of conditions and the following disclaimer in |
| 504 | the documentation and/or other materials provided with the |
| 505 | distribution. |
| 506 | |
| 507 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS |
| 508 | "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT |
| 509 | LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS |
| 510 | FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE |
| 511 | COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, |
| 512 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, |
| 513 | BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS |
| 514 | OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED |
| 515 | AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, |
| 516 | OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT |
| 517 | OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 518 | SUCH DAMAGE. |
| 519 | |
| 520 | ------------------------------------------------------------------- |
| 521 | |
| 522 | Copyright (C) 2010 The Android Open Source Project |
| 523 | |
| 524 | Licensed under the Apache License, Version 2.0 (the "License"); |
| 525 | you may not use this file except in compliance with the License. |
| 526 | You may obtain a copy of the License at |
| 527 | |
| 528 | http://www.apache.org/licenses/LICENSE-2.0 |
| 529 | |
| 530 | Unless required by applicable law or agreed to in writing, software |
| 531 | distributed under the License is distributed on an "AS IS" BASIS, |
| 532 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 533 | See the License for the specific language governing permissions and |
| 534 | limitations under the License. |
| 535 | |
| 536 | ------------------------------------------------------------------- |
| 537 | |
| 538 | Copyright (C) 2010 The Android Open Source Project |
| 539 | All rights reserved. |
| 540 | |
| 541 | Redistribution and use in source and binary forms, with or without |
| 542 | modification, are permitted provided that the following conditions |
| 543 | are met: |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 544 | * Redistributions of source code must retain the above copyright |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 545 | notice, this list of conditions and the following disclaimer. |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 546 | * Redistributions in binary form must reproduce the above copyright |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 547 | notice, this list of conditions and the following disclaimer in |
| 548 | the documentation and/or other materials provided with the |
| 549 | distribution. |
| 550 | |
| 551 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS |
| 552 | "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT |
| 553 | LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS |
| 554 | FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE |
| 555 | COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, |
| 556 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, |
| 557 | BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS |
| 558 | OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED |
| 559 | AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, |
| 560 | OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT |
| 561 | OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 562 | SUCH DAMAGE. |
| 563 | |
| 564 | ------------------------------------------------------------------- |
| 565 | |
| 566 | Copyright (C) 2010 The Android Open Source Project |
| 567 | Copyright (c) 2008 ARM Ltd |
| 568 | All rights reserved. |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 569 | |
| 570 | Redistribution and use in source and binary forms, with or without |
| 571 | modification, are permitted provided that the following conditions |
| 572 | are met: |
| 573 | 1. Redistributions of source code must retain the above copyright |
| 574 | notice, this list of conditions and the following disclaimer. |
| 575 | 2. Redistributions in binary form must reproduce the above copyright |
| 576 | notice, this list of conditions and the following disclaimer in the |
| 577 | documentation and/or other materials provided with the distribution. |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 578 | 3. The name of the company may not be used to endorse or promote |
| 579 | products derived from this software without specific prior written |
| 580 | permission. |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 581 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 582 | THIS SOFTWARE IS PROVIDED BY ARM LTD ``AS IS'' AND ANY EXPRESS OR IMPLIED |
| 583 | WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF |
| 584 | MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. |
| 585 | IN NO EVENT SHALL ARM LTD BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, |
| 586 | SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED |
| 587 | TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR |
| 588 | PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF |
| 589 | LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING |
| 590 | NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS |
| 591 | SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 592 | |
| 593 | Android adaptation and tweak by Jim Huang <jserv@0xlab.org>. |
| 594 | |
| 595 | ------------------------------------------------------------------- |
| 596 | |
| 597 | Copyright (C) 2011 The Android Open Source Project |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 598 | All rights reserved. |
| 599 | |
| 600 | Redistribution and use in source and binary forms, with or without |
| 601 | modification, are permitted provided that the following conditions |
| 602 | are met: |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 603 | * Redistributions of source code must retain the above copyright |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 604 | notice, this list of conditions and the following disclaimer. |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 605 | * Redistributions in binary form must reproduce the above copyright |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 606 | notice, this list of conditions and the following disclaimer in |
| 607 | the documentation and/or other materials provided with the |
| 608 | distribution. |
| 609 | |
| 610 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS |
| 611 | "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT |
| 612 | LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS |
| 613 | FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE |
| 614 | COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, |
| 615 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, |
| 616 | BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS |
| 617 | OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED |
| 618 | AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, |
| 619 | OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT |
| 620 | 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] | 621 | SUCH DAMAGE. |
| 622 | |
| 623 | ------------------------------------------------------------------- |
| 624 | |
| 625 | Copyright (C) 2012 The Android Open Source Project |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 626 | |
| 627 | Licensed under the Apache License, Version 2.0 (the "License"); |
| 628 | you may not use this file except in compliance with the License. |
| 629 | You may obtain a copy of the License at |
| 630 | |
| 631 | http://www.apache.org/licenses/LICENSE-2.0 |
| 632 | |
| 633 | Unless required by applicable law or agreed to in writing, software |
| 634 | distributed under the License is distributed on an "AS IS" BASIS, |
| 635 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 636 | See the License for the specific language governing permissions and |
| 637 | limitations under the License. |
| 638 | |
| 639 | ------------------------------------------------------------------- |
| 640 | |
| 641 | Copyright (C) 2012 The Android Open Source Project |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 642 | All rights reserved. |
| 643 | |
| 644 | Redistribution and use in source and binary forms, with or without |
| 645 | modification, are permitted provided that the following conditions |
| 646 | are met: |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 647 | * Redistributions of source code must retain the above copyright |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 648 | notice, this list of conditions and the following disclaimer. |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 649 | * Redistributions in binary form must reproduce the above copyright |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 650 | notice, this list of conditions and the following disclaimer in |
| 651 | the documentation and/or other materials provided with the |
| 652 | distribution. |
| 653 | |
| 654 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS |
| 655 | "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT |
| 656 | LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS |
| 657 | FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE |
| 658 | COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, |
| 659 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, |
| 660 | BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS |
| 661 | OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED |
| 662 | AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, |
| 663 | OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT |
| 664 | OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 665 | SUCH DAMAGE. |
| 666 | |
| 667 | ------------------------------------------------------------------- |
| 668 | |
Elliott Hughes | 3a4c454 | 2017-07-19 17:20:24 -0700 | [diff] [blame] | 669 | Copyright (C) 2013 Pietro Cerutti <gahr@FreeBSD.org> |
| 670 | |
| 671 | Redistribution and use in source and binary forms, with or without |
| 672 | modification, are permitted provided that the following conditions |
| 673 | are met: |
| 674 | 1. Redistributions of source code must retain the above copyright |
| 675 | notice, this list of conditions and the following disclaimer. |
| 676 | 2. Redistributions in binary form must reproduce the above copyright |
| 677 | notice, this list of conditions and the following disclaimer in the |
| 678 | documentation and/or other materials provided with the distribution. |
| 679 | |
| 680 | THIS SOFTWARE IS PROVIDED BY AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 681 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 682 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 683 | ARE DISCLAIMED. IN NO EVENT SHALL AUTHOR OR CONTRIBUTORS BE LIABLE |
| 684 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 685 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 686 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 687 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 688 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 689 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 690 | SUCH DAMAGE. |
| 691 | |
| 692 | ------------------------------------------------------------------- |
| 693 | |
Elliott Hughes | 448080d | 2013-01-29 16:25:06 -0800 | [diff] [blame] | 694 | Copyright (C) 2013 The Android Open Source Project |
| 695 | |
| 696 | Licensed under the Apache License, Version 2.0 (the "License"); |
| 697 | you may not use this file except in compliance with the License. |
| 698 | You may obtain a copy of the License at |
| 699 | |
| 700 | http://www.apache.org/licenses/LICENSE-2.0 |
| 701 | |
| 702 | Unless required by applicable law or agreed to in writing, software |
| 703 | distributed under the License is distributed on an "AS IS" BASIS, |
| 704 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 705 | See the License for the specific language governing permissions and |
| 706 | limitations under the License. |
| 707 | |
| 708 | ------------------------------------------------------------------- |
| 709 | |
| 710 | Copyright (C) 2013 The Android Open Source Project |
| 711 | All rights reserved. |
| 712 | |
| 713 | Redistribution and use in source and binary forms, with or without |
| 714 | modification, are permitted provided that the following conditions |
| 715 | are met: |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 716 | * Redistributions of source code must retain the above copyright |
Elliott Hughes | 448080d | 2013-01-29 16:25:06 -0800 | [diff] [blame] | 717 | notice, this list of conditions and the following disclaimer. |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 718 | * Redistributions in binary form must reproduce the above copyright |
Elliott Hughes | 448080d | 2013-01-29 16:25:06 -0800 | [diff] [blame] | 719 | notice, this list of conditions and the following disclaimer in |
| 720 | the documentation and/or other materials provided with the |
| 721 | distribution. |
| 722 | |
| 723 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS |
| 724 | "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT |
| 725 | LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS |
| 726 | FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE |
| 727 | COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, |
| 728 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, |
| 729 | BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS |
| 730 | OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED |
| 731 | AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, |
| 732 | OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT |
| 733 | OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 734 | SUCH DAMAGE. |
| 735 | |
| 736 | ------------------------------------------------------------------- |
| 737 | |
Elliott Hughes | acbe322 | 2014-04-16 17:01:12 -0700 | [diff] [blame] | 738 | Copyright (C) 2013 The Android Open Source Project |
Elliott Hughes | 1558138 | 2014-07-07 15:42:06 -0700 | [diff] [blame] | 739 | All rights reserved. |
| 740 | Copyright (c) 2013-2014 NVIDIA Corporation. All rights reserved. |
| 741 | |
| 742 | Redistribution and use in source and binary forms, with or without |
| 743 | modification, are permitted provided that the following conditions |
| 744 | are met: |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 745 | * Redistributions of source code must retain the above copyright |
Elliott Hughes | 1558138 | 2014-07-07 15:42:06 -0700 | [diff] [blame] | 746 | notice, this list of conditions and the following disclaimer. |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 747 | * Redistributions in binary form must reproduce the above copyright |
Elliott Hughes | 1558138 | 2014-07-07 15:42:06 -0700 | [diff] [blame] | 748 | notice, this list of conditions and the following disclaimer in |
| 749 | the documentation and/or other materials provided with the |
| 750 | distribution. |
| 751 | |
| 752 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS |
| 753 | "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT |
| 754 | LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS |
| 755 | FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE |
| 756 | COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, |
| 757 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, |
| 758 | BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS |
| 759 | OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED |
| 760 | AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, |
| 761 | OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT |
| 762 | OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 763 | SUCH DAMAGE. |
| 764 | |
| 765 | ------------------------------------------------------------------- |
| 766 | |
Elliott Hughes | 4e54b11 | 2014-03-06 15:06:11 -0800 | [diff] [blame] | 767 | Copyright (C) 2014 The Android Open Source Project |
| 768 | |
| 769 | Licensed under the Apache License, Version 2.0 (the "License"); |
| 770 | you may not use this file except in compliance with the License. |
| 771 | You may obtain a copy of the License at |
| 772 | |
| 773 | http://www.apache.org/licenses/LICENSE-2.0 |
| 774 | |
| 775 | Unless required by applicable law or agreed to in writing, software |
| 776 | distributed under the License is distributed on an "AS IS" BASIS, |
| 777 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 778 | See the License for the specific language governing permissions and |
| 779 | limitations under the License. |
| 780 | |
| 781 | ------------------------------------------------------------------- |
| 782 | |
| 783 | Copyright (C) 2014 The Android Open Source Project |
| 784 | All rights reserved. |
| 785 | |
| 786 | Redistribution and use in source and binary forms, with or without |
| 787 | modification, are permitted provided that the following conditions |
| 788 | are met: |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 789 | * Redistributions of source code must retain the above copyright |
Elliott Hughes | 4e54b11 | 2014-03-06 15:06:11 -0800 | [diff] [blame] | 790 | notice, this list of conditions and the following disclaimer. |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 791 | * Redistributions in binary form must reproduce the above copyright |
Elliott Hughes | 4e54b11 | 2014-03-06 15:06:11 -0800 | [diff] [blame] | 792 | notice, this list of conditions and the following disclaimer in |
| 793 | the documentation and/or other materials provided with the |
| 794 | distribution. |
| 795 | |
| 796 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS |
| 797 | "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT |
| 798 | LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS |
| 799 | FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE |
| 800 | COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, |
| 801 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, |
| 802 | BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS |
| 803 | OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED |
| 804 | AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, |
| 805 | OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT |
| 806 | OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 807 | SUCH DAMAGE. |
| 808 | |
| 809 | ------------------------------------------------------------------- |
| 810 | |
Dan Albert | c30862f | 2016-10-20 11:45:16 -0700 | [diff] [blame] | 811 | Copyright (C) 2014 The Android Open Source Project |
| 812 | All rights reserved. |
| 813 | |
| 814 | Redistribution and use in source and binary forms, with or without |
| 815 | modification, are permitted provided that the following conditions |
| 816 | are met: |
| 817 | 1. Redistributions of source code must retain the above copyright |
| 818 | notice, this list of conditions and the following disclaimer. |
| 819 | 2. Redistributions in binary form must reproduce the above copyright |
| 820 | notice, this list of conditions and the following disclaimer in the |
| 821 | documentation and/or other materials provided with the distribution. |
| 822 | |
| 823 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 824 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 825 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 826 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 827 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 828 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 829 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 830 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 831 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 832 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 833 | SUCH DAMAGE. |
| 834 | |
| 835 | ------------------------------------------------------------------- |
| 836 | |
| 837 | Copyright (C) 2015 The Android Open Source Project |
| 838 | |
| 839 | Licensed under the Apache License, Version 2.0 (the "License"); |
| 840 | you may not use this file except in compliance with the License. |
| 841 | You may obtain a copy of the License at |
| 842 | |
| 843 | http://www.apache.org/licenses/LICENSE-2.0 |
| 844 | |
Elliott Hughes | 7e54c76 | 2015-05-12 10:09:01 -0700 | [diff] [blame] | 845 | Unless required by applicable law or agreed to in writing, software |
| 846 | distributed under the License is distributed on an "AS IS" BASIS, |
| 847 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 848 | See the License for the specific language governing permissions and |
| 849 | limitations under the License. |
| 850 | |
| 851 | ------------------------------------------------------------------- |
| 852 | |
| 853 | Copyright (C) 2015 The Android Open Source Project |
| 854 | All rights reserved. |
| 855 | |
| 856 | Redistribution and use in source and binary forms, with or without |
| 857 | modification, are permitted provided that the following conditions |
| 858 | are met: |
| 859 | * Redistributions of source code must retain the above copyright |
| 860 | notice, this list of conditions and the following disclaimer. |
| 861 | * Redistributions in binary form must reproduce the above copyright |
| 862 | notice, this list of conditions and the following disclaimer in |
| 863 | the documentation and/or other materials provided with the |
| 864 | distribution. |
| 865 | |
| 866 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS |
| 867 | "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT |
| 868 | LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS |
| 869 | FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE |
| 870 | COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, |
| 871 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, |
| 872 | BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS |
| 873 | OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED |
| 874 | AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, |
| 875 | OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT |
| 876 | OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 877 | SUCH DAMAGE. |
| 878 | |
| 879 | ------------------------------------------------------------------- |
| 880 | |
Elliott Hughes | b4931ce | 2016-02-08 17:00:12 -0800 | [diff] [blame] | 881 | Copyright (C) 2016 The Android Open Source Project |
| 882 | |
| 883 | Licensed under the Apache License, Version 2.0 (the "License"); |
| 884 | you may not use this file except in compliance with the License. |
| 885 | You may obtain a copy of the License at |
| 886 | |
| 887 | http://www.apache.org/licenses/LICENSE-2.0 |
| 888 | |
| 889 | Unless required by applicable law or agreed to in writing, software |
| 890 | distributed under the License is distributed on an "AS IS" BASIS, |
| 891 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 892 | See the License for the specific language governing permissions and |
| 893 | limitations under the License. |
| 894 | |
| 895 | ------------------------------------------------------------------- |
| 896 | |
| 897 | Copyright (C) 2016 The Android Open Source Project |
| 898 | All rights reserved. |
| 899 | |
| 900 | Redistribution and use in source and binary forms, with or without |
| 901 | modification, are permitted provided that the following conditions |
| 902 | are met: |
| 903 | * Redistributions of source code must retain the above copyright |
| 904 | notice, this list of conditions and the following disclaimer. |
| 905 | * Redistributions in binary form must reproduce the above copyright |
| 906 | notice, this list of conditions and the following disclaimer in |
| 907 | the documentation and/or other materials provided with the |
| 908 | distribution. |
| 909 | |
| 910 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS |
| 911 | "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT |
| 912 | LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS |
| 913 | FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE |
| 914 | COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, |
| 915 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, |
| 916 | BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS |
| 917 | OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED |
| 918 | AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, |
| 919 | OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT |
| 920 | OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 921 | SUCH DAMAGE. |
| 922 | |
| 923 | ------------------------------------------------------------------- |
| 924 | |
mspector | 2e3d6a1 | 2017-01-24 21:51:51 -0800 | [diff] [blame] | 925 | Copyright (C) 2017 The Android Open Source Project |
Paul Lawrence | dfe8434 | 2017-02-16 09:24:39 -0800 | [diff] [blame] | 926 | |
| 927 | Licensed under the Apache License, Version 2.0 (the "License"); |
| 928 | you may not use this file except in compliance with the License. |
| 929 | You may obtain a copy of the License at |
| 930 | |
| 931 | http://www.apache.org/licenses/LICENSE-2.0 |
| 932 | |
| 933 | Unless required by applicable law or agreed to in writing, software |
| 934 | distributed under the License is distributed on an "AS IS" BASIS, |
| 935 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 936 | See the License for the specific language governing permissions and |
| 937 | limitations under the License. |
| 938 | |
| 939 | ------------------------------------------------------------------- |
| 940 | |
| 941 | Copyright (C) 2017 The Android Open Source Project |
mspector | 2e3d6a1 | 2017-01-24 21:51:51 -0800 | [diff] [blame] | 942 | All rights reserved. |
| 943 | |
Jake Weinstein | 04d99df | 2016-08-25 20:03:25 -0400 | [diff] [blame] | 944 | Copyright (c) 2009-2011, Code Aurora Forum. All rights reserved. |
| 945 | |
| 946 | Redistribution and use in source and binary forms, with or without |
| 947 | modification, are permitted provided that the following conditions |
| 948 | are met: |
| 949 | * Redistributions of source code must retain the above copyright |
| 950 | notice, this list of conditions and the following disclaimer. |
| 951 | * Redistributions in binary form must reproduce the above copyright |
| 952 | notice, this list of conditions and the following disclaimer in |
| 953 | the documentation and/or other materials provided with the |
| 954 | distribution. |
| 955 | |
| 956 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS |
| 957 | "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT |
| 958 | LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS |
| 959 | FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE |
| 960 | COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, |
| 961 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, |
| 962 | BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS |
| 963 | OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED |
| 964 | AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, |
| 965 | OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT |
| 966 | OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 967 | SUCH DAMAGE. |
| 968 | |
| 969 | ------------------------------------------------------------------- |
| 970 | |
| 971 | Copyright (C) 2017 The Android Open Source Project |
| 972 | All rights reserved. |
| 973 | |
mspector | 2e3d6a1 | 2017-01-24 21:51:51 -0800 | [diff] [blame] | 974 | Redistribution and use in source and binary forms, with or without |
| 975 | modification, are permitted provided that the following conditions |
| 976 | are met: |
| 977 | * Redistributions of source code must retain the above copyright |
| 978 | notice, this list of conditions and the following disclaimer. |
| 979 | * Redistributions in binary form must reproduce the above copyright |
| 980 | notice, this list of conditions and the following disclaimer in |
| 981 | the documentation and/or other materials provided with the |
| 982 | distribution. |
| 983 | |
| 984 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS |
| 985 | "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT |
| 986 | LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS |
| 987 | FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE |
| 988 | COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, |
| 989 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, |
| 990 | BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS |
| 991 | OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED |
| 992 | AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, |
| 993 | OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT |
| 994 | OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 995 | SUCH DAMAGE. |
| 996 | |
| 997 | ------------------------------------------------------------------- |
| 998 | |
dimitry | 581723e | 2018-01-05 14:31:44 +0100 | [diff] [blame] | 999 | Copyright (C) 2018 The Android Open Source Project |
| 1000 | All rights reserved. |
| 1001 | |
| 1002 | Redistribution and use in source and binary forms, with or without |
| 1003 | modification, are permitted provided that the following conditions |
| 1004 | are met: |
| 1005 | * Redistributions of source code must retain the above copyright |
| 1006 | notice, this list of conditions and the following disclaimer. |
| 1007 | * Redistributions in binary form must reproduce the above copyright |
| 1008 | notice, this list of conditions and the following disclaimer in |
| 1009 | the documentation and/or other materials provided with the |
| 1010 | distribution. |
| 1011 | |
| 1012 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS |
| 1013 | "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT |
| 1014 | LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS |
| 1015 | FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE |
| 1016 | COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, |
| 1017 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, |
| 1018 | BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS |
| 1019 | OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED |
| 1020 | AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, |
| 1021 | OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT |
| 1022 | OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 1023 | SUCH DAMAGE. |
| 1024 | |
| 1025 | ------------------------------------------------------------------- |
| 1026 | |
Ryan Prichard | 45d1349 | 2019-01-03 02:51:30 -0800 | [diff] [blame] | 1027 | Copyright (C) 2019 The Android Open Source Project |
| 1028 | All rights reserved. |
| 1029 | |
| 1030 | Redistribution and use in source and binary forms, with or without |
| 1031 | modification, are permitted provided that the following conditions |
| 1032 | are met: |
| 1033 | * Redistributions of source code must retain the above copyright |
| 1034 | notice, this list of conditions and the following disclaimer. |
| 1035 | * Redistributions in binary form must reproduce the above copyright |
| 1036 | notice, this list of conditions and the following disclaimer in |
| 1037 | the documentation and/or other materials provided with the |
| 1038 | distribution. |
| 1039 | |
| 1040 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS |
| 1041 | "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT |
| 1042 | LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS |
| 1043 | FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE |
| 1044 | COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, |
| 1045 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, |
| 1046 | BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS |
| 1047 | OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED |
| 1048 | AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, |
| 1049 | OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT |
| 1050 | OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 1051 | SUCH DAMAGE. |
| 1052 | |
| 1053 | ------------------------------------------------------------------- |
| 1054 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 1055 | Copyright (c) 1980, 1983, 1988, 1993 |
| 1056 | The Regents of the University of California. All rights reserved. |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 1057 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 1058 | Redistribution and use in source and binary forms, with or without |
| 1059 | modification, are permitted provided that the following conditions |
| 1060 | are met: |
| 1061 | 1. Redistributions of source code must retain the above copyright |
| 1062 | notice, this list of conditions and the following disclaimer. |
| 1063 | 2. Redistributions in binary form must reproduce the above copyright |
| 1064 | notice, this list of conditions and the following disclaimer in the |
| 1065 | documentation and/or other materials provided with the distribution. |
| 1066 | 3. All advertising materials mentioning features or use of this software |
| 1067 | must display the following acknowledgement: |
| 1068 | This product includes software developed by the University of |
| 1069 | California, Berkeley and its contributors. |
| 1070 | 4. Neither the name of the University nor the names of its contributors |
| 1071 | may be used to endorse or promote products derived from this software |
| 1072 | without specific prior written permission. |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 1073 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 1074 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 1075 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 1076 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 1077 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 1078 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 1079 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 1080 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 1081 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 1082 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 1083 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 1084 | SUCH DAMAGE. |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 1085 | |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 1086 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 1087 | Portions Copyright (c) 1993 by Digital Equipment Corporation. |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 1088 | |
| 1089 | Permission to use, copy, modify, and distribute this software for any |
| 1090 | purpose with or without fee is hereby granted, provided that the above |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 1091 | copyright notice and this permission notice appear in all copies, and that |
| 1092 | the name of Digital Equipment Corporation not be used in advertising or |
| 1093 | publicity pertaining to distribution of the document or software without |
| 1094 | specific, written prior permission. |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 1095 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 1096 | THE SOFTWARE IS PROVIDED "AS IS" AND DIGITAL EQUIPMENT CORP. DISCLAIMS ALL |
| 1097 | WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES |
| 1098 | OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL DIGITAL EQUIPMENT |
| 1099 | CORPORATION BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL |
| 1100 | DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR |
| 1101 | PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS |
| 1102 | ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS |
| 1103 | SOFTWARE. |
| 1104 | |
| 1105 | ------------------------------------------------------------------- |
| 1106 | |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 1107 | Copyright (c) 1982, 1986, 1993 |
| 1108 | The Regents of the University of California. All rights reserved. |
| 1109 | |
| 1110 | Redistribution and use in source and binary forms, with or without |
| 1111 | modification, are permitted provided that the following conditions |
| 1112 | are met: |
| 1113 | 1. Redistributions of source code must retain the above copyright |
| 1114 | notice, this list of conditions and the following disclaimer. |
| 1115 | 2. Redistributions in binary form must reproduce the above copyright |
| 1116 | notice, this list of conditions and the following disclaimer in the |
| 1117 | documentation and/or other materials provided with the distribution. |
| 1118 | 3. Neither the name of the University nor the names of its contributors |
| 1119 | may be used to endorse or promote products derived from this software |
| 1120 | without specific prior written permission. |
| 1121 | |
| 1122 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 1123 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 1124 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 1125 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 1126 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 1127 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 1128 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 1129 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 1130 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 1131 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 1132 | SUCH DAMAGE. |
| 1133 | |
| 1134 | ------------------------------------------------------------------- |
| 1135 | |
Irina Tirdea | eac9eb4 | 2012-09-08 09:28:30 +0300 | [diff] [blame] | 1136 | Copyright (c) 1982, 1986, 1993 |
| 1137 | The Regents of the University of California. All rights reserved. |
| 1138 | (c) UNIX System Laboratories, Inc. |
| 1139 | All or some portions of this file are derived from material licensed |
| 1140 | to the University of California by American Telephone and Telegraph |
| 1141 | Co. or Unix System Laboratories, Inc. and are reproduced herein with |
| 1142 | the permission of UNIX System Laboratories, Inc. |
| 1143 | |
| 1144 | Redistribution and use in source and binary forms, with or without |
| 1145 | modification, are permitted provided that the following conditions |
| 1146 | are met: |
| 1147 | 1. Redistributions of source code must retain the above copyright |
| 1148 | notice, this list of conditions and the following disclaimer. |
| 1149 | 2. Redistributions in binary form must reproduce the above copyright |
| 1150 | notice, this list of conditions and the following disclaimer in the |
| 1151 | documentation and/or other materials provided with the distribution. |
| 1152 | 3. Neither the name of the University nor the names of its contributors |
| 1153 | may be used to endorse or promote products derived from this software |
| 1154 | without specific prior written permission. |
| 1155 | |
| 1156 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 1157 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 1158 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 1159 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 1160 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 1161 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 1162 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 1163 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 1164 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 1165 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 1166 | SUCH DAMAGE. |
| 1167 | |
| 1168 | ------------------------------------------------------------------- |
| 1169 | |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 1170 | Copyright (c) 1983, 1987, 1989 |
| 1171 | The Regents of the University of California. All rights reserved. |
| 1172 | |
| 1173 | Redistribution and use in source and binary forms, with or without |
| 1174 | modification, are permitted provided that the following conditions |
| 1175 | are met: |
| 1176 | 1. Redistributions of source code must retain the above copyright |
| 1177 | notice, this list of conditions and the following disclaimer. |
| 1178 | 2. Redistributions in binary form must reproduce the above copyright |
| 1179 | notice, this list of conditions and the following disclaimer in the |
| 1180 | documentation and/or other materials provided with the distribution. |
| 1181 | 3. Neither the name of the University nor the names of its contributors |
| 1182 | may be used to endorse or promote products derived from this software |
| 1183 | without specific prior written permission. |
| 1184 | |
| 1185 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 1186 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 1187 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 1188 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 1189 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 1190 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 1191 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 1192 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 1193 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 1194 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 1195 | SUCH DAMAGE. |
| 1196 | |
| 1197 | ------------------------------------------------------------------- |
| 1198 | |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 1199 | Copyright (c) 1983, 1989 |
| 1200 | The Regents of the University of California. All rights reserved. |
| 1201 | |
| 1202 | Redistribution and use in source and binary forms, with or without |
| 1203 | modification, are permitted provided that the following conditions |
| 1204 | are met: |
| 1205 | 1. Redistributions of source code must retain the above copyright |
| 1206 | notice, this list of conditions and the following disclaimer. |
| 1207 | 2. Redistributions in binary form must reproduce the above copyright |
| 1208 | notice, this list of conditions and the following disclaimer in the |
| 1209 | documentation and/or other materials provided with the distribution. |
| 1210 | 3. All advertising materials mentioning features or use of this software |
| 1211 | must display the following acknowledgement: |
| 1212 | This product includes software developed by the University of |
| 1213 | California, Berkeley and its contributors. |
| 1214 | 4. Neither the name of the University nor the names of its contributors |
| 1215 | may be used to endorse or promote products derived from this software |
| 1216 | without specific prior written permission. |
| 1217 | |
| 1218 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 1219 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 1220 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 1221 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 1222 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 1223 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 1224 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 1225 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 1226 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 1227 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 1228 | SUCH DAMAGE. |
| 1229 | |
| 1230 | ------------------------------------------------------------------- |
| 1231 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 1232 | Copyright (c) 1983, 1989, 1993 |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 1233 | The Regents of the University of California. All rights reserved. |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 1234 | |
| 1235 | Redistribution and use in source and binary forms, with or without |
| 1236 | modification, are permitted provided that the following conditions |
| 1237 | are met: |
| 1238 | 1. Redistributions of source code must retain the above copyright |
| 1239 | notice, this list of conditions and the following disclaimer. |
| 1240 | 2. Redistributions in binary form must reproduce the above copyright |
| 1241 | notice, this list of conditions and the following disclaimer in the |
| 1242 | documentation and/or other materials provided with the distribution. |
| 1243 | 3. Neither the name of the University nor the names of its contributors |
| 1244 | may be used to endorse or promote products derived from this software |
| 1245 | without specific prior written permission. |
| 1246 | |
| 1247 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 1248 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 1249 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 1250 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 1251 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 1252 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 1253 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 1254 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 1255 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 1256 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 1257 | SUCH DAMAGE. |
| 1258 | |
| 1259 | ------------------------------------------------------------------- |
| 1260 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 1261 | Copyright (c) 1983, 1993 |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 1262 | The Regents of the University of California. All rights reserved. |
| 1263 | |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 1264 | Redistribution and use in source and binary forms, with or without |
| 1265 | modification, are permitted provided that the following conditions |
| 1266 | are met: |
| 1267 | 1. Redistributions of source code must retain the above copyright |
| 1268 | notice, this list of conditions and the following disclaimer. |
| 1269 | 2. Redistributions in binary form must reproduce the above copyright |
| 1270 | notice, this list of conditions and the following disclaimer in the |
| 1271 | documentation and/or other materials provided with the distribution. |
| 1272 | 3. Neither the name of the University nor the names of its contributors |
| 1273 | may be used to endorse or promote products derived from this software |
| 1274 | without specific prior written permission. |
| 1275 | |
| 1276 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 1277 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 1278 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 1279 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 1280 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 1281 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 1282 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 1283 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 1284 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 1285 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 1286 | SUCH DAMAGE. |
| 1287 | |
| 1288 | ------------------------------------------------------------------- |
| 1289 | |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 1290 | Copyright (c) 1985 |
| 1291 | The Regents of the University of California. All rights reserved. |
| 1292 | |
| 1293 | Redistribution and use in source and binary forms, with or without |
| 1294 | modification, are permitted provided that the following conditions |
| 1295 | are met: |
| 1296 | 1. Redistributions of source code must retain the above copyright |
| 1297 | notice, this list of conditions and the following disclaimer. |
| 1298 | 2. Redistributions in binary form must reproduce the above copyright |
| 1299 | notice, this list of conditions and the following disclaimer in the |
| 1300 | documentation and/or other materials provided with the distribution. |
| 1301 | 3. All advertising materials mentioning features or use of this software |
| 1302 | must display the following acknowledgement: |
| 1303 | This product includes software developed by the University of |
| 1304 | California, Berkeley and its contributors. |
| 1305 | 4. Neither the name of the University nor the names of its contributors |
| 1306 | may be used to endorse or promote products derived from this software |
| 1307 | without specific prior written permission. |
| 1308 | |
| 1309 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 1310 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 1311 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 1312 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 1313 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 1314 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 1315 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 1316 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 1317 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 1318 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 1319 | SUCH DAMAGE. |
| 1320 | |
| 1321 | ------------------------------------------------------------------- |
| 1322 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 1323 | Copyright (c) 1985 Regents of the University of California. |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 1324 | All rights reserved. |
| 1325 | |
| 1326 | Redistribution and use in source and binary forms, with or without |
| 1327 | modification, are permitted provided that the following conditions |
| 1328 | are met: |
| 1329 | 1. Redistributions of source code must retain the above copyright |
| 1330 | notice, this list of conditions and the following disclaimer. |
| 1331 | 2. Redistributions in binary form must reproduce the above copyright |
| 1332 | notice, this list of conditions and the following disclaimer in the |
| 1333 | documentation and/or other materials provided with the distribution. |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 1334 | 3. Neither the name of the University nor the names of its contributors |
| 1335 | may be used to endorse or promote products derived from this software |
| 1336 | without specific prior written permission. |
| 1337 | |
| 1338 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 1339 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 1340 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 1341 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 1342 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 1343 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 1344 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 1345 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 1346 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 1347 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 1348 | SUCH DAMAGE. |
| 1349 | |
| 1350 | ------------------------------------------------------------------- |
| 1351 | |
| 1352 | Copyright (c) 1985, 1988, 1993 |
| 1353 | The Regents of the University of California. All rights reserved. |
| 1354 | |
| 1355 | Redistribution and use in source and binary forms, with or without |
| 1356 | modification, are permitted provided that the following conditions |
| 1357 | are met: |
| 1358 | 1. Redistributions of source code must retain the above copyright |
| 1359 | notice, this list of conditions and the following disclaimer. |
| 1360 | 2. Redistributions in binary form must reproduce the above copyright |
| 1361 | notice, this list of conditions and the following disclaimer in the |
| 1362 | documentation and/or other materials provided with the distribution. |
| 1363 | 3. Neither the name of the University nor the names of its contributors |
| 1364 | may be used to endorse or promote products derived from this software |
| 1365 | without specific prior written permission. |
| 1366 | |
| 1367 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 1368 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 1369 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 1370 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 1371 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 1372 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 1373 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 1374 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 1375 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 1376 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 1377 | SUCH DAMAGE. |
| 1378 | |
| 1379 | Portions Copyright (c) 1993 by Digital Equipment Corporation. |
| 1380 | |
| 1381 | Permission to use, copy, modify, and distribute this software for any |
| 1382 | purpose with or without fee is hereby granted, provided that the above |
| 1383 | copyright notice and this permission notice appear in all copies, and that |
| 1384 | the name of Digital Equipment Corporation not be used in advertising or |
| 1385 | publicity pertaining to distribution of the document or software without |
| 1386 | specific, written prior permission. |
| 1387 | |
| 1388 | THE SOFTWARE IS PROVIDED "AS IS" AND DIGITAL EQUIPMENT CORP. DISCLAIMS ALL |
| 1389 | WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES |
| 1390 | OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL DIGITAL EQUIPMENT |
| 1391 | CORPORATION BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL |
| 1392 | DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR |
| 1393 | PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS |
| 1394 | ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS |
| 1395 | SOFTWARE. |
| 1396 | |
| 1397 | ------------------------------------------------------------------- |
| 1398 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 1399 | Copyright (c) 1985, 1989, 1993 |
| 1400 | The Regents of the University of California. All rights reserved. |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 1401 | |
| 1402 | Redistribution and use in source and binary forms, with or without |
| 1403 | modification, are permitted provided that the following conditions |
| 1404 | are met: |
| 1405 | 1. Redistributions of source code must retain the above copyright |
| 1406 | notice, this list of conditions and the following disclaimer. |
| 1407 | 2. Redistributions in binary form must reproduce the above copyright |
| 1408 | notice, this list of conditions and the following disclaimer in the |
| 1409 | documentation and/or other materials provided with the distribution. |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 1410 | 3. All advertising materials mentioning features or use of this software |
| 1411 | must display the following acknowledgement: |
| 1412 | This product includes software developed by the University of |
| 1413 | California, Berkeley and its contributors. |
| 1414 | 4. Neither the name of the University nor the names of its contributors |
| 1415 | may be used to endorse or promote products derived from this software |
| 1416 | without specific prior written permission. |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 1417 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 1418 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 1419 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 1420 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 1421 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 1422 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 1423 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 1424 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 1425 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 1426 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 1427 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 1428 | SUCH DAMAGE. |
| 1429 | |
| 1430 | ------------------------------------------------------------------- |
| 1431 | |
| 1432 | Copyright (c) 1985, 1993 |
| 1433 | The Regents of the University of California. All rights reserved. |
| 1434 | |
| 1435 | Redistribution and use in source and binary forms, with or without |
| 1436 | modification, are permitted provided that the following conditions |
| 1437 | are met: |
| 1438 | 1. Redistributions of source code must retain the above copyright |
| 1439 | notice, this list of conditions and the following disclaimer. |
| 1440 | 2. Redistributions in binary form must reproduce the above copyright |
| 1441 | notice, this list of conditions and the following disclaimer in the |
| 1442 | documentation and/or other materials provided with the distribution. |
| 1443 | 3. All advertising materials mentioning features or use of this software |
| 1444 | must display the following acknowledgement: |
| 1445 | This product includes software developed by the University of |
| 1446 | California, Berkeley and its contributors. |
| 1447 | 4. Neither the name of the University nor the names of its contributors |
| 1448 | may be used to endorse or promote products derived from this software |
| 1449 | without specific prior written permission. |
| 1450 | |
| 1451 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 1452 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 1453 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 1454 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 1455 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 1456 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 1457 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 1458 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 1459 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 1460 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 1461 | SUCH DAMAGE. |
| 1462 | |
| 1463 | ------------------------------------------------------------------- |
| 1464 | |
| 1465 | Copyright (c) 1985, 1993 |
| 1466 | The Regents of the University of California. All rights reserved. |
| 1467 | |
| 1468 | Redistribution and use in source and binary forms, with or without |
| 1469 | modification, are permitted provided that the following conditions |
| 1470 | are met: |
| 1471 | 1. Redistributions of source code must retain the above copyright |
| 1472 | notice, this list of conditions and the following disclaimer. |
| 1473 | 2. Redistributions in binary form must reproduce the above copyright |
| 1474 | notice, this list of conditions and the following disclaimer in the |
| 1475 | documentation and/or other materials provided with the distribution. |
Dan Albert | c30862f | 2016-10-20 11:45:16 -0700 | [diff] [blame] | 1476 | 3. All advertising materials mentioning features or use of this software |
| 1477 | must display the following acknowledgement: |
| 1478 | This product includes software developed by the University of |
| 1479 | California, Berkeley and its contributors. |
| 1480 | 4. Neither the name of the University nor the names of its contributors |
| 1481 | may be used to endorse or promote products derived from this software |
| 1482 | without specific prior written permission. |
| 1483 | |
| 1484 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 1485 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 1486 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 1487 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 1488 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 1489 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 1490 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 1491 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 1492 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 1493 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 1494 | SUCH DAMAGE. |
| 1495 | |
| 1496 | ------------------------------------------------------------------- |
| 1497 | |
| 1498 | Copyright (c) 1985, 1993 |
| 1499 | The Regents of the University of California. All rights reserved. |
| 1500 | |
| 1501 | Redistribution and use in source and binary forms, with or without |
| 1502 | modification, are permitted provided that the following conditions |
| 1503 | are met: |
| 1504 | 1. Redistributions of source code must retain the above copyright |
| 1505 | notice, this list of conditions and the following disclaimer. |
| 1506 | 2. Redistributions in binary form must reproduce the above copyright |
| 1507 | notice, this list of conditions and the following disclaimer in the |
| 1508 | documentation and/or other materials provided with the distribution. |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 1509 | 3. Neither the name of the University nor the names of its contributors |
| 1510 | may be used to endorse or promote products derived from this software |
| 1511 | without specific prior written permission. |
| 1512 | |
| 1513 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 1514 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 1515 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 1516 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 1517 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 1518 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 1519 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 1520 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 1521 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 1522 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 1523 | SUCH DAMAGE. |
| 1524 | |
| 1525 | ------------------------------------------------------------------- |
| 1526 | |
| 1527 | Copyright (c) 1987 Regents of the University of California. |
| 1528 | All rights reserved. |
| 1529 | |
| 1530 | Redistribution and use in source and binary forms, with or without |
| 1531 | modification, are permitted provided that the following conditions |
| 1532 | are met: |
| 1533 | 1. Redistributions of source code must retain the above copyright |
| 1534 | notice, this list of conditions and the following disclaimer. |
| 1535 | 2. Redistributions in binary form must reproduce the above copyright |
| 1536 | notice, this list of conditions and the following disclaimer in the |
| 1537 | documentation and/or other materials provided with the distribution. |
| 1538 | 3. Neither the name of the University nor the names of its contributors |
| 1539 | may be used to endorse or promote products derived from this software |
| 1540 | without specific prior written permission. |
| 1541 | |
| 1542 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 1543 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 1544 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 1545 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 1546 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 1547 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 1548 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 1549 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 1550 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 1551 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 1552 | SUCH DAMAGE. |
| 1553 | |
| 1554 | ------------------------------------------------------------------- |
| 1555 | |
| 1556 | Copyright (c) 1987, 1993 |
| 1557 | The Regents of the University of California. All rights reserved. |
| 1558 | |
| 1559 | Redistribution and use in source and binary forms, with or without |
| 1560 | modification, are permitted provided that the following conditions |
| 1561 | are met: |
| 1562 | 1. Redistributions of source code must retain the above copyright |
| 1563 | notice, this list of conditions and the following disclaimer. |
| 1564 | 2. Redistributions in binary form must reproduce the above copyright |
| 1565 | notice, this list of conditions and the following disclaimer in the |
| 1566 | documentation and/or other materials provided with the distribution. |
| 1567 | 3. All advertising materials mentioning features or use of this software |
| 1568 | must display the following acknowledgement: |
| 1569 | This product includes software developed by the University of |
| 1570 | California, Berkeley and its contributors. |
| 1571 | 4. Neither the name of the University nor the names of its contributors |
| 1572 | may be used to endorse or promote products derived from this software |
| 1573 | without specific prior written permission. |
| 1574 | |
| 1575 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 1576 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 1577 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 1578 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 1579 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 1580 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 1581 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 1582 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 1583 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 1584 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 1585 | SUCH DAMAGE. |
| 1586 | |
| 1587 | ------------------------------------------------------------------- |
| 1588 | |
| 1589 | Copyright (c) 1987, 1993 |
| 1590 | The Regents of the University of California. All rights reserved. |
| 1591 | |
| 1592 | Redistribution and use in source and binary forms, with or without |
| 1593 | modification, are permitted provided that the following conditions |
| 1594 | are met: |
| 1595 | 1. Redistributions of source code must retain the above copyright |
| 1596 | notice, this list of conditions and the following disclaimer. |
| 1597 | 2. Redistributions in binary form must reproduce the above copyright |
| 1598 | notice, this list of conditions and the following disclaimer in the |
| 1599 | documentation and/or other materials provided with the distribution. |
| 1600 | 3. Neither the name of the University nor the names of its contributors |
| 1601 | may be used to endorse or promote products derived from this software |
| 1602 | without specific prior written permission. |
| 1603 | |
| 1604 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 1605 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 1606 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 1607 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 1608 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 1609 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 1610 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 1611 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 1612 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 1613 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 1614 | SUCH DAMAGE. |
| 1615 | |
| 1616 | ------------------------------------------------------------------- |
| 1617 | |
| 1618 | Copyright (c) 1988 Regents of the University of California. |
| 1619 | All rights reserved. |
| 1620 | |
| 1621 | Redistribution and use in source and binary forms, with or without |
| 1622 | modification, are permitted provided that the following conditions |
| 1623 | are met: |
| 1624 | 1. Redistributions of source code must retain the above copyright |
| 1625 | notice, this list of conditions and the following disclaimer. |
| 1626 | 2. Redistributions in binary form must reproduce the above copyright |
| 1627 | notice, this list of conditions and the following disclaimer in the |
| 1628 | documentation and/or other materials provided with the distribution. |
| 1629 | 3. Neither the name of the University nor the names of its contributors |
| 1630 | may be used to endorse or promote products derived from this software |
| 1631 | without specific prior written permission. |
| 1632 | |
| 1633 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 1634 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 1635 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 1636 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 1637 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 1638 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 1639 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 1640 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 1641 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 1642 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 1643 | SUCH DAMAGE. |
| 1644 | |
| 1645 | ------------------------------------------------------------------- |
| 1646 | |
| 1647 | Copyright (c) 1988 The Regents of the University of California. |
| 1648 | All rights reserved. |
| 1649 | |
| 1650 | Redistribution and use in source and binary forms, with or without |
| 1651 | modification, are permitted provided that the following conditions |
| 1652 | are met: |
| 1653 | 1. Redistributions of source code must retain the above copyright |
| 1654 | notice, this list of conditions and the following disclaimer. |
| 1655 | 2. Redistributions in binary form must reproduce the above copyright |
| 1656 | notice, this list of conditions and the following disclaimer in the |
| 1657 | documentation and/or other materials provided with the distribution. |
| 1658 | 3. Neither the name of the University nor the names of its contributors |
| 1659 | may be used to endorse or promote products derived from this software |
| 1660 | without specific prior written permission. |
| 1661 | |
| 1662 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 1663 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 1664 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 1665 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 1666 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 1667 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 1668 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 1669 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 1670 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 1671 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 1672 | SUCH DAMAGE. |
| 1673 | |
| 1674 | ------------------------------------------------------------------- |
| 1675 | |
| 1676 | Copyright (c) 1988, 1993 |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 1677 | The Regents of the University of California. All rights reserved. |
| 1678 | |
| 1679 | Redistribution and use in source and binary forms, with or without |
| 1680 | modification, are permitted provided that the following conditions |
| 1681 | are met: |
| 1682 | 1. Redistributions of source code must retain the above copyright |
| 1683 | notice, this list of conditions and the following disclaimer. |
| 1684 | 2. Redistributions in binary form must reproduce the above copyright |
| 1685 | notice, this list of conditions and the following disclaimer in the |
| 1686 | documentation and/or other materials provided with the distribution. |
| 1687 | 3. All advertising materials mentioning features or use of this software |
| 1688 | must display the following acknowledgement: |
| 1689 | This product includes software developed by the University of |
| 1690 | California, Berkeley and its contributors. |
| 1691 | 4. Neither the name of the University nor the names of its contributors |
| 1692 | may be used to endorse or promote products derived from this software |
| 1693 | without specific prior written permission. |
| 1694 | |
| 1695 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 1696 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 1697 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 1698 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 1699 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 1700 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 1701 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 1702 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 1703 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 1704 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 1705 | SUCH DAMAGE. |
| 1706 | |
| 1707 | ------------------------------------------------------------------- |
| 1708 | |
| 1709 | Copyright (c) 1988, 1993 |
| 1710 | The Regents of the University of California. All rights reserved. |
| 1711 | |
| 1712 | Redistribution and use in source and binary forms, with or without |
| 1713 | modification, are permitted provided that the following conditions |
| 1714 | are met: |
| 1715 | 1. Redistributions of source code must retain the above copyright |
| 1716 | notice, this list of conditions and the following disclaimer. |
| 1717 | 2. Redistributions in binary form must reproduce the above copyright |
| 1718 | notice, this list of conditions and the following disclaimer in the |
| 1719 | documentation and/or other materials provided with the distribution. |
Dan Albert | c30862f | 2016-10-20 11:45:16 -0700 | [diff] [blame] | 1720 | 3. All advertising materials mentioning features or use of this software |
| 1721 | must display the following acknowledgement: |
| 1722 | This product includes software developed by the University of |
| 1723 | California, Berkeley and its contributors. |
| 1724 | 4. Neither the name of the University nor the names of its contributors |
| 1725 | may be used to endorse or promote products derived from this software |
| 1726 | without specific prior written permission. |
| 1727 | |
| 1728 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 1729 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 1730 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 1731 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 1732 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 1733 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 1734 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 1735 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 1736 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 1737 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 1738 | SUCH DAMAGE. |
| 1739 | |
| 1740 | ------------------------------------------------------------------- |
| 1741 | |
| 1742 | Copyright (c) 1988, 1993 |
| 1743 | The Regents of the University of California. All rights reserved. |
| 1744 | |
| 1745 | Redistribution and use in source and binary forms, with or without |
| 1746 | modification, are permitted provided that the following conditions |
| 1747 | are met: |
| 1748 | 1. Redistributions of source code must retain the above copyright |
| 1749 | notice, this list of conditions and the following disclaimer. |
| 1750 | 2. Redistributions in binary form must reproduce the above copyright |
| 1751 | notice, this list of conditions and the following disclaimer in the |
| 1752 | documentation and/or other materials provided with the distribution. |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 1753 | 3. Neither the name of the University nor the names of its contributors |
| 1754 | may be used to endorse or promote products derived from this software |
| 1755 | without specific prior written permission. |
| 1756 | |
| 1757 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 1758 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 1759 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 1760 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 1761 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 1762 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 1763 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 1764 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 1765 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 1766 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 1767 | SUCH DAMAGE. |
| 1768 | |
| 1769 | ------------------------------------------------------------------- |
| 1770 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 1771 | Copyright (c) 1989 The Regents of the University of California. |
| 1772 | All rights reserved. |
| 1773 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 1774 | Redistribution and use in source and binary forms, with or without |
| 1775 | modification, are permitted provided that the following conditions |
| 1776 | are met: |
| 1777 | 1. Redistributions of source code must retain the above copyright |
| 1778 | notice, this list of conditions and the following disclaimer. |
| 1779 | 2. Redistributions in binary form must reproduce the above copyright |
| 1780 | notice, this list of conditions and the following disclaimer in the |
| 1781 | documentation and/or other materials provided with the distribution. |
| 1782 | 3. Neither the name of the University nor the names of its contributors |
| 1783 | may be used to endorse or promote products derived from this software |
| 1784 | without specific prior written permission. |
| 1785 | |
| 1786 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 1787 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 1788 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 1789 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 1790 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 1791 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 1792 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 1793 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 1794 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 1795 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 1796 | SUCH DAMAGE. |
| 1797 | |
| 1798 | ------------------------------------------------------------------- |
| 1799 | |
| 1800 | Copyright (c) 1989 The Regents of the University of California. |
| 1801 | All rights reserved. |
| 1802 | (c) UNIX System Laboratories, Inc. |
| 1803 | All or some portions of this file are derived from material licensed |
| 1804 | to the University of California by American Telephone and Telegraph |
| 1805 | Co. or Unix System Laboratories, Inc. and are reproduced herein with |
| 1806 | the permission of UNIX System Laboratories, Inc. |
| 1807 | |
| 1808 | Redistribution and use in source and binary forms, with or without |
| 1809 | modification, are permitted provided that the following conditions |
| 1810 | are met: |
| 1811 | 1. Redistributions of source code must retain the above copyright |
| 1812 | notice, this list of conditions and the following disclaimer. |
| 1813 | 2. Redistributions in binary form must reproduce the above copyright |
| 1814 | notice, this list of conditions and the following disclaimer in the |
| 1815 | documentation and/or other materials provided with the distribution. |
| 1816 | 3. Neither the name of the University nor the names of its contributors |
| 1817 | may be used to endorse or promote products derived from this software |
| 1818 | without specific prior written permission. |
| 1819 | |
| 1820 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 1821 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 1822 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 1823 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 1824 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 1825 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 1826 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 1827 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 1828 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 1829 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 1830 | SUCH DAMAGE. |
| 1831 | |
| 1832 | ------------------------------------------------------------------- |
| 1833 | |
| 1834 | Copyright (c) 1989, 1993 |
| 1835 | The Regents of the University of California. All rights reserved. |
| 1836 | |
| 1837 | Redistribution and use in source and binary forms, with or without |
| 1838 | modification, are permitted provided that the following conditions |
| 1839 | are met: |
| 1840 | 1. Redistributions of source code must retain the above copyright |
| 1841 | notice, this list of conditions and the following disclaimer. |
| 1842 | 2. Redistributions in binary form must reproduce the above copyright |
| 1843 | notice, this list of conditions and the following disclaimer in the |
| 1844 | documentation and/or other materials provided with the distribution. |
| 1845 | 3. Neither the name of the University nor the names of its contributors |
| 1846 | may be used to endorse or promote products derived from this software |
| 1847 | without specific prior written permission. |
| 1848 | |
| 1849 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 1850 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 1851 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 1852 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 1853 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 1854 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 1855 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 1856 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 1857 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 1858 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 1859 | SUCH DAMAGE. |
| 1860 | |
| 1861 | ------------------------------------------------------------------- |
| 1862 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 1863 | Copyright (c) 1989, 1993 |
| 1864 | The Regents of the University of California. All rights reserved. |
| 1865 | |
| 1866 | Redistribution and use in source and binary forms, with or without |
| 1867 | modification, are permitted provided that the following conditions |
| 1868 | are met: |
| 1869 | 1. Redistributions of source code must retain the above copyright |
| 1870 | notice, this list of conditions and the following disclaimer. |
| 1871 | 2. Redistributions in binary form must reproduce the above copyright |
| 1872 | notice, this list of conditions and the following disclaimer in the |
| 1873 | documentation and/or other materials provided with the distribution. |
| 1874 | 4. Neither the name of the University nor the names of its contributors |
| 1875 | may be used to endorse or promote products derived from this software |
| 1876 | without specific prior written permission. |
| 1877 | |
| 1878 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 1879 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 1880 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 1881 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 1882 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 1883 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 1884 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 1885 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 1886 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 1887 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 1888 | SUCH DAMAGE. |
| 1889 | |
| 1890 | ------------------------------------------------------------------- |
| 1891 | |
| 1892 | Copyright (c) 1989, 1993 |
| 1893 | The Regents of the University of California. All rights reserved. |
Elliott Hughes | acbe322 | 2014-04-16 17:01:12 -0700 | [diff] [blame] | 1894 | |
| 1895 | This code is derived from software contributed to Berkeley by |
Elliott Hughes | f1c568d | 2017-09-26 17:09:07 -0700 | [diff] [blame] | 1896 | Guido van Rossum. |
| 1897 | |
| 1898 | Copyright (c) 2011 The FreeBSD Foundation |
| 1899 | All rights reserved. |
| 1900 | Portions of this software were developed by David Chisnall |
| 1901 | under sponsorship from the FreeBSD Foundation. |
| 1902 | |
| 1903 | Redistribution and use in source and binary forms, with or without |
| 1904 | modification, are permitted provided that the following conditions |
| 1905 | are met: |
| 1906 | 1. Redistributions of source code must retain the above copyright |
| 1907 | notice, this list of conditions and the following disclaimer. |
| 1908 | 2. Redistributions in binary form must reproduce the above copyright |
| 1909 | notice, this list of conditions and the following disclaimer in the |
| 1910 | documentation and/or other materials provided with the distribution. |
| 1911 | 3. Neither the name of the University nor the names of its contributors |
| 1912 | may be used to endorse or promote products derived from this software |
| 1913 | without specific prior written permission. |
| 1914 | |
| 1915 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 1916 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 1917 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 1918 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 1919 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 1920 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 1921 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 1922 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 1923 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 1924 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 1925 | SUCH DAMAGE. |
| 1926 | |
| 1927 | ------------------------------------------------------------------- |
| 1928 | |
| 1929 | Copyright (c) 1989, 1993 |
| 1930 | The Regents of the University of California. All rights reserved. |
| 1931 | |
| 1932 | This code is derived from software contributed to Berkeley by |
| 1933 | Guido van Rossum. |
| 1934 | |
| 1935 | Redistribution and use in source and binary forms, with or without |
| 1936 | modification, are permitted provided that the following conditions |
| 1937 | are met: |
| 1938 | 1. Redistributions of source code must retain the above copyright |
| 1939 | notice, this list of conditions and the following disclaimer. |
| 1940 | 2. Redistributions in binary form must reproduce the above copyright |
| 1941 | notice, this list of conditions and the following disclaimer in the |
| 1942 | documentation and/or other materials provided with the distribution. |
| 1943 | 3. Neither the name of the University nor the names of its contributors |
| 1944 | may be used to endorse or promote products derived from this software |
| 1945 | without specific prior written permission. |
| 1946 | |
| 1947 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 1948 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 1949 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 1950 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 1951 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 1952 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 1953 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 1954 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 1955 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 1956 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 1957 | SUCH DAMAGE. |
| 1958 | |
| 1959 | ------------------------------------------------------------------- |
| 1960 | |
| 1961 | Copyright (c) 1989, 1993 |
| 1962 | The Regents of the University of California. All rights reserved. |
| 1963 | |
| 1964 | This code is derived from software contributed to Berkeley by |
Elliott Hughes | acbe322 | 2014-04-16 17:01:12 -0700 | [diff] [blame] | 1965 | Roger L. Snyder. |
| 1966 | |
| 1967 | Redistribution and use in source and binary forms, with or without |
| 1968 | modification, are permitted provided that the following conditions |
| 1969 | are met: |
| 1970 | 1. Redistributions of source code must retain the above copyright |
| 1971 | notice, this list of conditions and the following disclaimer. |
| 1972 | 2. Redistributions in binary form must reproduce the above copyright |
| 1973 | notice, this list of conditions and the following disclaimer in the |
| 1974 | documentation and/or other materials provided with the distribution. |
| 1975 | 3. Neither the name of the University nor the names of its contributors |
| 1976 | may be used to endorse or promote products derived from this software |
| 1977 | without specific prior written permission. |
| 1978 | |
| 1979 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 1980 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 1981 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 1982 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 1983 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 1984 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 1985 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 1986 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 1987 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 1988 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 1989 | SUCH DAMAGE. |
| 1990 | |
| 1991 | ------------------------------------------------------------------- |
| 1992 | |
| 1993 | Copyright (c) 1989, 1993 |
| 1994 | The Regents of the University of California. All rights reserved. |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 1995 | (c) UNIX System Laboratories, Inc. |
| 1996 | All or some portions of this file are derived from material licensed |
| 1997 | to the University of California by American Telephone and Telegraph |
| 1998 | Co. or Unix System Laboratories, Inc. and are reproduced herein with |
| 1999 | the permission of UNIX System Laboratories, Inc. |
| 2000 | |
| 2001 | Redistribution and use in source and binary forms, with or without |
| 2002 | modification, are permitted provided that the following conditions |
| 2003 | are met: |
| 2004 | 1. Redistributions of source code must retain the above copyright |
| 2005 | notice, this list of conditions and the following disclaimer. |
| 2006 | 2. Redistributions in binary form must reproduce the above copyright |
| 2007 | notice, this list of conditions and the following disclaimer in the |
| 2008 | documentation and/or other materials provided with the distribution. |
| 2009 | 3. Neither the name of the University nor the names of its contributors |
| 2010 | may be used to endorse or promote products derived from this software |
| 2011 | without specific prior written permission. |
| 2012 | |
| 2013 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 2014 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 2015 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 2016 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 2017 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 2018 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 2019 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 2020 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 2021 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 2022 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 2023 | SUCH DAMAGE. |
| 2024 | |
| 2025 | ------------------------------------------------------------------- |
| 2026 | |
Elliott Hughes | b4931ce | 2016-02-08 17:00:12 -0800 | [diff] [blame] | 2027 | Copyright (c) 1990 Regents of the University of California. |
| 2028 | All rights reserved. |
| 2029 | |
| 2030 | This code is derived from software contributed to Berkeley by |
| 2031 | Chris Torek. |
| 2032 | |
| 2033 | Redistribution and use in source and binary forms, with or without |
| 2034 | modification, are permitted provided that the following conditions |
| 2035 | are met: |
| 2036 | 1. Redistributions of source code must retain the above copyright |
| 2037 | notice, this list of conditions and the following disclaimer. |
| 2038 | 2. Redistributions in binary form must reproduce the above copyright |
| 2039 | notice, this list of conditions and the following disclaimer in the |
| 2040 | documentation and/or other materials provided with the distribution. |
| 2041 | 3. Neither the name of the University nor the names of its contributors |
| 2042 | may be used to endorse or promote products derived from this software |
| 2043 | without specific prior written permission. |
| 2044 | |
| 2045 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 2046 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 2047 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 2048 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 2049 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 2050 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 2051 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 2052 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 2053 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 2054 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 2055 | SUCH DAMAGE. |
| 2056 | |
| 2057 | ------------------------------------------------------------------- |
| 2058 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 2059 | Copyright (c) 1990 The Regents of the University of California. |
| 2060 | All rights reserved. |
| 2061 | |
| 2062 | Redistribution and use in source and binary forms, with or without |
| 2063 | modification, are permitted provided that the following conditions |
| 2064 | are met: |
| 2065 | 1. Redistributions of source code must retain the above copyright |
| 2066 | notice, this list of conditions and the following disclaimer. |
| 2067 | 2. Redistributions in binary form must reproduce the above copyright |
| 2068 | notice, this list of conditions and the following disclaimer in the |
| 2069 | documentation and/or other materials provided with the distribution. |
| 2070 | 3. Neither the name of the University nor the names of its contributors |
| 2071 | may be used to endorse or promote products derived from this software |
| 2072 | without specific prior written permission. |
| 2073 | |
| 2074 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 2075 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 2076 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 2077 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 2078 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 2079 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 2080 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 2081 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 2082 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 2083 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 2084 | SUCH DAMAGE. |
| 2085 | |
| 2086 | ------------------------------------------------------------------- |
| 2087 | |
| 2088 | Copyright (c) 1990 The Regents of the University of California. |
| 2089 | All rights reserved. |
| 2090 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 2091 | This code is derived from software contributed to Berkeley by |
| 2092 | Chris Torek. |
| 2093 | |
| 2094 | Redistribution and use in source and binary forms, with or without |
| 2095 | modification, are permitted provided that the following conditions |
| 2096 | are met: |
| 2097 | 1. Redistributions of source code must retain the above copyright |
| 2098 | notice, this list of conditions and the following disclaimer. |
| 2099 | 2. Redistributions in binary form must reproduce the above copyright |
| 2100 | notice, this list of conditions and the following disclaimer in the |
| 2101 | documentation and/or other materials provided with the distribution. |
| 2102 | 3. Neither the name of the University nor the names of its contributors |
| 2103 | may be used to endorse or promote products derived from this software |
| 2104 | without specific prior written permission. |
| 2105 | |
| 2106 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 2107 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 2108 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 2109 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 2110 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 2111 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 2112 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 2113 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 2114 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 2115 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 2116 | SUCH DAMAGE. |
| 2117 | |
| 2118 | ------------------------------------------------------------------- |
| 2119 | |
| 2120 | Copyright (c) 1990 The Regents of the University of California. |
| 2121 | All rights reserved. |
| 2122 | |
| 2123 | This code is derived from software contributed to Berkeley by |
| 2124 | William Jolitz. |
| 2125 | |
| 2126 | Redistribution and use in source and binary forms, with or without |
| 2127 | modification, are permitted provided that the following conditions |
| 2128 | are met: |
| 2129 | 1. Redistributions of source code must retain the above copyright |
| 2130 | notice, this list of conditions and the following disclaimer. |
| 2131 | 2. Redistributions in binary form must reproduce the above copyright |
| 2132 | notice, this list of conditions and the following disclaimer in the |
| 2133 | documentation and/or other materials provided with the distribution. |
| 2134 | 3. Neither the name of the University nor the names of its contributors |
| 2135 | may be used to endorse or promote products derived from this software |
| 2136 | without specific prior written permission. |
| 2137 | |
| 2138 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 2139 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 2140 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 2141 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 2142 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 2143 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 2144 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 2145 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 2146 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 2147 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 2148 | SUCH DAMAGE. |
| 2149 | |
| 2150 | ------------------------------------------------------------------- |
| 2151 | |
| 2152 | Copyright (c) 1990, 1993 |
| 2153 | The Regents of the University of California. All rights reserved. |
| 2154 | |
| 2155 | Redistribution and use in source and binary forms, with or without |
| 2156 | modification, are permitted provided that the following conditions |
| 2157 | are met: |
| 2158 | 1. Redistributions of source code must retain the above copyright |
| 2159 | notice, this list of conditions and the following disclaimer. |
| 2160 | 2. Redistributions in binary form must reproduce the above copyright |
| 2161 | notice, this list of conditions and the following disclaimer in the |
| 2162 | documentation and/or other materials provided with the distribution. |
| 2163 | 3. Neither the name of the University nor the names of its contributors |
| 2164 | may be used to endorse or promote products derived from this software |
| 2165 | without specific prior written permission. |
| 2166 | |
| 2167 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 2168 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 2169 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 2170 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 2171 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 2172 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 2173 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 2174 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 2175 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 2176 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 2177 | SUCH DAMAGE. |
| 2178 | |
| 2179 | ------------------------------------------------------------------- |
| 2180 | |
| 2181 | Copyright (c) 1990, 1993 |
| 2182 | The Regents of the University of California. All rights reserved. |
| 2183 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 2184 | This code is derived from software contributed to Berkeley by |
| 2185 | Chris Torek. |
| 2186 | |
| 2187 | Redistribution and use in source and binary forms, with or without |
| 2188 | modification, are permitted provided that the following conditions |
| 2189 | are met: |
| 2190 | 1. Redistributions of source code must retain the above copyright |
| 2191 | notice, this list of conditions and the following disclaimer. |
| 2192 | 2. Redistributions in binary form must reproduce the above copyright |
| 2193 | notice, this list of conditions and the following disclaimer in the |
| 2194 | documentation and/or other materials provided with the distribution. |
| 2195 | 3. Neither the name of the University nor the names of its contributors |
| 2196 | may be used to endorse or promote products derived from this software |
| 2197 | without specific prior written permission. |
| 2198 | |
| 2199 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 2200 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 2201 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 2202 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 2203 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 2204 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 2205 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 2206 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 2207 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 2208 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 2209 | SUCH DAMAGE. |
| 2210 | |
| 2211 | ------------------------------------------------------------------- |
| 2212 | |
| 2213 | Copyright (c) 1990, 1993 |
| 2214 | The Regents of the University of California. All rights reserved. |
| 2215 | |
| 2216 | This code is derived from software contributed to Berkeley by |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 2217 | Donn Seeley at UUNET Technologies, Inc. |
| 2218 | |
| 2219 | Redistribution and use in source and binary forms, with or without |
| 2220 | modification, are permitted provided that the following conditions |
| 2221 | are met: |
| 2222 | 1. Redistributions of source code must retain the above copyright |
| 2223 | notice, this list of conditions and the following disclaimer. |
| 2224 | 2. Redistributions in binary form must reproduce the above copyright |
| 2225 | notice, this list of conditions and the following disclaimer in the |
| 2226 | documentation and/or other materials provided with the distribution. |
| 2227 | 3. Neither the name of the University nor the names of its contributors |
| 2228 | may be used to endorse or promote products derived from this software |
| 2229 | without specific prior written permission. |
| 2230 | |
| 2231 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 2232 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 2233 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 2234 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 2235 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 2236 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 2237 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 2238 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 2239 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 2240 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 2241 | SUCH DAMAGE. |
| 2242 | |
| 2243 | ------------------------------------------------------------------- |
| 2244 | |
| 2245 | Copyright (c) 1990, 1993 |
| 2246 | The Regents of the University of California. All rights reserved. |
Elliott Hughes | bfa582d | 2014-05-05 14:58:17 -0700 | [diff] [blame] | 2247 | |
| 2248 | This code is derived from software contributed to Berkeley by |
| 2249 | Donn Seeley at UUNET Technologies, Inc. |
| 2250 | |
| 2251 | Redistribution and use in source and binary forms, with or without |
| 2252 | modification, are permitted provided that the following conditions |
| 2253 | are met: |
| 2254 | 1. Redistributions of source code must retain the above copyright |
| 2255 | notice, this list of conditions and the following disclaimer. |
| 2256 | 2. Redistributions in binary form must reproduce the above copyright |
| 2257 | notice, this list of conditions and the following disclaimer in the |
| 2258 | documentation and/or other materials provided with the distribution. |
| 2259 | 4. Neither the name of the University nor the names of its contributors |
| 2260 | may be used to endorse or promote products derived from this software |
| 2261 | without specific prior written permission. |
| 2262 | |
| 2263 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 2264 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 2265 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 2266 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 2267 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 2268 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 2269 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 2270 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 2271 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 2272 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 2273 | SUCH DAMAGE. |
| 2274 | |
| 2275 | ------------------------------------------------------------------- |
| 2276 | |
| 2277 | Copyright (c) 1990, 1993 |
| 2278 | The Regents of the University of California. All rights reserved. |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 2279 | (c) UNIX System Laboratories, Inc. |
| 2280 | All or some portions of this file are derived from material licensed |
| 2281 | to the University of California by American Telephone and Telegraph |
| 2282 | Co. or Unix System Laboratories, Inc. and are reproduced herein with |
| 2283 | the permission of UNIX System Laboratories, Inc. |
| 2284 | |
| 2285 | Redistribution and use in source and binary forms, with or without |
| 2286 | modification, are permitted provided that the following conditions |
| 2287 | are met: |
| 2288 | 1. Redistributions of source code must retain the above copyright |
| 2289 | notice, this list of conditions and the following disclaimer. |
| 2290 | 2. Redistributions in binary form must reproduce the above copyright |
| 2291 | notice, this list of conditions and the following disclaimer in the |
| 2292 | documentation and/or other materials provided with the distribution. |
| 2293 | 3. Neither the name of the University nor the names of its contributors |
| 2294 | may be used to endorse or promote products derived from this software |
| 2295 | without specific prior written permission. |
| 2296 | |
| 2297 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 2298 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 2299 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 2300 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 2301 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 2302 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 2303 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 2304 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 2305 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 2306 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 2307 | SUCH DAMAGE. |
| 2308 | |
| 2309 | ------------------------------------------------------------------- |
| 2310 | |
| 2311 | Copyright (c) 1990, 1993, 1994 |
| 2312 | The Regents of the University of California. All rights reserved. |
| 2313 | |
| 2314 | Redistribution and use in source and binary forms, with or without |
| 2315 | modification, are permitted provided that the following conditions |
| 2316 | are met: |
| 2317 | 1. Redistributions of source code must retain the above copyright |
| 2318 | notice, this list of conditions and the following disclaimer. |
| 2319 | 2. Redistributions in binary form must reproduce the above copyright |
| 2320 | notice, this list of conditions and the following disclaimer in the |
| 2321 | documentation and/or other materials provided with the distribution. |
| 2322 | 3. Neither the name of the University nor the names of its contributors |
| 2323 | may be used to endorse or promote products derived from this software |
| 2324 | without specific prior written permission. |
| 2325 | |
| 2326 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 2327 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 2328 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 2329 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 2330 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 2331 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 2332 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 2333 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 2334 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 2335 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 2336 | SUCH DAMAGE. |
| 2337 | |
| 2338 | ------------------------------------------------------------------- |
| 2339 | |
| 2340 | Copyright (c) 1990, 1993, 1994 |
| 2341 | The Regents of the University of California. All rights reserved. |
| 2342 | |
| 2343 | This code is derived from software contributed to Berkeley by |
| 2344 | Chris Torek. |
| 2345 | |
| 2346 | Redistribution and use in source and binary forms, with or without |
| 2347 | modification, are permitted provided that the following conditions |
| 2348 | are met: |
| 2349 | 1. Redistributions of source code must retain the above copyright |
| 2350 | notice, this list of conditions and the following disclaimer. |
| 2351 | 2. Redistributions in binary form must reproduce the above copyright |
| 2352 | notice, this list of conditions and the following disclaimer in the |
| 2353 | documentation and/or other materials provided with the distribution. |
| 2354 | 3. Neither the name of the University nor the names of its contributors |
| 2355 | may be used to endorse or promote products derived from this software |
| 2356 | without specific prior written permission. |
| 2357 | |
| 2358 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 2359 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 2360 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 2361 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 2362 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 2363 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 2364 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 2365 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 2366 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 2367 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 2368 | SUCH DAMAGE. |
| 2369 | |
| 2370 | ------------------------------------------------------------------- |
| 2371 | |
Elliott Hughes | 4e54b11 | 2014-03-06 15:06:11 -0800 | [diff] [blame] | 2372 | Copyright (c) 1991 The Regents of the University of California. |
| 2373 | All rights reserved. |
| 2374 | |
| 2375 | Redistribution and use in source and binary forms, with or without |
| 2376 | modification, are permitted provided that the following conditions |
| 2377 | are met: |
| 2378 | 1. Redistributions of source code must retain the above copyright |
| 2379 | notice, this list of conditions and the following disclaimer. |
| 2380 | 2. Redistributions in binary form must reproduce the above copyright |
| 2381 | notice, this list of conditions and the following disclaimer in the |
| 2382 | documentation and/or other materials provided with the distribution. |
| 2383 | 3. Neither the name of the University nor the names of its contributors |
| 2384 | may be used to endorse or promote products derived from this software |
| 2385 | without specific prior written permission. |
| 2386 | |
| 2387 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 2388 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 2389 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 2390 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 2391 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 2392 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 2393 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 2394 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 2395 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 2396 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 2397 | SUCH DAMAGE. |
| 2398 | |
| 2399 | ------------------------------------------------------------------- |
| 2400 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 2401 | Copyright (c) 1991, 1993 |
| 2402 | The Regents of the University of California. All rights reserved. |
| 2403 | |
| 2404 | Redistribution and use in source and binary forms, with or without |
| 2405 | modification, are permitted provided that the following conditions |
| 2406 | are met: |
| 2407 | 1. Redistributions of source code must retain the above copyright |
| 2408 | notice, this list of conditions and the following disclaimer. |
| 2409 | 2. Redistributions in binary form must reproduce the above copyright |
| 2410 | notice, this list of conditions and the following disclaimer in the |
| 2411 | documentation and/or other materials provided with the distribution. |
| 2412 | 3. Neither the name of the University nor the names of its contributors |
| 2413 | may be used to endorse or promote products derived from this software |
| 2414 | without specific prior written permission. |
| 2415 | |
| 2416 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 2417 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 2418 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 2419 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 2420 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 2421 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 2422 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 2423 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 2424 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 2425 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 2426 | SUCH DAMAGE. |
| 2427 | |
| 2428 | ------------------------------------------------------------------- |
| 2429 | |
| 2430 | Copyright (c) 1991, 1993 |
| 2431 | The Regents of the University of California. All rights reserved. |
| 2432 | |
| 2433 | This code is derived from software contributed to Berkeley by |
| 2434 | Berkeley Software Design, Inc. |
| 2435 | |
| 2436 | Redistribution and use in source and binary forms, with or without |
| 2437 | modification, are permitted provided that the following conditions |
| 2438 | are met: |
| 2439 | 1. Redistributions of source code must retain the above copyright |
| 2440 | notice, this list of conditions and the following disclaimer. |
| 2441 | 2. Redistributions in binary form must reproduce the above copyright |
| 2442 | notice, this list of conditions and the following disclaimer in the |
| 2443 | documentation and/or other materials provided with the distribution. |
| 2444 | 3. Neither the name of the University nor the names of its contributors |
| 2445 | may be used to endorse or promote products derived from this software |
| 2446 | without specific prior written permission. |
| 2447 | |
| 2448 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 2449 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 2450 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 2451 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 2452 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 2453 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 2454 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 2455 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 2456 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 2457 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 2458 | SUCH DAMAGE. |
| 2459 | |
| 2460 | ------------------------------------------------------------------- |
| 2461 | |
| 2462 | Copyright (c) 1991, 1993 |
| 2463 | The Regents of the University of California. All rights reserved. |
| 2464 | (c) UNIX System Laboratories, Inc. |
| 2465 | All or some portions of this file are derived from material licensed |
| 2466 | to the University of California by American Telephone and Telegraph |
| 2467 | Co. or Unix System Laboratories, Inc. and are reproduced herein with |
| 2468 | the permission of UNIX System Laboratories, Inc. |
| 2469 | |
| 2470 | This code is derived from software contributed to Berkeley by |
| 2471 | Hugh Smith at The University of Guelph. |
| 2472 | |
| 2473 | Redistribution and use in source and binary forms, with or without |
| 2474 | modification, are permitted provided that the following conditions |
| 2475 | are met: |
| 2476 | 1. Redistributions of source code must retain the above copyright |
| 2477 | notice, this list of conditions and the following disclaimer. |
| 2478 | 2. Redistributions in binary form must reproduce the above copyright |
| 2479 | notice, this list of conditions and the following disclaimer in the |
| 2480 | documentation and/or other materials provided with the distribution. |
| 2481 | 3. Neither the name of the University nor the names of its contributors |
| 2482 | may be used to endorse or promote products derived from this software |
| 2483 | without specific prior written permission. |
| 2484 | |
| 2485 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 2486 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 2487 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 2488 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 2489 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 2490 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 2491 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 2492 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 2493 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 2494 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 2495 | SUCH DAMAGE. |
| 2496 | |
| 2497 | ------------------------------------------------------------------- |
| 2498 | |
| 2499 | Copyright (c) 1991, 1993, 1995, |
| 2500 | The Regents of the University of California. All rights reserved. |
| 2501 | |
| 2502 | This code is derived from software contributed to Berkeley by |
| 2503 | Havard Eidnes. |
| 2504 | |
| 2505 | Redistribution and use in source and binary forms, with or without |
| 2506 | modification, are permitted provided that the following conditions |
| 2507 | are met: |
| 2508 | 1. Redistributions of source code must retain the above copyright |
| 2509 | notice, this list of conditions and the following disclaimer. |
| 2510 | 2. Redistributions in binary form must reproduce the above copyright |
| 2511 | notice, this list of conditions and the following disclaimer in the |
| 2512 | documentation and/or other materials provided with the distribution. |
| 2513 | 3. Neither the name of the University nor the names of its contributors |
| 2514 | may be used to endorse or promote products derived from this software |
| 2515 | without specific prior written permission. |
| 2516 | |
| 2517 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 2518 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 2519 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 2520 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 2521 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 2522 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 2523 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 2524 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 2525 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 2526 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 2527 | SUCH DAMAGE. |
| 2528 | |
| 2529 | ------------------------------------------------------------------- |
| 2530 | |
| 2531 | Copyright (c) 1992 Henry Spencer. |
| 2532 | Copyright (c) 1992, 1993 |
| 2533 | The Regents of the University of California. All rights reserved. |
| 2534 | |
| 2535 | This code is derived from software contributed to Berkeley by |
| 2536 | Henry Spencer of the University of Toronto. |
| 2537 | |
| 2538 | Redistribution and use in source and binary forms, with or without |
| 2539 | modification, are permitted provided that the following conditions |
| 2540 | are met: |
| 2541 | 1. Redistributions of source code must retain the above copyright |
| 2542 | notice, this list of conditions and the following disclaimer. |
| 2543 | 2. Redistributions in binary form must reproduce the above copyright |
| 2544 | notice, this list of conditions and the following disclaimer in the |
| 2545 | documentation and/or other materials provided with the distribution. |
| 2546 | 3. Neither the name of the University nor the names of its contributors |
| 2547 | may be used to endorse or promote products derived from this software |
| 2548 | without specific prior written permission. |
| 2549 | |
| 2550 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 2551 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 2552 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 2553 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 2554 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 2555 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 2556 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 2557 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 2558 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 2559 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 2560 | SUCH DAMAGE. |
| 2561 | |
| 2562 | ------------------------------------------------------------------- |
| 2563 | |
| 2564 | Copyright (c) 1992 The Regents of the University of California. |
| 2565 | All rights reserved. |
| 2566 | |
| 2567 | Redistribution and use in source and binary forms, with or without |
| 2568 | modification, are permitted provided that the following conditions |
| 2569 | are met: |
| 2570 | 1. Redistributions of source code must retain the above copyright |
| 2571 | notice, this list of conditions and the following disclaimer. |
| 2572 | 2. Redistributions in binary form must reproduce the above copyright |
| 2573 | notice, this list of conditions and the following disclaimer in the |
| 2574 | documentation and/or other materials provided with the distribution. |
| 2575 | 3. Neither the name of the University nor the names of its contributors |
| 2576 | may be used to endorse or promote products derived from this software |
| 2577 | without specific prior written permission. |
| 2578 | |
| 2579 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 2580 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 2581 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 2582 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 2583 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 2584 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 2585 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 2586 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 2587 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 2588 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 2589 | SUCH DAMAGE. |
| 2590 | |
| 2591 | ------------------------------------------------------------------- |
| 2592 | |
| 2593 | Copyright (c) 1992, 1993 |
| 2594 | The Regents of the University of California. All rights reserved. |
| 2595 | |
| 2596 | Redistribution and use in source and binary forms, with or without |
| 2597 | modification, are permitted provided that the following conditions |
| 2598 | are met: |
| 2599 | 1. Redistributions of source code must retain the above copyright |
| 2600 | notice, this list of conditions and the following disclaimer. |
| 2601 | 2. Redistributions in binary form must reproduce the above copyright |
| 2602 | notice, this list of conditions and the following disclaimer in the |
| 2603 | documentation and/or other materials provided with the distribution. |
Dan Albert | c30862f | 2016-10-20 11:45:16 -0700 | [diff] [blame] | 2604 | 3. All advertising materials mentioning features or use of this software |
| 2605 | must display the following acknowledgement: |
| 2606 | This product includes software developed by the University of |
| 2607 | California, Berkeley and its contributors. |
| 2608 | 4. Neither the name of the University nor the names of its contributors |
| 2609 | may be used to endorse or promote products derived from this software |
| 2610 | without specific prior written permission. |
| 2611 | |
| 2612 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 2613 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 2614 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 2615 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 2616 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 2617 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 2618 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 2619 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 2620 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 2621 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 2622 | SUCH DAMAGE. |
| 2623 | |
| 2624 | ------------------------------------------------------------------- |
| 2625 | |
| 2626 | Copyright (c) 1992, 1993 |
| 2627 | The Regents of the University of California. All rights reserved. |
| 2628 | |
| 2629 | Redistribution and use in source and binary forms, with or without |
| 2630 | modification, are permitted provided that the following conditions |
| 2631 | are met: |
| 2632 | 1. Redistributions of source code must retain the above copyright |
| 2633 | notice, this list of conditions and the following disclaimer. |
| 2634 | 2. Redistributions in binary form must reproduce the above copyright |
| 2635 | notice, this list of conditions and the following disclaimer in the |
| 2636 | documentation and/or other materials provided with the distribution. |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 2637 | 3. Neither the name of the University nor the names of its contributors |
| 2638 | may be used to endorse or promote products derived from this software |
| 2639 | without specific prior written permission. |
| 2640 | |
| 2641 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 2642 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 2643 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 2644 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 2645 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 2646 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 2647 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 2648 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 2649 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 2650 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 2651 | SUCH DAMAGE. |
| 2652 | |
| 2653 | ------------------------------------------------------------------- |
| 2654 | |
| 2655 | Copyright (c) 1992, 1993 |
| 2656 | The Regents of the University of California. All rights reserved. |
| 2657 | |
| 2658 | This code is derived from software contributed to Berkeley by |
| 2659 | Ralph Campbell. |
| 2660 | |
| 2661 | Redistribution and use in source and binary forms, with or without |
| 2662 | modification, are permitted provided that the following conditions |
| 2663 | are met: |
| 2664 | 1. Redistributions of source code must retain the above copyright |
| 2665 | notice, this list of conditions and the following disclaimer. |
| 2666 | 2. Redistributions in binary form must reproduce the above copyright |
| 2667 | notice, this list of conditions and the following disclaimer in the |
| 2668 | documentation and/or other materials provided with the distribution. |
| 2669 | 3. Neither the name of the University nor the names of its contributors |
| 2670 | may be used to endorse or promote products derived from this software |
| 2671 | without specific prior written permission. |
| 2672 | |
| 2673 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 2674 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 2675 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 2676 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 2677 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 2678 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 2679 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 2680 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 2681 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 2682 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 2683 | SUCH DAMAGE. |
| 2684 | |
| 2685 | ------------------------------------------------------------------- |
| 2686 | |
| 2687 | Copyright (c) 1992, 1993 |
| 2688 | The Regents of the University of California. All rights reserved. |
| 2689 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 2690 | This software was developed by the Computer Systems Engineering group |
| 2691 | at Lawrence Berkeley Laboratory under DARPA contract BG 91-66 and |
| 2692 | contributed to Berkeley. |
| 2693 | |
| 2694 | All advertising materials mentioning features or use of this software |
| 2695 | must display the following acknowledgement: |
| 2696 | This product includes software developed by the University of |
| 2697 | California, Lawrence Berkeley Laboratory. |
| 2698 | |
| 2699 | Redistribution and use in source and binary forms, with or without |
| 2700 | modification, are permitted provided that the following conditions |
| 2701 | are met: |
| 2702 | 1. Redistributions of source code must retain the above copyright |
| 2703 | notice, this list of conditions and the following disclaimer. |
| 2704 | 2. Redistributions in binary form must reproduce the above copyright |
| 2705 | notice, this list of conditions and the following disclaimer in the |
| 2706 | documentation and/or other materials provided with the distribution. |
| 2707 | 3. All advertising materials mentioning features or use of this software |
| 2708 | must display the following acknowledgement: |
| 2709 | This product includes software developed by the University of |
| 2710 | California, Berkeley and its contributors. |
| 2711 | 4. Neither the name of the University nor the names of its contributors |
| 2712 | may be used to endorse or promote products derived from this software |
| 2713 | without specific prior written permission. |
| 2714 | |
| 2715 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 2716 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 2717 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 2718 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 2719 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 2720 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 2721 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 2722 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 2723 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 2724 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 2725 | SUCH DAMAGE. |
| 2726 | |
| 2727 | ------------------------------------------------------------------- |
| 2728 | |
| 2729 | Copyright (c) 1992, 1993 |
| 2730 | The Regents of the University of California. All rights reserved. |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 2731 | (c) UNIX System Laboratories, Inc. |
| 2732 | All or some portions of this file are derived from material licensed |
| 2733 | to the University of California by American Telephone and Telegraph |
| 2734 | Co. or Unix System Laboratories, Inc. and are reproduced herein with |
| 2735 | the permission of UNIX System Laboratories, Inc. |
| 2736 | |
| 2737 | Redistribution and use in source and binary forms, with or without |
| 2738 | modification, are permitted provided that the following conditions |
| 2739 | are met: |
| 2740 | 1. Redistributions of source code must retain the above copyright |
| 2741 | notice, this list of conditions and the following disclaimer. |
| 2742 | 2. Redistributions in binary form must reproduce the above copyright |
| 2743 | notice, this list of conditions and the following disclaimer in the |
| 2744 | documentation and/or other materials provided with the distribution. |
| 2745 | 3. Neither the name of the University nor the names of its contributors |
| 2746 | may be used to endorse or promote products derived from this software |
| 2747 | without specific prior written permission. |
| 2748 | |
| 2749 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 2750 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 2751 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 2752 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 2753 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 2754 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 2755 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 2756 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 2757 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 2758 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 2759 | SUCH DAMAGE. |
| 2760 | |
| 2761 | ------------------------------------------------------------------- |
| 2762 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 2763 | Copyright (c) 1992, 1993, 1994 |
| 2764 | The Regents of the University of California. All rights reserved. |
| 2765 | |
| 2766 | This code is derived from software contributed to Berkeley by |
| 2767 | Henry Spencer. |
| 2768 | |
| 2769 | Redistribution and use in source and binary forms, with or without |
| 2770 | modification, are permitted provided that the following conditions |
| 2771 | are met: |
| 2772 | 1. Redistributions of source code must retain the above copyright |
| 2773 | notice, this list of conditions and the following disclaimer. |
| 2774 | 2. Redistributions in binary form must reproduce the above copyright |
| 2775 | notice, this list of conditions and the following disclaimer in the |
| 2776 | documentation and/or other materials provided with the distribution. |
| 2777 | 3. Neither the name of the University nor the names of its contributors |
| 2778 | may be used to endorse or promote products derived from this software |
| 2779 | without specific prior written permission. |
| 2780 | |
| 2781 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 2782 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 2783 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 2784 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 2785 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 2786 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 2787 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 2788 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 2789 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 2790 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 2791 | SUCH DAMAGE. |
| 2792 | |
| 2793 | ------------------------------------------------------------------- |
| 2794 | |
Elliott Hughes | cc213f8 | 2012-08-14 15:32:42 -0700 | [diff] [blame] | 2795 | Copyright (c) 1992, 1993, 1994 Henry Spencer. |
| 2796 | |
| 2797 | This code is derived from software contributed to Berkeley by |
| 2798 | Henry Spencer. |
| 2799 | |
| 2800 | Redistribution and use in source and binary forms, with or without |
| 2801 | modification, are permitted provided that the following conditions |
| 2802 | are met: |
| 2803 | 1. Redistributions of source code must retain the above copyright |
| 2804 | notice, this list of conditions and the following disclaimer. |
| 2805 | 2. Redistributions in binary form must reproduce the above copyright |
| 2806 | notice, this list of conditions and the following disclaimer in the |
| 2807 | documentation and/or other materials provided with the distribution. |
| 2808 | 3. All advertising materials mentioning features or use of this software |
| 2809 | must display the following acknowledgement: |
| 2810 | This product includes software developed by the University of |
| 2811 | California, Berkeley and its contributors. |
| 2812 | 4. Neither the name of the University nor the names of its contributors |
| 2813 | may be used to endorse or promote products derived from this software |
| 2814 | without specific prior written permission. |
| 2815 | |
| 2816 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 2817 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 2818 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 2819 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 2820 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 2821 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 2822 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 2823 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 2824 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 2825 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 2826 | SUCH DAMAGE. |
| 2827 | |
| 2828 | ------------------------------------------------------------------- |
| 2829 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 2830 | Copyright (c) 1993 |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 2831 | The Regents of the University of California. All rights reserved. |
| 2832 | |
| 2833 | Redistribution and use in source and binary forms, with or without |
| 2834 | modification, are permitted provided that the following conditions |
| 2835 | are met: |
| 2836 | 1. Redistributions of source code must retain the above copyright |
| 2837 | notice, this list of conditions and the following disclaimer. |
| 2838 | 2. Redistributions in binary form must reproduce the above copyright |
| 2839 | notice, this list of conditions and the following disclaimer in the |
| 2840 | documentation and/or other materials provided with the distribution. |
| 2841 | 3. Neither the name of the University nor the names of its contributors |
| 2842 | may be used to endorse or promote products derived from this software |
| 2843 | without specific prior written permission. |
| 2844 | |
| 2845 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 2846 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 2847 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 2848 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 2849 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 2850 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 2851 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 2852 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 2853 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 2854 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 2855 | SUCH DAMAGE. |
| 2856 | |
| 2857 | ------------------------------------------------------------------- |
| 2858 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 2859 | Copyright (c) 1993 Martin Birgmeier |
| 2860 | All rights reserved. |
| 2861 | |
| 2862 | You may redistribute unmodified or modified versions of this source |
| 2863 | code provided that the above copyright notice and this and the |
| 2864 | following conditions are retained. |
| 2865 | |
| 2866 | This software is provided ``as is'', and comes with no warranties |
| 2867 | of any kind. I shall in no event be liable for anything that happens |
| 2868 | to anyone/anything when using this software. |
| 2869 | |
| 2870 | ------------------------------------------------------------------- |
| 2871 | |
Elliott Hughes | 4e54b11 | 2014-03-06 15:06:11 -0800 | [diff] [blame] | 2872 | Copyright (c) 1994 SigmaSoft, Th. Lockert <tholo@sigmasoft.com> |
Elliott Hughes | 448080d | 2013-01-29 16:25:06 -0800 | [diff] [blame] | 2873 | All rights reserved. |
| 2874 | |
Elliott Hughes | 448080d | 2013-01-29 16:25:06 -0800 | [diff] [blame] | 2875 | Redistribution and use in source and binary forms, with or without |
| 2876 | modification, are permitted provided that the following conditions |
| 2877 | are met: |
| 2878 | 1. Redistributions of source code must retain the above copyright |
| 2879 | notice, this list of conditions and the following disclaimer. |
| 2880 | 2. Redistributions in binary form must reproduce the above copyright |
| 2881 | notice, this list of conditions and the following disclaimer in the |
| 2882 | documentation and/or other materials provided with the distribution. |
Elliott Hughes | 4e54b11 | 2014-03-06 15:06:11 -0800 | [diff] [blame] | 2883 | 3. The name of the author may not be used to endorse or promote products |
| 2884 | derived from this software without specific prior written permission. |
Elliott Hughes | 448080d | 2013-01-29 16:25:06 -0800 | [diff] [blame] | 2885 | |
Elliott Hughes | 4e54b11 | 2014-03-06 15:06:11 -0800 | [diff] [blame] | 2886 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR |
| 2887 | IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES |
| 2888 | OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. |
| 2889 | IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, |
| 2890 | SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, |
| 2891 | PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; |
| 2892 | OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, |
| 2893 | WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR |
| 2894 | OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF |
| 2895 | ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
Elliott Hughes | 448080d | 2013-01-29 16:25:06 -0800 | [diff] [blame] | 2896 | |
| 2897 | ------------------------------------------------------------------- |
| 2898 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 2899 | Copyright (c) 1996 by Internet Software Consortium. |
| 2900 | |
| 2901 | Permission to use, copy, modify, and distribute this software for any |
| 2902 | purpose with or without fee is hereby granted, provided that the above |
| 2903 | copyright notice and this permission notice appear in all copies. |
| 2904 | |
| 2905 | THE SOFTWARE IS PROVIDED "AS IS" AND INTERNET SOFTWARE CONSORTIUM DISCLAIMS |
| 2906 | ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES |
| 2907 | OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL INTERNET SOFTWARE |
| 2908 | CONSORTIUM BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL |
| 2909 | DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR |
| 2910 | PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS |
| 2911 | ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS |
| 2912 | SOFTWARE. |
| 2913 | |
| 2914 | ------------------------------------------------------------------- |
| 2915 | |
| 2916 | Copyright (c) 1996, David Mazieres <dm@uun.org> |
| 2917 | Copyright (c) 2008, Damien Miller <djm@openbsd.org> |
Elliott Hughes | 1558138 | 2014-07-07 15:42:06 -0700 | [diff] [blame] | 2918 | Copyright (c) 2013, Markus Friedl <markus@openbsd.org> |
| 2919 | |
| 2920 | Permission to use, copy, modify, and distribute this software for any |
| 2921 | purpose with or without fee is hereby granted, provided that the above |
| 2922 | copyright notice and this permission notice appear in all copies. |
| 2923 | |
| 2924 | THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES |
| 2925 | WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF |
| 2926 | MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR |
| 2927 | ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES |
| 2928 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN |
| 2929 | ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF |
| 2930 | OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
| 2931 | |
| 2932 | ------------------------------------------------------------------- |
| 2933 | |
Elliott Hughes | b364683 | 2017-07-11 12:34:19 -0700 | [diff] [blame] | 2934 | Copyright (c) 1996, David Mazieres <dm@uun.org> |
| 2935 | Copyright (c) 2008, Damien Miller <djm@openbsd.org> |
| 2936 | Copyright (c) 2013, Markus Friedl <markus@openbsd.org> |
| 2937 | Copyright (c) 2014, Theo de Raadt <deraadt@openbsd.org> |
| 2938 | |
| 2939 | Permission to use, copy, modify, and distribute this software for any |
| 2940 | purpose with or without fee is hereby granted, provided that the above |
| 2941 | copyright notice and this permission notice appear in all copies. |
| 2942 | |
| 2943 | THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES |
| 2944 | WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF |
| 2945 | MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR |
| 2946 | ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES |
| 2947 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN |
| 2948 | ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF |
| 2949 | OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
| 2950 | |
| 2951 | ------------------------------------------------------------------- |
| 2952 | |
Elliott Hughes | 1558138 | 2014-07-07 15:42:06 -0700 | [diff] [blame] | 2953 | Copyright (c) 1996-1998, 2008 Theo de Raadt |
| 2954 | Copyright (c) 1997, 2008-2009 Todd C. Miller |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 2955 | |
| 2956 | Permission to use, copy, modify, and distribute this software for any |
| 2957 | purpose with or without fee is hereby granted, provided that the above |
| 2958 | copyright notice and this permission notice appear in all copies. |
| 2959 | |
| 2960 | THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES |
| 2961 | WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF |
| 2962 | MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR |
| 2963 | ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES |
| 2964 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN |
| 2965 | ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF |
| 2966 | OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
| 2967 | |
| 2968 | ------------------------------------------------------------------- |
| 2969 | |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 2970 | Copyright (c) 1997 Mark Brinicombe |
Elliott Hughes | dfb74c5 | 2016-10-24 12:53:17 -0700 | [diff] [blame] | 2971 | Copyright (C) 2010 The Android Open Source Project |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 2972 | All rights reserved. |
| 2973 | |
| 2974 | Redistribution and use in source and binary forms, with or without |
| 2975 | modification, are permitted provided that the following conditions |
| 2976 | are met: |
| 2977 | 1. Redistributions of source code must retain the above copyright |
| 2978 | notice, this list of conditions and the following disclaimer. |
| 2979 | 2. Redistributions in binary form must reproduce the above copyright |
| 2980 | notice, this list of conditions and the following disclaimer in the |
| 2981 | documentation and/or other materials provided with the distribution. |
| 2982 | 3. All advertising materials mentioning features or use of this software |
| 2983 | must display the following acknowledgement: |
| 2984 | This product includes software developed by Mark Brinicombe |
| 2985 | 4. Neither the name of the University nor the names of its contributors |
| 2986 | may be used to endorse or promote products derived from this software |
| 2987 | without specific prior written permission. |
| 2988 | |
| 2989 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 2990 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 2991 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 2992 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 2993 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 2994 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 2995 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 2996 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 2997 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 2998 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 2999 | SUCH DAMAGE. |
| 3000 | |
| 3001 | ------------------------------------------------------------------- |
| 3002 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 3003 | Copyright (c) 1997 Niklas Hallqvist. All rights reserved. |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 3004 | |
| 3005 | Redistribution and use in source and binary forms, with or without |
| 3006 | modification, are permitted provided that the following conditions |
| 3007 | are met: |
| 3008 | 1. Redistributions of source code must retain the above copyright |
| 3009 | notice, this list of conditions and the following disclaimer. |
| 3010 | 2. Redistributions in binary form must reproduce the above copyright |
| 3011 | notice, this list of conditions and the following disclaimer in the |
| 3012 | documentation and/or other materials provided with the distribution. |
| 3013 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 3014 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR |
| 3015 | IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES |
| 3016 | OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. |
| 3017 | IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, |
| 3018 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT |
| 3019 | NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, |
| 3020 | DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY |
| 3021 | THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
| 3022 | (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF |
| 3023 | THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 3024 | |
| 3025 | ------------------------------------------------------------------- |
| 3026 | |
Elliott Hughes | da46cae | 2018-05-24 14:40:32 -0700 | [diff] [blame] | 3027 | Copyright (c) 1997 The NetBSD Foundation, Inc. |
| 3028 | All rights reserved. |
| 3029 | |
| 3030 | This code is derived from software contributed to The NetBSD Foundation |
| 3031 | by Neil A. Carson and Mark Brinicombe |
| 3032 | |
| 3033 | Redistribution and use in source and binary forms, with or without |
| 3034 | modification, are permitted provided that the following conditions |
| 3035 | are met: |
| 3036 | 1. Redistributions of source code must retain the above copyright |
| 3037 | notice, this list of conditions and the following disclaimer. |
| 3038 | 2. Redistributions in binary form must reproduce the above copyright |
| 3039 | notice, this list of conditions and the following disclaimer in the |
| 3040 | documentation and/or other materials provided with the distribution. |
| 3041 | |
| 3042 | THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS |
| 3043 | ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED |
| 3044 | TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR |
| 3045 | PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS |
| 3046 | BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR |
| 3047 | CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF |
| 3048 | SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS |
| 3049 | INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN |
| 3050 | CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) |
| 3051 | ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE |
| 3052 | POSSIBILITY OF SUCH DAMAGE. |
| 3053 | |
| 3054 | ------------------------------------------------------------------- |
| 3055 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 3056 | Copyright (c) 1997 Todd C. Miller <Todd.Miller@courtesan.com> |
| 3057 | |
| 3058 | Permission to use, copy, modify, and distribute this software for any |
| 3059 | purpose with or without fee is hereby granted, provided that the above |
| 3060 | copyright notice and this permission notice appear in all copies. |
| 3061 | |
| 3062 | THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES |
| 3063 | WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF |
| 3064 | MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR |
| 3065 | ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES |
| 3066 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN |
| 3067 | ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF |
| 3068 | OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
| 3069 | |
| 3070 | ------------------------------------------------------------------- |
| 3071 | |
Elliott Hughes | bfa582d | 2014-05-05 14:58:17 -0700 | [diff] [blame] | 3072 | Copyright (c) 1997 Todd C. Miller <Todd.Miller@courtesan.com> |
| 3073 | All rights reserved. |
| 3074 | |
| 3075 | Redistribution and use in source and binary forms, with or without |
| 3076 | modification, are permitted provided that the following conditions |
| 3077 | are met: |
| 3078 | 1. Redistributions of source code must retain the above copyright |
| 3079 | notice, this list of conditions and the following disclaimer. |
| 3080 | 2. Redistributions in binary form must reproduce the above copyright |
| 3081 | notice, this list of conditions and the following disclaimer in the |
| 3082 | documentation and/or other materials provided with the distribution. |
| 3083 | 3. The name of the author may not be used to endorse or promote products |
| 3084 | derived from this software without specific prior written permission. |
| 3085 | |
| 3086 | THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, |
| 3087 | INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY |
| 3088 | AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL |
| 3089 | THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, |
| 3090 | EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, |
| 3091 | PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; |
| 3092 | OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, |
| 3093 | WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR |
| 3094 | OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF |
| 3095 | ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 3096 | |
| 3097 | ------------------------------------------------------------------- |
| 3098 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 3099 | Copyright (c) 1997, 1998 The NetBSD Foundation, Inc. |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 3100 | All rights reserved. |
| 3101 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 3102 | This code was contributed to The NetBSD Foundation by Klaus Klein. |
| 3103 | |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 3104 | Redistribution and use in source and binary forms, with or without |
| 3105 | modification, are permitted provided that the following conditions |
| 3106 | are met: |
| 3107 | 1. Redistributions of source code must retain the above copyright |
| 3108 | notice, this list of conditions and the following disclaimer. |
| 3109 | 2. Redistributions in binary form must reproduce the above copyright |
| 3110 | notice, this list of conditions and the following disclaimer in the |
| 3111 | documentation and/or other materials provided with the distribution. |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 3112 | 3. All advertising materials mentioning features or use of this software |
| 3113 | must display the following acknowledgement: |
| 3114 | This product includes software developed by the NetBSD |
| 3115 | Foundation, Inc. and its contributors. |
| 3116 | 4. Neither the name of The NetBSD Foundation nor the names of its |
| 3117 | contributors may be used to endorse or promote products derived |
| 3118 | from this software without specific prior written permission. |
| 3119 | |
| 3120 | THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS |
| 3121 | ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED |
| 3122 | TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR |
| 3123 | PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS |
| 3124 | BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR |
| 3125 | CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF |
| 3126 | SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS |
| 3127 | INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN |
| 3128 | CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) |
| 3129 | ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE |
| 3130 | POSSIBILITY OF SUCH DAMAGE. |
| 3131 | |
| 3132 | ------------------------------------------------------------------- |
| 3133 | |
| 3134 | Copyright (c) 1997, 1998, 1999, 2004 The NetBSD Foundation, Inc. |
| 3135 | All rights reserved. |
| 3136 | |
| 3137 | This code is derived from software contributed to The NetBSD Foundation |
| 3138 | by Luke Mewburn. |
| 3139 | |
| 3140 | Redistribution and use in source and binary forms, with or without |
| 3141 | modification, are permitted provided that the following conditions |
| 3142 | are met: |
| 3143 | 1. Redistributions of source code must retain the above copyright |
| 3144 | notice, this list of conditions and the following disclaimer. |
| 3145 | 2. Redistributions in binary form must reproduce the above copyright |
| 3146 | notice, this list of conditions and the following disclaimer in the |
| 3147 | documentation and/or other materials provided with the distribution. |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 3148 | |
| 3149 | THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS |
| 3150 | ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED |
| 3151 | TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR |
| 3152 | PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS |
| 3153 | BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR |
| 3154 | CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF |
| 3155 | SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS |
| 3156 | INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN |
| 3157 | CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) |
| 3158 | ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE |
| 3159 | POSSIBILITY OF SUCH DAMAGE. |
| 3160 | |
| 3161 | ------------------------------------------------------------------- |
| 3162 | |
| 3163 | Copyright (c) 1997, 1998, 1999, 2004 The NetBSD Foundation, Inc. |
| 3164 | All rights reserved. |
| 3165 | |
| 3166 | This code is derived from software contributed to The NetBSD Foundation |
| 3167 | by Luke Mewburn; and by Jason R. Thorpe. |
| 3168 | |
| 3169 | Redistribution and use in source and binary forms, with or without |
| 3170 | modification, are permitted provided that the following conditions |
| 3171 | are met: |
| 3172 | 1. Redistributions of source code must retain the above copyright |
| 3173 | notice, this list of conditions and the following disclaimer. |
| 3174 | 2. Redistributions in binary form must reproduce the above copyright |
| 3175 | notice, this list of conditions and the following disclaimer in the |
| 3176 | documentation and/or other materials provided with the distribution. |
| 3177 | 3. All advertising materials mentioning features or use of this software |
| 3178 | must display the following acknowledgement: |
| 3179 | This product includes software developed by the NetBSD |
| 3180 | Foundation, Inc. and its contributors. |
| 3181 | 4. Neither the name of The NetBSD Foundation nor the names of its |
| 3182 | contributors may be used to endorse or promote products derived |
| 3183 | from this software without specific prior written permission. |
| 3184 | |
| 3185 | THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS |
| 3186 | ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED |
| 3187 | TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR |
| 3188 | PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS |
| 3189 | BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR |
| 3190 | CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF |
| 3191 | SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS |
| 3192 | INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN |
| 3193 | CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) |
| 3194 | ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE |
| 3195 | POSSIBILITY OF SUCH DAMAGE. |
| 3196 | |
| 3197 | ------------------------------------------------------------------- |
| 3198 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 3199 | Copyright (c) 1997, 2005 Todd C. Miller <Todd.Miller@courtesan.com> |
| 3200 | |
| 3201 | Permission to use, copy, modify, and distribute this software for any |
| 3202 | purpose with or without fee is hereby granted, provided that the above |
| 3203 | copyright notice and this permission notice appear in all copies. |
| 3204 | |
| 3205 | THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES |
| 3206 | WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF |
| 3207 | MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR |
| 3208 | ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES |
| 3209 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN |
| 3210 | ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF |
| 3211 | OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
| 3212 | |
| 3213 | ------------------------------------------------------------------- |
| 3214 | |
| 3215 | Copyright (c) 1998 Softweyr LLC. All rights reserved. |
| 3216 | |
| 3217 | strtok_r, from Berkeley strtok |
| 3218 | Oct 13, 1998 by Wes Peters <wes@softweyr.com> |
| 3219 | |
| 3220 | Copyright (c) 1988, 1993 |
| 3221 | The Regents of the University of California. All rights reserved. |
| 3222 | |
| 3223 | Redistribution and use in source and binary forms, with or without |
| 3224 | modification, are permitted provided that the following conditions |
| 3225 | are met: |
| 3226 | 1. Redistributions of source code must retain the above copyright |
| 3227 | notices, this list of conditions and the following disclaimer. |
| 3228 | 2. Redistributions in binary form must reproduce the above copyright |
| 3229 | notices, this list of conditions and the following disclaimer in the |
| 3230 | documentation and/or other materials provided with the distribution. |
Elliott Hughes | 2815b1d | 2013-06-12 16:00:41 -0700 | [diff] [blame] | 3231 | 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] | 3232 | may be used to endorse or promote products derived from this software |
| 3233 | without specific prior written permission. |
| 3234 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 3235 | THIS SOFTWARE IS PROVIDED BY SOFTWEYR LLC, THE REGENTS AND CONTRIBUTORS |
| 3236 | ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT |
| 3237 | LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A |
| 3238 | PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL SOFTWEYR LLC, THE |
| 3239 | REGENTS, OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, |
| 3240 | SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED |
| 3241 | TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR |
| 3242 | PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF |
| 3243 | LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING |
| 3244 | NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS |
| 3245 | SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 3246 | |
| 3247 | ------------------------------------------------------------------- |
| 3248 | |
| 3249 | Copyright (c) 1998 The NetBSD Foundation, Inc. |
| 3250 | All rights reserved. |
| 3251 | |
| 3252 | This code is derived from software contributed to The NetBSD Foundation |
| 3253 | by Klaus Klein. |
| 3254 | |
| 3255 | Redistribution and use in source and binary forms, with or without |
| 3256 | modification, are permitted provided that the following conditions |
| 3257 | are met: |
| 3258 | 1. Redistributions of source code must retain the above copyright |
| 3259 | notice, this list of conditions and the following disclaimer. |
| 3260 | 2. Redistributions in binary form must reproduce the above copyright |
| 3261 | notice, this list of conditions and the following disclaimer in the |
| 3262 | documentation and/or other materials provided with the distribution. |
| 3263 | 3. All advertising materials mentioning features or use of this software |
| 3264 | must display the following acknowledgement: |
| 3265 | This product includes software developed by the NetBSD |
| 3266 | Foundation, Inc. and its contributors. |
| 3267 | 4. Neither the name of The NetBSD Foundation nor the names of its |
| 3268 | contributors may be used to endorse or promote products derived |
| 3269 | from this software without specific prior written permission. |
| 3270 | |
| 3271 | THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS |
| 3272 | ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED |
| 3273 | TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR |
| 3274 | PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS |
| 3275 | BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR |
| 3276 | CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF |
| 3277 | SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS |
| 3278 | INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN |
| 3279 | CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) |
| 3280 | ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE |
| 3281 | POSSIBILITY OF SUCH DAMAGE. |
| 3282 | |
| 3283 | ------------------------------------------------------------------- |
| 3284 | |
| 3285 | Copyright (c) 1998 Todd C. Miller <Todd.Miller@courtesan.com> |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 3286 | All rights reserved. |
| 3287 | |
| 3288 | Redistribution and use in source and binary forms, with or without |
| 3289 | modification, are permitted provided that the following conditions |
| 3290 | are met: |
| 3291 | 1. Redistributions of source code must retain the above copyright |
| 3292 | notice, this list of conditions and the following disclaimer. |
| 3293 | 2. Redistributions in binary form must reproduce the above copyright |
| 3294 | notice, this list of conditions and the following disclaimer in the |
| 3295 | documentation and/or other materials provided with the distribution. |
| 3296 | 3. The name of the author may not be used to endorse or promote products |
| 3297 | derived from this software without specific prior written permission. |
| 3298 | |
| 3299 | THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, |
| 3300 | INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY |
| 3301 | AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL |
| 3302 | THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, |
| 3303 | EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, |
| 3304 | PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; |
| 3305 | OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, |
| 3306 | WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR |
| 3307 | OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF |
| 3308 | ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 3309 | |
| 3310 | ------------------------------------------------------------------- |
| 3311 | |
Elliott Hughes | b4931ce | 2016-02-08 17:00:12 -0800 | [diff] [blame] | 3312 | Copyright (c) 1998, 2015 Todd C. Miller <Todd.Miller@courtesan.com> |
| 3313 | |
| 3314 | Permission to use, copy, modify, and distribute this software for any |
| 3315 | purpose with or without fee is hereby granted, provided that the above |
| 3316 | copyright notice and this permission notice appear in all copies. |
| 3317 | |
| 3318 | THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES |
| 3319 | WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF |
| 3320 | MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR |
| 3321 | ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES |
| 3322 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN |
| 3323 | ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF |
| 3324 | OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
| 3325 | |
| 3326 | ------------------------------------------------------------------- |
| 3327 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 3328 | Copyright (c) 1999 |
| 3329 | David E. O'Brien |
| 3330 | Copyright (c) 1988, 1993 |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 3331 | The Regents of the University of California. All rights reserved. |
| 3332 | |
| 3333 | Redistribution and use in source and binary forms, with or without |
| 3334 | modification, are permitted provided that the following conditions |
| 3335 | are met: |
| 3336 | 1. Redistributions of source code must retain the above copyright |
| 3337 | notice, this list of conditions and the following disclaimer. |
| 3338 | 2. Redistributions in binary form must reproduce the above copyright |
| 3339 | notice, this list of conditions and the following disclaimer in the |
| 3340 | documentation and/or other materials provided with the distribution. |
| 3341 | 3. Neither the name of the University nor the names of its contributors |
| 3342 | may be used to endorse or promote products derived from this software |
| 3343 | without specific prior written permission. |
| 3344 | |
| 3345 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 3346 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 3347 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 3348 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 3349 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 3350 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 3351 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 3352 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 3353 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 3354 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 3355 | SUCH DAMAGE. |
| 3356 | |
| 3357 | ------------------------------------------------------------------- |
| 3358 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 3359 | Copyright (c) 2000 Ben Harris. |
| 3360 | Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project. |
| 3361 | All rights reserved. |
| 3362 | |
| 3363 | Redistribution and use in source and binary forms, with or without |
| 3364 | modification, are permitted provided that the following conditions |
| 3365 | are met: |
| 3366 | 1. Redistributions of source code must retain the above copyright |
| 3367 | notice, this list of conditions and the following disclaimer. |
| 3368 | 2. Redistributions in binary form must reproduce the above copyright |
| 3369 | notice, this list of conditions and the following disclaimer in the |
| 3370 | documentation and/or other materials provided with the distribution. |
| 3371 | 3. Neither the name of the project nor the names of its contributors |
| 3372 | may be used to endorse or promote products derived from this software |
| 3373 | without specific prior written permission. |
| 3374 | |
| 3375 | THIS SOFTWARE IS PROVIDED BY THE PROJECT AND CONTRIBUTORS ``AS IS'' AND |
| 3376 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 3377 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 3378 | ARE DISCLAIMED. IN NO EVENT SHALL THE PROJECT OR CONTRIBUTORS BE LIABLE |
| 3379 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 3380 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 3381 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 3382 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 3383 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 3384 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 3385 | SUCH DAMAGE. |
| 3386 | |
| 3387 | ------------------------------------------------------------------- |
| 3388 | |
| 3389 | Copyright (c) 2000 The NetBSD Foundation, Inc. |
| 3390 | All rights reserved. |
| 3391 | |
| 3392 | This code is derived from software contributed to The NetBSD Foundation |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 3393 | by Dieter Baron and Thomas Klausner. |
| 3394 | |
| 3395 | Redistribution and use in source and binary forms, with or without |
| 3396 | modification, are permitted provided that the following conditions |
| 3397 | are met: |
| 3398 | 1. Redistributions of source code must retain the above copyright |
| 3399 | notice, this list of conditions and the following disclaimer. |
| 3400 | 2. Redistributions in binary form must reproduce the above copyright |
| 3401 | notice, this list of conditions and the following disclaimer in the |
| 3402 | documentation and/or other materials provided with the distribution. |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 3403 | |
| 3404 | THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS |
| 3405 | ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED |
| 3406 | TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR |
| 3407 | PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS |
| 3408 | BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR |
| 3409 | CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF |
| 3410 | SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS |
| 3411 | INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN |
| 3412 | CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) |
| 3413 | ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE |
| 3414 | POSSIBILITY OF SUCH DAMAGE. |
| 3415 | |
| 3416 | ------------------------------------------------------------------- |
| 3417 | |
Elliott Hughes | 54a7494 | 2014-01-03 16:40:37 -0800 | [diff] [blame] | 3418 | Copyright (c) 2001 Wasabi Systems, Inc. |
| 3419 | All rights reserved. |
| 3420 | |
| 3421 | Written by Frank van der Linden for Wasabi Systems, Inc. |
| 3422 | |
| 3423 | Redistribution and use in source and binary forms, with or without |
| 3424 | modification, are permitted provided that the following conditions |
| 3425 | are met: |
| 3426 | 1. Redistributions of source code must retain the above copyright |
| 3427 | notice, this list of conditions and the following disclaimer. |
| 3428 | 2. Redistributions in binary form must reproduce the above copyright |
| 3429 | notice, this list of conditions and the following disclaimer in the |
| 3430 | documentation and/or other materials provided with the distribution. |
| 3431 | 3. All advertising materials mentioning features or use of this software |
| 3432 | must display the following acknowledgement: |
| 3433 | This product includes software developed for the NetBSD Project by |
| 3434 | Wasabi Systems, Inc. |
| 3435 | 4. The name of Wasabi Systems, Inc. may not be used to endorse |
| 3436 | or promote products derived from this software without specific prior |
| 3437 | written permission. |
| 3438 | |
| 3439 | THIS SOFTWARE IS PROVIDED BY WASABI SYSTEMS, INC. ``AS IS'' AND |
| 3440 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED |
| 3441 | TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR |
| 3442 | PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL WASABI SYSTEMS, INC |
| 3443 | BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR |
| 3444 | CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF |
| 3445 | SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS |
| 3446 | INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN |
| 3447 | CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) |
| 3448 | ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE |
| 3449 | POSSIBILITY OF SUCH DAMAGE. |
| 3450 | |
| 3451 | ------------------------------------------------------------------- |
| 3452 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 3453 | Copyright (c) 2001-2002 Opsycon AB (www.opsycon.se / www.opsycon.com) |
| 3454 | |
| 3455 | Redistribution and use in source and binary forms, with or without |
| 3456 | modification, are permitted provided that the following conditions |
| 3457 | are met: |
| 3458 | 1. Redistributions of source code must retain the above copyright |
| 3459 | notice, this list of conditions and the following disclaimer. |
| 3460 | 2. Redistributions in binary form must reproduce the above copyright |
| 3461 | notice, this list of conditions and the following disclaimer in the |
| 3462 | documentation and/or other materials provided with the distribution. |
| 3463 | |
| 3464 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS |
| 3465 | OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED |
| 3466 | WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 3467 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY |
| 3468 | DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 3469 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 3470 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 3471 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 3472 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 3473 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 3474 | SUCH DAMAGE. |
| 3475 | |
| 3476 | ------------------------------------------------------------------- |
| 3477 | |
| 3478 | Copyright (c) 2001-2002 Opsycon AB (www.opsycon.se / www.opsycon.com) |
| 3479 | |
| 3480 | Redistribution and use in source and binary forms, with or without |
| 3481 | modification, are permitted provided that the following conditions |
| 3482 | are met: |
| 3483 | 1. Redistributions of source code must retain the above copyright |
| 3484 | notice, this list of conditions and the following disclaimer. |
| 3485 | 2. Redistributions in binary form must reproduce the above copyright |
| 3486 | notice, this list of conditions and the following disclaimer in the |
| 3487 | documentation and/or other materials provided with the distribution. |
| 3488 | 3. Neither the name of Opsycon AB nor the names of its contributors |
| 3489 | may be used to endorse or promote products derived from this software |
| 3490 | without specific prior written permission. |
| 3491 | |
| 3492 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS |
| 3493 | OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED |
| 3494 | WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 3495 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY |
| 3496 | DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 3497 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 3498 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 3499 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 3500 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 3501 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 3502 | SUCH DAMAGE. |
| 3503 | |
| 3504 | ------------------------------------------------------------------- |
| 3505 | |
Elliott Hughes | 882b8af | 2016-05-16 17:35:36 -0700 | [diff] [blame] | 3506 | Copyright (c) 2001-2011 The FreeBSD Project. |
| 3507 | All rights reserved. |
| 3508 | |
| 3509 | Redistribution and use in source and binary forms, with or without |
| 3510 | modification, are permitted provided that the following conditions |
| 3511 | are met: |
| 3512 | 1. Redistributions of source code must retain the above copyright |
| 3513 | notice, this list of conditions and the following disclaimer. |
| 3514 | 2. Redistributions in binary form must reproduce the above copyright |
| 3515 | notice, this list of conditions and the following disclaimer in the |
| 3516 | documentation and/or other materials provided with the distribution. |
| 3517 | |
| 3518 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 3519 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 3520 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 3521 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 3522 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 3523 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 3524 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 3525 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 3526 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 3527 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 3528 | SUCH DAMAGE. |
| 3529 | |
| 3530 | ------------------------------------------------------------------- |
| 3531 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 3532 | Copyright (c) 2002 Daniel Hartmeier |
| 3533 | All rights reserved. |
| 3534 | |
| 3535 | Redistribution and use in source and binary forms, with or without |
| 3536 | modification, are permitted provided that the following conditions |
| 3537 | are met: |
| 3538 | |
| 3539 | - Redistributions of source code must retain the above copyright |
| 3540 | notice, this list of conditions and the following disclaimer. |
| 3541 | - Redistributions in binary form must reproduce the above |
| 3542 | copyright notice, this list of conditions and the following |
| 3543 | disclaimer in the documentation and/or other materials provided |
| 3544 | with the distribution. |
| 3545 | |
| 3546 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS |
| 3547 | "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT |
| 3548 | LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS |
| 3549 | FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE |
| 3550 | COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, |
| 3551 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, |
| 3552 | BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; |
| 3553 | LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER |
| 3554 | CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 3555 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN |
| 3556 | ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE |
| 3557 | POSSIBILITY OF SUCH DAMAGE. |
| 3558 | |
| 3559 | ------------------------------------------------------------------- |
| 3560 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 3561 | Copyright (c) 2002 The NetBSD Foundation, Inc. |
| 3562 | All rights reserved. |
| 3563 | |
| 3564 | This code is derived from software contributed to The NetBSD Foundation |
| 3565 | by Christos Zoulas. |
| 3566 | |
| 3567 | Redistribution and use in source and binary forms, with or without |
| 3568 | modification, are permitted provided that the following conditions |
| 3569 | are met: |
| 3570 | 1. Redistributions of source code must retain the above copyright |
| 3571 | notice, this list of conditions and the following disclaimer. |
| 3572 | 2. Redistributions in binary form must reproduce the above copyright |
| 3573 | notice, this list of conditions and the following disclaimer in the |
| 3574 | documentation and/or other materials provided with the distribution. |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 3575 | |
| 3576 | THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS |
| 3577 | ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED |
| 3578 | TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR |
| 3579 | PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS |
| 3580 | BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR |
| 3581 | CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF |
| 3582 | SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS |
| 3583 | INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN |
| 3584 | CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) |
| 3585 | ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE |
| 3586 | POSSIBILITY OF SUCH DAMAGE. |
| 3587 | |
| 3588 | ------------------------------------------------------------------- |
| 3589 | |
| 3590 | Copyright (c) 2002 Tim J. Robbins |
| 3591 | All rights reserved. |
| 3592 | |
| 3593 | Redistribution and use in source and binary forms, with or without |
| 3594 | modification, are permitted provided that the following conditions |
| 3595 | are met: |
| 3596 | 1. Redistributions of source code must retain the above copyright |
| 3597 | notice, this list of conditions and the following disclaimer. |
| 3598 | 2. Redistributions in binary form must reproduce the above copyright |
| 3599 | notice, this list of conditions and the following disclaimer in the |
| 3600 | documentation and/or other materials provided with the distribution. |
| 3601 | |
| 3602 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 3603 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 3604 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 3605 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 3606 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 3607 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 3608 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 3609 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 3610 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 3611 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 3612 | SUCH DAMAGE. |
| 3613 | |
| 3614 | ------------------------------------------------------------------- |
| 3615 | |
Elliott Hughes | bfa582d | 2014-05-05 14:58:17 -0700 | [diff] [blame] | 3616 | Copyright (c) 2002 Tim J. Robbins. |
| 3617 | All rights reserved. |
| 3618 | |
| 3619 | Redistribution and use in source and binary forms, with or without |
| 3620 | modification, are permitted provided that the following conditions |
| 3621 | are met: |
| 3622 | 1. Redistributions of source code must retain the above copyright |
| 3623 | notice, this list of conditions and the following disclaimer. |
| 3624 | 2. Redistributions in binary form must reproduce the above copyright |
| 3625 | notice, this list of conditions and the following disclaimer in the |
| 3626 | documentation and/or other materials provided with the distribution. |
| 3627 | |
| 3628 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 3629 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 3630 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 3631 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 3632 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 3633 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 3634 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 3635 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 3636 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 3637 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 3638 | SUCH DAMAGE. |
| 3639 | |
| 3640 | ------------------------------------------------------------------- |
| 3641 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 3642 | Copyright (c) 2002 Todd C. Miller <Todd.Miller@courtesan.com> |
| 3643 | |
| 3644 | Permission to use, copy, modify, and distribute this software for any |
| 3645 | purpose with or without fee is hereby granted, provided that the above |
| 3646 | copyright notice and this permission notice appear in all copies. |
| 3647 | |
| 3648 | THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES |
| 3649 | WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF |
| 3650 | MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR |
| 3651 | ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES |
| 3652 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN |
| 3653 | ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF |
| 3654 | OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
| 3655 | |
| 3656 | Sponsored in part by the Defense Advanced Research Projects |
| 3657 | Agency (DARPA) and Air Force Research Laboratory, Air Force |
| 3658 | Materiel Command, USAF, under agreement number F39502-99-1-0512. |
| 3659 | |
| 3660 | ------------------------------------------------------------------- |
| 3661 | |
Elliott Hughes | bfa582d | 2014-05-05 14:58:17 -0700 | [diff] [blame] | 3662 | Copyright (c) 2002, 2003 Tim J. Robbins. |
| 3663 | All rights reserved. |
| 3664 | |
| 3665 | Redistribution and use in source and binary forms, with or without |
| 3666 | modification, are permitted provided that the following conditions |
| 3667 | are met: |
| 3668 | 1. Redistributions of source code must retain the above copyright |
| 3669 | notice, this list of conditions and the following disclaimer. |
| 3670 | 2. Redistributions in binary form must reproduce the above copyright |
| 3671 | notice, this list of conditions and the following disclaimer in the |
| 3672 | documentation and/or other materials provided with the distribution. |
| 3673 | |
| 3674 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 3675 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 3676 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 3677 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 3678 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 3679 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 3680 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 3681 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 3682 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 3683 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 3684 | SUCH DAMAGE. |
| 3685 | |
| 3686 | ------------------------------------------------------------------- |
| 3687 | |
| 3688 | Copyright (c) 2002-2004 Tim J. Robbins |
| 3689 | All rights reserved. |
| 3690 | |
| 3691 | Redistribution and use in source and binary forms, with or without |
| 3692 | modification, are permitted provided that the following conditions |
| 3693 | are met: |
| 3694 | 1. Redistributions of source code must retain the above copyright |
| 3695 | notice, this list of conditions and the following disclaimer. |
| 3696 | 2. Redistributions in binary form must reproduce the above copyright |
| 3697 | notice, this list of conditions and the following disclaimer in the |
| 3698 | documentation and/or other materials provided with the distribution. |
| 3699 | |
| 3700 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 3701 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 3702 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 3703 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 3704 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 3705 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 3706 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 3707 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 3708 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 3709 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 3710 | SUCH DAMAGE. |
| 3711 | |
| 3712 | ------------------------------------------------------------------- |
| 3713 | |
| 3714 | Copyright (c) 2002-2004 Tim J. Robbins. |
| 3715 | All rights reserved. |
| 3716 | |
| 3717 | Redistribution and use in source and binary forms, with or without |
| 3718 | modification, are permitted provided that the following conditions |
| 3719 | are met: |
| 3720 | 1. Redistributions of source code must retain the above copyright |
| 3721 | notice, this list of conditions and the following disclaimer. |
| 3722 | 2. Redistributions in binary form must reproduce the above copyright |
| 3723 | notice, this list of conditions and the following disclaimer in the |
| 3724 | documentation and/or other materials provided with the distribution. |
| 3725 | |
| 3726 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 3727 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 3728 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 3729 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 3730 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 3731 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 3732 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 3733 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 3734 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 3735 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 3736 | SUCH DAMAGE. |
| 3737 | |
| 3738 | ------------------------------------------------------------------- |
| 3739 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 3740 | Copyright (c) 2003 Constantin S. Svintsoff <kostik@iclub.nsu.ru> |
| 3741 | |
| 3742 | Redistribution and use in source and binary forms, with or without |
| 3743 | modification, are permitted provided that the following conditions |
| 3744 | are met: |
| 3745 | 1. Redistributions of source code must retain the above copyright |
| 3746 | notice, this list of conditions and the following disclaimer. |
| 3747 | 2. Redistributions in binary form must reproduce the above copyright |
| 3748 | notice, this list of conditions and the following disclaimer in the |
| 3749 | documentation and/or other materials provided with the distribution. |
| 3750 | 3. The names of the authors may not be used to endorse or promote |
| 3751 | products derived from this software without specific prior written |
| 3752 | permission. |
| 3753 | |
| 3754 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 3755 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 3756 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 3757 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 3758 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 3759 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 3760 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 3761 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 3762 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 3763 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 3764 | SUCH DAMAGE. |
| 3765 | |
| 3766 | ------------------------------------------------------------------- |
| 3767 | |
Elliott Hughes | ab52807 | 2018-07-24 00:01:52 +0000 | [diff] [blame] | 3768 | Copyright (c) 2003 Dag-Erling Smørgrav |
| 3769 | All rights reserved. |
| 3770 | |
| 3771 | Redistribution and use in source and binary forms, with or without |
| 3772 | modification, are permitted provided that the following conditions |
| 3773 | are met: |
| 3774 | 1. Redistributions of source code must retain the above copyright |
| 3775 | notice, this list of conditions and the following disclaimer |
| 3776 | in this position and unchanged. |
| 3777 | 2. Redistributions in binary form must reproduce the above copyright |
| 3778 | notice, this list of conditions and the following disclaimer in the |
| 3779 | documentation and/or other materials provided with the distribution. |
| 3780 | 3. The name of the author may not be used to endorse or promote products |
| 3781 | derived from this software without specific prior written permission. |
| 3782 | |
| 3783 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR |
| 3784 | IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES |
| 3785 | OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. |
| 3786 | IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, |
| 3787 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT |
| 3788 | NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, |
| 3789 | DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY |
| 3790 | THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
| 3791 | (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF |
| 3792 | THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 3793 | |
| 3794 | ------------------------------------------------------------------- |
| 3795 | |
Elliott Hughes | acbe322 | 2014-04-16 17:01:12 -0700 | [diff] [blame] | 3796 | Copyright (c) 2003 David Schultz <das@FreeBSD.ORG> |
| 3797 | All rights reserved. |
| 3798 | |
| 3799 | Redistribution and use in source and binary forms, with or without |
| 3800 | modification, are permitted provided that the following conditions |
| 3801 | are met: |
| 3802 | 1. Redistributions of source code must retain the above copyright |
| 3803 | notice, this list of conditions and the following disclaimer. |
| 3804 | 2. Redistributions in binary form must reproduce the above copyright |
| 3805 | notice, this list of conditions and the following disclaimer in the |
| 3806 | documentation and/or other materials provided with the distribution. |
| 3807 | |
| 3808 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 3809 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 3810 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 3811 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 3812 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 3813 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 3814 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 3815 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 3816 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 3817 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 3818 | SUCH DAMAGE. |
| 3819 | |
| 3820 | ------------------------------------------------------------------- |
| 3821 | |
Dan Albert | c30862f | 2016-10-20 11:45:16 -0700 | [diff] [blame] | 3822 | Copyright (c) 2003 Mike Barcroft <mike@FreeBSD.org> |
Dan Albert | c30862f | 2016-10-20 11:45:16 -0700 | [diff] [blame] | 3823 | Copyright (c) 2002 David Schultz <das@FreeBSD.ORG> |
| 3824 | All rights reserved. |
| 3825 | |
| 3826 | Redistribution and use in source and binary forms, with or without |
| 3827 | modification, are permitted provided that the following conditions |
| 3828 | are met: |
| 3829 | 1. Redistributions of source code must retain the above copyright |
| 3830 | notice, this list of conditions and the following disclaimer. |
| 3831 | 2. Redistributions in binary form must reproduce the above copyright |
| 3832 | notice, this list of conditions and the following disclaimer in the |
| 3833 | documentation and/or other materials provided with the distribution. |
| 3834 | |
| 3835 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 3836 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 3837 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 3838 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 3839 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 3840 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 3841 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 3842 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 3843 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 3844 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 3845 | SUCH DAMAGE. |
| 3846 | |
| 3847 | ------------------------------------------------------------------- |
| 3848 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 3849 | Copyright (c) 2003 Networks Associates Technology, Inc. |
| 3850 | All rights reserved. |
| 3851 | |
| 3852 | Portions of this software were developed for the FreeBSD Project by |
| 3853 | Jacques A. Vidrine, Safeport Network Services, and Network |
| 3854 | Associates Laboratories, the Security Research Division of Network |
| 3855 | Associates, Inc. under DARPA/SPAWAR contract N66001-01-C-8035 |
| 3856 | ("CBOSS"), as part of the DARPA CHATS research program. |
| 3857 | |
| 3858 | Redistribution and use in source and binary forms, with or without |
| 3859 | modification, are permitted provided that the following conditions |
| 3860 | are met: |
| 3861 | 1. Redistributions of source code must retain the above copyright |
| 3862 | notice, this list of conditions and the following disclaimer. |
| 3863 | 2. Redistributions in binary form must reproduce the above copyright |
| 3864 | notice, this list of conditions and the following disclaimer in the |
| 3865 | documentation and/or other materials provided with the distribution. |
| 3866 | |
| 3867 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 3868 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 3869 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 3870 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 3871 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 3872 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 3873 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 3874 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 3875 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 3876 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 3877 | SUCH DAMAGE. |
| 3878 | |
| 3879 | ------------------------------------------------------------------- |
| 3880 | |
Nick Kralevich | 5e58ea0 | 2012-09-12 13:21:25 -0700 | [diff] [blame] | 3881 | Copyright (c) 2003 Todd C. Miller <Todd.Miller@courtesan.com> |
| 3882 | |
| 3883 | Permission to use, copy, modify, and distribute this software for any |
| 3884 | purpose with or without fee is hereby granted, provided that the above |
| 3885 | copyright notice and this permission notice appear in all copies. |
| 3886 | |
| 3887 | THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES |
| 3888 | WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF |
| 3889 | MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR |
| 3890 | ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES |
| 3891 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN |
| 3892 | ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF |
| 3893 | OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
| 3894 | |
| 3895 | Sponsored in part by the Defense Advanced Research Projects |
| 3896 | Agency (DARPA) and Air Force Research Laboratory, Air Force |
| 3897 | Materiel Command, USAF, under agreement number F39502-99-1-0512. |
| 3898 | |
| 3899 | ------------------------------------------------------------------- |
| 3900 | |
Elliott Hughes | 882b8af | 2016-05-16 17:35:36 -0700 | [diff] [blame] | 3901 | Copyright (c) 2003, 2004 Todd C. Miller <Todd.Miller@courtesan.com> |
| 3902 | |
| 3903 | Permission to use, copy, modify, and distribute this software for any |
| 3904 | purpose with or without fee is hereby granted, provided that the above |
| 3905 | copyright notice and this permission notice appear in all copies. |
| 3906 | |
| 3907 | THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES |
| 3908 | WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF |
| 3909 | MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR |
| 3910 | ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES |
| 3911 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN |
| 3912 | ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF |
| 3913 | OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
| 3914 | |
| 3915 | Sponsored in part by the Defense Advanced Research Projects |
| 3916 | Agency (DARPA) and Air Force Research Laboratory, Air Force |
| 3917 | Materiel Command, USAF, under agreement number F39502-99-1-0512. |
| 3918 | |
| 3919 | ------------------------------------------------------------------- |
| 3920 | |
Elliott Hughes | ab52807 | 2018-07-24 00:01:52 +0000 | [diff] [blame] | 3921 | Copyright (c) 2003, Steven G. Kargl |
| 3922 | All rights reserved. |
| 3923 | |
| 3924 | Redistribution and use in source and binary forms, with or without |
| 3925 | modification, are permitted provided that the following conditions |
| 3926 | are met: |
| 3927 | 1. Redistributions of source code must retain the above copyright |
| 3928 | notice unmodified, this list of conditions, and the following |
| 3929 | disclaimer. |
| 3930 | 2. Redistributions in binary form must reproduce the above copyright |
| 3931 | notice, this list of conditions and the following disclaimer in the |
| 3932 | documentation and/or other materials provided with the distribution. |
| 3933 | |
| 3934 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR |
| 3935 | IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES |
| 3936 | OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. |
| 3937 | IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, |
| 3938 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT |
| 3939 | NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, |
| 3940 | DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY |
| 3941 | THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
| 3942 | (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF |
| 3943 | THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 3944 | |
| 3945 | ------------------------------------------------------------------- |
| 3946 | |
Dan Albert | c30862f | 2016-10-20 11:45:16 -0700 | [diff] [blame] | 3947 | Copyright (c) 2004 David Schultz <das@FreeBSD.ORG> |
| 3948 | All rights reserved. |
| 3949 | |
| 3950 | Redistribution and use in source and binary forms, with or without |
| 3951 | modification, are permitted provided that the following conditions |
| 3952 | are met: |
| 3953 | 1. Redistributions of source code must retain the above copyright |
| 3954 | notice, this list of conditions and the following disclaimer. |
| 3955 | 2. Redistributions in binary form must reproduce the above copyright |
| 3956 | notice, this list of conditions and the following disclaimer in the |
| 3957 | documentation and/or other materials provided with the distribution. |
| 3958 | |
| 3959 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 3960 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 3961 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 3962 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 3963 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 3964 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 3965 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 3966 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 3967 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 3968 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 3969 | SUCH DAMAGE. |
| 3970 | |
| 3971 | ------------------------------------------------------------------- |
| 3972 | |
Elliott Hughes | ab52807 | 2018-07-24 00:01:52 +0000 | [diff] [blame] | 3973 | Copyright (c) 2004 Stefan Farfeleder |
| 3974 | All rights reserved. |
| 3975 | |
| 3976 | Redistribution and use in source and binary forms, with or without |
| 3977 | modification, are permitted provided that the following conditions |
| 3978 | are met: |
| 3979 | 1. Redistributions of source code must retain the above copyright |
| 3980 | notice, this list of conditions and the following disclaimer. |
| 3981 | 2. Redistributions in binary form must reproduce the above copyright |
| 3982 | notice, this list of conditions and the following disclaimer in the |
| 3983 | documentation and/or other materials provided with the distribution. |
| 3984 | |
| 3985 | THIS SOFTWARE IS PROVIDED BY AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 3986 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 3987 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 3988 | ARE DISCLAIMED. IN NO EVENT SHALL AUTHOR OR CONTRIBUTORS BE LIABLE |
| 3989 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 3990 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 3991 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 3992 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 3993 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 3994 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 3995 | SUCH DAMAGE. |
| 3996 | |
| 3997 | ------------------------------------------------------------------- |
| 3998 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 3999 | Copyright (c) 2004 by Internet Systems Consortium, Inc. ("ISC") |
| 4000 | Copyright (c) 1995,1999 by Internet Software Consortium. |
| 4001 | |
| 4002 | Permission to use, copy, modify, and distribute this software for any |
| 4003 | purpose with or without fee is hereby granted, provided that the above |
| 4004 | copyright notice and this permission notice appear in all copies. |
| 4005 | |
| 4006 | THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES |
| 4007 | WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF |
| 4008 | MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR |
| 4009 | ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES |
| 4010 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN |
| 4011 | ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT |
| 4012 | OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
| 4013 | |
| 4014 | ------------------------------------------------------------------- |
| 4015 | |
| 4016 | Copyright (c) 2004 by Internet Systems Consortium, Inc. ("ISC") |
| 4017 | Copyright (c) 1995-1999 by Internet Software Consortium |
| 4018 | |
| 4019 | Permission to use, copy, modify, and distribute this software for any |
| 4020 | purpose with or without fee is hereby granted, provided that the above |
| 4021 | copyright notice and this permission notice appear in all copies. |
| 4022 | |
| 4023 | THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES |
| 4024 | WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF |
| 4025 | MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR |
| 4026 | ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES |
| 4027 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN |
| 4028 | ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT |
| 4029 | OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
| 4030 | |
| 4031 | ------------------------------------------------------------------- |
| 4032 | |
| 4033 | Copyright (c) 2004 by Internet Systems Consortium, Inc. ("ISC") |
| 4034 | Copyright (c) 1995-1999 by Internet Software Consortium. |
| 4035 | |
| 4036 | Permission to use, copy, modify, and distribute this software for any |
| 4037 | purpose with or without fee is hereby granted, provided that the above |
| 4038 | copyright notice and this permission notice appear in all copies. |
| 4039 | |
| 4040 | THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES |
| 4041 | WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF |
| 4042 | MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR |
| 4043 | ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES |
| 4044 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN |
| 4045 | ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT |
| 4046 | OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
| 4047 | |
| 4048 | ------------------------------------------------------------------- |
| 4049 | |
| 4050 | Copyright (c) 2004 by Internet Systems Consortium, Inc. ("ISC") |
| 4051 | Copyright (c) 1996,1999 by Internet Software Consortium. |
| 4052 | |
| 4053 | Permission to use, copy, modify, and distribute this software for any |
| 4054 | purpose with or without fee is hereby granted, provided that the above |
| 4055 | copyright notice and this permission notice appear in all copies. |
| 4056 | |
| 4057 | THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES |
| 4058 | WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF |
| 4059 | MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR |
| 4060 | ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES |
| 4061 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN |
| 4062 | ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT |
| 4063 | OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
| 4064 | |
| 4065 | ------------------------------------------------------------------- |
| 4066 | |
| 4067 | Copyright (c) 2004 by Internet Systems Consortium, Inc. ("ISC") |
| 4068 | Copyright (c) 1996-1999 by Internet Software Consortium |
| 4069 | |
| 4070 | Permission to use, copy, modify, and distribute this software for any |
| 4071 | purpose with or without fee is hereby granted, provided that the above |
| 4072 | copyright notice and this permission notice appear in all copies. |
| 4073 | |
| 4074 | THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES |
| 4075 | WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF |
| 4076 | MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR |
| 4077 | ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES |
| 4078 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN |
| 4079 | ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT |
| 4080 | OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
| 4081 | |
| 4082 | ------------------------------------------------------------------- |
| 4083 | |
| 4084 | Copyright (c) 2004 by Internet Systems Consortium, Inc. ("ISC") |
| 4085 | Copyright (c) 1996-1999 by Internet Software Consortium. |
| 4086 | |
| 4087 | Permission to use, copy, modify, and distribute this software for any |
| 4088 | purpose with or without fee is hereby granted, provided that the above |
| 4089 | copyright notice and this permission notice appear in all copies. |
| 4090 | |
| 4091 | THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES |
| 4092 | WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF |
| 4093 | MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR |
| 4094 | ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES |
| 4095 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN |
| 4096 | ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT |
| 4097 | OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
| 4098 | |
| 4099 | ------------------------------------------------------------------- |
| 4100 | |
| 4101 | Copyright (c) 2004 by Internet Systems Consortium, Inc. ("ISC") |
| 4102 | Copyright (c) 1997,1999 by Internet Software Consortium. |
| 4103 | |
| 4104 | Permission to use, copy, modify, and distribute this software for any |
| 4105 | purpose with or without fee is hereby granted, provided that the above |
| 4106 | copyright notice and this permission notice appear in all copies. |
| 4107 | |
| 4108 | THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES |
| 4109 | WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF |
| 4110 | MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR |
| 4111 | ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES |
| 4112 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN |
| 4113 | ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT |
| 4114 | OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
| 4115 | |
| 4116 | ------------------------------------------------------------------- |
| 4117 | |
| 4118 | Copyright (c) 2004 by Internet Systems Consortium, Inc. ("ISC") |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 4119 | Copyright (c) 1999 by Internet Software Consortium. |
| 4120 | |
| 4121 | Permission to use, copy, modify, and distribute this software for any |
| 4122 | purpose with or without fee is hereby granted, provided that the above |
| 4123 | copyright notice and this permission notice appear in all copies. |
| 4124 | |
| 4125 | THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES |
| 4126 | WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF |
| 4127 | MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR |
| 4128 | ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES |
| 4129 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN |
| 4130 | ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT |
| 4131 | OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
| 4132 | |
| 4133 | ------------------------------------------------------------------- |
| 4134 | |
| 4135 | Copyright (c) 2004 by Internet Systems Consortium, Inc. ("ISC") |
| 4136 | Portions Copyright (c) 1996-1999 by Internet Software Consortium. |
| 4137 | |
| 4138 | Permission to use, copy, modify, and distribute this software for any |
| 4139 | purpose with or without fee is hereby granted, provided that the above |
| 4140 | copyright notice and this permission notice appear in all copies. |
| 4141 | |
| 4142 | THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES |
| 4143 | WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF |
| 4144 | MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR |
| 4145 | ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES |
| 4146 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN |
| 4147 | ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT |
| 4148 | OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
| 4149 | |
| 4150 | ------------------------------------------------------------------- |
| 4151 | |
Elliott Hughes | acbe322 | 2014-04-16 17:01:12 -0700 | [diff] [blame] | 4152 | Copyright (c) 2004, 2005 David Schultz <das@FreeBSD.ORG> |
| 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 | 882b8af | 2016-05-16 17:35:36 -0700 | [diff] [blame] | 4178 | Copyright (c) 2004-2005 David Schultz <das (at) FreeBSD.ORG> |
| 4179 | All rights reserved. |
| 4180 | |
| 4181 | Redistribution and use in source and binary forms, with or without |
| 4182 | modification, are permitted provided that the following conditions |
| 4183 | are met: |
| 4184 | 1. Redistributions of source code must retain the above copyright |
| 4185 | notice, this list of conditions and the following disclaimer. |
| 4186 | 2. Redistributions in binary form must reproduce the above copyright |
| 4187 | notice, this list of conditions and the following disclaimer in the |
| 4188 | documentation and/or other materials provided with the distribution. |
| 4189 | |
| 4190 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 4191 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 4192 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 4193 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 4194 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 4195 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 4196 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 4197 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 4198 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 4199 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 4200 | SUCH DAMAGE. |
| 4201 | |
| 4202 | ------------------------------------------------------------------- |
| 4203 | |
| 4204 | Copyright (c) 2004-2005 David Schultz <das@FreeBSD.ORG> |
| 4205 | All rights reserved. |
| 4206 | |
| 4207 | Redistribution and use in source and binary forms, with or without |
| 4208 | modification, are permitted provided that the following conditions |
| 4209 | are met: |
| 4210 | 1. Redistributions of source code must retain the above copyright |
| 4211 | notice, this list of conditions and the following disclaimer. |
| 4212 | 2. Redistributions in binary form must reproduce the above copyright |
| 4213 | notice, this list of conditions and the following disclaimer in the |
| 4214 | documentation and/or other materials provided with the distribution. |
| 4215 | |
| 4216 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 4217 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 4218 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 4219 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 4220 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 4221 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 4222 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 4223 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 4224 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 4225 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 4226 | SUCH DAMAGE. |
| 4227 | |
| 4228 | ------------------------------------------------------------------- |
| 4229 | |
Elliott Hughes | ab52807 | 2018-07-24 00:01:52 +0000 | [diff] [blame] | 4230 | Copyright (c) 2005 Bruce D. Evans and Steven G. Kargl |
| 4231 | All rights reserved. |
| 4232 | |
| 4233 | Redistribution and use in source and binary forms, with or without |
| 4234 | modification, are permitted provided that the following conditions |
| 4235 | are met: |
| 4236 | 1. Redistributions of source code must retain the above copyright |
| 4237 | notice unmodified, this list of conditions, and the following |
| 4238 | disclaimer. |
| 4239 | 2. Redistributions in binary form must reproduce the above copyright |
| 4240 | notice, this list of conditions and the following disclaimer in the |
| 4241 | documentation and/or other materials provided with the distribution. |
| 4242 | |
| 4243 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR |
| 4244 | IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES |
| 4245 | OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. |
| 4246 | IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, |
| 4247 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT |
| 4248 | NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, |
| 4249 | DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY |
| 4250 | THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
| 4251 | (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF |
| 4252 | THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 4253 | |
| 4254 | ------------------------------------------------------------------- |
| 4255 | |
| 4256 | Copyright (c) 2005 David Schultz <das@FreeBSD.ORG> |
| 4257 | All rights reserved. |
| 4258 | |
| 4259 | Redistribution and use in source and binary forms, with or without |
| 4260 | modification, are permitted provided that the following conditions |
| 4261 | are met: |
| 4262 | 1. Redistributions of source code must retain the above copyright |
| 4263 | notice, this list of conditions and the following disclaimer. |
| 4264 | 2. Redistributions in binary form must reproduce the above copyright |
| 4265 | notice, this list of conditions and the following disclaimer in the |
| 4266 | documentation and/or other materials provided with the distribution. |
| 4267 | |
| 4268 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 4269 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 4270 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 4271 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 4272 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 4273 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 4274 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 4275 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 4276 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 4277 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 4278 | SUCH DAMAGE. |
| 4279 | |
| 4280 | ------------------------------------------------------------------- |
| 4281 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 4282 | Copyright (c) 2005 Tim J. Robbins. |
| 4283 | All rights reserved. |
| 4284 | |
| 4285 | Redistribution and use in source and binary forms, with or without |
| 4286 | modification, are permitted provided that the following conditions |
| 4287 | are met: |
| 4288 | 1. Redistributions of source code must retain the above copyright |
| 4289 | notice, this list of conditions and the following disclaimer. |
| 4290 | 2. Redistributions in binary form must reproduce the above copyright |
| 4291 | notice, this list of conditions and the following disclaimer in the |
| 4292 | documentation and/or other materials provided with the distribution. |
| 4293 | |
| 4294 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 4295 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 4296 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 4297 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 4298 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 4299 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 4300 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 4301 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 4302 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 4303 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 4304 | SUCH DAMAGE. |
| 4305 | |
| 4306 | ------------------------------------------------------------------- |
| 4307 | |
Elliott Hughes | 448080d | 2013-01-29 16:25:06 -0800 | [diff] [blame] | 4308 | Copyright (c) 2005 by Internet Systems Consortium, Inc. ("ISC") |
| 4309 | Copyright (c) 1995-1999 by Internet Software Consortium |
| 4310 | |
| 4311 | Permission to use, copy, modify, and distribute this software for any |
| 4312 | purpose with or without fee is hereby granted, provided that the above |
| 4313 | copyright notice and this permission notice appear in all copies. |
| 4314 | |
| 4315 | THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES |
| 4316 | WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF |
| 4317 | MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR |
| 4318 | ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES |
| 4319 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN |
| 4320 | ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT |
| 4321 | OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
| 4322 | |
| 4323 | ------------------------------------------------------------------- |
| 4324 | |
Dan Albert | c30862f | 2016-10-20 11:45:16 -0700 | [diff] [blame] | 4325 | Copyright (c) 2005-2008 David Schultz <das@FreeBSD.ORG> |
| 4326 | All rights reserved. |
| 4327 | |
| 4328 | Redistribution and use in source and binary forms, with or without |
| 4329 | modification, are permitted provided that the following conditions |
| 4330 | are met: |
| 4331 | 1. Redistributions of source code must retain the above copyright |
| 4332 | notice, this list of conditions and the following disclaimer. |
| 4333 | 2. Redistributions in binary form must reproduce the above copyright |
| 4334 | notice, this list of conditions and the following disclaimer in the |
| 4335 | documentation and/or other materials provided with the distribution. |
| 4336 | |
| 4337 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 4338 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 4339 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 4340 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 4341 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 4342 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 4343 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 4344 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 4345 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 4346 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 4347 | SUCH DAMAGE. |
| 4348 | |
| 4349 | ------------------------------------------------------------------- |
| 4350 | |
Elliott Hughes | ab52807 | 2018-07-24 00:01:52 +0000 | [diff] [blame] | 4351 | Copyright (c) 2005-2011 David Schultz <das@FreeBSD.ORG> |
| 4352 | All rights reserved. |
| 4353 | |
| 4354 | Redistribution and use in source and binary forms, with or without |
| 4355 | modification, are permitted provided that the following conditions |
| 4356 | are met: |
| 4357 | 1. Redistributions of source code must retain the above copyright |
| 4358 | notice, this list of conditions and the following disclaimer. |
| 4359 | 2. Redistributions in binary form must reproduce the above copyright |
| 4360 | notice, this list of conditions and the following disclaimer in the |
| 4361 | documentation and/or other materials provided with the distribution. |
| 4362 | |
| 4363 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 4364 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 4365 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 4366 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 4367 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 4368 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 4369 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 4370 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 4371 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 4372 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 4373 | SUCH DAMAGE. |
| 4374 | |
| 4375 | ------------------------------------------------------------------- |
| 4376 | |
Dan Albert | c30862f | 2016-10-20 11:45:16 -0700 | [diff] [blame] | 4377 | Copyright (c) 2007 David Schultz |
| 4378 | All rights reserved. |
| 4379 | |
| 4380 | Redistribution and use in source and binary forms, with or without |
| 4381 | modification, are permitted provided that the following conditions |
| 4382 | are met: |
| 4383 | 1. Redistributions of source code must retain the above copyright |
| 4384 | notice, this list of conditions and the following disclaimer. |
| 4385 | 2. Redistributions in binary form must reproduce the above copyright |
| 4386 | notice, this list of conditions and the following disclaimer in the |
| 4387 | documentation and/or other materials provided with the distribution. |
| 4388 | |
| 4389 | THIS SOFTWARE IS PROVIDED BY AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 4390 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 4391 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 4392 | ARE DISCLAIMED. IN NO EVENT SHALL AUTHOR OR CONTRIBUTORS BE LIABLE |
| 4393 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 4394 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 4395 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 4396 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 4397 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 4398 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 4399 | SUCH DAMAGE. |
| 4400 | |
| 4401 | ------------------------------------------------------------------- |
| 4402 | |
Elliott Hughes | ab52807 | 2018-07-24 00:01:52 +0000 | [diff] [blame] | 4403 | Copyright (c) 2007 David Schultz <das@FreeBSD.ORG> |
| 4404 | All rights reserved. |
| 4405 | |
| 4406 | Redistribution and use in source and binary forms, with or without |
| 4407 | modification, are permitted provided that the following conditions |
| 4408 | are met: |
| 4409 | 1. Redistributions of source code must retain the above copyright |
| 4410 | notice, this list of conditions and the following disclaimer. |
| 4411 | 2. Redistributions in binary form must reproduce the above copyright |
| 4412 | notice, this list of conditions and the following disclaimer in the |
| 4413 | documentation and/or other materials provided with the distribution. |
| 4414 | |
| 4415 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 4416 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 4417 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 4418 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 4419 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 4420 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 4421 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 4422 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 4423 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 4424 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 4425 | SUCH DAMAGE. |
| 4426 | |
| 4427 | ------------------------------------------------------------------- |
| 4428 | |
| 4429 | Copyright (c) 2007 David Schultz <das@FreeBSD.ORG> |
| 4430 | All rights reserved. |
| 4431 | |
| 4432 | Redistribution and use in source and binary forms, with or without |
| 4433 | modification, are permitted provided that the following conditions |
| 4434 | are met: |
| 4435 | 1. Redistributions of source code must retain the above copyright |
| 4436 | notice, this list of conditions and the following 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 AND CONTRIBUTORS ``AS IS'' AND |
| 4442 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 4443 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 4444 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 4445 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 4446 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 4447 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 4448 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 4449 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 4450 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 4451 | SUCH DAMAGE. |
| 4452 | |
| 4453 | Derived from s_modf.c, which has the following Copyright: |
| 4454 | ==================================================== |
| 4455 | Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved. |
| 4456 | |
| 4457 | Developed at SunPro, a Sun Microsystems, Inc. business. |
| 4458 | Permission to use, copy, modify, and distribute this |
| 4459 | software is freely granted, provided that this notice |
| 4460 | is preserved. |
| 4461 | |
| 4462 | ------------------------------------------------------------------- |
| 4463 | |
| 4464 | Copyright (c) 2007 Steven G. Kargl |
| 4465 | All rights reserved. |
| 4466 | |
| 4467 | Redistribution and use in source and binary forms, with or without |
| 4468 | modification, are permitted provided that the following conditions |
| 4469 | are met: |
| 4470 | 1. Redistributions of source code must retain the above copyright |
| 4471 | notice unmodified, this list of conditions, and the following |
| 4472 | disclaimer. |
| 4473 | 2. Redistributions in binary form must reproduce the above copyright |
| 4474 | notice, this list of conditions and the following disclaimer in the |
| 4475 | documentation and/or other materials provided with the distribution. |
| 4476 | |
| 4477 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR |
| 4478 | IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES |
| 4479 | OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. |
| 4480 | IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, |
| 4481 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT |
| 4482 | NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, |
| 4483 | DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY |
| 4484 | THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
| 4485 | (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF |
| 4486 | THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 4487 | |
| 4488 | ------------------------------------------------------------------- |
| 4489 | |
Dan Albert | c30862f | 2016-10-20 11:45:16 -0700 | [diff] [blame] | 4490 | Copyright (c) 2007 The NetBSD Foundation, Inc. |
| 4491 | All rights reserved. |
| 4492 | |
| 4493 | This code is derived from software written by Stephen L. Moshier. |
| 4494 | It is redistributed by the NetBSD Foundation by permission of the author. |
| 4495 | |
| 4496 | Redistribution and use in source and binary forms, with or without |
| 4497 | modification, are permitted provided that the following conditions |
| 4498 | are met: |
| 4499 | 1. Redistributions of source code must retain the above copyright |
| 4500 | notice, this list of conditions and the following disclaimer. |
| 4501 | 2. Redistributions in binary form must reproduce the above copyright |
| 4502 | notice, this list of conditions and the following disclaimer in the |
| 4503 | documentation and/or other materials provided with the distribution. |
| 4504 | |
| 4505 | THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS |
| 4506 | ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED |
| 4507 | TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR |
| 4508 | PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS |
| 4509 | BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR |
| 4510 | CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF |
| 4511 | SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS |
| 4512 | INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN |
| 4513 | CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) |
| 4514 | ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE |
| 4515 | POSSIBILITY OF SUCH DAMAGE. |
| 4516 | |
| 4517 | ------------------------------------------------------------------- |
| 4518 | |
Elliott Hughes | 7e54c76 | 2015-05-12 10:09:01 -0700 | [diff] [blame] | 4519 | Copyright (c) 2007 Todd C. Miller <Todd.Miller@courtesan.com> |
| 4520 | |
| 4521 | Permission to use, copy, modify, and distribute this software for any |
| 4522 | purpose with or without fee is hereby granted, provided that the above |
| 4523 | copyright notice and this permission notice appear in all copies. |
| 4524 | |
| 4525 | THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES |
| 4526 | WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF |
| 4527 | MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR |
| 4528 | ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES |
| 4529 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN |
| 4530 | ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF |
| 4531 | OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
| 4532 | |
| 4533 | ------------------------------------------------------------------- |
| 4534 | |
Elliott Hughes | 8da8ca4 | 2018-05-08 13:35:33 -0700 | [diff] [blame] | 4535 | Copyright (c) 2007, 2010-2013 Steven G. Kargl |
| 4536 | All rights reserved. |
| 4537 | |
| 4538 | Redistribution and use in source and binary forms, with or without |
| 4539 | modification, are permitted provided that the following conditions |
| 4540 | are met: |
| 4541 | 1. Redistributions of source code must retain the above copyright |
| 4542 | notice unmodified, this list of conditions, and the following |
| 4543 | disclaimer. |
| 4544 | 2. Redistributions in binary form must reproduce the above copyright |
| 4545 | notice, this list of conditions and the following disclaimer in the |
| 4546 | documentation and/or other materials provided with the distribution. |
| 4547 | |
| 4548 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR |
| 4549 | IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES |
| 4550 | OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. |
| 4551 | IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, |
| 4552 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT |
| 4553 | NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, |
| 4554 | DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY |
| 4555 | THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
| 4556 | (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF |
| 4557 | THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 4558 | |
| 4559 | s_sinl.c and s_cosl.c merged by Steven G. Kargl. |
| 4560 | |
| 4561 | ------------------------------------------------------------------- |
| 4562 | |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 4563 | Copyright (c) 2007-2008 Michael G Schwern |
| 4564 | |
| 4565 | This software originally derived from Paul Sheer's pivotal_gmtime_r.c. |
| 4566 | |
| 4567 | The MIT License: |
| 4568 | |
| 4569 | Permission is hereby granted, free of charge, to any person obtaining a copy |
| 4570 | of this software and associated documentation files (the "Software"), to deal |
| 4571 | in the Software without restriction, including without limitation the rights |
| 4572 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell |
| 4573 | copies of the Software, and to permit persons to whom the Software is |
| 4574 | furnished to do so, subject to the following conditions: |
| 4575 | |
| 4576 | The above copyright notice and this permission notice shall be included in |
| 4577 | all copies or substantial portions of the Software. |
| 4578 | |
| 4579 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR |
| 4580 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, |
| 4581 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE |
| 4582 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER |
| 4583 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, |
| 4584 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN |
| 4585 | THE SOFTWARE. |
| 4586 | |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 4587 | ------------------------------------------------------------------- |
| 4588 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 4589 | Copyright (c) 2007-2008 Michael G Schwern |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 4590 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 4591 | This software originally derived from Paul Sheer's pivotal_gmtime_r.c. |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 4592 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 4593 | The MIT License: |
| 4594 | |
| 4595 | Permission is hereby granted, free of charge, to any person obtaining a copy |
| 4596 | of this software and associated documentation files (the "Software"), to deal |
| 4597 | in the Software without restriction, including without limitation the rights |
| 4598 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell |
| 4599 | copies of the Software, and to permit persons to whom the Software is |
| 4600 | furnished to do so, subject to the following conditions: |
| 4601 | |
| 4602 | The above copyright notice and this permission notice shall be included in |
| 4603 | all copies or substantial portions of the Software. |
| 4604 | |
| 4605 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR |
| 4606 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, |
| 4607 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE |
| 4608 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER |
| 4609 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, |
| 4610 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN |
| 4611 | THE SOFTWARE. |
| 4612 | |
| 4613 | Origin: http://code.google.com/p/y2038 |
| 4614 | Modified for Bionic by the Android Open Source Project |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 4615 | |
| 4616 | ------------------------------------------------------------------- |
| 4617 | |
Elliott Hughes | ab52807 | 2018-07-24 00:01:52 +0000 | [diff] [blame] | 4618 | Copyright (c) 2007-2008 David Schultz <das@FreeBSD.ORG> |
| 4619 | All rights reserved. |
| 4620 | |
| 4621 | Redistribution and use in source and binary forms, with or without |
| 4622 | modification, are permitted provided that the following conditions |
| 4623 | are met: |
| 4624 | 1. Redistributions of source code must retain the above copyright |
| 4625 | notice, this list of conditions and the following disclaimer. |
| 4626 | 2. Redistributions in binary form must reproduce the above copyright |
| 4627 | notice, this list of conditions and the following disclaimer in the |
| 4628 | documentation and/or other materials provided with the distribution. |
| 4629 | |
| 4630 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 4631 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 4632 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 4633 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 4634 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 4635 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 4636 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 4637 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 4638 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 4639 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 4640 | SUCH DAMAGE. |
| 4641 | |
| 4642 | ------------------------------------------------------------------- |
| 4643 | |
Dan Albert | c30862f | 2016-10-20 11:45:16 -0700 | [diff] [blame] | 4644 | Copyright (c) 2007-2013 Bruce D. Evans |
| 4645 | All rights reserved. |
| 4646 | |
| 4647 | Redistribution and use in source and binary forms, with or without |
| 4648 | modification, are permitted provided that the following conditions |
| 4649 | are met: |
| 4650 | 1. Redistributions of source code must retain the above copyright |
| 4651 | notice unmodified, this list of conditions, and the following |
| 4652 | disclaimer. |
| 4653 | 2. Redistributions in binary form must reproduce the above copyright |
| 4654 | notice, this list of conditions and the following disclaimer in the |
| 4655 | documentation and/or other materials provided with the distribution. |
| 4656 | |
| 4657 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR |
| 4658 | IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES |
| 4659 | OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. |
| 4660 | IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, |
| 4661 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT |
| 4662 | NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, |
| 4663 | DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY |
| 4664 | THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
| 4665 | (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF |
| 4666 | THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 4667 | |
| 4668 | ------------------------------------------------------------------- |
| 4669 | |
Dan Albert | c30862f | 2016-10-20 11:45:16 -0700 | [diff] [blame] | 4670 | Copyright (c) 2008 David Schultz <das@FreeBSD.ORG> |
| 4671 | All rights reserved. |
| 4672 | |
| 4673 | Redistribution and use in source and binary forms, with or without |
| 4674 | modification, are permitted provided that the following conditions |
| 4675 | are met: |
| 4676 | 1. Redistributions of source code must retain the above copyright |
| 4677 | notice, this list of conditions and the following disclaimer. |
| 4678 | 2. Redistributions in binary form must reproduce the above copyright |
| 4679 | notice, this list of conditions and the following disclaimer in the |
| 4680 | documentation and/or other materials provided with the distribution. |
| 4681 | |
| 4682 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 4683 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 4684 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 4685 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 4686 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 4687 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 4688 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 4689 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 4690 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 4691 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 4692 | SUCH DAMAGE. |
| 4693 | |
| 4694 | ------------------------------------------------------------------- |
| 4695 | |
Elliott Hughes | ab52807 | 2018-07-24 00:01:52 +0000 | [diff] [blame] | 4696 | Copyright (c) 2008 Stephen L. Moshier <steve@moshier.net> |
| 4697 | |
| 4698 | Permission to use, copy, modify, and distribute this software for any |
| 4699 | purpose with or without fee is hereby granted, provided that the above |
| 4700 | copyright notice and this permission notice appear in all copies. |
| 4701 | |
| 4702 | THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES |
| 4703 | WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF |
| 4704 | MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR |
| 4705 | ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES |
| 4706 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN |
| 4707 | ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF |
| 4708 | OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
| 4709 | |
| 4710 | ------------------------------------------------------------------- |
| 4711 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 4712 | Copyright (c) 2008 Todd C. Miller <millert@openbsd.org> |
| 4713 | |
| 4714 | Permission to use, copy, modify, and distribute this software for any |
| 4715 | purpose with or without fee is hereby granted, provided that the above |
| 4716 | copyright notice and this permission notice appear in all copies. |
| 4717 | |
| 4718 | THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES |
| 4719 | WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF |
| 4720 | MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR |
| 4721 | ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES |
| 4722 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN |
| 4723 | ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF |
| 4724 | OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
| 4725 | |
| 4726 | ------------------------------------------------------------------- |
| 4727 | |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 4728 | Copyright (c) 2008, Damien Miller <djm@openbsd.org> |
| 4729 | |
| 4730 | Permission to use, copy, modify, and distribute this software for any |
| 4731 | purpose with or without fee is hereby granted, provided that the above |
| 4732 | copyright notice and this permission notice appear in all copies. |
| 4733 | |
| 4734 | THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES |
| 4735 | WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF |
| 4736 | MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR |
| 4737 | ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES |
| 4738 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN |
| 4739 | ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF |
| 4740 | OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
| 4741 | |
| 4742 | ------------------------------------------------------------------- |
| 4743 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 4744 | Copyright (c) 2009 David Schultz <das@FreeBSD.org> |
| 4745 | All rights reserved. |
| 4746 | |
Elliott Hughes | 1558138 | 2014-07-07 15:42:06 -0700 | [diff] [blame] | 4747 | Copyright (c) 2011 The FreeBSD Foundation |
| 4748 | All rights reserved. |
| 4749 | Portions of this software were developed by David Chisnall |
| 4750 | under sponsorship from the FreeBSD Foundation. |
| 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 AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 4762 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 4763 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 4764 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 4765 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 4766 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 4767 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 4768 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 4769 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 4770 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 4771 | SUCH DAMAGE. |
| 4772 | |
| 4773 | ------------------------------------------------------------------- |
| 4774 | |
| 4775 | Copyright (c) 2009 David Schultz <das@FreeBSD.org> |
| 4776 | All rights reserved. |
| 4777 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 4778 | Redistribution and use in source and binary forms, with or without |
| 4779 | modification, are permitted provided that the following conditions |
| 4780 | are met: |
| 4781 | 1. Redistributions of source code must retain the above copyright |
| 4782 | notice, this list of conditions and the following disclaimer. |
| 4783 | 2. Redistributions in binary form must reproduce the above copyright |
| 4784 | notice, this list of conditions and the following disclaimer in the |
| 4785 | documentation and/or other materials provided with the distribution. |
| 4786 | |
| 4787 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 4788 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 4789 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 4790 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 4791 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 4792 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 4793 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 4794 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 4795 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 4796 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 4797 | SUCH DAMAGE. |
| 4798 | |
| 4799 | ------------------------------------------------------------------- |
| 4800 | |
Irina Tirdea | eac9eb4 | 2012-09-08 09:28:30 +0300 | [diff] [blame] | 4801 | Copyright (c) 2009 The NetBSD Foundation, Inc. |
| 4802 | |
| 4803 | This code is derived from software contributed to The NetBSD Foundation |
| 4804 | by Roy Marples. |
| 4805 | |
| 4806 | Redistribution and use in source and binary forms, with or without |
| 4807 | modification, are permitted provided that the following conditions |
| 4808 | are met: |
| 4809 | 1. Redistributions of source code must retain the above copyright |
| 4810 | notice, this list of conditions and the following disclaimer. |
| 4811 | 2. Redistributions in binary form must reproduce the above copyright |
| 4812 | notice, this list of conditions and the following disclaimer in the |
| 4813 | documentation and/or other materials provided with the distribution. |
| 4814 | |
| 4815 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR |
| 4816 | IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES |
| 4817 | OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. |
| 4818 | IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, |
| 4819 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT |
| 4820 | NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, |
| 4821 | DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY |
| 4822 | THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
| 4823 | (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF |
| 4824 | THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 4825 | |
| 4826 | ------------------------------------------------------------------- |
| 4827 | |
Dan Albert | c30862f | 2016-10-20 11:45:16 -0700 | [diff] [blame] | 4828 | Copyright (c) 2009-2013 Steven G. Kargl |
| 4829 | All rights reserved. |
| 4830 | |
| 4831 | Redistribution and use in source and binary forms, with or without |
| 4832 | modification, are permitted provided that the following conditions |
| 4833 | are met: |
| 4834 | 1. Redistributions of source code must retain the above copyright |
| 4835 | notice unmodified, this list of conditions, and the following |
| 4836 | disclaimer. |
| 4837 | 2. Redistributions in binary form must reproduce the above copyright |
| 4838 | notice, this list of conditions and the following disclaimer in the |
| 4839 | documentation and/or other materials provided with the distribution. |
| 4840 | |
| 4841 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR |
| 4842 | IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES |
| 4843 | OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. |
| 4844 | IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, |
| 4845 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT |
| 4846 | NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, |
| 4847 | DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY |
| 4848 | THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
| 4849 | (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF |
| 4850 | THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 4851 | |
| 4852 | Optimized by Bruce D. Evans. |
| 4853 | |
| 4854 | ------------------------------------------------------------------- |
| 4855 | |
Elliott Hughes | 882b8af | 2016-05-16 17:35:36 -0700 | [diff] [blame] | 4856 | Copyright (c) 2010 The NetBSD Foundation, Inc. |
| 4857 | All rights reserved. |
| 4858 | |
| 4859 | Redistribution and use in source and binary forms, with or without |
| 4860 | modification, are permitted provided that the following conditions |
| 4861 | are met: |
| 4862 | 1. Redistributions of source code must retain the above copyright |
| 4863 | notice, this list of conditions and the following disclaimer. |
| 4864 | 2. Redistributions in binary form must reproduce the above copyright |
| 4865 | notice, this list of conditions and the following disclaimer in the |
| 4866 | documentation and/or other materials provided with the distribution. |
| 4867 | |
| 4868 | THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS |
| 4869 | ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED |
| 4870 | TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR |
| 4871 | PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS |
| 4872 | BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR |
| 4873 | CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF |
| 4874 | SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS |
| 4875 | INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN |
| 4876 | CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) |
| 4877 | ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE |
| 4878 | POSSIBILITY OF SUCH DAMAGE. |
| 4879 | |
| 4880 | ------------------------------------------------------------------- |
| 4881 | |
Elliott Hughes | 4e54b11 | 2014-03-06 15:06:11 -0800 | [diff] [blame] | 4882 | Copyright (c) 2010 Todd C. Miller <Todd.Miller@courtesan.com> |
| 4883 | |
| 4884 | Permission to use, copy, modify, and distribute this software for any |
| 4885 | purpose with or without fee is hereby granted, provided that the above |
| 4886 | copyright notice and this permission notice appear in all copies. |
| 4887 | |
| 4888 | THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES |
| 4889 | WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF |
| 4890 | MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR |
| 4891 | ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES |
| 4892 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN |
| 4893 | ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF |
| 4894 | OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
| 4895 | |
| 4896 | ------------------------------------------------------------------- |
| 4897 | |
Elliott Hughes | 54a7494 | 2014-01-03 16:40:37 -0800 | [diff] [blame] | 4898 | Copyright (c) 2010, 2011, 2012, 2013 Intel Corporation |
Elliott Hughes | 2815b1d | 2013-06-12 16:00:41 -0700 | [diff] [blame] | 4899 | All rights reserved. |
| 4900 | |
| 4901 | Redistribution and use in source and binary forms, with or without |
| 4902 | modification, are permitted provided that the following conditions are met: |
| 4903 | |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 4904 | * Redistributions of source code must retain the above copyright notice, |
| 4905 | * this list of conditions and the following disclaimer. |
Elliott Hughes | 2815b1d | 2013-06-12 16:00:41 -0700 | [diff] [blame] | 4906 | |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 4907 | * Redistributions in binary form must reproduce the above copyright notice, |
| 4908 | * this list of conditions and the following disclaimer in the documentation |
| 4909 | * and/or other materials provided with the distribution. |
Elliott Hughes | 2815b1d | 2013-06-12 16:00:41 -0700 | [diff] [blame] | 4910 | |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 4911 | * Neither the name of Intel Corporation nor the names of its contributors |
| 4912 | * may be used to endorse or promote products derived from this software |
| 4913 | * without specific prior written permission. |
Elliott Hughes | 2815b1d | 2013-06-12 16:00:41 -0700 | [diff] [blame] | 4914 | |
| 4915 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND |
| 4916 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED |
| 4917 | WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE |
| 4918 | DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR |
| 4919 | ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES |
| 4920 | (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; |
| 4921 | LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON |
| 4922 | ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
| 4923 | (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS |
| 4924 | SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 4925 | |
| 4926 | ------------------------------------------------------------------- |
| 4927 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 4928 | Copyright (c) 2010, Intel Corporation |
| 4929 | All rights reserved. |
| 4930 | |
| 4931 | Redistribution and use in source and binary forms, with or without |
| 4932 | modification, are permitted provided that the following conditions are met: |
| 4933 | |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 4934 | * Redistributions of source code must retain the above copyright notice, |
| 4935 | * this list of conditions and the following disclaimer. |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 4936 | |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 4937 | * Redistributions in binary form must reproduce the above copyright notice, |
| 4938 | * this list of conditions and the following disclaimer in the documentation |
| 4939 | * and/or other materials provided with the distribution. |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 4940 | |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 4941 | * Neither the name of Intel Corporation nor the names of its contributors |
| 4942 | * may be used to endorse or promote products derived from this software |
| 4943 | * without specific prior written permission. |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 4944 | |
| 4945 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND |
| 4946 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED |
| 4947 | WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE |
| 4948 | DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR |
| 4949 | ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES |
| 4950 | (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; |
| 4951 | LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON |
| 4952 | ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
| 4953 | (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS |
| 4954 | SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 4955 | |
| 4956 | ------------------------------------------------------------------- |
| 4957 | |
Elliott Hughes | bfa582d | 2014-05-05 14:58:17 -0700 | [diff] [blame] | 4958 | Copyright (c) 2011 David Chisnall |
| 4959 | All rights reserved. |
| 4960 | |
| 4961 | Redistribution and use in source and binary forms, with or without |
| 4962 | modification, are permitted provided that the following conditions |
| 4963 | are met: |
| 4964 | 1. Redistributions of source code must retain the above copyright |
| 4965 | notice, this list of conditions and the following disclaimer. |
| 4966 | 2. Redistributions in binary form must reproduce the above copyright |
| 4967 | notice, this list of conditions and the following disclaimer in the |
| 4968 | documentation and/or other materials provided with the distribution. |
| 4969 | |
| 4970 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 4971 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 4972 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 4973 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 4974 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 4975 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 4976 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 4977 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 4978 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 4979 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 4980 | SUCH DAMAGE. |
| 4981 | |
| 4982 | ------------------------------------------------------------------- |
| 4983 | |
Elliott Hughes | ab52807 | 2018-07-24 00:01:52 +0000 | [diff] [blame] | 4984 | Copyright (c) 2011 David Schultz |
| 4985 | All rights reserved. |
| 4986 | |
| 4987 | Redistribution and use in source and binary forms, with or without |
| 4988 | modification, are permitted provided that the following conditions |
| 4989 | are met: |
| 4990 | 1. Redistributions of source code must retain the above copyright |
| 4991 | notice unmodified, this list of conditions, and the following |
| 4992 | disclaimer. |
| 4993 | 2. Redistributions in binary form must reproduce the above copyright |
| 4994 | notice, this list of conditions and the following disclaimer in the |
| 4995 | documentation and/or other materials provided with the distribution. |
| 4996 | |
| 4997 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR |
| 4998 | IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES |
| 4999 | OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. |
| 5000 | IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, |
| 5001 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT |
| 5002 | NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, |
| 5003 | DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY |
| 5004 | THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
| 5005 | (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF |
| 5006 | THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 5007 | |
| 5008 | ------------------------------------------------------------------- |
| 5009 | |
| 5010 | Copyright (c) 2011 David Schultz <das@FreeBSD.ORG> |
| 5011 | All rights reserved. |
| 5012 | |
| 5013 | Redistribution and use in source and binary forms, with or without |
| 5014 | modification, are permitted provided that the following conditions |
| 5015 | are met: |
| 5016 | 1. Redistributions of source code must retain the above copyright |
| 5017 | notice, this list of conditions and the following disclaimer. |
| 5018 | 2. Redistributions in binary form must reproduce the above copyright |
| 5019 | notice, this list of conditions and the following disclaimer in the |
| 5020 | documentation and/or other materials provided with the distribution. |
| 5021 | |
| 5022 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 5023 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 5024 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 5025 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 5026 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 5027 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 5028 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 5029 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 5030 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 5031 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 5032 | SUCH DAMAGE. |
| 5033 | |
| 5034 | ------------------------------------------------------------------- |
| 5035 | |
Elliott Hughes | 1558138 | 2014-07-07 15:42:06 -0700 | [diff] [blame] | 5036 | Copyright (c) 2011 Ed Schouten <ed@FreeBSD.org> |
| 5037 | David Chisnall <theraven@FreeBSD.org> |
| 5038 | All rights reserved. |
| 5039 | |
| 5040 | Redistribution and use in source and binary forms, with or without |
| 5041 | modification, are permitted provided that the following conditions |
| 5042 | are met: |
| 5043 | 1. Redistributions of source code must retain the above copyright |
| 5044 | notice, this list of conditions and the following disclaimer. |
| 5045 | 2. Redistributions in binary form must reproduce the above copyright |
| 5046 | notice, this list of conditions and the following disclaimer in the |
| 5047 | documentation and/or other materials provided with the distribution. |
| 5048 | |
| 5049 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 5050 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 5051 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 5052 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 5053 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 5054 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 5055 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 5056 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 5057 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 5058 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 5059 | SUCH DAMAGE. |
| 5060 | |
| 5061 | ------------------------------------------------------------------- |
| 5062 | |
Elliott Hughes | 2815b1d | 2013-06-12 16:00:41 -0700 | [diff] [blame] | 5063 | Copyright (c) 2011 Intel Corporation |
| 5064 | All rights reserved. |
| 5065 | |
| 5066 | Redistribution and use in source and binary forms, with or without |
| 5067 | modification, are permitted provided that the following conditions are met: |
| 5068 | |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 5069 | * Redistributions of source code must retain the above copyright notice, |
| 5070 | * this list of conditions and the following disclaimer. |
Elliott Hughes | 2815b1d | 2013-06-12 16:00:41 -0700 | [diff] [blame] | 5071 | |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 5072 | * Redistributions in binary form must reproduce the above copyright notice, |
| 5073 | * this list of conditions and the following disclaimer in the documentation |
| 5074 | * and/or other materials provided with the distribution. |
Elliott Hughes | 2815b1d | 2013-06-12 16:00:41 -0700 | [diff] [blame] | 5075 | |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 5076 | * Neither the name of Intel Corporation nor the names of its contributors |
| 5077 | * may be used to endorse or promote products derived from this software |
| 5078 | * without specific prior written permission. |
Elliott Hughes | 2815b1d | 2013-06-12 16:00:41 -0700 | [diff] [blame] | 5079 | |
| 5080 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND |
| 5081 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED |
| 5082 | WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE |
| 5083 | DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR |
| 5084 | ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES |
| 5085 | (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; |
| 5086 | LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON |
| 5087 | ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
| 5088 | (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS |
| 5089 | SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 5090 | |
| 5091 | ------------------------------------------------------------------- |
| 5092 | |
Elliott Hughes | 5c2264a | 2014-09-13 09:42:41 -0700 | [diff] [blame] | 5093 | Copyright (c) 2011 Martin Pieuchot <mpi@openbsd.org> |
| 5094 | |
| 5095 | Permission to use, copy, modify, and distribute this software for any |
| 5096 | purpose with or without fee is hereby granted, provided that the above |
| 5097 | copyright notice and this permission notice appear in all copies. |
| 5098 | |
| 5099 | THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES |
| 5100 | WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF |
| 5101 | MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR |
| 5102 | ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES |
| 5103 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN |
| 5104 | ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF |
| 5105 | OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
| 5106 | |
| 5107 | ------------------------------------------------------------------- |
| 5108 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 5109 | Copyright (c) 2011 The Android Open Source Project |
| 5110 | Copyright (c) 2008 ARM Ltd |
| 5111 | All rights reserved. |
| 5112 | |
| 5113 | Redistribution and use in source and binary forms, with or without |
| 5114 | modification, are permitted provided that the following conditions |
| 5115 | are met: |
| 5116 | 1. Redistributions of source code must retain the above copyright |
| 5117 | notice, this list of conditions and the following disclaimer. |
| 5118 | 2. Redistributions in binary form must reproduce the above copyright |
| 5119 | notice, this list of conditions and the following disclaimer in the |
| 5120 | documentation and/or other materials provided with the distribution. |
| 5121 | 3. The name of the company may not be used to endorse or promote |
| 5122 | products derived from this software without specific prior written |
| 5123 | permission. |
| 5124 | |
| 5125 | THIS SOFTWARE IS PROVIDED BY ARM LTD ``AS IS'' AND ANY EXPRESS OR IMPLIED |
| 5126 | WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF |
| 5127 | MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. |
| 5128 | IN NO EVENT SHALL ARM LTD BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, |
| 5129 | SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED |
| 5130 | TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR |
| 5131 | PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF |
| 5132 | LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING |
| 5133 | NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS |
| 5134 | SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 5135 | |
| 5136 | ------------------------------------------------------------------- |
| 5137 | |
Elliott Hughes | 54a7494 | 2014-01-03 16:40:37 -0800 | [diff] [blame] | 5138 | Copyright (c) 2011, 2012, 2013 Intel Corporation |
| 5139 | All rights reserved. |
| 5140 | |
| 5141 | Redistribution and use in source and binary forms, with or without |
| 5142 | modification, are permitted provided that the following conditions are met: |
| 5143 | |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 5144 | * Redistributions of source code must retain the above copyright notice, |
| 5145 | * this list of conditions and the following disclaimer. |
Elliott Hughes | 54a7494 | 2014-01-03 16:40:37 -0800 | [diff] [blame] | 5146 | |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 5147 | * Redistributions in binary form must reproduce the above copyright notice, |
| 5148 | * this list of conditions and the following disclaimer in the documentation |
| 5149 | * and/or other materials provided with the distribution. |
Elliott Hughes | 54a7494 | 2014-01-03 16:40:37 -0800 | [diff] [blame] | 5150 | |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 5151 | * Neither the name of Intel Corporation nor the names of its contributors |
| 5152 | * may be used to endorse or promote products derived from this software |
| 5153 | * without specific prior written permission. |
Elliott Hughes | 54a7494 | 2014-01-03 16:40:37 -0800 | [diff] [blame] | 5154 | |
| 5155 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND |
| 5156 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED |
| 5157 | WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE |
| 5158 | DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR |
| 5159 | ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES |
| 5160 | (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; |
| 5161 | LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON |
| 5162 | ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
| 5163 | (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS |
| 5164 | SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 5165 | |
| 5166 | ------------------------------------------------------------------- |
| 5167 | |
Elliott Hughes | 2815b1d | 2013-06-12 16:00:41 -0700 | [diff] [blame] | 5168 | Copyright (c) 2011, Intel Corporation |
| 5169 | All rights reserved. |
| 5170 | |
| 5171 | Redistribution and use in source and binary forms, with or without |
| 5172 | modification, are permitted provided that the following conditions are met: |
| 5173 | |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 5174 | * Redistributions of source code must retain the above copyright notice, |
| 5175 | * this list of conditions and the following disclaimer. |
Elliott Hughes | 2815b1d | 2013-06-12 16:00:41 -0700 | [diff] [blame] | 5176 | |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 5177 | * Redistributions in binary form must reproduce the above copyright notice, |
| 5178 | * this list of conditions and the following disclaimer in the documentation |
| 5179 | * and/or other materials provided with the distribution. |
Elliott Hughes | 2815b1d | 2013-06-12 16:00:41 -0700 | [diff] [blame] | 5180 | |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 5181 | * Neither the name of Intel Corporation nor the names of its contributors |
| 5182 | * may be used to endorse or promote products derived from this software |
| 5183 | * without specific prior written permission. |
Elliott Hughes | 2815b1d | 2013-06-12 16:00:41 -0700 | [diff] [blame] | 5184 | |
| 5185 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND |
| 5186 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED |
| 5187 | WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE |
| 5188 | DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR |
| 5189 | ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES |
| 5190 | (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; |
| 5191 | LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON |
| 5192 | ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
| 5193 | (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS |
| 5194 | SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 5195 | |
| 5196 | ------------------------------------------------------------------- |
| 5197 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 5198 | Copyright (c) 2011, VMware, Inc. |
| 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 are met: |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 5203 | * Redistributions of source code must retain the above copyright |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 5204 | notice, this list of conditions and the following disclaimer. |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 5205 | * Redistributions in binary form must reproduce the above copyright |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 5206 | notice, this list of conditions and the following disclaimer in the |
| 5207 | documentation and/or other materials provided with the distribution. |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 5208 | * 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] | 5209 | may be used to endorse or promote products derived from this software |
| 5210 | without specific prior written permission. |
| 5211 | |
| 5212 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" |
| 5213 | AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 5214 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 5215 | ARE DISCLAIMED. IN NO EVENT SHALL VMWARE, INC. OR CONTRIBUTORS BE LIABLE FOR |
| 5216 | ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES |
| 5217 | (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; |
| 5218 | LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND |
| 5219 | ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
| 5220 | (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF |
| 5221 | THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 5222 | |
| 5223 | ------------------------------------------------------------------- |
| 5224 | |
Dan Albert | c30862f | 2016-10-20 11:45:16 -0700 | [diff] [blame] | 5225 | Copyright (c) 2012 Stephen Montgomery-Smith <stephen@FreeBSD.ORG> |
Elliott Hughes | ab52807 | 2018-07-24 00:01:52 +0000 | [diff] [blame] | 5226 | All rights reserved. |
| 5227 | |
| 5228 | Redistribution and use in source and binary forms, with or without |
| 5229 | modification, are permitted provided that the following conditions |
| 5230 | are met: |
| 5231 | 1. Redistributions of source code must retain the above copyright |
| 5232 | notice, this list of conditions and the following disclaimer. |
| 5233 | 2. Redistributions in binary form must reproduce the above copyright |
| 5234 | notice, this list of conditions and the following disclaimer in the |
| 5235 | documentation and/or other materials provided with the distribution. |
| 5236 | |
| 5237 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 5238 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 5239 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 5240 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 5241 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 5242 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 5243 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 5244 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 5245 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 5246 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 5247 | SUCH DAMAGE. |
| 5248 | |
| 5249 | ------------------------------------------------------------------- |
| 5250 | |
| 5251 | Copyright (c) 2012 Stephen Montgomery-Smith <stephen@FreeBSD.ORG> |
Elliott Hughes | 8da8ca4 | 2018-05-08 13:35:33 -0700 | [diff] [blame] | 5252 | Copyright (c) 2017 Mahdi Mokhtari <mmokhi@FreeBSD.org> |
Dan Albert | c30862f | 2016-10-20 11:45:16 -0700 | [diff] [blame] | 5253 | All rights reserved. |
| 5254 | |
| 5255 | Redistribution and use in source and binary forms, with or without |
| 5256 | modification, are permitted provided that the following conditions |
| 5257 | are met: |
| 5258 | 1. Redistributions of source code must retain the above copyright |
| 5259 | notice, this list of conditions and the following disclaimer. |
| 5260 | 2. Redistributions in binary form must reproduce the above copyright |
| 5261 | notice, this list of conditions and the following disclaimer in the |
| 5262 | documentation and/or other materials provided with the distribution. |
| 5263 | |
| 5264 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 5265 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 5266 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 5267 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 5268 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 5269 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 5270 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 5271 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 5272 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 5273 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 5274 | SUCH DAMAGE. |
| 5275 | |
| 5276 | ------------------------------------------------------------------- |
| 5277 | |
Elliott Hughes | 4e54b11 | 2014-03-06 15:06:11 -0800 | [diff] [blame] | 5278 | Copyright (c) 2012, Linaro Limited |
| 5279 | All rights reserved. |
| 5280 | |
| 5281 | Redistribution and use in source and binary forms, with or without |
| 5282 | modification, are permitted provided that the following conditions are met: |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 5283 | * Redistributions of source code must retain the above copyright |
Elliott Hughes | 4e54b11 | 2014-03-06 15:06:11 -0800 | [diff] [blame] | 5284 | notice, this list of conditions and the following disclaimer. |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 5285 | * Redistributions in binary form must reproduce the above copyright |
Elliott Hughes | 4e54b11 | 2014-03-06 15:06:11 -0800 | [diff] [blame] | 5286 | notice, this list of conditions and the following disclaimer in the |
| 5287 | documentation and/or other materials provided with the distribution. |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 5288 | * Neither the name of the Linaro nor the |
Elliott Hughes | 4e54b11 | 2014-03-06 15:06:11 -0800 | [diff] [blame] | 5289 | names of its contributors may be used to endorse or promote products |
| 5290 | derived from this software without specific prior written permission. |
| 5291 | |
| 5292 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS |
| 5293 | "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT |
| 5294 | LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR |
| 5295 | A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT |
| 5296 | HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, |
| 5297 | SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT |
| 5298 | LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, |
| 5299 | DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY |
| 5300 | THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
| 5301 | (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE |
| 5302 | OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 5303 | |
| 5304 | ------------------------------------------------------------------- |
| 5305 | |
Jake Weinstein | 372f19e | 2016-11-17 16:01:25 -0500 | [diff] [blame] | 5306 | Copyright (c) 2012-2013, Linaro Limited |
| 5307 | All rights reserved. |
| 5308 | |
| 5309 | Redistribution and use in source and binary forms, with or without |
| 5310 | modification, are permitted provided that the following conditions are met: |
| 5311 | * Redistributions of source code must retain the above copyright |
| 5312 | notice, this list of conditions and the following disclaimer. |
| 5313 | * Redistributions in binary form must reproduce the above copyright |
| 5314 | notice, this list of conditions and the following disclaimer in the |
| 5315 | documentation and/or other materials provided with the distribution. |
| 5316 | * Neither the name of the Linaro nor the |
| 5317 | names of its contributors may be used to endorse or promote products |
| 5318 | derived from this software without specific prior written permission. |
| 5319 | |
| 5320 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS |
| 5321 | "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT |
| 5322 | LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR |
| 5323 | A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT |
| 5324 | HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, |
| 5325 | SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT |
| 5326 | LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, |
| 5327 | DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY |
| 5328 | THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
| 5329 | (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE |
| 5330 | |
| 5331 | ------------------------------------------------------------------- |
| 5332 | |
Jake Weinstein | bff53b2 | 2017-05-06 23:22:58 -0400 | [diff] [blame^] | 5333 | Copyright (c) 2012-2014 ARM Ltd |
| 5334 | All rights reserved. |
| 5335 | |
| 5336 | Redistribution and use in source and binary forms, with or without |
| 5337 | modification, are permitted provided that the following conditions |
| 5338 | are met: |
| 5339 | 1. Redistributions of source code must retain the above copyright |
| 5340 | notice, this list of conditions and the following disclaimer. |
| 5341 | 2. Redistributions in binary form must reproduce the above copyright |
| 5342 | notice, this list of conditions and the following disclaimer in the |
| 5343 | documentation and/or other materials provided with the distribution. |
| 5344 | 3. The name of the company may not be used to endorse or promote |
| 5345 | products derived from this software without specific prior written |
| 5346 | permission. |
| 5347 | |
| 5348 | THIS SOFTWARE IS PROVIDED BY ARM LTD ``AS IS'' AND ANY EXPRESS OR IMPLIED |
| 5349 | WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF |
| 5350 | MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. |
| 5351 | IN NO EVENT SHALL ARM LTD BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, |
| 5352 | SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED |
| 5353 | TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR |
| 5354 | PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF |
| 5355 | LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING |
| 5356 | NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS |
| 5357 | SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 5358 | |
| 5359 | ------------------------------------------------------------------- |
| 5360 | |
Elliott Hughes | 44ead71 | 2015-08-28 20:23:52 -0700 | [diff] [blame] | 5361 | Copyright (c) 2013 |
| 5362 | MIPS Technologies, Inc., California. |
| 5363 | |
| 5364 | Redistribution and use in source and binary forms, with or without |
| 5365 | modification, are permitted provided that the following conditions |
| 5366 | are met: |
| 5367 | 1. Redistributions of source code must retain the above copyright |
| 5368 | notice, this list of conditions and the following disclaimer. |
| 5369 | 2. Redistributions in binary form must reproduce the above copyright |
| 5370 | notice, this list of conditions and the following disclaimer in the |
| 5371 | documentation and/or other materials provided with the distribution. |
| 5372 | 3. Neither the name of the MIPS Technologies, Inc., nor the names of its |
| 5373 | contributors may be used to endorse or promote products derived from |
| 5374 | this software without specific prior written permission. |
| 5375 | |
| 5376 | THIS SOFTWARE IS PROVIDED BY THE MIPS TECHNOLOGIES, INC. ``AS IS'' AND |
| 5377 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 5378 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 5379 | ARE DISCLAIMED. IN NO EVENT SHALL THE MIPS TECHNOLOGIES, INC. BE LIABLE |
| 5380 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 5381 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 5382 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 5383 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 5384 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 5385 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 5386 | SUCH DAMAGE. |
| 5387 | |
| 5388 | ------------------------------------------------------------------- |
| 5389 | |
Elliott Hughes | 0493a6f | 2013-03-07 11:48:58 -0800 | [diff] [blame] | 5390 | Copyright (c) 2013 ARM Ltd |
| 5391 | All rights reserved. |
| 5392 | |
| 5393 | Redistribution and use in source and binary forms, with or without |
| 5394 | modification, are permitted provided that the following conditions |
| 5395 | are met: |
| 5396 | 1. Redistributions of source code must retain the above copyright |
| 5397 | notice, this list of conditions and the following disclaimer. |
| 5398 | 2. Redistributions in binary form must reproduce the above copyright |
| 5399 | notice, this list of conditions and the following disclaimer in the |
| 5400 | documentation and/or other materials provided with the distribution. |
| 5401 | 3. The name of the company may not be used to endorse or promote |
| 5402 | products derived from this software without specific prior written |
| 5403 | permission. |
| 5404 | |
| 5405 | THIS SOFTWARE IS PROVIDED BY ARM LTD ``AS IS'' AND ANY EXPRESS OR IMPLIED |
| 5406 | WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF |
| 5407 | MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. |
| 5408 | IN NO EVENT SHALL ARM LTD BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, |
| 5409 | SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED |
| 5410 | TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR |
| 5411 | PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF |
| 5412 | LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING |
| 5413 | NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS |
| 5414 | SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 5415 | |
| 5416 | ------------------------------------------------------------------- |
| 5417 | |
Elliott Hughes | 4e54b11 | 2014-03-06 15:06:11 -0800 | [diff] [blame] | 5418 | Copyright (c) 2013 Antoine Jacoutot <ajacoutot@openbsd.org> |
| 5419 | |
| 5420 | Permission to use, copy, modify, and distribute this software for any |
| 5421 | purpose with or without fee is hereby granted, provided that the above |
| 5422 | copyright notice and this permission notice appear in all copies. |
| 5423 | |
| 5424 | THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES |
| 5425 | WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF |
| 5426 | MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR |
| 5427 | ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES |
| 5428 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN |
| 5429 | ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF |
| 5430 | OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
| 5431 | |
| 5432 | ------------------------------------------------------------------- |
| 5433 | |
Elliott Hughes | ab52807 | 2018-07-24 00:01:52 +0000 | [diff] [blame] | 5434 | Copyright (c) 2013 Bruce D. Evans |
| 5435 | All rights reserved. |
| 5436 | |
| 5437 | Redistribution and use in source and binary forms, with or without |
| 5438 | modification, are permitted provided that the following conditions |
| 5439 | are met: |
| 5440 | 1. Redistributions of source code must retain the above copyright |
| 5441 | notice unmodified, this list of conditions, and the following |
| 5442 | disclaimer. |
| 5443 | 2. Redistributions in binary form must reproduce the above copyright |
| 5444 | notice, this list of conditions and the following disclaimer in the |
| 5445 | documentation and/or other materials provided with the distribution. |
| 5446 | |
| 5447 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR |
| 5448 | IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES |
| 5449 | OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. |
| 5450 | IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, |
| 5451 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT |
| 5452 | NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, |
| 5453 | DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY |
| 5454 | THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
| 5455 | (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF |
| 5456 | THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 5457 | |
| 5458 | ------------------------------------------------------------------- |
| 5459 | |
Elliott Hughes | 6b2b585 | 2014-12-18 16:27:30 -0800 | [diff] [blame] | 5460 | Copyright (c) 2013 The NetBSD Foundation, Inc. |
| 5461 | All rights reserved. |
Will Newton | 2753e12 | 2013-07-03 09:44:30 +0100 | [diff] [blame] | 5462 | |
Elliott Hughes | 6b2b585 | 2014-12-18 16:27:30 -0800 | [diff] [blame] | 5463 | This code is derived from software contributed to The NetBSD Foundation |
| 5464 | by Christos Zoulas. |
Will Newton | 2753e12 | 2013-07-03 09:44:30 +0100 | [diff] [blame] | 5465 | |
Elliott Hughes | 6b2b585 | 2014-12-18 16:27:30 -0800 | [diff] [blame] | 5466 | Redistribution and use in source and binary forms, with or without |
| 5467 | modification, are permitted provided that the following conditions |
| 5468 | are met: |
| 5469 | 1. Redistributions of source code must retain the above copyright |
| 5470 | notice, this list of conditions and the following disclaimer. |
| 5471 | 2. Redistributions in binary form must reproduce the above copyright |
| 5472 | notice, this list of conditions and the following disclaimer in the |
| 5473 | documentation and/or other materials provided with the distribution. |
Will Newton | 2753e12 | 2013-07-03 09:44:30 +0100 | [diff] [blame] | 5474 | |
Elliott Hughes | 6b2b585 | 2014-12-18 16:27:30 -0800 | [diff] [blame] | 5475 | THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS |
| 5476 | ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED |
| 5477 | TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR |
| 5478 | PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS |
| 5479 | BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR |
| 5480 | CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF |
| 5481 | SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS |
| 5482 | INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN |
| 5483 | CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) |
| 5484 | ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE |
| 5485 | POSSIBILITY OF SUCH DAMAGE. |
Will Newton | 2753e12 | 2013-07-03 09:44:30 +0100 | [diff] [blame] | 5486 | |
| 5487 | ------------------------------------------------------------------- |
| 5488 | |
Jake Weinstein | 372f19e | 2016-11-17 16:01:25 -0500 | [diff] [blame] | 5489 | Copyright (c) 2013, Linaro Limited |
| 5490 | All rights reserved. |
| 5491 | |
| 5492 | Redistribution and use in source and binary forms, with or without |
| 5493 | modification, are permitted provided that the following conditions are met: |
| 5494 | * Redistributions of source code must retain the above copyright |
| 5495 | notice, this list of conditions and the following disclaimer. |
| 5496 | * Redistributions in binary form must reproduce the above copyright |
| 5497 | notice, this list of conditions and the following disclaimer in the |
| 5498 | documentation and/or other materials provided with the distribution. |
| 5499 | * Neither the name of the Linaro nor the |
| 5500 | names of its contributors may be used to endorse or promote products |
| 5501 | derived from this software without specific prior written permission. |
| 5502 | |
| 5503 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS |
| 5504 | "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT |
| 5505 | LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR |
| 5506 | A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT |
| 5507 | HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, |
| 5508 | SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT |
| 5509 | LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, |
| 5510 | DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY |
| 5511 | THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
| 5512 | (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE |
| 5513 | |
| 5514 | ------------------------------------------------------------------- |
| 5515 | |
Dan Albert | c30862f | 2016-10-20 11:45:16 -0700 | [diff] [blame] | 5516 | Copyright (c) 2013-2014, NVIDIA Corporation. All rights reserved. |
| 5517 | Johnny Qiu <joqiu@nvidia.com> |
| 5518 | Shu Zhang <chazhang@nvidia.com> |
| 5519 | |
| 5520 | Redistribution and use in source and binary forms, with or without |
| 5521 | modification, are permitted provided that the following conditions are |
| 5522 | met: |
| 5523 | * Redistributions of source code must retain the above copyright |
| 5524 | notice, this list of conditions and the following disclaimer. |
| 5525 | * Redistributions in binary form must reproduce the above |
| 5526 | copyright notice, this list of conditions and the following |
| 5527 | disclaimer in the documentation and/or other materials provided |
| 5528 | with the distribution. |
| 5529 | * Neither the name of The Linux Foundation nor the names of its |
| 5530 | contributors may be used to endorse or promote products derived |
| 5531 | from this software without specific prior written permission. |
| 5532 | |
| 5533 | THIS SOFTWARE IS PROVIDED "AS IS" AND ANY EXPRESS OR IMPLIED |
| 5534 | WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF |
| 5535 | MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT |
| 5536 | ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS |
| 5537 | BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR |
| 5538 | CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF |
| 5539 | SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR |
| 5540 | BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, |
| 5541 | WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE |
| 5542 | OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN |
| 5543 | IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 5544 | |
| 5545 | ------------------------------------------------------------------- |
| 5546 | |
Jake Weinstein | 372f19e | 2016-11-17 16:01:25 -0500 | [diff] [blame] | 5547 | Copyright (c) 2013-2015, Linaro Limited |
| 5548 | All rights reserved. |
| 5549 | |
| 5550 | Redistribution and use in source and binary forms, with or without |
| 5551 | modification, are permitted provided that the following conditions are met: |
| 5552 | * Redistributions of source code must retain the above copyright |
| 5553 | notice, this list of conditions and the following disclaimer. |
| 5554 | * Redistributions in binary form must reproduce the above copyright |
| 5555 | notice, this list of conditions and the following disclaimer in the |
| 5556 | documentation and/or other materials provided with the distribution. |
| 5557 | * Neither the name of the Linaro nor the |
| 5558 | names of its contributors may be used to endorse or promote products |
| 5559 | derived from this software without specific prior written permission. |
| 5560 | |
| 5561 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS |
| 5562 | "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT |
| 5563 | LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR |
| 5564 | A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT |
| 5565 | HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, |
| 5566 | SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT |
| 5567 | LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, |
| 5568 | DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY |
| 5569 | THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
| 5570 | (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE |
| 5571 | |
| 5572 | ------------------------------------------------------------------- |
| 5573 | |
Elliott Hughes | 1558138 | 2014-07-07 15:42:06 -0700 | [diff] [blame] | 5574 | Copyright (c) 2014, Intel Corporation |
| 5575 | All rights reserved. |
| 5576 | |
| 5577 | Redistribution and use in source and binary forms, with or without |
| 5578 | modification, are permitted provided that the following conditions are met: |
| 5579 | |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 5580 | * Redistributions of source code must retain the above copyright notice, |
| 5581 | * this list of conditions and the following disclaimer. |
Elliott Hughes | 1558138 | 2014-07-07 15:42:06 -0700 | [diff] [blame] | 5582 | |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 5583 | * Redistributions in binary form must reproduce the above copyright notice, |
| 5584 | * this list of conditions and the following disclaimer in the documentation |
| 5585 | * and/or other materials provided with the distribution. |
Elliott Hughes | 1558138 | 2014-07-07 15:42:06 -0700 | [diff] [blame] | 5586 | |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 5587 | * Neither the name of Intel Corporation nor the names of its contributors |
| 5588 | * may be used to endorse or promote products derived from this software |
| 5589 | * without specific prior written permission. |
Elliott Hughes | 1558138 | 2014-07-07 15:42:06 -0700 | [diff] [blame] | 5590 | |
| 5591 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND |
| 5592 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED |
| 5593 | WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE |
| 5594 | DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR |
| 5595 | ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES |
| 5596 | (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; |
| 5597 | LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON |
| 5598 | ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
| 5599 | (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS |
| 5600 | SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 5601 | |
| 5602 | ------------------------------------------------------------------- |
| 5603 | |
Elliott Hughes | 4e54b11 | 2014-03-06 15:06:11 -0800 | [diff] [blame] | 5604 | Copyright (c) 2014, Linaro Limited |
| 5605 | All rights reserved. |
| 5606 | |
| 5607 | Redistribution and use in source and binary forms, with or without |
| 5608 | modification, are permitted provided that the following conditions are met: |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 5609 | * Redistributions of source code must retain the above copyright |
Elliott Hughes | 4e54b11 | 2014-03-06 15:06:11 -0800 | [diff] [blame] | 5610 | notice, this list of conditions and the following disclaimer. |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 5611 | * Redistributions in binary form must reproduce the above copyright |
Elliott Hughes | 4e54b11 | 2014-03-06 15:06:11 -0800 | [diff] [blame] | 5612 | notice, this list of conditions and the following disclaimer in the |
| 5613 | documentation and/or other materials provided with the distribution. |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 5614 | * Neither the name of the Linaro nor the |
Elliott Hughes | 4e54b11 | 2014-03-06 15:06:11 -0800 | [diff] [blame] | 5615 | names of its contributors may be used to endorse or promote products |
| 5616 | derived from this software without specific prior written permission. |
| 5617 | |
| 5618 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS |
| 5619 | "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT |
| 5620 | LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR |
| 5621 | A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT |
| 5622 | HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, |
| 5623 | SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT |
| 5624 | LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, |
| 5625 | DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY |
| 5626 | THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
| 5627 | (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE |
| 5628 | OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 5629 | |
| 5630 | ------------------------------------------------------------------- |
| 5631 | |
Jake Weinstein | 372f19e | 2016-11-17 16:01:25 -0500 | [diff] [blame] | 5632 | Copyright (c) 2015 ARM Ltd |
| 5633 | All rights reserved. |
| 5634 | |
| 5635 | Redistribution and use in source and binary forms, with or without |
| 5636 | modification, are permitted provided that the following conditions |
| 5637 | are met: |
| 5638 | 1. Redistributions of source code must retain the above copyright |
| 5639 | notice, this list of conditions and the following disclaimer. |
| 5640 | 2. Redistributions in binary form must reproduce the above copyright |
| 5641 | notice, this list of conditions and the following disclaimer in the |
| 5642 | documentation and/or other materials provided with the distribution. |
| 5643 | 3. The name of the company may not be used to endorse or promote |
| 5644 | products derived from this software without specific prior written |
| 5645 | permission. |
| 5646 | |
| 5647 | THIS SOFTWARE IS PROVIDED BY ARM LTD ``AS IS'' AND ANY EXPRESS OR IMPLIED |
| 5648 | WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF |
| 5649 | MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. |
| 5650 | IN NO EVENT SHALL ARM LTD BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, |
| 5651 | SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED |
| 5652 | TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR |
| 5653 | PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF |
| 5654 | LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING |
| 5655 | NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS |
| 5656 | SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 5657 | |
| 5658 | ------------------------------------------------------------------- |
| 5659 | |
Elliott Hughes | b4931ce | 2016-02-08 17:00:12 -0800 | [diff] [blame] | 5660 | Copyright (c) 2015 Joerg Sonnenberger <joerg@NetBSD.org>. |
| 5661 | All rights reserved. |
| 5662 | |
| 5663 | Redistribution and use in source and binary forms, with or without |
| 5664 | modification, are permitted provided that the following conditions |
| 5665 | are met: |
| 5666 | |
| 5667 | 1. Redistributions of source code must retain the above copyright |
| 5668 | notice, this list of conditions and the following disclaimer. |
| 5669 | 2. Redistributions in binary form must reproduce the above copyright |
| 5670 | notice, this list of conditions and the following disclaimer in |
| 5671 | the documentation and/or other materials provided with the |
| 5672 | distribution. |
| 5673 | |
| 5674 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS |
| 5675 | ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT |
| 5676 | LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS |
| 5677 | FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE |
| 5678 | COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, |
| 5679 | INCIDENTAL, SPECIAL, EXEMPLARY OR CONSEQUENTIAL DAMAGES (INCLUDING, |
| 5680 | BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; |
| 5681 | LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED |
| 5682 | AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, |
| 5683 | OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT |
| 5684 | OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 5685 | SUCH DAMAGE. |
| 5686 | |
| 5687 | ------------------------------------------------------------------- |
| 5688 | |
Elliott Hughes | 5702c6f | 2017-08-31 17:27:05 -0700 | [diff] [blame] | 5689 | Copyright (c) 2015 Nuxi, https://nuxi.nl/ |
| 5690 | |
| 5691 | Redistribution and use in source and binary forms, with or without |
| 5692 | modification, are permitted provided that the following conditions |
| 5693 | are met: |
| 5694 | 1. Redistributions of source code must retain the above copyright |
| 5695 | notice, this list of conditions and the following disclaimer. |
| 5696 | 2. Redistributions in binary form must reproduce the above copyright |
| 5697 | notice, this list of conditions and the following disclaimer in the |
| 5698 | documentation and/or other materials provided with the distribution. |
| 5699 | |
| 5700 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 5701 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 5702 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 5703 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 5704 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 5705 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 5706 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 5707 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 5708 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 5709 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 5710 | SUCH DAMAGE. |
| 5711 | |
| 5712 | ------------------------------------------------------------------- |
| 5713 | |
Sebastian Pop | ed9bfc4 | 2017-06-19 12:39:02 -0500 | [diff] [blame] | 5714 | Copyright (c) 2017 ARM Ltd |
| 5715 | All rights reserved. |
| 5716 | |
| 5717 | Redistribution and use in source and binary forms, with or without |
| 5718 | modification, are permitted provided that the following conditions |
| 5719 | are met: |
| 5720 | 1. Redistributions of source code must retain the above copyright |
| 5721 | notice, this list of conditions and the following disclaimer. |
| 5722 | 2. Redistributions in binary form must reproduce the above copyright |
| 5723 | notice, this list of conditions and the following disclaimer in the |
| 5724 | documentation and/or other materials provided with the distribution. |
| 5725 | 3. The name of the company may not be used to endorse or promote |
| 5726 | products derived from this software without specific prior written |
| 5727 | permission. |
| 5728 | |
| 5729 | THIS SOFTWARE IS PROVIDED BY ARM LTD ``AS IS'' AND ANY EXPRESS OR IMPLIED |
| 5730 | WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF |
| 5731 | MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. |
| 5732 | IN NO EVENT SHALL ARM LTD BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, |
| 5733 | SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED |
| 5734 | TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR |
| 5735 | PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF |
| 5736 | LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING |
| 5737 | NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS |
| 5738 | SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 5739 | |
| 5740 | ------------------------------------------------------------------- |
| 5741 | |
Prashant Patil | fcb877a | 2017-03-16 18:07:00 +0530 | [diff] [blame] | 5742 | Copyright (c) 2017 Imagination Technologies. |
| 5743 | |
| 5744 | All rights reserved. |
| 5745 | |
| 5746 | Redistribution and use in source and binary forms, with or without |
| 5747 | modification, are permitted provided that the following conditions |
| 5748 | are met: |
| 5749 | |
| 5750 | * Redistributions of source code must retain the above copyright |
| 5751 | notice, this list of conditions and the following disclaimer. |
| 5752 | * Redistributions in binary form must reproduce the above copyright |
| 5753 | notice, this list of conditions and the following disclaimer |
| 5754 | in the documentation and/or other materials provided with |
| 5755 | the distribution. |
| 5756 | * Neither the name of Imagination Technologies nor the names of its |
| 5757 | contributors may be used to endorse or promote products derived |
| 5758 | from this software without specific prior written permission. |
| 5759 | |
| 5760 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS |
| 5761 | "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT |
| 5762 | LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR |
| 5763 | A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT |
| 5764 | OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, |
| 5765 | SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT |
| 5766 | LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, |
| 5767 | DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY |
| 5768 | THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
| 5769 | (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE |
| 5770 | OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 5771 | |
| 5772 | ------------------------------------------------------------------- |
| 5773 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 5774 | Copyright (c)1999 Citrus Project, |
| 5775 | All rights reserved. |
| 5776 | |
| 5777 | Redistribution and use in source and binary forms, with or without |
| 5778 | modification, are permitted provided that the following conditions |
| 5779 | are met: |
| 5780 | 1. Redistributions of source code must retain the above copyright |
| 5781 | notice, this list of conditions and the following disclaimer. |
| 5782 | 2. Redistributions in binary form must reproduce the above copyright |
| 5783 | notice, this list of conditions and the following disclaimer in the |
| 5784 | documentation and/or other materials provided with the distribution. |
| 5785 | |
| 5786 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 5787 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 5788 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 5789 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 5790 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 5791 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 5792 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 5793 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 5794 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 5795 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 5796 | SUCH DAMAGE. |
| 5797 | |
| 5798 | ------------------------------------------------------------------- |
| 5799 | |
| 5800 | Copyright (c)2001 Citrus Project, |
| 5801 | All rights reserved. |
| 5802 | |
| 5803 | Redistribution and use in source and binary forms, with or without |
| 5804 | modification, are permitted provided that the following conditions |
| 5805 | are met: |
| 5806 | 1. Redistributions of source code must retain the above copyright |
| 5807 | notice, this list of conditions and the following disclaimer. |
| 5808 | 2. Redistributions in binary form must reproduce the above copyright |
| 5809 | notice, this list of conditions and the following disclaimer in the |
| 5810 | documentation and/or other materials provided with the distribution. |
| 5811 | |
| 5812 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 5813 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 5814 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 5815 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 5816 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 5817 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 5818 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 5819 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 5820 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 5821 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 5822 | SUCH DAMAGE. |
| 5823 | |
| 5824 | ------------------------------------------------------------------- |
| 5825 | |
Elliott Hughes | acbe322 | 2014-04-16 17:01:12 -0700 | [diff] [blame] | 5826 | Copyright (c)2003 Citrus Project, |
| 5827 | All rights reserved. |
| 5828 | |
| 5829 | Redistribution and use in source and binary forms, with or without |
| 5830 | modification, are permitted provided that the following conditions |
| 5831 | are met: |
| 5832 | 1. Redistributions of source code must retain the above copyright |
| 5833 | notice, this list of conditions and the following disclaimer. |
| 5834 | 2. Redistributions in binary form must reproduce the above copyright |
| 5835 | notice, this list of conditions and the following disclaimer in the |
| 5836 | documentation and/or other materials provided with the distribution. |
| 5837 | |
| 5838 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 5839 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 5840 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 5841 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 5842 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 5843 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 5844 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 5845 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 5846 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 5847 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 5848 | SUCH DAMAGE. |
| 5849 | |
| 5850 | ------------------------------------------------------------------- |
| 5851 | |
Elliott Hughes | 77a3e28 | 2016-08-08 12:39:56 -0700 | [diff] [blame] | 5852 | Copyright 1989 The Regents of the University of California. |
| 5853 | All rights reserved. |
| 5854 | |
| 5855 | Redistribution and use in source and binary forms, with or without |
| 5856 | modification, are permitted provided that the following conditions |
| 5857 | are met: |
| 5858 | 1. Redistributions of source code must retain the above copyright |
| 5859 | notice, this list of conditions and the following disclaimer. |
| 5860 | 2. Redistributions in binary form must reproduce the above copyright |
| 5861 | notice, this list of conditions and the following disclaimer in the |
| 5862 | documentation and/or other materials provided with the distribution. |
| 5863 | 3. Neither the name of the University nor the names of its contributors |
| 5864 | may be used to endorse or promote products derived from this software |
| 5865 | without specific prior written permission. |
| 5866 | |
| 5867 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS "AS IS" AND |
| 5868 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 5869 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 5870 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 5871 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 5872 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 5873 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 5874 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 5875 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 5876 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 5877 | |
| 5878 | ------------------------------------------------------------------- |
| 5879 | |
Elliott Hughes | 5c2264a | 2014-09-13 09:42:41 -0700 | [diff] [blame] | 5880 | Copyright 1997 Niels Provos <provos@physnet.uni-hamburg.de> |
| 5881 | Copyright 2008 Damien Miller <djm@openbsd.org> |
| 5882 | All rights reserved. |
| 5883 | |
| 5884 | Theo de Raadt <deraadt@openbsd.org> came up with the idea of using |
| 5885 | such a mathematical system to generate more random (yet non-repeating) |
| 5886 | ids to solve the resolver/named problem. But Niels designed the |
| 5887 | actual system based on the constraints. |
| 5888 | |
| 5889 | Later modified by Damien Miller to wrap the LCG output in a 15-bit |
| 5890 | permutation generator based on a Luby-Rackoff block cipher. This |
| 5891 | ensures the output is non-repeating and preserves the MSB twiddle |
| 5892 | trick, but makes it more resistant to LCG prediction. |
| 5893 | |
| 5894 | Redistribution and use in source and binary forms, with or without |
| 5895 | modification, are permitted provided that the following conditions |
| 5896 | are met: |
| 5897 | 1. Redistributions of source code must retain the above copyright |
| 5898 | notice, this list of conditions and the following disclaimer. |
| 5899 | 2. Redistributions in binary form must reproduce the above copyright |
| 5900 | notice, this list of conditions and the following disclaimer in the |
| 5901 | documentation and/or other materials provided with the distribution. |
| 5902 | |
| 5903 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR |
| 5904 | IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES |
| 5905 | OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. |
| 5906 | IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, |
| 5907 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT |
| 5908 | NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, |
| 5909 | DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY |
| 5910 | THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
| 5911 | (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF |
| 5912 | THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 5913 | |
| 5914 | ------------------------------------------------------------------- |
| 5915 | |
Dan Albert | c30862f | 2016-10-20 11:45:16 -0700 | [diff] [blame] | 5916 | From: @(#)s_ilogb.c 5.1 93/09/24 |
| 5917 | ==================================================== |
| 5918 | Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved. |
| 5919 | |
| 5920 | Developed at SunPro, a Sun Microsystems, Inc. business. |
| 5921 | Permission to use, copy, modify, and distribute this |
| 5922 | software is freely granted, provided that this notice |
| 5923 | is preserved. |
| 5924 | |
| 5925 | ------------------------------------------------------------------- |
| 5926 | |
Calin Juravle | c4fbf92 | 2014-03-10 11:23:52 +0000 | [diff] [blame] | 5927 | Portions Copyright (C) 2004, 2005, 2008, 2009 Internet Systems Consortium, Inc. ("ISC") |
| 5928 | Portions Copyright (C) 1996-2003 Internet Software Consortium. |
| 5929 | |
| 5930 | Permission to use, copy, modify, and/or distribute this software for any |
| 5931 | purpose with or without fee is hereby granted, provided that the above |
| 5932 | copyright notice and this permission notice appear in all copies. |
| 5933 | |
| 5934 | THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH |
| 5935 | REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY |
| 5936 | AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT, |
| 5937 | INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM |
| 5938 | LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE |
| 5939 | OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR |
| 5940 | PERFORMANCE OF THIS SOFTWARE. |
| 5941 | |
| 5942 | ------------------------------------------------------------------- |
| 5943 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 5944 | Portions Copyright (c) 1993 by Digital Equipment Corporation. |
| 5945 | |
| 5946 | Permission to use, copy, modify, and distribute this software for any |
| 5947 | purpose with or without fee is hereby granted, provided that the above |
| 5948 | copyright notice and this permission notice appear in all copies, and that |
| 5949 | the name of Digital Equipment Corporation not be used in advertising or |
| 5950 | publicity pertaining to distribution of the document or software without |
| 5951 | specific, written prior permission. |
| 5952 | |
| 5953 | THE SOFTWARE IS PROVIDED "AS IS" AND DIGITAL EQUIPMENT CORP. DISCLAIMS ALL |
| 5954 | WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES |
| 5955 | OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL DIGITAL EQUIPMENT |
| 5956 | CORPORATION BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL |
| 5957 | DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR |
| 5958 | PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS |
| 5959 | ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS |
| 5960 | SOFTWARE. |
| 5961 | |
| 5962 | ------------------------------------------------------------------- |
| 5963 | |
| 5964 | Portions Copyright (c) 1995 by International Business Machines, Inc. |
| 5965 | |
| 5966 | International Business Machines, Inc. (hereinafter called IBM) grants |
| 5967 | permission under its copyrights to use, copy, modify, and distribute this |
| 5968 | Software with or without fee, provided that the above copyright notice and |
| 5969 | all paragraphs of this notice appear in all copies, and that the name of IBM |
| 5970 | not be used in connection with the marketing of any product incorporating |
| 5971 | the Software or modifications thereof, without specific, written prior |
| 5972 | permission. |
| 5973 | |
| 5974 | To the extent it has a right to do so, IBM grants an immunity from suit |
| 5975 | under its patents, if any, for the use, sale or manufacture of products to |
| 5976 | the extent that such products are used for performing Domain Name System |
| 5977 | dynamic updates in TCP/IP networks by means of the Software. No immunity is |
| 5978 | granted for any product per se or for any other function of any product. |
| 5979 | |
| 5980 | THE SOFTWARE IS PROVIDED "AS IS", AND IBM DISCLAIMS ALL WARRANTIES, |
| 5981 | INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A |
| 5982 | PARTICULAR PURPOSE. IN NO EVENT SHALL IBM BE LIABLE FOR ANY SPECIAL, |
| 5983 | DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER ARISING |
| 5984 | OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE, EVEN |
| 5985 | IF IBM IS APPRISED OF THE POSSIBILITY OF SUCH DAMAGES. |
| 5986 | |
| 5987 | ------------------------------------------------------------------- |
| 5988 | |
| 5989 | Portions Copyright(C) 1995, Jason Downs. All rights reserved. |
| 5990 | |
| 5991 | Redistribution and use in source and binary forms, with or without |
| 5992 | modification, are permitted provided that the following conditions |
| 5993 | are met: |
| 5994 | 1. Redistributions of source code must retain the above copyright |
| 5995 | notice, this list of conditions and the following disclaimer. |
| 5996 | 2. Redistributions in binary form must reproduce the above copyright |
| 5997 | notice, this list of conditions and the following disclaimer in the |
| 5998 | documentation and/or other materials provided with the distribution. |
| 5999 | |
| 6000 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR(S) ``AS IS'' AND ANY EXPRESS |
| 6001 | OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED |
| 6002 | WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE |
| 6003 | DISCLAIMED. IN NO EVENT SHALL THE AUTHOR(S) BE LIABLE FOR ANY DIRECT, |
| 6004 | INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES |
| 6005 | (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR |
| 6006 | SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER |
| 6007 | CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 6008 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 6009 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 6010 | SUCH DAMAGE. |
| 6011 | |
| 6012 | ------------------------------------------------------------------- |
| 6013 | |
| 6014 | The author of this software is David M. Gay. |
| 6015 | |
Elliott Hughes | acbe322 | 2014-04-16 17:01:12 -0700 | [diff] [blame] | 6016 | Copyright (C) 1998 by Lucent Technologies |
| 6017 | All Rights Reserved |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 6018 | |
Elliott Hughes | acbe322 | 2014-04-16 17:01:12 -0700 | [diff] [blame] | 6019 | Permission to use, copy, modify, and distribute this software and |
| 6020 | its documentation for any purpose and without fee is hereby |
| 6021 | granted, provided that the above copyright notice appear in all |
| 6022 | copies and that both that the copyright notice and this |
| 6023 | permission notice and warranty disclaimer appear in supporting |
| 6024 | documentation, and that the name of Lucent or any of its entities |
| 6025 | not be used in advertising or publicity pertaining to |
| 6026 | distribution of the software without specific, written prior |
| 6027 | permission. |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 6028 | |
Elliott Hughes | acbe322 | 2014-04-16 17:01:12 -0700 | [diff] [blame] | 6029 | LUCENT DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, |
| 6030 | INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. |
| 6031 | IN NO EVENT SHALL LUCENT OR ANY OF ITS ENTITIES BE LIABLE FOR ANY |
| 6032 | SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES |
| 6033 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER |
| 6034 | IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, |
| 6035 | ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF |
| 6036 | THIS SOFTWARE. |
| 6037 | |
| 6038 | ------------------------------------------------------------------- |
| 6039 | |
| 6040 | The author of this software is David M. Gay. |
| 6041 | |
| 6042 | Copyright (C) 1998, 1999 by Lucent Technologies |
| 6043 | All Rights Reserved |
| 6044 | |
| 6045 | Permission to use, copy, modify, and distribute this software and |
| 6046 | its documentation for any purpose and without fee is hereby |
| 6047 | granted, provided that the above copyright notice appear in all |
| 6048 | copies and that both that the copyright notice and this |
| 6049 | permission notice and warranty disclaimer appear in supporting |
| 6050 | documentation, and that the name of Lucent or any of its entities |
| 6051 | not be used in advertising or publicity pertaining to |
| 6052 | distribution of the software without specific, written prior |
| 6053 | permission. |
| 6054 | |
| 6055 | LUCENT DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, |
| 6056 | INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. |
| 6057 | IN NO EVENT SHALL LUCENT OR ANY OF ITS ENTITIES BE LIABLE FOR ANY |
| 6058 | SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES |
| 6059 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER |
| 6060 | IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, |
| 6061 | ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF |
| 6062 | THIS SOFTWARE. |
| 6063 | |
| 6064 | ------------------------------------------------------------------- |
| 6065 | |
| 6066 | The author of this software is David M. Gay. |
| 6067 | |
| 6068 | Copyright (C) 1998, 2000 by Lucent Technologies |
| 6069 | All Rights Reserved |
| 6070 | |
| 6071 | Permission to use, copy, modify, and distribute this software and |
| 6072 | its documentation for any purpose and without fee is hereby |
| 6073 | granted, provided that the above copyright notice appear in all |
| 6074 | copies and that both that the copyright notice and this |
| 6075 | permission notice and warranty disclaimer appear in supporting |
| 6076 | documentation, and that the name of Lucent or any of its entities |
| 6077 | not be used in advertising or publicity pertaining to |
| 6078 | distribution of the software without specific, written prior |
| 6079 | permission. |
| 6080 | |
| 6081 | LUCENT DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, |
| 6082 | INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. |
| 6083 | IN NO EVENT SHALL LUCENT OR ANY OF ITS ENTITIES BE LIABLE FOR ANY |
| 6084 | SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES |
| 6085 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER |
| 6086 | IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, |
| 6087 | ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF |
| 6088 | THIS SOFTWARE. |
| 6089 | |
| 6090 | ------------------------------------------------------------------- |
| 6091 | |
| 6092 | The author of this software is David M. Gay. |
| 6093 | |
| 6094 | Copyright (C) 1998-2000 by Lucent Technologies |
| 6095 | All Rights Reserved |
| 6096 | |
| 6097 | Permission to use, copy, modify, and distribute this software and |
| 6098 | its documentation for any purpose and without fee is hereby |
| 6099 | granted, provided that the above copyright notice appear in all |
| 6100 | copies and that both that the copyright notice and this |
| 6101 | permission notice and warranty disclaimer appear in supporting |
| 6102 | documentation, and that the name of Lucent or any of its entities |
| 6103 | not be used in advertising or publicity pertaining to |
| 6104 | distribution of the software without specific, written prior |
| 6105 | permission. |
| 6106 | |
| 6107 | LUCENT DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, |
| 6108 | INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. |
| 6109 | IN NO EVENT SHALL LUCENT OR ANY OF ITS ENTITIES BE LIABLE FOR ANY |
| 6110 | SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES |
| 6111 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER |
| 6112 | IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, |
| 6113 | ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF |
| 6114 | THIS SOFTWARE. |
| 6115 | |
| 6116 | ------------------------------------------------------------------- |
| 6117 | |
| 6118 | The author of this software is David M. Gay. |
| 6119 | |
| 6120 | Copyright (C) 1998-2001 by Lucent Technologies |
| 6121 | All Rights Reserved |
| 6122 | |
| 6123 | Permission to use, copy, modify, and distribute this software and |
| 6124 | its documentation for any purpose and without fee is hereby |
| 6125 | granted, provided that the above copyright notice appear in all |
| 6126 | copies and that both that the copyright notice and this |
| 6127 | permission notice and warranty disclaimer appear in supporting |
| 6128 | documentation, and that the name of Lucent or any of its entities |
| 6129 | not be used in advertising or publicity pertaining to |
| 6130 | distribution of the software without specific, written prior |
| 6131 | permission. |
| 6132 | |
| 6133 | LUCENT DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, |
| 6134 | INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. |
| 6135 | IN NO EVENT SHALL LUCENT OR ANY OF ITS ENTITIES BE LIABLE FOR ANY |
| 6136 | SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES |
| 6137 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER |
| 6138 | IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, |
| 6139 | ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF |
| 6140 | THIS SOFTWARE. |
| 6141 | |
| 6142 | ------------------------------------------------------------------- |
| 6143 | |
| 6144 | The author of this software is David M. Gay. |
| 6145 | |
| 6146 | Copyright (C) 2000 by Lucent Technologies |
| 6147 | All Rights Reserved |
| 6148 | |
| 6149 | Permission to use, copy, modify, and distribute this software and |
| 6150 | its documentation for any purpose and without fee is hereby |
| 6151 | granted, provided that the above copyright notice appear in all |
| 6152 | copies and that both that the copyright notice and this |
| 6153 | permission notice and warranty disclaimer appear in supporting |
| 6154 | documentation, and that the name of Lucent or any of its entities |
| 6155 | not be used in advertising or publicity pertaining to |
| 6156 | distribution of the software without specific, written prior |
| 6157 | permission. |
| 6158 | |
| 6159 | LUCENT DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, |
| 6160 | INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. |
| 6161 | IN NO EVENT SHALL LUCENT OR ANY OF ITS ENTITIES BE LIABLE FOR ANY |
| 6162 | SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES |
| 6163 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER |
| 6164 | IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, |
| 6165 | ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF |
| 6166 | THIS SOFTWARE. |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 6167 | |
| 6168 | ------------------------------------------------------------------- |
| 6169 | |