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