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