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