Jake Weinstein | 28285f5 | 2017-05-04 12:08:39 -0400 | [diff] [blame] | 1 | Copyright (c) 2014, Linaro Limited |
| 2 | All rights reserved. |
Elliott Hughes | 1558138 | 2014-07-07 15:42:06 -0700 | [diff] [blame] | 3 | |
| 4 | Redistribution and use in source and binary forms, with or without |
| 5 | modification, are permitted provided that the following conditions are met: |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 6 | * Redistributions of source code must retain the above copyright |
Elliott Hughes | 1558138 | 2014-07-07 15:42:06 -0700 | [diff] [blame] | 7 | notice, this list of conditions and the following disclaimer. |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 8 | * Redistributions in binary form must reproduce the above copyright |
Elliott Hughes | 1558138 | 2014-07-07 15:42:06 -0700 | [diff] [blame] | 9 | notice, this list of conditions and the following disclaimer in the |
| 10 | documentation and/or other materials provided with the distribution. |
Jake Weinstein | 28285f5 | 2017-05-04 12:08:39 -0400 | [diff] [blame] | 11 | * Neither the name of the Linaro nor the |
| 12 | names of its contributors may be used to endorse or promote products |
| 13 | derived from this software without specific prior written permission. |
Elliott Hughes | 1558138 | 2014-07-07 15:42:06 -0700 | [diff] [blame] | 14 | |
| 15 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS |
| 16 | "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT |
| 17 | LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR |
| 18 | A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT |
| 19 | HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, |
| 20 | SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT |
| 21 | LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, |
| 22 | DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY |
| 23 | THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
| 24 | (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE |
| 25 | OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 26 | |
| 27 | ------------------------------------------------------------------- |
| 28 | |
Elliott Hughes | 3e424d0 | 2014-07-23 16:02:26 -0700 | [diff] [blame] | 29 | Copyright (c) 1993 John Brezak |
| 30 | All rights reserved. |
| 31 | |
| 32 | Redistribution and use in source and binary forms, with or without |
| 33 | modification, are permitted provided that the following conditions |
| 34 | are met: |
| 35 | 1. Redistributions of source code must retain the above copyright |
| 36 | notice, this list of conditions and the following disclaimer. |
| 37 | 2. Redistributions in binary form must reproduce the above copyright |
| 38 | notice, this list of conditions and the following disclaimer in the |
| 39 | documentation and/or other materials provided with the distribution. |
| 40 | 3. The name of the author may be used to endorse or promote products |
| 41 | derived from this software without specific prior written permission. |
| 42 | |
| 43 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR `AS IS'' AND ANY EXPRESS OR |
| 44 | IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED |
| 45 | WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE |
| 46 | DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, |
| 47 | INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES |
| 48 | (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR |
| 49 | SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 50 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, |
| 51 | STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN |
| 52 | ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE |
| 53 | POSSIBILITY OF SUCH DAMAGE. |
| 54 | |
| 55 | ------------------------------------------------------------------- |
| 56 | |
Elliott Hughes | b4931ce | 2016-02-08 17:00:12 -0800 | [diff] [blame] | 57 | Copyright (c) 2009-2013 The Linux Foundation. All rights reserved. |
| 58 | |
| 59 | Redistribution and use in source and binary forms, with or without |
| 60 | modification, are permitted provided that the following conditions are met: |
| 61 | * Redistributions of source code must retain the above copyright |
| 62 | notice, this list of conditions and the following disclaimer. |
| 63 | * Redistributions in binary form must reproduce the above copyright |
| 64 | notice, this list of conditions and the following disclaimer in the |
| 65 | documentation and/or other materials provided with the distribution. |
| 66 | * Neither the name of The Linux Foundation nor the names of its contributors may |
| 67 | be used to endorse or promote products derived from this software |
| 68 | without specific prior written permission. |
| 69 | |
| 70 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" |
| 71 | AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 72 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 73 | ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE |
| 74 | LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR |
| 75 | CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF |
| 76 | SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS |
| 77 | INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN |
| 78 | CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) |
| 79 | ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE |
| 80 | POSSIBILITY OF SUCH DAMAGE. |
| 81 | |
| 82 | ------------------------------------------------------------------- |
| 83 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 84 | ==================================================== |
| 85 | Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved. |
| 86 | |
| 87 | Developed at SunPro, a Sun Microsystems, Inc. business. |
| 88 | Permission to use, copy, modify, and distribute this |
| 89 | software is freely granted, provided that this notice |
| 90 | is preserved. |
| 91 | |
| 92 | ------------------------------------------------------------------- |
| 93 | |
Dan Albert | c30862f | 2016-10-20 11:45:16 -0700 | [diff] [blame] | 94 | ==================================================== |
| 95 | Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved. |
| 96 | |
| 97 | Developed at SunPro, a Sun Microsystems, Inc. business. |
| 98 | Permission to use, copy, modify, and distribute this |
| 99 | software is freely granted, provided that this notice |
| 100 | is preserved. |
| 101 | ==================================================== |
| 102 | |
| 103 | Optimized by Bruce D. Evans. |
| 104 | |
| 105 | ------------------------------------------------------------------- |
| 106 | |
| 107 | ==================================================== |
| 108 | Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved. |
| 109 | |
Elliott Hughes | 8da8ca4 | 2018-05-08 13:35:33 -0700 | [diff] [blame] | 110 | Developed at SunPro, a Sun Microsystems, Inc. business. |
| 111 | Permission to use, copy, modify, and distribute this |
| 112 | software is freely granted, provided that this notice |
| 113 | is preserved. |
| 114 | ==================================================== |
| 115 | |
| 116 | k_sinf.c and k_cosf.c merged by Steven G. Kargl. |
| 117 | |
| 118 | ------------------------------------------------------------------- |
| 119 | |
| 120 | ==================================================== |
| 121 | Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved. |
| 122 | |
| 123 | Developed at SunPro, a Sun Microsystems, Inc. business. |
| 124 | Permission to use, copy, modify, and distribute this |
| 125 | software is freely granted, provided that this notice |
| 126 | is preserved. |
| 127 | ==================================================== |
| 128 | |
| 129 | s_sin.c and s_cos.c merged by Steven G. Kargl. Descriptions of the |
| 130 | algorithms are contained in the original files. |
| 131 | |
| 132 | ------------------------------------------------------------------- |
| 133 | |
| 134 | ==================================================== |
| 135 | Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved. |
| 136 | |
Dan Albert | c30862f | 2016-10-20 11:45:16 -0700 | [diff] [blame] | 137 | Developed at SunSoft, a Sun Microsystems, Inc. business. |
| 138 | Permission to use, copy, modify, and distribute this |
| 139 | software is freely granted, provided that this notice |
| 140 | is preserved. |
| 141 | |
| 142 | ------------------------------------------------------------------- |
| 143 | |
| 144 | ==================================================== |
| 145 | Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved. |
| 146 | |
| 147 | Developed at SunSoft, a Sun Microsystems, Inc. business. |
| 148 | Permission to use, copy, modify, and distribute this |
| 149 | software is freely granted, provided that this notice |
| 150 | is preserved. |
| 151 | ==================================================== |
| 152 | |
| 153 | Optimized by Bruce D. Evans. |
| 154 | |
| 155 | ------------------------------------------------------------------- |
| 156 | |
| 157 | ==================================================== |
| 158 | Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved. |
Elliott Hughes | 8da8ca4 | 2018-05-08 13:35:33 -0700 | [diff] [blame] | 159 | |
| 160 | Developed at SunSoft, a Sun Microsystems, Inc. business. |
| 161 | Permission to use, copy, modify, and distribute this |
| 162 | software is freely granted, provided that this notice |
| 163 | is preserved. |
| 164 | ==================================================== |
| 165 | |
| 166 | k_sin.c and k_cos.c merged by Steven G. Kargl. |
| 167 | |
| 168 | ------------------------------------------------------------------- |
| 169 | |
| 170 | ==================================================== |
| 171 | Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved. |
Dan Albert | c30862f | 2016-10-20 11:45:16 -0700 | [diff] [blame] | 172 | Copyright (c) 2008 Steven G. Kargl, David Schultz, Bruce D. Evans. |
| 173 | |
| 174 | Developed at SunSoft, a Sun Microsystems, Inc. business. |
| 175 | Permission to use, copy, modify, and distribute this |
| 176 | software is freely granted, provided that this notice |
| 177 | is preserved. |
| 178 | |
| 179 | ------------------------------------------------------------------- |
| 180 | |
| 181 | ==================================================== |
| 182 | Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved. |
| 183 | Copyright (c) 2008 Steven G. Kargl, David Schultz, Bruce D. Evans. |
| 184 | |
| 185 | Developed at SunSoft, a Sun Microsystems, Inc. business. |
| 186 | Permission to use, copy, modify, and distribute this |
| 187 | software is freely granted, provided that this notice |
| 188 | is preserved. |
| 189 | ==================================================== |
| 190 | |
| 191 | Optimized by Bruce D. Evans. |
| 192 | |
| 193 | ------------------------------------------------------------------- |
| 194 | |
| 195 | ==================================================== |
| 196 | Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved. |
Elliott Hughes | 8da8ca4 | 2018-05-08 13:35:33 -0700 | [diff] [blame] | 197 | Copyright (c) 2008 Steven G. Kargl, David Schultz, Bruce D. Evans. |
| 198 | |
| 199 | Developed at SunSoft, a Sun Microsystems, Inc. business. |
| 200 | Permission to use, copy, modify, and distribute this |
| 201 | software is freely granted, provided that this notice |
| 202 | is preserved. |
| 203 | ==================================================== |
| 204 | |
| 205 | k_sinl.c and k_cosl.c merged by Steven G. Kargl |
| 206 | |
| 207 | ------------------------------------------------------------------- |
| 208 | |
| 209 | ==================================================== |
| 210 | Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved. |
Dan Albert | c30862f | 2016-10-20 11:45:16 -0700 | [diff] [blame] | 211 | Copyright (c) 2009-2011, Bruce D. Evans, Steven G. Kargl, David Schultz. |
| 212 | |
| 213 | Developed at SunPro, a Sun Microsystems, Inc. business. |
| 214 | Permission to use, copy, modify, and distribute this |
| 215 | software is freely granted, provided that this notice |
| 216 | is preserved. |
| 217 | ==================================================== |
| 218 | |
| 219 | The argument reduction and testing for exceptional cases was |
| 220 | written by Steven G. Kargl with input from Bruce D. Evans |
| 221 | and David A. Schultz. |
| 222 | |
| 223 | ------------------------------------------------------------------- |
| 224 | |
| 225 | ==================================================== |
| 226 | Copyright (C) 2004 by Sun Microsystems, Inc. All rights reserved. |
| 227 | |
| 228 | Permission to use, copy, modify, and distribute this |
| 229 | software is freely granted, provided that this notice |
| 230 | is preserved. |
| 231 | |
| 232 | ------------------------------------------------------------------- |
| 233 | |
| 234 | ==================================================== |
| 235 | Copyright 2004 Sun Microsystems, Inc. All Rights Reserved. |
| 236 | |
| 237 | Permission to use, copy, modify, and distribute this |
| 238 | software is freely granted, provided that this notice |
| 239 | is preserved. |
| 240 | |
| 241 | ------------------------------------------------------------------- |
| 242 | |
| 243 | ==================================================== |
| 244 | Copyright 2004 Sun Microsystems, Inc. All Rights Reserved. |
| 245 | Copyright (c) 2008 Steven G. Kargl, David Schultz, Bruce D. Evans. |
| 246 | |
| 247 | Permission to use, copy, modify, and distribute this |
| 248 | software is freely granted, provided that this notice |
| 249 | is preserved. |
| 250 | |
| 251 | ------------------------------------------------------------------- |
| 252 | |
Elliott Hughes | bfa582d | 2014-05-05 14:58:17 -0700 | [diff] [blame] | 253 | Based on the UCB version with the ID appearing below. |
| 254 | This is ANSIish only when "multibyte character == plain character". |
| 255 | |
| 256 | Copyright (c) 1989, 1993 |
| 257 | The Regents of the University of California. All rights reserved. |
| 258 | |
| 259 | Redistribution and use in source and binary forms, with or without |
| 260 | modification, are permitted provided that the following conditions |
| 261 | are met: |
| 262 | 1. Redistributions of source code must retain the above copyright |
| 263 | notice, this list of conditions and the following disclaimer. |
| 264 | 2. Redistributions in binary form must reproduce the above copyright |
| 265 | notice, this list of conditions and the following disclaimer in the |
| 266 | documentation and/or other materials provided with the distribution. |
| 267 | 3. Neither the name of the University nor the names of its contributors |
| 268 | may be used to endorse or promote products derived from this software |
| 269 | without specific prior written permission. |
| 270 | |
| 271 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 272 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 273 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 274 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 275 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 276 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 277 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 278 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 279 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 280 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 281 | SUCH DAMAGE. |
| 282 | |
| 283 | ------------------------------------------------------------------- |
| 284 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 285 | Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project. |
The Android Open Source Project | 1dc9e47 | 2009-03-03 19:28:35 -0800 | [diff] [blame] | 286 | All rights reserved. |
| 287 | |
The Android Open Source Project | 1dc9e47 | 2009-03-03 19:28:35 -0800 | [diff] [blame] | 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. |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 296 | 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] | 297 | may be used to endorse or promote products derived from this software |
| 298 | without specific prior written permission. |
| 299 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 300 | 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] | 301 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 302 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 303 | 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] | 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 | |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 312 | ------------------------------------------------------------------- |
The Android Open Source Project | 1dc9e47 | 2009-03-03 19:28:35 -0800 | [diff] [blame] | 313 | |
Elliott Hughes | 448080d | 2013-01-29 16:25:06 -0800 | [diff] [blame] | 314 | Copyright (C) 2004, 2005, 2008 Internet Systems Consortium, Inc. ("ISC") |
| 315 | Copyright (C) 1995-1999, 2001, 2003 Internet Software Consortium. |
| 316 | |
| 317 | Permission to use, copy, modify, and/or distribute this software for any |
| 318 | purpose with or without fee is hereby granted, provided that the above |
| 319 | copyright notice and this permission notice appear in all copies. |
| 320 | |
| 321 | THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH |
| 322 | REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY |
| 323 | AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT, |
| 324 | INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM |
| 325 | LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE |
| 326 | OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR |
| 327 | PERFORMANCE OF THIS SOFTWARE. |
| 328 | |
| 329 | ------------------------------------------------------------------- |
| 330 | |
| 331 | Copyright (C) 2004, 2005, 2008 Internet Systems Consortium, Inc. ("ISC") |
| 332 | Copyright (C) 1997-2001 Internet Software Consortium. |
| 333 | |
| 334 | Permission to use, copy, modify, and/or distribute this software for any |
| 335 | purpose with or without fee is hereby granted, provided that the above |
| 336 | copyright notice and this permission notice appear in all copies. |
| 337 | |
| 338 | THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH |
| 339 | REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY |
| 340 | AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT, |
| 341 | INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM |
| 342 | LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE |
| 343 | OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR |
| 344 | PERFORMANCE OF THIS SOFTWARE. |
| 345 | |
| 346 | ------------------------------------------------------------------- |
| 347 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 348 | Copyright (C) 2006 The Android Open Source Project |
Elliott Hughes | 1558138 | 2014-07-07 15:42:06 -0700 | [diff] [blame] | 349 | |
| 350 | Licensed under the Apache License, Version 2.0 (the "License"); |
| 351 | you may not use this file except in compliance with the License. |
| 352 | You may obtain a copy of the License at |
| 353 | |
| 354 | http://www.apache.org/licenses/LICENSE-2.0 |
| 355 | |
| 356 | Unless required by applicable law or agreed to in writing, software |
| 357 | distributed under the License is distributed on an "AS IS" BASIS, |
| 358 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 359 | See the License for the specific language governing permissions and |
| 360 | limitations under the License. |
| 361 | |
| 362 | ------------------------------------------------------------------- |
| 363 | |
| 364 | Copyright (C) 2006 The Android Open Source Project |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 365 | All rights reserved. |
The Android Open Source Project | 1dc9e47 | 2009-03-03 19:28:35 -0800 | [diff] [blame] | 366 | |
| 367 | Redistribution and use in source and binary forms, with or without |
| 368 | modification, are permitted provided that the following conditions |
| 369 | are met: |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 370 | * Redistributions of source code must retain the above copyright |
The Android Open Source Project | 1dc9e47 | 2009-03-03 19:28:35 -0800 | [diff] [blame] | 371 | notice, this list of conditions and the following disclaimer. |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 372 | * Redistributions in binary form must reproduce the above copyright |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 373 | notice, this list of conditions and the following disclaimer in |
| 374 | the documentation and/or other materials provided with the |
| 375 | distribution. |
The Android Open Source Project | 1dc9e47 | 2009-03-03 19:28:35 -0800 | [diff] [blame] | 376 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 377 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS |
| 378 | "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT |
| 379 | LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS |
| 380 | FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE |
| 381 | COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, |
| 382 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, |
| 383 | BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS |
| 384 | OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED |
| 385 | AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, |
| 386 | OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT |
| 387 | 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] | 388 | SUCH DAMAGE. |
| 389 | |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 390 | ------------------------------------------------------------------- |
| 391 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 392 | Copyright (C) 2008 The Android Open Source Project |
Elliott Hughes | 1558138 | 2014-07-07 15:42:06 -0700 | [diff] [blame] | 393 | |
| 394 | Licensed under the Apache License, Version 2.0 (the "License"); |
| 395 | you may not use this file except in compliance with the License. |
| 396 | You may obtain a copy of the License at |
| 397 | |
| 398 | http://www.apache.org/licenses/LICENSE-2.0 |
| 399 | |
| 400 | Unless required by applicable law or agreed to in writing, software |
| 401 | distributed under the License is distributed on an "AS IS" BASIS, |
| 402 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 403 | See the License for the specific language governing permissions and |
| 404 | limitations under the License. |
| 405 | |
| 406 | ------------------------------------------------------------------- |
| 407 | |
| 408 | Copyright (C) 2008 The Android Open Source Project |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 409 | All rights reserved. |
| 410 | |
| 411 | Redistribution and use in source and binary forms, with or without |
| 412 | modification, are permitted provided that the following conditions |
| 413 | are met: |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 414 | * Redistributions of source code must retain the above copyright |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 415 | notice, this list of conditions and the following disclaimer. |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 416 | * Redistributions in binary form must reproduce the above copyright |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 417 | notice, this list of conditions and the following disclaimer in |
| 418 | the documentation and/or other materials provided with the |
| 419 | distribution. |
| 420 | |
| 421 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS |
| 422 | "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT |
| 423 | LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS |
| 424 | FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE |
| 425 | COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, |
| 426 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, |
| 427 | BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS |
| 428 | OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED |
| 429 | AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, |
| 430 | OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT |
| 431 | OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 432 | SUCH DAMAGE. |
| 433 | |
| 434 | ------------------------------------------------------------------- |
| 435 | |
Elliott Hughes | acbe322 | 2014-04-16 17:01:12 -0700 | [diff] [blame] | 436 | Copyright (C) 2008 The Android Open Source Project |
| 437 | All rights reserved. |
| 438 | Copyright (c) 2013-2014, NVIDIA Corporation. All rights reserved. |
| 439 | |
| 440 | Redistribution and use in source and binary forms, with or without |
| 441 | modification, are permitted provided that the following conditions |
| 442 | are met: |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 443 | * Redistributions of source code must retain the above copyright |
Elliott Hughes | acbe322 | 2014-04-16 17:01:12 -0700 | [diff] [blame] | 444 | notice, this list of conditions and the following disclaimer. |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 445 | * Redistributions in binary form must reproduce the above copyright |
Elliott Hughes | acbe322 | 2014-04-16 17:01:12 -0700 | [diff] [blame] | 446 | notice, this list of conditions and the following disclaimer in |
| 447 | the documentation and/or other materials provided with the |
| 448 | distribution. |
| 449 | |
| 450 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS |
| 451 | "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT |
| 452 | LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS |
| 453 | FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE |
| 454 | COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, |
| 455 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, |
| 456 | BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS |
| 457 | OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED |
| 458 | AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, |
| 459 | OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT |
| 460 | OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 461 | SUCH DAMAGE. |
| 462 | |
| 463 | ------------------------------------------------------------------- |
| 464 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 465 | Copyright (C) 2009 The Android Open Source Project |
| 466 | All rights reserved. |
| 467 | |
| 468 | Redistribution and use in source and binary forms, with or without |
| 469 | modification, are permitted provided that the following conditions |
| 470 | are met: |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 471 | * Redistributions of source code must retain the above copyright |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 472 | notice, this list of conditions and the following disclaimer. |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 473 | * Redistributions in binary form must reproduce the above copyright |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 474 | notice, this list of conditions and the following disclaimer in |
| 475 | the documentation and/or other materials provided with the |
| 476 | distribution. |
| 477 | |
| 478 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS |
| 479 | "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT |
| 480 | LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS |
| 481 | FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE |
| 482 | COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, |
| 483 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, |
| 484 | BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS |
| 485 | OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED |
| 486 | AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, |
| 487 | OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT |
| 488 | OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 489 | SUCH DAMAGE. |
| 490 | |
| 491 | ------------------------------------------------------------------- |
| 492 | |
| 493 | Copyright (C) 2010 The Android Open Source Project |
| 494 | |
| 495 | Licensed under the Apache License, Version 2.0 (the "License"); |
| 496 | you may not use this file except in compliance with the License. |
| 497 | You may obtain a copy of the License at |
| 498 | |
| 499 | http://www.apache.org/licenses/LICENSE-2.0 |
| 500 | |
| 501 | Unless required by applicable law or agreed to in writing, software |
| 502 | distributed under the License is distributed on an "AS IS" BASIS, |
| 503 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 504 | See the License for the specific language governing permissions and |
| 505 | limitations under the License. |
| 506 | |
| 507 | ------------------------------------------------------------------- |
| 508 | |
| 509 | Copyright (C) 2010 The Android Open Source Project |
| 510 | All rights reserved. |
| 511 | |
| 512 | Redistribution and use in source and binary forms, with or without |
| 513 | modification, are permitted provided that the following conditions |
| 514 | are met: |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 515 | * Redistributions of source code must retain the above copyright |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 516 | notice, this list of conditions and the following disclaimer. |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 517 | * Redistributions in binary form must reproduce the above copyright |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 518 | notice, this list of conditions and the following disclaimer in |
| 519 | the documentation and/or other materials provided with the |
| 520 | distribution. |
| 521 | |
| 522 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS |
| 523 | "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT |
| 524 | LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS |
| 525 | FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE |
| 526 | COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, |
| 527 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, |
| 528 | BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS |
| 529 | OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED |
| 530 | AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, |
| 531 | OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT |
| 532 | OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 533 | SUCH DAMAGE. |
| 534 | |
| 535 | ------------------------------------------------------------------- |
| 536 | |
| 537 | Copyright (C) 2010 The Android Open Source Project |
| 538 | Copyright (c) 2008 ARM Ltd |
| 539 | All rights reserved. |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 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: |
| 544 | 1. Redistributions of source code must retain the above copyright |
| 545 | notice, this list of conditions and the following disclaimer. |
| 546 | 2. Redistributions in binary form must reproduce the above copyright |
| 547 | notice, this list of conditions and the following disclaimer in the |
| 548 | documentation and/or other materials provided with the distribution. |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 549 | 3. The name of the company may not be used to endorse or promote |
| 550 | products derived from this software without specific prior written |
| 551 | permission. |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 552 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 553 | THIS SOFTWARE IS PROVIDED BY ARM LTD ``AS IS'' AND ANY EXPRESS OR IMPLIED |
| 554 | WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF |
| 555 | MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. |
| 556 | IN NO EVENT SHALL ARM LTD BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, |
| 557 | SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED |
| 558 | TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR |
| 559 | PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF |
| 560 | LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING |
| 561 | NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS |
| 562 | SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 563 | |
| 564 | Android adaptation and tweak by Jim Huang <jserv@0xlab.org>. |
| 565 | |
| 566 | ------------------------------------------------------------------- |
| 567 | |
| 568 | Copyright (C) 2011 The Android Open Source Project |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 569 | All rights reserved. |
| 570 | |
| 571 | Redistribution and use in source and binary forms, with or without |
| 572 | modification, are permitted provided that the following conditions |
| 573 | are met: |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 574 | * Redistributions of source code must retain the above copyright |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 575 | notice, this list of conditions and the following disclaimer. |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 576 | * Redistributions in binary form must reproduce the above copyright |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 577 | notice, this list of conditions and the following disclaimer in |
| 578 | the documentation and/or other materials provided with the |
| 579 | distribution. |
| 580 | |
| 581 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS |
| 582 | "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT |
| 583 | LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS |
| 584 | FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE |
| 585 | COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, |
| 586 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, |
| 587 | BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS |
| 588 | OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED |
| 589 | AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, |
| 590 | OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT |
| 591 | 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] | 592 | SUCH DAMAGE. |
| 593 | |
| 594 | ------------------------------------------------------------------- |
| 595 | |
| 596 | Copyright (C) 2012 The Android Open Source Project |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 597 | |
| 598 | Licensed under the Apache License, Version 2.0 (the "License"); |
| 599 | you may not use this file except in compliance with the License. |
| 600 | You may obtain a copy of the License at |
| 601 | |
| 602 | http://www.apache.org/licenses/LICENSE-2.0 |
| 603 | |
| 604 | Unless required by applicable law or agreed to in writing, software |
| 605 | distributed under the License is distributed on an "AS IS" BASIS, |
| 606 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 607 | See the License for the specific language governing permissions and |
| 608 | limitations under the License. |
| 609 | |
| 610 | ------------------------------------------------------------------- |
| 611 | |
| 612 | Copyright (C) 2012 The Android Open Source Project |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 613 | All rights reserved. |
| 614 | |
| 615 | Redistribution and use in source and binary forms, with or without |
| 616 | modification, are permitted provided that the following conditions |
| 617 | are met: |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 618 | * Redistributions of source code must retain the above copyright |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 619 | notice, this list of conditions and the following disclaimer. |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 620 | * Redistributions in binary form must reproduce the above copyright |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 621 | notice, this list of conditions and the following disclaimer in |
| 622 | the documentation and/or other materials provided with the |
| 623 | distribution. |
| 624 | |
| 625 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS |
| 626 | "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT |
| 627 | LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS |
| 628 | FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE |
| 629 | COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, |
| 630 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, |
| 631 | BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS |
| 632 | OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED |
| 633 | AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, |
| 634 | OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT |
| 635 | OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 636 | SUCH DAMAGE. |
| 637 | |
| 638 | ------------------------------------------------------------------- |
| 639 | |
Elliott Hughes | 3a4c454 | 2017-07-19 17:20:24 -0700 | [diff] [blame] | 640 | Copyright (C) 2013 Pietro Cerutti <gahr@FreeBSD.org> |
| 641 | |
| 642 | Redistribution and use in source and binary forms, with or without |
| 643 | modification, are permitted provided that the following conditions |
| 644 | are met: |
| 645 | 1. Redistributions of source code must retain the above copyright |
| 646 | notice, this list of conditions and the following disclaimer. |
| 647 | 2. Redistributions in binary form must reproduce the above copyright |
| 648 | notice, this list of conditions and the following disclaimer in the |
| 649 | documentation and/or other materials provided with the distribution. |
| 650 | |
| 651 | THIS SOFTWARE IS PROVIDED BY AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 652 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 653 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 654 | ARE DISCLAIMED. IN NO EVENT SHALL AUTHOR OR CONTRIBUTORS BE LIABLE |
| 655 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 656 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 657 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 658 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 659 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 660 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 661 | SUCH DAMAGE. |
| 662 | |
| 663 | ------------------------------------------------------------------- |
| 664 | |
Elliott Hughes | 448080d | 2013-01-29 16:25:06 -0800 | [diff] [blame] | 665 | Copyright (C) 2013 The Android Open Source Project |
| 666 | |
| 667 | Licensed under the Apache License, Version 2.0 (the "License"); |
| 668 | you may not use this file except in compliance with the License. |
| 669 | You may obtain a copy of the License at |
| 670 | |
| 671 | http://www.apache.org/licenses/LICENSE-2.0 |
| 672 | |
| 673 | Unless required by applicable law or agreed to in writing, software |
| 674 | distributed under the License is distributed on an "AS IS" BASIS, |
| 675 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 676 | See the License for the specific language governing permissions and |
| 677 | limitations under the License. |
| 678 | |
| 679 | ------------------------------------------------------------------- |
| 680 | |
| 681 | Copyright (C) 2013 The Android Open Source Project |
| 682 | All rights reserved. |
| 683 | |
| 684 | Redistribution and use in source and binary forms, with or without |
| 685 | modification, are permitted provided that the following conditions |
| 686 | are met: |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 687 | * Redistributions of source code must retain the above copyright |
Elliott Hughes | 448080d | 2013-01-29 16:25:06 -0800 | [diff] [blame] | 688 | notice, this list of conditions and the following disclaimer. |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 689 | * Redistributions in binary form must reproduce the above copyright |
Elliott Hughes | 448080d | 2013-01-29 16:25:06 -0800 | [diff] [blame] | 690 | notice, this list of conditions and the following disclaimer in |
| 691 | the documentation and/or other materials provided with the |
| 692 | distribution. |
| 693 | |
| 694 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS |
| 695 | "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT |
| 696 | LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS |
| 697 | FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE |
| 698 | COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, |
| 699 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, |
| 700 | BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS |
| 701 | OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED |
| 702 | AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, |
| 703 | OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT |
| 704 | OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 705 | SUCH DAMAGE. |
| 706 | |
| 707 | ------------------------------------------------------------------- |
| 708 | |
Elliott Hughes | acbe322 | 2014-04-16 17:01:12 -0700 | [diff] [blame] | 709 | Copyright (C) 2013 The Android Open Source Project |
Elliott Hughes | 1558138 | 2014-07-07 15:42:06 -0700 | [diff] [blame] | 710 | All rights reserved. |
| 711 | Copyright (c) 2013-2014 NVIDIA Corporation. All rights reserved. |
| 712 | |
| 713 | Redistribution and use in source and binary forms, with or without |
| 714 | modification, are permitted provided that the following conditions |
| 715 | are met: |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 716 | * Redistributions of source code must retain the above copyright |
Elliott Hughes | 1558138 | 2014-07-07 15:42:06 -0700 | [diff] [blame] | 717 | notice, this list of conditions and the following disclaimer. |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 718 | * Redistributions in binary form must reproduce the above copyright |
Elliott Hughes | 1558138 | 2014-07-07 15:42:06 -0700 | [diff] [blame] | 719 | notice, this list of conditions and the following disclaimer in |
| 720 | the documentation and/or other materials provided with the |
| 721 | distribution. |
| 722 | |
| 723 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS |
| 724 | "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT |
| 725 | LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS |
| 726 | FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE |
| 727 | COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, |
| 728 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, |
| 729 | BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS |
| 730 | OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED |
| 731 | AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, |
| 732 | OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT |
| 733 | OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 734 | SUCH DAMAGE. |
| 735 | |
| 736 | ------------------------------------------------------------------- |
| 737 | |
Elliott Hughes | 4e54b11 | 2014-03-06 15:06:11 -0800 | [diff] [blame] | 738 | Copyright (C) 2014 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) 2014 The Android Open Source Project |
| 755 | All rights reserved. |
| 756 | |
| 757 | Redistribution and use in source and binary forms, with or without |
| 758 | modification, are permitted provided that the following conditions |
| 759 | are met: |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 760 | * Redistributions of source code must retain the above copyright |
Elliott Hughes | 4e54b11 | 2014-03-06 15:06:11 -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 | 4e54b11 | 2014-03-06 15:06:11 -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 | |
Dan Albert | c30862f | 2016-10-20 11:45:16 -0700 | [diff] [blame] | 782 | Copyright (C) 2014 The Android Open Source Project |
| 783 | All rights reserved. |
| 784 | |
| 785 | Redistribution and use in source and binary forms, with or without |
| 786 | modification, are permitted provided that the following conditions |
| 787 | are met: |
| 788 | 1. Redistributions of source code must retain the above copyright |
| 789 | notice, this list of conditions and the following disclaimer. |
| 790 | 2. Redistributions in binary form must reproduce the above copyright |
| 791 | notice, this list of conditions and the following disclaimer in the |
| 792 | documentation and/or other materials provided with the distribution. |
| 793 | |
| 794 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 795 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 796 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 797 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 798 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 799 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 800 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 801 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 802 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 803 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 804 | SUCH DAMAGE. |
| 805 | |
| 806 | ------------------------------------------------------------------- |
| 807 | |
| 808 | Copyright (C) 2015 The Android Open Source Project |
| 809 | |
| 810 | Licensed under the Apache License, Version 2.0 (the "License"); |
| 811 | you may not use this file except in compliance with the License. |
| 812 | You may obtain a copy of the License at |
| 813 | |
| 814 | http://www.apache.org/licenses/LICENSE-2.0 |
| 815 | |
Elliott Hughes | 7e54c76 | 2015-05-12 10:09:01 -0700 | [diff] [blame] | 816 | Unless required by applicable law or agreed to in writing, software |
| 817 | distributed under the License is distributed on an "AS IS" BASIS, |
| 818 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 819 | See the License for the specific language governing permissions and |
| 820 | limitations under the License. |
| 821 | |
| 822 | ------------------------------------------------------------------- |
| 823 | |
| 824 | Copyright (C) 2015 The Android Open Source Project |
| 825 | All rights reserved. |
| 826 | |
| 827 | Redistribution and use in source and binary forms, with or without |
| 828 | modification, are permitted provided that the following conditions |
| 829 | are met: |
| 830 | * Redistributions of source code must retain the above copyright |
| 831 | notice, this list of conditions and the following disclaimer. |
| 832 | * Redistributions in binary form must reproduce the above copyright |
| 833 | notice, this list of conditions and the following disclaimer in |
| 834 | the documentation and/or other materials provided with the |
| 835 | distribution. |
| 836 | |
| 837 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS |
| 838 | "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT |
| 839 | LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS |
| 840 | FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE |
| 841 | COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, |
| 842 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, |
| 843 | BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS |
| 844 | OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED |
| 845 | AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, |
| 846 | OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT |
| 847 | OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 848 | SUCH DAMAGE. |
| 849 | |
| 850 | ------------------------------------------------------------------- |
| 851 | |
Elliott Hughes | b4931ce | 2016-02-08 17:00:12 -0800 | [diff] [blame] | 852 | Copyright (C) 2016 The Android Open Source Project |
| 853 | |
| 854 | Licensed under the Apache License, Version 2.0 (the "License"); |
| 855 | you may not use this file except in compliance with the License. |
| 856 | You may obtain a copy of the License at |
| 857 | |
| 858 | http://www.apache.org/licenses/LICENSE-2.0 |
| 859 | |
| 860 | Unless required by applicable law or agreed to in writing, software |
| 861 | distributed under the License is distributed on an "AS IS" BASIS, |
| 862 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 863 | See the License for the specific language governing permissions and |
| 864 | limitations under the License. |
| 865 | |
| 866 | ------------------------------------------------------------------- |
| 867 | |
| 868 | Copyright (C) 2016 The Android Open Source Project |
| 869 | All rights reserved. |
| 870 | |
| 871 | Redistribution and use in source and binary forms, with or without |
| 872 | modification, are permitted provided that the following conditions |
| 873 | are met: |
| 874 | * Redistributions of source code must retain the above copyright |
| 875 | notice, this list of conditions and the following disclaimer. |
| 876 | * Redistributions in binary form must reproduce the above copyright |
| 877 | notice, this list of conditions and the following disclaimer in |
| 878 | the documentation and/or other materials provided with the |
| 879 | distribution. |
| 880 | |
| 881 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS |
| 882 | "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT |
| 883 | LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS |
| 884 | FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE |
| 885 | COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, |
| 886 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, |
| 887 | BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS |
| 888 | OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED |
| 889 | AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, |
| 890 | OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT |
| 891 | OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 892 | SUCH DAMAGE. |
| 893 | |
| 894 | ------------------------------------------------------------------- |
| 895 | |
mspector | 2e3d6a1 | 2017-01-24 21:51:51 -0800 | [diff] [blame] | 896 | Copyright (C) 2017 The Android Open Source Project |
Paul Lawrence | dfe8434 | 2017-02-16 09:24:39 -0800 | [diff] [blame] | 897 | |
| 898 | Licensed under the Apache License, Version 2.0 (the "License"); |
| 899 | you may not use this file except in compliance with the License. |
| 900 | You may obtain a copy of the License at |
| 901 | |
| 902 | http://www.apache.org/licenses/LICENSE-2.0 |
| 903 | |
| 904 | Unless required by applicable law or agreed to in writing, software |
| 905 | distributed under the License is distributed on an "AS IS" BASIS, |
| 906 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 907 | See the License for the specific language governing permissions and |
| 908 | limitations under the License. |
| 909 | |
| 910 | ------------------------------------------------------------------- |
| 911 | |
| 912 | Copyright (C) 2017 The Android Open Source Project |
mspector | 2e3d6a1 | 2017-01-24 21:51:51 -0800 | [diff] [blame] | 913 | All rights reserved. |
| 914 | |
Jake Weinstein | 04d99df | 2016-08-25 20:03:25 -0400 | [diff] [blame] | 915 | Copyright (c) 2009-2011, Code Aurora Forum. All rights reserved. |
| 916 | |
| 917 | Redistribution and use in source and binary forms, with or without |
| 918 | modification, are permitted provided that the following conditions |
| 919 | are met: |
| 920 | * Redistributions of source code must retain the above copyright |
| 921 | notice, this list of conditions and the following disclaimer. |
| 922 | * Redistributions in binary form must reproduce the above copyright |
| 923 | notice, this list of conditions and the following disclaimer in |
| 924 | the documentation and/or other materials provided with the |
| 925 | distribution. |
| 926 | |
| 927 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS |
| 928 | "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT |
| 929 | LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS |
| 930 | FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE |
| 931 | COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, |
| 932 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, |
| 933 | BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS |
| 934 | OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED |
| 935 | AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, |
| 936 | OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT |
| 937 | OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 938 | SUCH DAMAGE. |
| 939 | |
| 940 | ------------------------------------------------------------------- |
| 941 | |
| 942 | Copyright (C) 2017 The Android Open Source Project |
| 943 | All rights reserved. |
| 944 | |
mspector | 2e3d6a1 | 2017-01-24 21:51:51 -0800 | [diff] [blame] | 945 | Redistribution and use in source and binary forms, with or without |
| 946 | modification, are permitted provided that the following conditions |
| 947 | are met: |
| 948 | * Redistributions of source code must retain the above copyright |
| 949 | notice, this list of conditions and the following disclaimer. |
| 950 | * Redistributions in binary form must reproduce the above copyright |
| 951 | notice, this list of conditions and the following disclaimer in |
| 952 | the documentation and/or other materials provided with the |
| 953 | distribution. |
| 954 | |
| 955 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS |
| 956 | "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT |
| 957 | LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS |
| 958 | FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE |
| 959 | COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, |
| 960 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, |
| 961 | BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS |
| 962 | OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED |
| 963 | AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, |
| 964 | OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT |
| 965 | OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 966 | SUCH DAMAGE. |
| 967 | |
| 968 | ------------------------------------------------------------------- |
| 969 | |
dimitry | 581723e | 2018-01-05 14:31:44 +0100 | [diff] [blame] | 970 | Copyright (C) 2018 The Android Open Source Project |
| 971 | All rights reserved. |
| 972 | |
| 973 | Redistribution and use in source and binary forms, with or without |
| 974 | modification, are permitted provided that the following conditions |
| 975 | are met: |
| 976 | * Redistributions of source code must retain the above copyright |
| 977 | notice, this list of conditions and the following disclaimer. |
| 978 | * Redistributions in binary form must reproduce the above copyright |
| 979 | notice, this list of conditions and the following disclaimer in |
| 980 | the documentation and/or other materials provided with the |
| 981 | distribution. |
| 982 | |
| 983 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS |
| 984 | "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT |
| 985 | LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS |
| 986 | FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE |
| 987 | COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, |
| 988 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, |
| 989 | BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS |
| 990 | OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED |
| 991 | AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, |
| 992 | OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT |
| 993 | OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 994 | SUCH DAMAGE. |
| 995 | |
| 996 | ------------------------------------------------------------------- |
| 997 | |
Ryan Prichard | 45d1349 | 2019-01-03 02:51:30 -0800 | [diff] [blame] | 998 | Copyright (C) 2019 The Android Open Source Project |
Tom Cherry | 40f69ae | 2019-07-17 10:49:51 -0700 | [diff] [blame] | 999 | |
| 1000 | Licensed under the Apache License, Version 2.0 (the "License"); |
| 1001 | you may not use this file except in compliance with the License. |
| 1002 | You may obtain a copy of the License at |
| 1003 | |
Elliott Hughes | b030de2 | 2019-12-12 15:31:39 -0800 | [diff] [blame] | 1004 | http://www.apache.org/licenses/LICENSE-2.0 |
Tom Cherry | 40f69ae | 2019-07-17 10:49:51 -0700 | [diff] [blame] | 1005 | |
| 1006 | Unless required by applicable law or agreed to in writing, software |
| 1007 | distributed under the License is distributed on an "AS IS" BASIS, |
| 1008 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 1009 | See the License for the specific language governing permissions and |
| 1010 | limitations under the License. |
| 1011 | |
| 1012 | ------------------------------------------------------------------- |
| 1013 | |
| 1014 | Copyright (C) 2019 The Android Open Source Project |
Ryan Prichard | 45d1349 | 2019-01-03 02:51:30 -0800 | [diff] [blame] | 1015 | All rights reserved. |
| 1016 | |
| 1017 | Redistribution and use in source and binary forms, with or without |
| 1018 | modification, are permitted provided that the following conditions |
| 1019 | are met: |
| 1020 | * Redistributions of source code must retain the above copyright |
| 1021 | notice, this list of conditions and the following disclaimer. |
| 1022 | * Redistributions in binary form must reproduce the above copyright |
| 1023 | notice, this list of conditions and the following disclaimer in |
| 1024 | the documentation and/or other materials provided with the |
| 1025 | distribution. |
| 1026 | |
| 1027 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS |
| 1028 | "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT |
| 1029 | LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS |
| 1030 | FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE |
| 1031 | COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, |
| 1032 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, |
| 1033 | BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS |
| 1034 | OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED |
| 1035 | AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, |
| 1036 | OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT |
| 1037 | OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 1038 | SUCH DAMAGE. |
| 1039 | |
| 1040 | ------------------------------------------------------------------- |
| 1041 | |
Tom Cherry | 40f69ae | 2019-07-17 10:49:51 -0700 | [diff] [blame] | 1042 | Copyright (C) 2019 The Android Open Source Project |
| 1043 | All rights reserved. |
| 1044 | |
| 1045 | Redistribution and use in source and binary forms, with or without |
| 1046 | modification, are permitted provided that the following conditions |
| 1047 | are met: |
| 1048 | Redistributions of source code must retain the above copyright |
| 1049 | notice, this list of conditions and the following disclaimer. |
| 1050 | Redistributions in binary form must reproduce the above copyright |
| 1051 | notice, this list of conditions and the following disclaimer in |
| 1052 | the documentation and/or other materials provided with the |
| 1053 | distribution. |
| 1054 | |
| 1055 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS |
| 1056 | "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT |
| 1057 | LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS |
| 1058 | FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE |
| 1059 | COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, |
| 1060 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, |
| 1061 | BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS |
| 1062 | OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED |
| 1063 | AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, |
| 1064 | OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT |
| 1065 | OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 1066 | SUCH DAMAGE. |
| 1067 | |
| 1068 | ------------------------------------------------------------------- |
| 1069 | |
Ryan Prichard | 8bff8bb | 2020-01-22 13:59:03 -0800 | [diff] [blame] | 1070 | Copyright (C) 2020 The Android Open Source Project |
| 1071 | All rights reserved. |
| 1072 | |
| 1073 | Redistribution and use in source and binary forms, with or without |
| 1074 | modification, are permitted provided that the following conditions |
| 1075 | are met: |
| 1076 | * Redistributions of source code must retain the above copyright |
| 1077 | notice, this list of conditions and the following disclaimer. |
| 1078 | * Redistributions in binary form must reproduce the above copyright |
| 1079 | notice, this list of conditions and the following disclaimer in |
| 1080 | the documentation and/or other materials provided with the |
| 1081 | distribution. |
| 1082 | |
| 1083 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS |
| 1084 | "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT |
| 1085 | LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS |
| 1086 | FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE |
| 1087 | COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, |
| 1088 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, |
| 1089 | BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS |
| 1090 | OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED |
| 1091 | AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, |
| 1092 | OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT |
| 1093 | OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 1094 | SUCH DAMAGE. |
| 1095 | |
| 1096 | ------------------------------------------------------------------- |
| 1097 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 1098 | Copyright (c) 1980, 1983, 1988, 1993 |
| 1099 | The Regents of the University of California. All rights reserved. |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 1100 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 1101 | Redistribution and use in source and binary forms, with or without |
| 1102 | modification, are permitted provided that the following conditions |
| 1103 | are met: |
| 1104 | 1. Redistributions of source code must retain the above copyright |
| 1105 | notice, this list of conditions and the following disclaimer. |
| 1106 | 2. Redistributions in binary form must reproduce the above copyright |
| 1107 | notice, this list of conditions and the following disclaimer in the |
| 1108 | documentation and/or other materials provided with the distribution. |
| 1109 | 3. All advertising materials mentioning features or use of this software |
| 1110 | must display the following acknowledgement: |
| 1111 | This product includes software developed by the University of |
| 1112 | California, Berkeley and its contributors. |
| 1113 | 4. Neither the name of the University nor the names of its contributors |
| 1114 | may be used to endorse or promote products derived from this software |
| 1115 | without specific prior written permission. |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 1116 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 1117 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 1118 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 1119 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 1120 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 1121 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 1122 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 1123 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 1124 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 1125 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 1126 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 1127 | SUCH DAMAGE. |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 1128 | |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 1129 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 1130 | Portions Copyright (c) 1993 by Digital Equipment Corporation. |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 1131 | |
| 1132 | Permission to use, copy, modify, and distribute this software for any |
| 1133 | purpose with or without fee is hereby granted, provided that the above |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 1134 | copyright notice and this permission notice appear in all copies, and that |
| 1135 | the name of Digital Equipment Corporation not be used in advertising or |
| 1136 | publicity pertaining to distribution of the document or software without |
| 1137 | specific, written prior permission. |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 1138 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 1139 | THE SOFTWARE IS PROVIDED "AS IS" AND DIGITAL EQUIPMENT CORP. DISCLAIMS ALL |
| 1140 | WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES |
| 1141 | OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL DIGITAL EQUIPMENT |
| 1142 | CORPORATION BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL |
| 1143 | DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR |
| 1144 | PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS |
| 1145 | ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS |
| 1146 | SOFTWARE. |
| 1147 | |
| 1148 | ------------------------------------------------------------------- |
| 1149 | |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 1150 | Copyright (c) 1982, 1986, 1993 |
| 1151 | The Regents of the University of California. All rights reserved. |
| 1152 | |
| 1153 | Redistribution and use in source and binary forms, with or without |
| 1154 | modification, are permitted provided that the following conditions |
| 1155 | are met: |
| 1156 | 1. Redistributions of source code must retain the above copyright |
| 1157 | notice, this list of conditions and the following disclaimer. |
| 1158 | 2. Redistributions in binary form must reproduce the above copyright |
| 1159 | notice, this list of conditions and the following disclaimer in the |
| 1160 | documentation and/or other materials provided with the distribution. |
| 1161 | 3. Neither the name of the University nor the names of its contributors |
| 1162 | may be used to endorse or promote products derived from this software |
| 1163 | without specific prior written permission. |
| 1164 | |
| 1165 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 1166 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 1167 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 1168 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 1169 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 1170 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 1171 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 1172 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 1173 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 1174 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 1175 | SUCH DAMAGE. |
| 1176 | |
| 1177 | ------------------------------------------------------------------- |
| 1178 | |
Irina Tirdea | eac9eb4 | 2012-09-08 09:28:30 +0300 | [diff] [blame] | 1179 | Copyright (c) 1982, 1986, 1993 |
| 1180 | The Regents of the University of California. All rights reserved. |
| 1181 | (c) UNIX System Laboratories, Inc. |
| 1182 | All or some portions of this file are derived from material licensed |
| 1183 | to the University of California by American Telephone and Telegraph |
| 1184 | Co. or Unix System Laboratories, Inc. and are reproduced herein with |
| 1185 | the permission of UNIX System Laboratories, Inc. |
| 1186 | |
| 1187 | Redistribution and use in source and binary forms, with or without |
| 1188 | modification, are permitted provided that the following conditions |
| 1189 | are met: |
| 1190 | 1. Redistributions of source code must retain the above copyright |
| 1191 | notice, this list of conditions and the following disclaimer. |
| 1192 | 2. Redistributions in binary form must reproduce the above copyright |
| 1193 | notice, this list of conditions and the following disclaimer in the |
| 1194 | documentation and/or other materials provided with the distribution. |
| 1195 | 3. Neither the name of the University nor the names of its contributors |
| 1196 | may be used to endorse or promote products derived from this software |
| 1197 | without specific prior written permission. |
| 1198 | |
| 1199 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 1200 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 1201 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 1202 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 1203 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 1204 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 1205 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 1206 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 1207 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 1208 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 1209 | SUCH DAMAGE. |
| 1210 | |
| 1211 | ------------------------------------------------------------------- |
| 1212 | |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 1213 | Copyright (c) 1983, 1987, 1989 |
| 1214 | The Regents of the University of California. All rights reserved. |
| 1215 | |
| 1216 | Redistribution and use in source and binary forms, with or without |
| 1217 | modification, are permitted provided that the following conditions |
| 1218 | are met: |
| 1219 | 1. Redistributions of source code must retain the above copyright |
| 1220 | notice, this list of conditions and the following disclaimer. |
| 1221 | 2. Redistributions in binary form must reproduce the above copyright |
| 1222 | notice, this list of conditions and the following disclaimer in the |
| 1223 | documentation and/or other materials provided with the distribution. |
| 1224 | 3. Neither the name of the University nor the names of its contributors |
| 1225 | may be used to endorse or promote products derived from this software |
| 1226 | without specific prior written permission. |
| 1227 | |
| 1228 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 1229 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 1230 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 1231 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 1232 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 1233 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 1234 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 1235 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 1236 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 1237 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 1238 | SUCH DAMAGE. |
| 1239 | |
| 1240 | ------------------------------------------------------------------- |
| 1241 | |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 1242 | Copyright (c) 1983, 1989 |
| 1243 | The Regents of the University of California. All rights reserved. |
| 1244 | |
| 1245 | Redistribution and use in source and binary forms, with or without |
| 1246 | modification, are permitted provided that the following conditions |
| 1247 | are met: |
| 1248 | 1. Redistributions of source code must retain the above copyright |
| 1249 | notice, this list of conditions and the following disclaimer. |
| 1250 | 2. Redistributions in binary form must reproduce the above copyright |
| 1251 | notice, this list of conditions and the following disclaimer in the |
| 1252 | documentation and/or other materials provided with the distribution. |
| 1253 | 3. All advertising materials mentioning features or use of this software |
| 1254 | must display the following acknowledgement: |
| 1255 | This product includes software developed by the University of |
| 1256 | California, Berkeley and its contributors. |
| 1257 | 4. Neither the name of the University nor the names of its contributors |
| 1258 | may be used to endorse or promote products derived from this software |
| 1259 | without specific prior written permission. |
| 1260 | |
| 1261 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 1262 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 1263 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 1264 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 1265 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 1266 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 1267 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 1268 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 1269 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 1270 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 1271 | SUCH DAMAGE. |
| 1272 | |
| 1273 | ------------------------------------------------------------------- |
| 1274 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 1275 | Copyright (c) 1983, 1989, 1993 |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 1276 | The Regents of the University of California. All rights reserved. |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 1277 | |
| 1278 | Redistribution and use in source and binary forms, with or without |
| 1279 | modification, are permitted provided that the following conditions |
| 1280 | are met: |
| 1281 | 1. Redistributions of source code must retain the above copyright |
| 1282 | notice, this list of conditions and the following disclaimer. |
| 1283 | 2. Redistributions in binary form must reproduce the above copyright |
| 1284 | notice, this list of conditions and the following disclaimer in the |
| 1285 | documentation and/or other materials provided with the distribution. |
| 1286 | 3. Neither the name of the University nor the names of its contributors |
| 1287 | may be used to endorse or promote products derived from this software |
| 1288 | without specific prior written permission. |
| 1289 | |
| 1290 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 1291 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 1292 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 1293 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 1294 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 1295 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 1296 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 1297 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 1298 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 1299 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 1300 | SUCH DAMAGE. |
| 1301 | |
| 1302 | ------------------------------------------------------------------- |
| 1303 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 1304 | Copyright (c) 1983, 1993 |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 1305 | The Regents of the University of California. All rights reserved. |
| 1306 | |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 1307 | Redistribution and use in source and binary forms, with or without |
| 1308 | modification, are permitted provided that the following conditions |
| 1309 | are met: |
| 1310 | 1. Redistributions of source code must retain the above copyright |
| 1311 | notice, this list of conditions and the following disclaimer. |
| 1312 | 2. Redistributions in binary form must reproduce the above copyright |
| 1313 | notice, this list of conditions and the following disclaimer in the |
| 1314 | documentation and/or other materials provided with the distribution. |
| 1315 | 3. Neither the name of the University nor the names of its contributors |
| 1316 | may be used to endorse or promote products derived from this software |
| 1317 | without specific prior written permission. |
| 1318 | |
| 1319 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 1320 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 1321 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 1322 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 1323 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 1324 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 1325 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 1326 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 1327 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 1328 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 1329 | SUCH DAMAGE. |
| 1330 | |
| 1331 | ------------------------------------------------------------------- |
| 1332 | |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 1333 | Copyright (c) 1985 |
| 1334 | The Regents of the University of California. All rights reserved. |
| 1335 | |
| 1336 | Redistribution and use in source and binary forms, with or without |
| 1337 | modification, are permitted provided that the following conditions |
| 1338 | are met: |
| 1339 | 1. Redistributions of source code must retain the above copyright |
| 1340 | notice, this list of conditions and the following disclaimer. |
| 1341 | 2. Redistributions in binary form must reproduce the above copyright |
| 1342 | notice, this list of conditions and the following disclaimer in the |
| 1343 | documentation and/or other materials provided with the distribution. |
| 1344 | 3. All advertising materials mentioning features or use of this software |
| 1345 | must display the following acknowledgement: |
| 1346 | This product includes software developed by the University of |
| 1347 | California, Berkeley and its contributors. |
| 1348 | 4. Neither the name of the University nor the names of its contributors |
| 1349 | may be used to endorse or promote products derived from this software |
| 1350 | without specific prior written permission. |
| 1351 | |
| 1352 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 1353 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 1354 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 1355 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 1356 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 1357 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 1358 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 1359 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 1360 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 1361 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 1362 | SUCH DAMAGE. |
| 1363 | |
| 1364 | ------------------------------------------------------------------- |
| 1365 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 1366 | Copyright (c) 1985 Regents of the University of California. |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 1367 | All rights reserved. |
| 1368 | |
| 1369 | Redistribution and use in source and binary forms, with or without |
| 1370 | modification, are permitted provided that the following conditions |
| 1371 | are met: |
| 1372 | 1. Redistributions of source code must retain the above copyright |
| 1373 | notice, this list of conditions and the following disclaimer. |
| 1374 | 2. Redistributions in binary form must reproduce the above copyright |
| 1375 | notice, this list of conditions and the following disclaimer in the |
| 1376 | documentation and/or other materials provided with the distribution. |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 1377 | 3. Neither the name of the University nor the names of its contributors |
| 1378 | may be used to endorse or promote products derived from this software |
| 1379 | without specific prior written permission. |
| 1380 | |
| 1381 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 1382 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 1383 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 1384 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 1385 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 1386 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 1387 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 1388 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 1389 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 1390 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 1391 | SUCH DAMAGE. |
| 1392 | |
| 1393 | ------------------------------------------------------------------- |
| 1394 | |
| 1395 | Copyright (c) 1985, 1988, 1993 |
| 1396 | The Regents of the University of California. All rights reserved. |
| 1397 | |
| 1398 | Redistribution and use in source and binary forms, with or without |
| 1399 | modification, are permitted provided that the following conditions |
| 1400 | are met: |
| 1401 | 1. Redistributions of source code must retain the above copyright |
| 1402 | notice, this list of conditions and the following disclaimer. |
| 1403 | 2. Redistributions in binary form must reproduce the above copyright |
| 1404 | notice, this list of conditions and the following disclaimer in the |
| 1405 | documentation and/or other materials provided with the distribution. |
| 1406 | 3. Neither the name of the University nor the names of its contributors |
| 1407 | may be used to endorse or promote products derived from this software |
| 1408 | without specific prior written permission. |
| 1409 | |
| 1410 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 1411 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 1412 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 1413 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 1414 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 1415 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 1416 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 1417 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 1418 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 1419 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 1420 | SUCH DAMAGE. |
| 1421 | |
| 1422 | Portions Copyright (c) 1993 by Digital Equipment Corporation. |
| 1423 | |
| 1424 | Permission to use, copy, modify, and distribute this software for any |
| 1425 | purpose with or without fee is hereby granted, provided that the above |
| 1426 | copyright notice and this permission notice appear in all copies, and that |
| 1427 | the name of Digital Equipment Corporation not be used in advertising or |
| 1428 | publicity pertaining to distribution of the document or software without |
| 1429 | specific, written prior permission. |
| 1430 | |
| 1431 | THE SOFTWARE IS PROVIDED "AS IS" AND DIGITAL EQUIPMENT CORP. DISCLAIMS ALL |
| 1432 | WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES |
| 1433 | OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL DIGITAL EQUIPMENT |
| 1434 | CORPORATION BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL |
| 1435 | DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR |
| 1436 | PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS |
| 1437 | ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS |
| 1438 | SOFTWARE. |
| 1439 | |
| 1440 | ------------------------------------------------------------------- |
| 1441 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 1442 | Copyright (c) 1985, 1989, 1993 |
| 1443 | The Regents of the University of California. All rights reserved. |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 1444 | |
| 1445 | Redistribution and use in source and binary forms, with or without |
| 1446 | modification, are permitted provided that the following conditions |
| 1447 | are met: |
| 1448 | 1. Redistributions of source code must retain the above copyright |
| 1449 | notice, this list of conditions and the following disclaimer. |
| 1450 | 2. Redistributions in binary form must reproduce the above copyright |
| 1451 | notice, this list of conditions and the following disclaimer in the |
| 1452 | documentation and/or other materials provided with the distribution. |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 1453 | 3. All advertising materials mentioning features or use of this software |
| 1454 | must display the following acknowledgement: |
| 1455 | This product includes software developed by the University of |
| 1456 | California, Berkeley and its contributors. |
| 1457 | 4. Neither the name of the University nor the names of its contributors |
| 1458 | may be used to endorse or promote products derived from this software |
| 1459 | without specific prior written permission. |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 1460 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 1461 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 1462 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 1463 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 1464 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 1465 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 1466 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 1467 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 1468 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 1469 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 1470 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 1471 | SUCH DAMAGE. |
| 1472 | |
| 1473 | ------------------------------------------------------------------- |
| 1474 | |
| 1475 | Copyright (c) 1985, 1993 |
| 1476 | The Regents of the University of California. All rights reserved. |
| 1477 | |
| 1478 | Redistribution and use in source and binary forms, with or without |
| 1479 | modification, are permitted provided that the following conditions |
| 1480 | are met: |
| 1481 | 1. Redistributions of source code must retain the above copyright |
| 1482 | notice, this list of conditions and the following disclaimer. |
| 1483 | 2. Redistributions in binary form must reproduce the above copyright |
| 1484 | notice, this list of conditions and the following disclaimer in the |
| 1485 | documentation and/or other materials provided with the distribution. |
| 1486 | 3. All advertising materials mentioning features or use of this software |
| 1487 | must display the following acknowledgement: |
| 1488 | This product includes software developed by the University of |
| 1489 | California, Berkeley and its contributors. |
| 1490 | 4. Neither the name of the University nor the names of its contributors |
| 1491 | may be used to endorse or promote products derived from this software |
| 1492 | without specific prior written permission. |
| 1493 | |
| 1494 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 1495 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 1496 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 1497 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 1498 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 1499 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 1500 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 1501 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 1502 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 1503 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 1504 | SUCH DAMAGE. |
| 1505 | |
| 1506 | ------------------------------------------------------------------- |
| 1507 | |
| 1508 | Copyright (c) 1985, 1993 |
| 1509 | The Regents of the University of California. All rights reserved. |
| 1510 | |
| 1511 | Redistribution and use in source and binary forms, with or without |
| 1512 | modification, are permitted provided that the following conditions |
| 1513 | are met: |
| 1514 | 1. Redistributions of source code must retain the above copyright |
| 1515 | notice, this list of conditions and the following disclaimer. |
| 1516 | 2. Redistributions in binary form must reproduce the above copyright |
| 1517 | notice, this list of conditions and the following disclaimer in the |
| 1518 | documentation and/or other materials provided with the distribution. |
Dan Albert | c30862f | 2016-10-20 11:45:16 -0700 | [diff] [blame] | 1519 | 3. All advertising materials mentioning features or use of this software |
| 1520 | must display the following acknowledgement: |
| 1521 | This product includes software developed by the University of |
| 1522 | California, Berkeley and its contributors. |
| 1523 | 4. Neither the name of the University nor the names of its contributors |
| 1524 | may be used to endorse or promote products derived from this software |
| 1525 | without specific prior written permission. |
| 1526 | |
| 1527 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 1528 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 1529 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 1530 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 1531 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 1532 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 1533 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 1534 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 1535 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 1536 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 1537 | SUCH DAMAGE. |
| 1538 | |
| 1539 | ------------------------------------------------------------------- |
| 1540 | |
| 1541 | Copyright (c) 1985, 1993 |
| 1542 | The Regents of the University of California. All rights reserved. |
| 1543 | |
| 1544 | Redistribution and use in source and binary forms, with or without |
| 1545 | modification, are permitted provided that the following conditions |
| 1546 | are met: |
| 1547 | 1. Redistributions of source code must retain the above copyright |
| 1548 | notice, this list of conditions and the following disclaimer. |
| 1549 | 2. Redistributions in binary form must reproduce the above copyright |
| 1550 | notice, this list of conditions and the following disclaimer in the |
| 1551 | documentation and/or other materials provided with the distribution. |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 1552 | 3. Neither the name of the University nor the names of its contributors |
| 1553 | may be used to endorse or promote products derived from this software |
| 1554 | without specific prior written permission. |
| 1555 | |
| 1556 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 1557 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 1558 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 1559 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 1560 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 1561 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 1562 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 1563 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 1564 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 1565 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 1566 | SUCH DAMAGE. |
| 1567 | |
| 1568 | ------------------------------------------------------------------- |
| 1569 | |
| 1570 | Copyright (c) 1987 Regents of the University of California. |
| 1571 | All rights reserved. |
| 1572 | |
| 1573 | Redistribution and use in source and binary forms, with or without |
| 1574 | modification, are permitted provided that the following conditions |
| 1575 | are met: |
| 1576 | 1. Redistributions of source code must retain the above copyright |
| 1577 | notice, this list of conditions and the following disclaimer. |
| 1578 | 2. Redistributions in binary form must reproduce the above copyright |
| 1579 | notice, this list of conditions and the following disclaimer in the |
| 1580 | documentation and/or other materials provided with the distribution. |
| 1581 | 3. Neither the name of the University nor the names of its contributors |
| 1582 | may be used to endorse or promote products derived from this software |
| 1583 | without specific prior written permission. |
| 1584 | |
| 1585 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 1586 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 1587 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 1588 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 1589 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 1590 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 1591 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 1592 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 1593 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 1594 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 1595 | SUCH DAMAGE. |
| 1596 | |
| 1597 | ------------------------------------------------------------------- |
| 1598 | |
| 1599 | Copyright (c) 1987, 1993 |
| 1600 | The Regents of the University of California. All rights reserved. |
| 1601 | |
| 1602 | Redistribution and use in source and binary forms, with or without |
| 1603 | modification, are permitted provided that the following conditions |
| 1604 | are met: |
| 1605 | 1. Redistributions of source code must retain the above copyright |
| 1606 | notice, this list of conditions and the following disclaimer. |
| 1607 | 2. Redistributions in binary form must reproduce the above copyright |
| 1608 | notice, this list of conditions and the following disclaimer in the |
| 1609 | documentation and/or other materials provided with the distribution. |
| 1610 | 3. All advertising materials mentioning features or use of this software |
| 1611 | must display the following acknowledgement: |
| 1612 | This product includes software developed by the University of |
| 1613 | California, Berkeley and its contributors. |
| 1614 | 4. Neither the name of the University nor the names of its contributors |
| 1615 | may be used to endorse or promote products derived from this software |
| 1616 | without specific prior written permission. |
| 1617 | |
| 1618 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 1619 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 1620 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 1621 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 1622 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 1623 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 1624 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 1625 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 1626 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 1627 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 1628 | SUCH DAMAGE. |
| 1629 | |
| 1630 | ------------------------------------------------------------------- |
| 1631 | |
| 1632 | Copyright (c) 1987, 1993 |
| 1633 | The Regents of the University of California. All rights reserved. |
| 1634 | |
| 1635 | Redistribution and use in source and binary forms, with or without |
| 1636 | modification, are permitted provided that the following conditions |
| 1637 | are met: |
| 1638 | 1. Redistributions of source code must retain the above copyright |
| 1639 | notice, this list of conditions and the following disclaimer. |
| 1640 | 2. Redistributions in binary form must reproduce the above copyright |
| 1641 | notice, this list of conditions and the following disclaimer in the |
| 1642 | documentation and/or other materials provided with the distribution. |
| 1643 | 3. Neither the name of the University nor the names of its contributors |
| 1644 | may be used to endorse or promote products derived from this software |
| 1645 | without specific prior written permission. |
| 1646 | |
| 1647 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 1648 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 1649 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 1650 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 1651 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 1652 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 1653 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 1654 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 1655 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 1656 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 1657 | SUCH DAMAGE. |
| 1658 | |
| 1659 | ------------------------------------------------------------------- |
| 1660 | |
| 1661 | Copyright (c) 1988 Regents of the University of California. |
| 1662 | All rights reserved. |
| 1663 | |
| 1664 | Redistribution and use in source and binary forms, with or without |
| 1665 | modification, are permitted provided that the following conditions |
| 1666 | are met: |
| 1667 | 1. Redistributions of source code must retain the above copyright |
| 1668 | notice, this list of conditions and the following disclaimer. |
| 1669 | 2. Redistributions in binary form must reproduce the above copyright |
| 1670 | notice, this list of conditions and the following disclaimer in the |
| 1671 | documentation and/or other materials provided with the distribution. |
| 1672 | 3. Neither the name of the University nor the names of its contributors |
| 1673 | may be used to endorse or promote products derived from this software |
| 1674 | without specific prior written permission. |
| 1675 | |
| 1676 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 1677 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 1678 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 1679 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 1680 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 1681 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 1682 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 1683 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 1684 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 1685 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 1686 | SUCH DAMAGE. |
| 1687 | |
| 1688 | ------------------------------------------------------------------- |
| 1689 | |
| 1690 | Copyright (c) 1988 The Regents of the University of California. |
| 1691 | All rights reserved. |
| 1692 | |
| 1693 | Redistribution and use in source and binary forms, with or without |
| 1694 | modification, are permitted provided that the following conditions |
| 1695 | are met: |
| 1696 | 1. Redistributions of source code must retain the above copyright |
| 1697 | notice, this list of conditions and the following disclaimer. |
| 1698 | 2. Redistributions in binary form must reproduce the above copyright |
| 1699 | notice, this list of conditions and the following disclaimer in the |
| 1700 | documentation and/or other materials provided with the distribution. |
| 1701 | 3. Neither the name of the University nor the names of its contributors |
| 1702 | may be used to endorse or promote products derived from this software |
| 1703 | without specific prior written permission. |
| 1704 | |
| 1705 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 1706 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 1707 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 1708 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 1709 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 1710 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 1711 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 1712 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 1713 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 1714 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 1715 | SUCH DAMAGE. |
| 1716 | |
| 1717 | ------------------------------------------------------------------- |
| 1718 | |
| 1719 | Copyright (c) 1988, 1993 |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 1720 | The Regents of the University of California. All rights reserved. |
| 1721 | |
| 1722 | Redistribution and use in source and binary forms, with or without |
| 1723 | modification, are permitted provided that the following conditions |
| 1724 | are met: |
| 1725 | 1. Redistributions of source code must retain the above copyright |
| 1726 | notice, this list of conditions and the following disclaimer. |
| 1727 | 2. Redistributions in binary form must reproduce the above copyright |
| 1728 | notice, this list of conditions and the following disclaimer in the |
| 1729 | documentation and/or other materials provided with the distribution. |
| 1730 | 3. All advertising materials mentioning features or use of this software |
| 1731 | must display the following acknowledgement: |
| 1732 | This product includes software developed by the University of |
| 1733 | California, Berkeley and its contributors. |
| 1734 | 4. Neither the name of the University nor the names of its contributors |
| 1735 | may be used to endorse or promote products derived from this software |
| 1736 | without specific prior written permission. |
| 1737 | |
| 1738 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 1739 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 1740 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 1741 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 1742 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 1743 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 1744 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 1745 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 1746 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 1747 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 1748 | SUCH DAMAGE. |
| 1749 | |
| 1750 | ------------------------------------------------------------------- |
| 1751 | |
| 1752 | Copyright (c) 1988, 1993 |
| 1753 | The Regents of the University of California. All rights reserved. |
| 1754 | |
| 1755 | Redistribution and use in source and binary forms, with or without |
| 1756 | modification, are permitted provided that the following conditions |
| 1757 | are met: |
| 1758 | 1. Redistributions of source code must retain the above copyright |
| 1759 | notice, this list of conditions and the following disclaimer. |
| 1760 | 2. Redistributions in binary form must reproduce the above copyright |
| 1761 | notice, this list of conditions and the following disclaimer in the |
| 1762 | documentation and/or other materials provided with the distribution. |
Dan Albert | c30862f | 2016-10-20 11:45:16 -0700 | [diff] [blame] | 1763 | 3. All advertising materials mentioning features or use of this software |
| 1764 | must display the following acknowledgement: |
| 1765 | This product includes software developed by the University of |
| 1766 | California, Berkeley and its contributors. |
| 1767 | 4. Neither the name of the University nor the names of its contributors |
| 1768 | may be used to endorse or promote products derived from this software |
| 1769 | without specific prior written permission. |
| 1770 | |
| 1771 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 1772 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 1773 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 1774 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 1775 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 1776 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 1777 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 1778 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 1779 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 1780 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 1781 | SUCH DAMAGE. |
| 1782 | |
| 1783 | ------------------------------------------------------------------- |
| 1784 | |
| 1785 | Copyright (c) 1988, 1993 |
| 1786 | The Regents of the University of California. All rights reserved. |
| 1787 | |
| 1788 | Redistribution and use in source and binary forms, with or without |
| 1789 | modification, are permitted provided that the following conditions |
| 1790 | are met: |
| 1791 | 1. Redistributions of source code must retain the above copyright |
| 1792 | notice, this list of conditions and the following disclaimer. |
| 1793 | 2. Redistributions in binary form must reproduce the above copyright |
| 1794 | notice, this list of conditions and the following disclaimer in the |
| 1795 | documentation and/or other materials provided with the distribution. |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 1796 | 3. Neither the name of the University nor the names of its contributors |
| 1797 | may be used to endorse or promote products derived from this software |
| 1798 | without specific prior written permission. |
| 1799 | |
| 1800 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 1801 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 1802 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 1803 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 1804 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 1805 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 1806 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 1807 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 1808 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 1809 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 1810 | SUCH DAMAGE. |
| 1811 | |
| 1812 | ------------------------------------------------------------------- |
| 1813 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 1814 | Copyright (c) 1989 The Regents of the University of California. |
| 1815 | All rights reserved. |
| 1816 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 1817 | Redistribution and use in source and binary forms, with or without |
| 1818 | modification, are permitted provided that the following conditions |
| 1819 | are met: |
| 1820 | 1. Redistributions of source code must retain the above copyright |
| 1821 | notice, this list of conditions and the following disclaimer. |
| 1822 | 2. Redistributions in binary form must reproduce the above copyright |
| 1823 | notice, this list of conditions and the following disclaimer in the |
| 1824 | documentation and/or other materials provided with the distribution. |
| 1825 | 3. Neither the name of the University nor the names of its contributors |
| 1826 | may be used to endorse or promote products derived from this software |
| 1827 | without specific prior written permission. |
| 1828 | |
| 1829 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 1830 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 1831 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 1832 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 1833 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 1834 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 1835 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 1836 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 1837 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 1838 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 1839 | SUCH DAMAGE. |
| 1840 | |
| 1841 | ------------------------------------------------------------------- |
| 1842 | |
| 1843 | Copyright (c) 1989 The Regents of the University of California. |
| 1844 | All rights reserved. |
| 1845 | (c) UNIX System Laboratories, Inc. |
| 1846 | All or some portions of this file are derived from material licensed |
| 1847 | to the University of California by American Telephone and Telegraph |
| 1848 | Co. or Unix System Laboratories, Inc. and are reproduced herein with |
| 1849 | the permission of UNIX System Laboratories, Inc. |
| 1850 | |
| 1851 | Redistribution and use in source and binary forms, with or without |
| 1852 | modification, are permitted provided that the following conditions |
| 1853 | are met: |
| 1854 | 1. Redistributions of source code must retain the above copyright |
| 1855 | notice, this list of conditions and the following disclaimer. |
| 1856 | 2. Redistributions in binary form must reproduce the above copyright |
| 1857 | notice, this list of conditions and the following disclaimer in the |
| 1858 | documentation and/or other materials provided with the distribution. |
| 1859 | 3. Neither the name of the University nor the names of its contributors |
| 1860 | may be used to endorse or promote products derived from this software |
| 1861 | without specific prior written permission. |
| 1862 | |
| 1863 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 1864 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 1865 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 1866 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 1867 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 1868 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 1869 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 1870 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 1871 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 1872 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 1873 | SUCH DAMAGE. |
| 1874 | |
| 1875 | ------------------------------------------------------------------- |
| 1876 | |
| 1877 | Copyright (c) 1989, 1993 |
| 1878 | The Regents of the University of California. All rights reserved. |
| 1879 | |
| 1880 | Redistribution and use in source and binary forms, with or without |
| 1881 | modification, are permitted provided that the following conditions |
| 1882 | are met: |
| 1883 | 1. Redistributions of source code must retain the above copyright |
| 1884 | notice, this list of conditions and the following disclaimer. |
| 1885 | 2. Redistributions in binary form must reproduce the above copyright |
| 1886 | notice, this list of conditions and the following disclaimer in the |
| 1887 | documentation and/or other materials provided with the distribution. |
| 1888 | 3. Neither the name of the University nor the names of its contributors |
| 1889 | may be used to endorse or promote products derived from this software |
| 1890 | without specific prior written permission. |
| 1891 | |
| 1892 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 1893 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 1894 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 1895 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 1896 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 1897 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 1898 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 1899 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 1900 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 1901 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 1902 | SUCH DAMAGE. |
| 1903 | |
| 1904 | ------------------------------------------------------------------- |
| 1905 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 1906 | Copyright (c) 1989, 1993 |
| 1907 | The Regents of the University of California. All rights reserved. |
| 1908 | |
| 1909 | Redistribution and use in source and binary forms, with or without |
| 1910 | modification, are permitted provided that the following conditions |
| 1911 | are met: |
| 1912 | 1. Redistributions of source code must retain the above copyright |
| 1913 | notice, this list of conditions and the following disclaimer. |
| 1914 | 2. Redistributions in binary form must reproduce the above copyright |
| 1915 | notice, this list of conditions and the following disclaimer in the |
| 1916 | documentation and/or other materials provided with the distribution. |
| 1917 | 4. Neither the name of the University nor the names of its contributors |
| 1918 | may be used to endorse or promote products derived from this software |
| 1919 | without specific prior written permission. |
| 1920 | |
| 1921 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 1922 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 1923 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 1924 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 1925 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 1926 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 1927 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 1928 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 1929 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 1930 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 1931 | SUCH DAMAGE. |
| 1932 | |
| 1933 | ------------------------------------------------------------------- |
| 1934 | |
| 1935 | Copyright (c) 1989, 1993 |
| 1936 | The Regents of the University of California. All rights reserved. |
Elliott Hughes | acbe322 | 2014-04-16 17:01:12 -0700 | [diff] [blame] | 1937 | |
| 1938 | This code is derived from software contributed to Berkeley by |
Elliott Hughes | f1c568d | 2017-09-26 17:09:07 -0700 | [diff] [blame] | 1939 | Guido van Rossum. |
| 1940 | |
| 1941 | Copyright (c) 2011 The FreeBSD Foundation |
| 1942 | All rights reserved. |
| 1943 | Portions of this software were developed by David Chisnall |
| 1944 | under sponsorship from the FreeBSD Foundation. |
| 1945 | |
| 1946 | Redistribution and use in source and binary forms, with or without |
| 1947 | modification, are permitted provided that the following conditions |
| 1948 | are met: |
| 1949 | 1. Redistributions of source code must retain the above copyright |
| 1950 | notice, this list of conditions and the following disclaimer. |
| 1951 | 2. Redistributions in binary form must reproduce the above copyright |
| 1952 | notice, this list of conditions and the following disclaimer in the |
| 1953 | documentation and/or other materials provided with the distribution. |
| 1954 | 3. Neither the name of the University nor the names of its contributors |
| 1955 | may be used to endorse or promote products derived from this software |
| 1956 | without specific prior written permission. |
| 1957 | |
| 1958 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 1959 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 1960 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 1961 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 1962 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 1963 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 1964 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 1965 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 1966 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 1967 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 1968 | SUCH DAMAGE. |
| 1969 | |
| 1970 | ------------------------------------------------------------------- |
| 1971 | |
| 1972 | Copyright (c) 1989, 1993 |
| 1973 | The Regents of the University of California. All rights reserved. |
| 1974 | |
| 1975 | This code is derived from software contributed to Berkeley by |
| 1976 | Guido van Rossum. |
| 1977 | |
| 1978 | Redistribution and use in source and binary forms, with or without |
| 1979 | modification, are permitted provided that the following conditions |
| 1980 | are met: |
| 1981 | 1. Redistributions of source code must retain the above copyright |
| 1982 | notice, this list of conditions and the following disclaimer. |
| 1983 | 2. Redistributions in binary form must reproduce the above copyright |
| 1984 | notice, this list of conditions and the following disclaimer in the |
| 1985 | documentation and/or other materials provided with the distribution. |
| 1986 | 3. Neither the name of the University nor the names of its contributors |
| 1987 | may be used to endorse or promote products derived from this software |
| 1988 | without specific prior written permission. |
| 1989 | |
| 1990 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 1991 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 1992 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 1993 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 1994 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 1995 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 1996 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 1997 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 1998 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 1999 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 2000 | SUCH DAMAGE. |
| 2001 | |
| 2002 | ------------------------------------------------------------------- |
| 2003 | |
| 2004 | Copyright (c) 1989, 1993 |
| 2005 | The Regents of the University of California. All rights reserved. |
| 2006 | |
| 2007 | This code is derived from software contributed to Berkeley by |
Elliott Hughes | acbe322 | 2014-04-16 17:01:12 -0700 | [diff] [blame] | 2008 | Roger L. Snyder. |
| 2009 | |
| 2010 | Redistribution and use in source and binary forms, with or without |
| 2011 | modification, are permitted provided that the following conditions |
| 2012 | are met: |
| 2013 | 1. Redistributions of source code must retain the above copyright |
| 2014 | notice, this list of conditions and the following disclaimer. |
| 2015 | 2. Redistributions in binary form must reproduce the above copyright |
| 2016 | notice, this list of conditions and the following disclaimer in the |
| 2017 | documentation and/or other materials provided with the distribution. |
| 2018 | 3. Neither the name of the University nor the names of its contributors |
| 2019 | may be used to endorse or promote products derived from this software |
| 2020 | without specific prior written permission. |
| 2021 | |
| 2022 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 2023 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 2024 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 2025 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 2026 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 2027 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 2028 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 2029 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 2030 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 2031 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 2032 | SUCH DAMAGE. |
| 2033 | |
| 2034 | ------------------------------------------------------------------- |
| 2035 | |
| 2036 | Copyright (c) 1989, 1993 |
| 2037 | The Regents of the University of California. All rights reserved. |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 2038 | (c) UNIX System Laboratories, Inc. |
| 2039 | All or some portions of this file are derived from material licensed |
| 2040 | to the University of California by American Telephone and Telegraph |
| 2041 | Co. or Unix System Laboratories, Inc. and are reproduced herein with |
| 2042 | the permission of UNIX System Laboratories, Inc. |
| 2043 | |
| 2044 | Redistribution and use in source and binary forms, with or without |
| 2045 | modification, are permitted provided that the following conditions |
| 2046 | are met: |
| 2047 | 1. Redistributions of source code must retain the above copyright |
| 2048 | notice, this list of conditions and the following disclaimer. |
| 2049 | 2. Redistributions in binary form must reproduce the above copyright |
| 2050 | notice, this list of conditions and the following disclaimer in the |
| 2051 | documentation and/or other materials provided with the distribution. |
| 2052 | 3. Neither the name of the University nor the names of its contributors |
| 2053 | may be used to endorse or promote products derived from this software |
| 2054 | without specific prior written permission. |
| 2055 | |
| 2056 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 2057 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 2058 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 2059 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 2060 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 2061 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 2062 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 2063 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 2064 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 2065 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 2066 | SUCH DAMAGE. |
| 2067 | |
| 2068 | ------------------------------------------------------------------- |
| 2069 | |
Elliott Hughes | b4931ce | 2016-02-08 17:00:12 -0800 | [diff] [blame] | 2070 | Copyright (c) 1990 Regents of the University of California. |
| 2071 | All rights reserved. |
| 2072 | |
| 2073 | This code is derived from software contributed to Berkeley by |
| 2074 | Chris Torek. |
| 2075 | |
| 2076 | Redistribution and use in source and binary forms, with or without |
| 2077 | modification, are permitted provided that the following conditions |
| 2078 | are met: |
| 2079 | 1. Redistributions of source code must retain the above copyright |
| 2080 | notice, this list of conditions and the following disclaimer. |
| 2081 | 2. Redistributions in binary form must reproduce the above copyright |
| 2082 | notice, this list of conditions and the following disclaimer in the |
| 2083 | documentation and/or other materials provided with the distribution. |
| 2084 | 3. Neither the name of the University nor the names of its contributors |
| 2085 | may be used to endorse or promote products derived from this software |
| 2086 | without specific prior written permission. |
| 2087 | |
| 2088 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 2089 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 2090 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 2091 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 2092 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 2093 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 2094 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 2095 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 2096 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 2097 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 2098 | SUCH DAMAGE. |
| 2099 | |
| 2100 | ------------------------------------------------------------------- |
| 2101 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 2102 | Copyright (c) 1990 The Regents of the University of California. |
| 2103 | All rights reserved. |
| 2104 | |
| 2105 | Redistribution and use in source and binary forms, with or without |
| 2106 | modification, are permitted provided that the following conditions |
| 2107 | are met: |
| 2108 | 1. Redistributions of source code must retain the above copyright |
| 2109 | notice, this list of conditions and the following disclaimer. |
| 2110 | 2. Redistributions in binary form must reproduce the above copyright |
| 2111 | notice, this list of conditions and the following disclaimer in the |
| 2112 | documentation and/or other materials provided with the distribution. |
| 2113 | 3. Neither the name of the University nor the names of its contributors |
| 2114 | may be used to endorse or promote products derived from this software |
| 2115 | without specific prior written permission. |
| 2116 | |
| 2117 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 2118 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 2119 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 2120 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 2121 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 2122 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 2123 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 2124 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 2125 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 2126 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 2127 | SUCH DAMAGE. |
| 2128 | |
| 2129 | ------------------------------------------------------------------- |
| 2130 | |
| 2131 | Copyright (c) 1990 The Regents of the University of California. |
| 2132 | All rights reserved. |
| 2133 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 2134 | This code is derived from software contributed to Berkeley by |
| 2135 | Chris Torek. |
| 2136 | |
| 2137 | Redistribution and use in source and binary forms, with or without |
| 2138 | modification, are permitted provided that the following conditions |
| 2139 | are met: |
| 2140 | 1. Redistributions of source code must retain the above copyright |
| 2141 | notice, this list of conditions and the following disclaimer. |
| 2142 | 2. Redistributions in binary form must reproduce the above copyright |
| 2143 | notice, this list of conditions and the following disclaimer in the |
| 2144 | documentation and/or other materials provided with the distribution. |
| 2145 | 3. Neither the name of the University nor the names of its contributors |
| 2146 | may be used to endorse or promote products derived from this software |
| 2147 | without specific prior written permission. |
| 2148 | |
| 2149 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 2150 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 2151 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 2152 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 2153 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 2154 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 2155 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 2156 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 2157 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 2158 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 2159 | SUCH DAMAGE. |
| 2160 | |
| 2161 | ------------------------------------------------------------------- |
| 2162 | |
| 2163 | Copyright (c) 1990 The Regents of the University of California. |
| 2164 | All rights reserved. |
| 2165 | |
| 2166 | This code is derived from software contributed to Berkeley by |
| 2167 | William Jolitz. |
| 2168 | |
| 2169 | Redistribution and use in source and binary forms, with or without |
| 2170 | modification, are permitted provided that the following conditions |
| 2171 | are met: |
| 2172 | 1. Redistributions of source code must retain the above copyright |
| 2173 | notice, this list of conditions and the following disclaimer. |
| 2174 | 2. Redistributions in binary form must reproduce the above copyright |
| 2175 | notice, this list of conditions and the following disclaimer in the |
| 2176 | documentation and/or other materials provided with the distribution. |
| 2177 | 3. Neither the name of the University nor the names of its contributors |
| 2178 | may be used to endorse or promote products derived from this software |
| 2179 | without specific prior written permission. |
| 2180 | |
| 2181 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 2182 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 2183 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 2184 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 2185 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 2186 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 2187 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 2188 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 2189 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 2190 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 2191 | SUCH DAMAGE. |
| 2192 | |
| 2193 | ------------------------------------------------------------------- |
| 2194 | |
| 2195 | Copyright (c) 1990, 1993 |
| 2196 | The Regents of the University of California. All rights reserved. |
| 2197 | |
| 2198 | Redistribution and use in source and binary forms, with or without |
| 2199 | modification, are permitted provided that the following conditions |
| 2200 | are met: |
| 2201 | 1. Redistributions of source code must retain the above copyright |
| 2202 | notice, this list of conditions and the following disclaimer. |
| 2203 | 2. Redistributions in binary form must reproduce the above copyright |
| 2204 | notice, this list of conditions and the following disclaimer in the |
| 2205 | documentation and/or other materials provided with the distribution. |
| 2206 | 3. Neither the name of the University nor the names of its contributors |
| 2207 | may be used to endorse or promote products derived from this software |
| 2208 | without specific prior written permission. |
| 2209 | |
| 2210 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 2211 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 2212 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 2213 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 2214 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 2215 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 2216 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 2217 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 2218 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 2219 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 2220 | SUCH DAMAGE. |
| 2221 | |
| 2222 | ------------------------------------------------------------------- |
| 2223 | |
| 2224 | Copyright (c) 1990, 1993 |
| 2225 | The Regents of the University of California. All rights reserved. |
| 2226 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 2227 | This code is derived from software contributed to Berkeley by |
| 2228 | Chris Torek. |
| 2229 | |
| 2230 | Redistribution and use in source and binary forms, with or without |
| 2231 | modification, are permitted provided that the following conditions |
| 2232 | are met: |
| 2233 | 1. Redistributions of source code must retain the above copyright |
| 2234 | notice, this list of conditions and the following disclaimer. |
| 2235 | 2. Redistributions in binary form must reproduce the above copyright |
| 2236 | notice, this list of conditions and the following disclaimer in the |
| 2237 | documentation and/or other materials provided with the distribution. |
| 2238 | 3. Neither the name of the University nor the names of its contributors |
| 2239 | may be used to endorse or promote products derived from this software |
| 2240 | without specific prior written permission. |
| 2241 | |
| 2242 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 2243 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 2244 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 2245 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 2246 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 2247 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 2248 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 2249 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 2250 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 2251 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 2252 | SUCH DAMAGE. |
| 2253 | |
| 2254 | ------------------------------------------------------------------- |
| 2255 | |
| 2256 | Copyright (c) 1990, 1993 |
| 2257 | The Regents of the University of California. All rights reserved. |
| 2258 | |
| 2259 | This code is derived from software contributed to Berkeley by |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 2260 | Donn Seeley at UUNET Technologies, Inc. |
| 2261 | |
| 2262 | Redistribution and use in source and binary forms, with or without |
| 2263 | modification, are permitted provided that the following conditions |
| 2264 | are met: |
| 2265 | 1. Redistributions of source code must retain the above copyright |
| 2266 | notice, this list of conditions and the following disclaimer. |
| 2267 | 2. Redistributions in binary form must reproduce the above copyright |
| 2268 | notice, this list of conditions and the following disclaimer in the |
| 2269 | documentation and/or other materials provided with the distribution. |
| 2270 | 3. Neither the name of the University nor the names of its contributors |
| 2271 | may be used to endorse or promote products derived from this software |
| 2272 | without specific prior written permission. |
| 2273 | |
| 2274 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 2275 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 2276 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 2277 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 2278 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 2279 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 2280 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 2281 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 2282 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 2283 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 2284 | SUCH DAMAGE. |
| 2285 | |
| 2286 | ------------------------------------------------------------------- |
| 2287 | |
| 2288 | Copyright (c) 1990, 1993 |
| 2289 | The Regents of the University of California. All rights reserved. |
Elliott Hughes | bfa582d | 2014-05-05 14:58:17 -0700 | [diff] [blame] | 2290 | |
| 2291 | This code is derived from software contributed to Berkeley by |
| 2292 | Donn Seeley at UUNET Technologies, Inc. |
| 2293 | |
| 2294 | Redistribution and use in source and binary forms, with or without |
| 2295 | modification, are permitted provided that the following conditions |
| 2296 | are met: |
| 2297 | 1. Redistributions of source code must retain the above copyright |
| 2298 | notice, this list of conditions and the following disclaimer. |
| 2299 | 2. Redistributions in binary form must reproduce the above copyright |
| 2300 | notice, this list of conditions and the following disclaimer in the |
| 2301 | documentation and/or other materials provided with the distribution. |
| 2302 | 4. Neither the name of the University nor the names of its contributors |
| 2303 | may be used to endorse or promote products derived from this software |
| 2304 | without specific prior written permission. |
| 2305 | |
| 2306 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 2307 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 2308 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 2309 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 2310 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 2311 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 2312 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 2313 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 2314 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 2315 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 2316 | SUCH DAMAGE. |
| 2317 | |
| 2318 | ------------------------------------------------------------------- |
| 2319 | |
| 2320 | Copyright (c) 1990, 1993 |
| 2321 | The Regents of the University of California. All rights reserved. |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 2322 | (c) UNIX System Laboratories, Inc. |
| 2323 | All or some portions of this file are derived from material licensed |
| 2324 | to the University of California by American Telephone and Telegraph |
| 2325 | Co. or Unix System Laboratories, Inc. and are reproduced herein with |
| 2326 | the permission of UNIX System Laboratories, Inc. |
| 2327 | |
| 2328 | Redistribution and use in source and binary forms, with or without |
| 2329 | modification, are permitted provided that the following conditions |
| 2330 | are met: |
| 2331 | 1. Redistributions of source code must retain the above copyright |
| 2332 | notice, this list of conditions and the following disclaimer. |
| 2333 | 2. Redistributions in binary form must reproduce the above copyright |
| 2334 | notice, this list of conditions and the following disclaimer in the |
| 2335 | documentation and/or other materials provided with the distribution. |
| 2336 | 3. Neither the name of the University nor the names of its contributors |
| 2337 | may be used to endorse or promote products derived from this software |
| 2338 | without specific prior written permission. |
| 2339 | |
| 2340 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 2341 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 2342 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 2343 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 2344 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 2345 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 2346 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 2347 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 2348 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 2349 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 2350 | SUCH DAMAGE. |
| 2351 | |
| 2352 | ------------------------------------------------------------------- |
| 2353 | |
| 2354 | Copyright (c) 1990, 1993, 1994 |
| 2355 | The Regents of the University of California. All rights reserved. |
| 2356 | |
| 2357 | Redistribution and use in source and binary forms, with or without |
| 2358 | modification, are permitted provided that the following conditions |
| 2359 | are met: |
| 2360 | 1. Redistributions of source code must retain the above copyright |
| 2361 | notice, this list of conditions and the following disclaimer. |
| 2362 | 2. Redistributions in binary form must reproduce the above copyright |
| 2363 | notice, this list of conditions and the following disclaimer in the |
| 2364 | documentation and/or other materials provided with the distribution. |
| 2365 | 3. Neither the name of the University nor the names of its contributors |
| 2366 | may be used to endorse or promote products derived from this software |
| 2367 | without specific prior written permission. |
| 2368 | |
| 2369 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 2370 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 2371 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 2372 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 2373 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 2374 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 2375 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 2376 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 2377 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 2378 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 2379 | SUCH DAMAGE. |
| 2380 | |
| 2381 | ------------------------------------------------------------------- |
| 2382 | |
| 2383 | Copyright (c) 1990, 1993, 1994 |
| 2384 | The Regents of the University of California. All rights reserved. |
| 2385 | |
| 2386 | This code is derived from software contributed to Berkeley by |
| 2387 | Chris Torek. |
| 2388 | |
| 2389 | Redistribution and use in source and binary forms, with or without |
| 2390 | modification, are permitted provided that the following conditions |
| 2391 | are met: |
| 2392 | 1. Redistributions of source code must retain the above copyright |
| 2393 | notice, this list of conditions and the following disclaimer. |
| 2394 | 2. Redistributions in binary form must reproduce the above copyright |
| 2395 | notice, this list of conditions and the following disclaimer in the |
| 2396 | documentation and/or other materials provided with the distribution. |
| 2397 | 3. Neither the name of the University nor the names of its contributors |
| 2398 | may be used to endorse or promote products derived from this software |
| 2399 | without specific prior written permission. |
| 2400 | |
| 2401 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 2402 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 2403 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 2404 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 2405 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 2406 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 2407 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 2408 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 2409 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 2410 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 2411 | SUCH DAMAGE. |
| 2412 | |
| 2413 | ------------------------------------------------------------------- |
| 2414 | |
Elliott Hughes | 4e54b11 | 2014-03-06 15:06:11 -0800 | [diff] [blame] | 2415 | Copyright (c) 1991 The Regents of the University of California. |
| 2416 | All rights reserved. |
| 2417 | |
| 2418 | Redistribution and use in source and binary forms, with or without |
| 2419 | modification, are permitted provided that the following conditions |
| 2420 | are met: |
| 2421 | 1. Redistributions of source code must retain the above copyright |
| 2422 | notice, this list of conditions and the following disclaimer. |
| 2423 | 2. Redistributions in binary form must reproduce the above copyright |
| 2424 | notice, this list of conditions and the following disclaimer in the |
| 2425 | documentation and/or other materials provided with the distribution. |
| 2426 | 3. Neither the name of the University nor the names of its contributors |
| 2427 | may be used to endorse or promote products derived from this software |
| 2428 | without specific prior written permission. |
| 2429 | |
| 2430 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 2431 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 2432 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 2433 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 2434 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 2435 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 2436 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 2437 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 2438 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 2439 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 2440 | SUCH DAMAGE. |
| 2441 | |
| 2442 | ------------------------------------------------------------------- |
| 2443 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 2444 | Copyright (c) 1991, 1993 |
| 2445 | The Regents of the University of California. All rights reserved. |
| 2446 | |
| 2447 | Redistribution and use in source and binary forms, with or without |
| 2448 | modification, are permitted provided that the following conditions |
| 2449 | are met: |
| 2450 | 1. Redistributions of source code must retain the above copyright |
| 2451 | notice, this list of conditions and the following disclaimer. |
| 2452 | 2. Redistributions in binary form must reproduce the above copyright |
| 2453 | notice, this list of conditions and the following disclaimer in the |
| 2454 | documentation and/or other materials provided with the distribution. |
| 2455 | 3. Neither the name of the University nor the names of its contributors |
| 2456 | may be used to endorse or promote products derived from this software |
| 2457 | without specific prior written permission. |
| 2458 | |
| 2459 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 2460 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 2461 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 2462 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 2463 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 2464 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 2465 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 2466 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 2467 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 2468 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 2469 | SUCH DAMAGE. |
| 2470 | |
| 2471 | ------------------------------------------------------------------- |
| 2472 | |
| 2473 | Copyright (c) 1991, 1993 |
| 2474 | The Regents of the University of California. All rights reserved. |
| 2475 | |
| 2476 | This code is derived from software contributed to Berkeley by |
| 2477 | Berkeley Software Design, Inc. |
| 2478 | |
| 2479 | Redistribution and use in source and binary forms, with or without |
| 2480 | modification, are permitted provided that the following conditions |
| 2481 | are met: |
| 2482 | 1. Redistributions of source code must retain the above copyright |
| 2483 | notice, this list of conditions and the following disclaimer. |
| 2484 | 2. Redistributions in binary form must reproduce the above copyright |
| 2485 | notice, this list of conditions and the following disclaimer in the |
| 2486 | documentation and/or other materials provided with the distribution. |
| 2487 | 3. Neither the name of the University nor the names of its contributors |
| 2488 | may be used to endorse or promote products derived from this software |
| 2489 | without specific prior written permission. |
| 2490 | |
| 2491 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 2492 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 2493 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 2494 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 2495 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 2496 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 2497 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 2498 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 2499 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 2500 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 2501 | SUCH DAMAGE. |
| 2502 | |
| 2503 | ------------------------------------------------------------------- |
| 2504 | |
| 2505 | Copyright (c) 1991, 1993 |
| 2506 | The Regents of the University of California. All rights reserved. |
| 2507 | (c) UNIX System Laboratories, Inc. |
| 2508 | All or some portions of this file are derived from material licensed |
| 2509 | to the University of California by American Telephone and Telegraph |
| 2510 | Co. or Unix System Laboratories, Inc. and are reproduced herein with |
| 2511 | the permission of UNIX System Laboratories, Inc. |
| 2512 | |
| 2513 | This code is derived from software contributed to Berkeley by |
| 2514 | Hugh Smith at The University of Guelph. |
| 2515 | |
| 2516 | Redistribution and use in source and binary forms, with or without |
| 2517 | modification, are permitted provided that the following conditions |
| 2518 | are met: |
| 2519 | 1. Redistributions of source code must retain the above copyright |
| 2520 | notice, this list of conditions and the following disclaimer. |
| 2521 | 2. Redistributions in binary form must reproduce the above copyright |
| 2522 | notice, this list of conditions and the following disclaimer in the |
| 2523 | documentation and/or other materials provided with the distribution. |
| 2524 | 3. Neither the name of the University nor the names of its contributors |
| 2525 | may be used to endorse or promote products derived from this software |
| 2526 | without specific prior written permission. |
| 2527 | |
| 2528 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 2529 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 2530 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 2531 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 2532 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 2533 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 2534 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 2535 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 2536 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 2537 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 2538 | SUCH DAMAGE. |
| 2539 | |
| 2540 | ------------------------------------------------------------------- |
| 2541 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 2542 | Copyright (c) 1992 Henry Spencer. |
| 2543 | Copyright (c) 1992, 1993 |
| 2544 | The Regents of the University of California. All rights reserved. |
| 2545 | |
| 2546 | This code is derived from software contributed to Berkeley by |
| 2547 | Henry Spencer of the University of Toronto. |
| 2548 | |
| 2549 | Redistribution and use in source and binary forms, with or without |
| 2550 | modification, are permitted provided that the following conditions |
| 2551 | are met: |
| 2552 | 1. Redistributions of source code must retain the above copyright |
| 2553 | notice, this list of conditions and the following disclaimer. |
| 2554 | 2. Redistributions in binary form must reproduce the above copyright |
| 2555 | notice, this list of conditions and the following disclaimer in the |
| 2556 | documentation and/or other materials provided with the distribution. |
| 2557 | 3. Neither the name of the University nor the names of its contributors |
| 2558 | may be used to endorse or promote products derived from this software |
| 2559 | without specific prior written permission. |
| 2560 | |
| 2561 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 2562 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 2563 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 2564 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 2565 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 2566 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 2567 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 2568 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 2569 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 2570 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 2571 | SUCH DAMAGE. |
| 2572 | |
| 2573 | ------------------------------------------------------------------- |
| 2574 | |
| 2575 | Copyright (c) 1992 The Regents of the University of California. |
| 2576 | All rights reserved. |
| 2577 | |
| 2578 | Redistribution and use in source and binary forms, with or without |
| 2579 | modification, are permitted provided that the following conditions |
| 2580 | are met: |
| 2581 | 1. Redistributions of source code must retain the above copyright |
| 2582 | notice, this list of conditions and the following disclaimer. |
| 2583 | 2. Redistributions in binary form must reproduce the above copyright |
| 2584 | notice, this list of conditions and the following disclaimer in the |
| 2585 | documentation and/or other materials provided with the distribution. |
| 2586 | 3. Neither the name of the University nor the names of its contributors |
| 2587 | may be used to endorse or promote products derived from this software |
| 2588 | without specific prior written permission. |
| 2589 | |
| 2590 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 2591 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 2592 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 2593 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 2594 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 2595 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 2596 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 2597 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 2598 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 2599 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 2600 | SUCH DAMAGE. |
| 2601 | |
| 2602 | ------------------------------------------------------------------- |
| 2603 | |
| 2604 | Copyright (c) 1992, 1993 |
| 2605 | The Regents of the University of California. All rights reserved. |
| 2606 | |
| 2607 | Redistribution and use in source and binary forms, with or without |
| 2608 | modification, are permitted provided that the following conditions |
| 2609 | are met: |
| 2610 | 1. Redistributions of source code must retain the above copyright |
| 2611 | notice, this list of conditions and the following disclaimer. |
| 2612 | 2. Redistributions in binary form must reproduce the above copyright |
| 2613 | notice, this list of conditions and the following disclaimer in the |
| 2614 | documentation and/or other materials provided with the distribution. |
Dan Albert | c30862f | 2016-10-20 11:45:16 -0700 | [diff] [blame] | 2615 | 3. All advertising materials mentioning features or use of this software |
| 2616 | must display the following acknowledgement: |
| 2617 | This product includes software developed by the University of |
| 2618 | California, Berkeley and its contributors. |
| 2619 | 4. Neither the name of the University nor the names of its contributors |
| 2620 | may be used to endorse or promote products derived from this software |
| 2621 | without specific prior written permission. |
| 2622 | |
| 2623 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 2624 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 2625 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 2626 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 2627 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 2628 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 2629 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 2630 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 2631 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 2632 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 2633 | SUCH DAMAGE. |
| 2634 | |
| 2635 | ------------------------------------------------------------------- |
| 2636 | |
| 2637 | Copyright (c) 1992, 1993 |
| 2638 | The Regents of the University of California. All rights reserved. |
| 2639 | |
| 2640 | Redistribution and use in source and binary forms, with or without |
| 2641 | modification, are permitted provided that the following conditions |
| 2642 | are met: |
| 2643 | 1. Redistributions of source code must retain the above copyright |
| 2644 | notice, this list of conditions and the following disclaimer. |
| 2645 | 2. Redistributions in binary form must reproduce the above copyright |
| 2646 | notice, this list of conditions and the following disclaimer in the |
| 2647 | documentation and/or other materials provided with the distribution. |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 2648 | 3. Neither the name of the University nor the names of its contributors |
| 2649 | may be used to endorse or promote products derived from this software |
| 2650 | without specific prior written permission. |
| 2651 | |
| 2652 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 2653 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 2654 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 2655 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 2656 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 2657 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 2658 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 2659 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 2660 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 2661 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 2662 | SUCH DAMAGE. |
| 2663 | |
| 2664 | ------------------------------------------------------------------- |
| 2665 | |
| 2666 | Copyright (c) 1992, 1993 |
| 2667 | The Regents of the University of California. All rights reserved. |
| 2668 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 2669 | This software was developed by the Computer Systems Engineering group |
| 2670 | at Lawrence Berkeley Laboratory under DARPA contract BG 91-66 and |
| 2671 | contributed to Berkeley. |
| 2672 | |
| 2673 | All advertising materials mentioning features or use of this software |
| 2674 | must display the following acknowledgement: |
| 2675 | This product includes software developed by the University of |
| 2676 | California, Lawrence Berkeley Laboratory. |
| 2677 | |
| 2678 | Redistribution and use in source and binary forms, with or without |
| 2679 | modification, are permitted provided that the following conditions |
| 2680 | are met: |
| 2681 | 1. Redistributions of source code must retain the above copyright |
| 2682 | notice, this list of conditions and the following disclaimer. |
| 2683 | 2. Redistributions in binary form must reproduce the above copyright |
| 2684 | notice, this list of conditions and the following disclaimer in the |
| 2685 | documentation and/or other materials provided with the distribution. |
| 2686 | 3. All advertising materials mentioning features or use of this software |
| 2687 | must display the following acknowledgement: |
| 2688 | This product includes software developed by the University of |
| 2689 | California, Berkeley and its contributors. |
| 2690 | 4. Neither the name of the University nor the names of its contributors |
| 2691 | may be used to endorse or promote products derived from this software |
| 2692 | without specific prior written permission. |
| 2693 | |
| 2694 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 2695 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 2696 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 2697 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 2698 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 2699 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 2700 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 2701 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 2702 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 2703 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 2704 | SUCH DAMAGE. |
| 2705 | |
| 2706 | ------------------------------------------------------------------- |
| 2707 | |
| 2708 | Copyright (c) 1992, 1993 |
| 2709 | The Regents of the University of California. All rights reserved. |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 2710 | (c) UNIX System Laboratories, Inc. |
| 2711 | All or some portions of this file are derived from material licensed |
| 2712 | to the University of California by American Telephone and Telegraph |
| 2713 | Co. or Unix System Laboratories, Inc. and are reproduced herein with |
| 2714 | the permission of UNIX System Laboratories, Inc. |
| 2715 | |
| 2716 | Redistribution and use in source and binary forms, with or without |
| 2717 | modification, are permitted provided that the following conditions |
| 2718 | are met: |
| 2719 | 1. Redistributions of source code must retain the above copyright |
| 2720 | notice, this list of conditions and the following disclaimer. |
| 2721 | 2. Redistributions in binary form must reproduce the above copyright |
| 2722 | notice, this list of conditions and the following disclaimer in the |
| 2723 | documentation and/or other materials provided with the distribution. |
| 2724 | 3. Neither the name of the University nor the names of its contributors |
| 2725 | may be used to endorse or promote products derived from this software |
| 2726 | without specific prior written permission. |
| 2727 | |
| 2728 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 2729 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 2730 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 2731 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 2732 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 2733 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 2734 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 2735 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 2736 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 2737 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 2738 | SUCH DAMAGE. |
| 2739 | |
| 2740 | ------------------------------------------------------------------- |
| 2741 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 2742 | Copyright (c) 1992, 1993, 1994 |
| 2743 | The Regents of the University of California. All rights reserved. |
| 2744 | |
| 2745 | This code is derived from software contributed to Berkeley by |
| 2746 | Henry Spencer. |
| 2747 | |
| 2748 | Redistribution and use in source and binary forms, with or without |
| 2749 | modification, are permitted provided that the following conditions |
| 2750 | are met: |
| 2751 | 1. Redistributions of source code must retain the above copyright |
| 2752 | notice, this list of conditions and the following disclaimer. |
| 2753 | 2. Redistributions in binary form must reproduce the above copyright |
| 2754 | notice, this list of conditions and the following disclaimer in the |
| 2755 | documentation and/or other materials provided with the distribution. |
| 2756 | 3. Neither the name of the University nor the names of its contributors |
| 2757 | may be used to endorse or promote products derived from this software |
| 2758 | without specific prior written permission. |
| 2759 | |
| 2760 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 2761 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 2762 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 2763 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 2764 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 2765 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 2766 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 2767 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 2768 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 2769 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 2770 | SUCH DAMAGE. |
| 2771 | |
| 2772 | ------------------------------------------------------------------- |
| 2773 | |
Elliott Hughes | cc213f8 | 2012-08-14 15:32:42 -0700 | [diff] [blame] | 2774 | Copyright (c) 1992, 1993, 1994 Henry Spencer. |
| 2775 | |
| 2776 | This code is derived from software contributed to Berkeley by |
| 2777 | Henry Spencer. |
| 2778 | |
| 2779 | Redistribution and use in source and binary forms, with or without |
| 2780 | modification, are permitted provided that the following conditions |
| 2781 | are met: |
| 2782 | 1. Redistributions of source code must retain the above copyright |
| 2783 | notice, this list of conditions and the following disclaimer. |
| 2784 | 2. Redistributions in binary form must reproduce the above copyright |
| 2785 | notice, this list of conditions and the following disclaimer in the |
| 2786 | documentation and/or other materials provided with the distribution. |
| 2787 | 3. All advertising materials mentioning features or use of this software |
| 2788 | must display the following acknowledgement: |
| 2789 | This product includes software developed by the University of |
| 2790 | California, Berkeley and its contributors. |
| 2791 | 4. Neither the name of the University nor the names of its contributors |
| 2792 | may be used to endorse or promote products derived from this software |
| 2793 | without specific prior written permission. |
| 2794 | |
| 2795 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 2796 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 2797 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 2798 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 2799 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 2800 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 2801 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 2802 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 2803 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 2804 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 2805 | SUCH DAMAGE. |
| 2806 | |
| 2807 | ------------------------------------------------------------------- |
| 2808 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 2809 | Copyright (c) 1993 |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 2810 | The Regents of the University of California. All rights reserved. |
| 2811 | |
| 2812 | Redistribution and use in source and binary forms, with or without |
| 2813 | modification, are permitted provided that the following conditions |
| 2814 | are met: |
| 2815 | 1. Redistributions of source code must retain the above copyright |
| 2816 | notice, this list of conditions and the following disclaimer. |
| 2817 | 2. Redistributions in binary form must reproduce the above copyright |
| 2818 | notice, this list of conditions and the following disclaimer in the |
| 2819 | documentation and/or other materials provided with the distribution. |
| 2820 | 3. Neither the name of the University nor the names of its contributors |
| 2821 | may be used to endorse or promote products derived from this software |
| 2822 | without specific prior written permission. |
| 2823 | |
| 2824 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 2825 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 2826 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 2827 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 2828 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 2829 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 2830 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 2831 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 2832 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 2833 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 2834 | SUCH DAMAGE. |
| 2835 | |
| 2836 | ------------------------------------------------------------------- |
| 2837 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 2838 | Copyright (c) 1993 Martin Birgmeier |
| 2839 | All rights reserved. |
| 2840 | |
| 2841 | You may redistribute unmodified or modified versions of this source |
| 2842 | code provided that the above copyright notice and this and the |
| 2843 | following conditions are retained. |
| 2844 | |
| 2845 | This software is provided ``as is'', and comes with no warranties |
| 2846 | of any kind. I shall in no event be liable for anything that happens |
| 2847 | to anyone/anything when using this software. |
| 2848 | |
| 2849 | ------------------------------------------------------------------- |
| 2850 | |
Elliott Hughes | 4e54b11 | 2014-03-06 15:06:11 -0800 | [diff] [blame] | 2851 | Copyright (c) 1994 SigmaSoft, Th. Lockert <tholo@sigmasoft.com> |
Elliott Hughes | 448080d | 2013-01-29 16:25:06 -0800 | [diff] [blame] | 2852 | All rights reserved. |
| 2853 | |
Elliott Hughes | 448080d | 2013-01-29 16:25:06 -0800 | [diff] [blame] | 2854 | Redistribution and use in source and binary forms, with or without |
| 2855 | modification, are permitted provided that the following conditions |
| 2856 | are met: |
| 2857 | 1. Redistributions of source code must retain the above copyright |
| 2858 | notice, this list of conditions and the following disclaimer. |
| 2859 | 2. Redistributions in binary form must reproduce the above copyright |
| 2860 | notice, this list of conditions and the following disclaimer in the |
| 2861 | documentation and/or other materials provided with the distribution. |
Elliott Hughes | 4e54b11 | 2014-03-06 15:06:11 -0800 | [diff] [blame] | 2862 | 3. The name of the author may not be used to endorse or promote products |
| 2863 | derived from this software without specific prior written permission. |
Elliott Hughes | 448080d | 2013-01-29 16:25:06 -0800 | [diff] [blame] | 2864 | |
Elliott Hughes | 4e54b11 | 2014-03-06 15:06:11 -0800 | [diff] [blame] | 2865 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR |
| 2866 | IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES |
| 2867 | OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. |
| 2868 | IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, |
| 2869 | SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, |
| 2870 | PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; |
| 2871 | OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, |
| 2872 | WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR |
| 2873 | OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF |
| 2874 | ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
Elliott Hughes | 448080d | 2013-01-29 16:25:06 -0800 | [diff] [blame] | 2875 | |
| 2876 | ------------------------------------------------------------------- |
| 2877 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 2878 | Copyright (c) 1996 by Internet Software Consortium. |
| 2879 | |
| 2880 | Permission to use, copy, modify, and distribute this software for any |
| 2881 | purpose with or without fee is hereby granted, provided that the above |
| 2882 | copyright notice and this permission notice appear in all copies. |
| 2883 | |
| 2884 | THE SOFTWARE IS PROVIDED "AS IS" AND INTERNET SOFTWARE CONSORTIUM DISCLAIMS |
| 2885 | ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES |
| 2886 | OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL INTERNET SOFTWARE |
| 2887 | CONSORTIUM BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL |
| 2888 | DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR |
| 2889 | PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS |
| 2890 | ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS |
| 2891 | SOFTWARE. |
| 2892 | |
| 2893 | ------------------------------------------------------------------- |
| 2894 | |
| 2895 | Copyright (c) 1996, David Mazieres <dm@uun.org> |
| 2896 | Copyright (c) 2008, Damien Miller <djm@openbsd.org> |
Elliott Hughes | 1558138 | 2014-07-07 15:42:06 -0700 | [diff] [blame] | 2897 | Copyright (c) 2013, Markus Friedl <markus@openbsd.org> |
| 2898 | |
| 2899 | Permission to use, copy, modify, and distribute this software for any |
| 2900 | purpose with or without fee is hereby granted, provided that the above |
| 2901 | copyright notice and this permission notice appear in all copies. |
| 2902 | |
| 2903 | THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES |
| 2904 | WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF |
| 2905 | MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR |
| 2906 | ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES |
| 2907 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN |
| 2908 | ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF |
| 2909 | OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
| 2910 | |
| 2911 | ------------------------------------------------------------------- |
| 2912 | |
Elliott Hughes | b364683 | 2017-07-11 12:34:19 -0700 | [diff] [blame] | 2913 | Copyright (c) 1996, David Mazieres <dm@uun.org> |
| 2914 | Copyright (c) 2008, Damien Miller <djm@openbsd.org> |
| 2915 | Copyright (c) 2013, Markus Friedl <markus@openbsd.org> |
| 2916 | Copyright (c) 2014, Theo de Raadt <deraadt@openbsd.org> |
| 2917 | |
| 2918 | Permission to use, copy, modify, and distribute this software for any |
| 2919 | purpose with or without fee is hereby granted, provided that the above |
| 2920 | copyright notice and this permission notice appear in all copies. |
| 2921 | |
| 2922 | THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES |
| 2923 | WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF |
| 2924 | MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR |
| 2925 | ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES |
| 2926 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN |
| 2927 | ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF |
| 2928 | OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
| 2929 | |
| 2930 | ------------------------------------------------------------------- |
| 2931 | |
Elliott Hughes | 1558138 | 2014-07-07 15:42:06 -0700 | [diff] [blame] | 2932 | Copyright (c) 1996-1998, 2008 Theo de Raadt |
| 2933 | Copyright (c) 1997, 2008-2009 Todd C. Miller |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 2934 | |
| 2935 | Permission to use, copy, modify, and distribute this software for any |
| 2936 | purpose with or without fee is hereby granted, provided that the above |
| 2937 | copyright notice and this permission notice appear in all copies. |
| 2938 | |
| 2939 | THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES |
| 2940 | WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF |
| 2941 | MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR |
| 2942 | ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES |
| 2943 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN |
| 2944 | ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF |
| 2945 | OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
| 2946 | |
| 2947 | ------------------------------------------------------------------- |
| 2948 | |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 2949 | Copyright (c) 1997 Mark Brinicombe |
Elliott Hughes | dfb74c5 | 2016-10-24 12:53:17 -0700 | [diff] [blame] | 2950 | Copyright (C) 2010 The Android Open Source Project |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 2951 | All rights reserved. |
| 2952 | |
| 2953 | Redistribution and use in source and binary forms, with or without |
| 2954 | modification, are permitted provided that the following conditions |
| 2955 | are met: |
| 2956 | 1. Redistributions of source code must retain the above copyright |
| 2957 | notice, this list of conditions and the following disclaimer. |
| 2958 | 2. Redistributions in binary form must reproduce the above copyright |
| 2959 | notice, this list of conditions and the following disclaimer in the |
| 2960 | documentation and/or other materials provided with the distribution. |
| 2961 | 3. All advertising materials mentioning features or use of this software |
| 2962 | must display the following acknowledgement: |
| 2963 | This product includes software developed by Mark Brinicombe |
| 2964 | 4. Neither the name of the University nor the names of its contributors |
| 2965 | may be used to endorse or promote products derived from this software |
| 2966 | without specific prior written permission. |
| 2967 | |
| 2968 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 2969 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 2970 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 2971 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 2972 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 2973 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 2974 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 2975 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 2976 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 2977 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 2978 | SUCH DAMAGE. |
| 2979 | |
| 2980 | ------------------------------------------------------------------- |
| 2981 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 2982 | Copyright (c) 1997 Niklas Hallqvist. All rights reserved. |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 2983 | |
| 2984 | Redistribution and use in source and binary forms, with or without |
| 2985 | modification, are permitted provided that the following conditions |
| 2986 | are met: |
| 2987 | 1. Redistributions of source code must retain the above copyright |
| 2988 | notice, this list of conditions and the following disclaimer. |
| 2989 | 2. Redistributions in binary form must reproduce the above copyright |
| 2990 | notice, this list of conditions and the following disclaimer in the |
| 2991 | documentation and/or other materials provided with the distribution. |
| 2992 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 2993 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR |
| 2994 | IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES |
| 2995 | OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. |
| 2996 | IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, |
| 2997 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT |
| 2998 | NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, |
| 2999 | DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY |
| 3000 | THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
| 3001 | (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF |
| 3002 | THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 3003 | |
| 3004 | ------------------------------------------------------------------- |
| 3005 | |
Elliott Hughes | da46cae | 2018-05-24 14:40:32 -0700 | [diff] [blame] | 3006 | Copyright (c) 1997 The NetBSD Foundation, Inc. |
| 3007 | All rights reserved. |
| 3008 | |
| 3009 | This code is derived from software contributed to The NetBSD Foundation |
| 3010 | by Neil A. Carson and Mark Brinicombe |
| 3011 | |
| 3012 | Redistribution and use in source and binary forms, with or without |
| 3013 | modification, are permitted provided that the following conditions |
| 3014 | are met: |
| 3015 | 1. Redistributions of source code must retain the above copyright |
| 3016 | notice, this list of conditions and the following disclaimer. |
| 3017 | 2. Redistributions in binary form must reproduce the above copyright |
| 3018 | notice, this list of conditions and the following disclaimer in the |
| 3019 | documentation and/or other materials provided with the distribution. |
| 3020 | |
| 3021 | THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS |
| 3022 | ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED |
| 3023 | TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR |
| 3024 | PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS |
| 3025 | BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR |
| 3026 | CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF |
| 3027 | SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS |
| 3028 | INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN |
| 3029 | CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) |
| 3030 | ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE |
| 3031 | POSSIBILITY OF SUCH DAMAGE. |
| 3032 | |
| 3033 | ------------------------------------------------------------------- |
| 3034 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 3035 | Copyright (c) 1997 Todd C. Miller <Todd.Miller@courtesan.com> |
| 3036 | |
| 3037 | Permission to use, copy, modify, and distribute this software for any |
| 3038 | purpose with or without fee is hereby granted, provided that the above |
| 3039 | copyright notice and this permission notice appear in all copies. |
| 3040 | |
| 3041 | THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES |
| 3042 | WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF |
| 3043 | MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR |
| 3044 | ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES |
| 3045 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN |
| 3046 | ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF |
| 3047 | OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
| 3048 | |
| 3049 | ------------------------------------------------------------------- |
| 3050 | |
Elliott Hughes | 9a4b68e | 2019-11-20 14:56:22 -0800 | [diff] [blame] | 3051 | Copyright (c) 1997 Todd C. Miller <millert@openbsd.org> |
Elliott Hughes | bfa582d | 2014-05-05 14:58:17 -0700 | [diff] [blame] | 3052 | All rights reserved. |
| 3053 | |
| 3054 | Redistribution and use in source and binary forms, with or without |
| 3055 | modification, are permitted provided that the following conditions |
| 3056 | are met: |
| 3057 | 1. Redistributions of source code must retain the above copyright |
| 3058 | notice, this list of conditions and the following disclaimer. |
| 3059 | 2. Redistributions in binary form must reproduce the above copyright |
| 3060 | notice, this list of conditions and the following disclaimer in the |
| 3061 | documentation and/or other materials provided with the distribution. |
| 3062 | 3. The name of the author may not be used to endorse or promote products |
| 3063 | derived from this software without specific prior written permission. |
| 3064 | |
| 3065 | THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, |
| 3066 | INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY |
| 3067 | AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL |
| 3068 | THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, |
| 3069 | EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, |
| 3070 | PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; |
| 3071 | OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, |
| 3072 | WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR |
| 3073 | OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF |
| 3074 | ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 3075 | |
| 3076 | ------------------------------------------------------------------- |
| 3077 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 3078 | Copyright (c) 1997, 1998 The NetBSD Foundation, Inc. |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 3079 | All rights reserved. |
| 3080 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 3081 | This code was contributed to The NetBSD Foundation by Klaus Klein. |
| 3082 | |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 3083 | Redistribution and use in source and binary forms, with or without |
| 3084 | modification, are permitted provided that the following conditions |
| 3085 | are met: |
| 3086 | 1. Redistributions of source code must retain the above copyright |
| 3087 | notice, this list of conditions and the following disclaimer. |
| 3088 | 2. Redistributions in binary form must reproduce the above copyright |
| 3089 | notice, this list of conditions and the following disclaimer in the |
| 3090 | documentation and/or other materials provided with the distribution. |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 3091 | 3. All advertising materials mentioning features or use of this software |
| 3092 | must display the following acknowledgement: |
| 3093 | This product includes software developed by the NetBSD |
| 3094 | Foundation, Inc. and its contributors. |
| 3095 | 4. Neither the name of The NetBSD Foundation nor the names of its |
| 3096 | contributors may be used to endorse or promote products derived |
| 3097 | from this software without specific prior written permission. |
| 3098 | |
| 3099 | THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS |
| 3100 | ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED |
| 3101 | TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR |
| 3102 | PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS |
| 3103 | BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR |
| 3104 | CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF |
| 3105 | SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS |
| 3106 | INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN |
| 3107 | CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) |
| 3108 | ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE |
| 3109 | POSSIBILITY OF SUCH DAMAGE. |
| 3110 | |
| 3111 | ------------------------------------------------------------------- |
| 3112 | |
| 3113 | Copyright (c) 1997, 1998, 1999, 2004 The NetBSD Foundation, Inc. |
| 3114 | All rights reserved. |
| 3115 | |
| 3116 | This code is derived from software contributed to The NetBSD Foundation |
| 3117 | by Luke Mewburn. |
| 3118 | |
| 3119 | Redistribution and use in source and binary forms, with or without |
| 3120 | modification, are permitted provided that the following conditions |
| 3121 | are met: |
| 3122 | 1. Redistributions of source code must retain the above copyright |
| 3123 | notice, this list of conditions and the following disclaimer. |
| 3124 | 2. Redistributions in binary form must reproduce the above copyright |
| 3125 | notice, this list of conditions and the following disclaimer in the |
| 3126 | documentation and/or other materials provided with the distribution. |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 3127 | |
| 3128 | THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS |
| 3129 | ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED |
| 3130 | TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR |
| 3131 | PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS |
| 3132 | BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR |
| 3133 | CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF |
| 3134 | SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS |
| 3135 | INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN |
| 3136 | CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) |
| 3137 | ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE |
| 3138 | POSSIBILITY OF SUCH DAMAGE. |
| 3139 | |
| 3140 | ------------------------------------------------------------------- |
| 3141 | |
| 3142 | Copyright (c) 1997, 1998, 1999, 2004 The NetBSD Foundation, Inc. |
| 3143 | All rights reserved. |
| 3144 | |
| 3145 | This code is derived from software contributed to The NetBSD Foundation |
| 3146 | by Luke Mewburn; and by Jason R. Thorpe. |
| 3147 | |
| 3148 | Redistribution and use in source and binary forms, with or without |
| 3149 | modification, are permitted provided that the following conditions |
| 3150 | are met: |
| 3151 | 1. Redistributions of source code must retain the above copyright |
| 3152 | notice, this list of conditions and the following disclaimer. |
| 3153 | 2. Redistributions in binary form must reproduce the above copyright |
| 3154 | notice, this list of conditions and the following disclaimer in the |
| 3155 | documentation and/or other materials provided with the distribution. |
| 3156 | 3. All advertising materials mentioning features or use of this software |
| 3157 | must display the following acknowledgement: |
| 3158 | This product includes software developed by the NetBSD |
| 3159 | Foundation, Inc. and its contributors. |
| 3160 | 4. Neither the name of The NetBSD Foundation nor the names of its |
| 3161 | contributors may be used to endorse or promote products derived |
| 3162 | from this software without specific prior written permission. |
| 3163 | |
| 3164 | THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS |
| 3165 | ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED |
| 3166 | TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR |
| 3167 | PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS |
| 3168 | BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR |
| 3169 | CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF |
| 3170 | SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS |
| 3171 | INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN |
| 3172 | CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) |
| 3173 | ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE |
| 3174 | POSSIBILITY OF SUCH DAMAGE. |
| 3175 | |
| 3176 | ------------------------------------------------------------------- |
| 3177 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 3178 | Copyright (c) 1997, 2005 Todd C. Miller <Todd.Miller@courtesan.com> |
| 3179 | |
| 3180 | Permission to use, copy, modify, and distribute this software for any |
| 3181 | purpose with or without fee is hereby granted, provided that the above |
| 3182 | copyright notice and this permission notice appear in all copies. |
| 3183 | |
| 3184 | THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES |
| 3185 | WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF |
| 3186 | MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR |
| 3187 | ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES |
| 3188 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN |
| 3189 | ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF |
| 3190 | OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
| 3191 | |
| 3192 | ------------------------------------------------------------------- |
| 3193 | |
| 3194 | Copyright (c) 1998 Softweyr LLC. All rights reserved. |
| 3195 | |
| 3196 | strtok_r, from Berkeley strtok |
| 3197 | Oct 13, 1998 by Wes Peters <wes@softweyr.com> |
| 3198 | |
| 3199 | Copyright (c) 1988, 1993 |
| 3200 | The Regents of the University of California. All rights reserved. |
| 3201 | |
| 3202 | Redistribution and use in source and binary forms, with or without |
| 3203 | modification, are permitted provided that the following conditions |
| 3204 | are met: |
| 3205 | 1. Redistributions of source code must retain the above copyright |
| 3206 | notices, this list of conditions and the following disclaimer. |
| 3207 | 2. Redistributions in binary form must reproduce the above copyright |
| 3208 | notices, this list of conditions and the following disclaimer in the |
| 3209 | documentation and/or other materials provided with the distribution. |
Elliott Hughes | 2815b1d | 2013-06-12 16:00:41 -0700 | [diff] [blame] | 3210 | 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] | 3211 | may be used to endorse or promote products derived from this software |
| 3212 | without specific prior written permission. |
| 3213 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 3214 | THIS SOFTWARE IS PROVIDED BY SOFTWEYR LLC, THE REGENTS AND CONTRIBUTORS |
| 3215 | ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT |
| 3216 | LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A |
| 3217 | PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL SOFTWEYR LLC, THE |
| 3218 | REGENTS, OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, |
| 3219 | SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED |
| 3220 | TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR |
| 3221 | PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF |
| 3222 | LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING |
| 3223 | NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS |
| 3224 | SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 3225 | |
| 3226 | ------------------------------------------------------------------- |
| 3227 | |
| 3228 | Copyright (c) 1998 The NetBSD Foundation, Inc. |
| 3229 | All rights reserved. |
| 3230 | |
| 3231 | This code is derived from software contributed to The NetBSD Foundation |
| 3232 | by Klaus Klein. |
| 3233 | |
| 3234 | Redistribution and use in source and binary forms, with or without |
| 3235 | modification, are permitted provided that the following conditions |
| 3236 | are met: |
| 3237 | 1. Redistributions of source code must retain the above copyright |
| 3238 | notice, this list of conditions and the following disclaimer. |
| 3239 | 2. Redistributions in binary form must reproduce the above copyright |
| 3240 | notice, this list of conditions and the following disclaimer in the |
| 3241 | documentation and/or other materials provided with the distribution. |
| 3242 | 3. All advertising materials mentioning features or use of this software |
| 3243 | must display the following acknowledgement: |
| 3244 | This product includes software developed by the NetBSD |
| 3245 | Foundation, Inc. and its contributors. |
| 3246 | 4. Neither the name of The NetBSD Foundation nor the names of its |
| 3247 | contributors may be used to endorse or promote products derived |
| 3248 | from this software without specific prior written permission. |
| 3249 | |
| 3250 | THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS |
| 3251 | ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED |
| 3252 | TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR |
| 3253 | PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS |
| 3254 | BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR |
| 3255 | CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF |
| 3256 | SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS |
| 3257 | INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN |
| 3258 | CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) |
| 3259 | ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE |
| 3260 | POSSIBILITY OF SUCH DAMAGE. |
| 3261 | |
| 3262 | ------------------------------------------------------------------- |
| 3263 | |
| 3264 | Copyright (c) 1998 Todd C. Miller <Todd.Miller@courtesan.com> |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 3265 | All rights reserved. |
| 3266 | |
| 3267 | Redistribution and use in source and binary forms, with or without |
| 3268 | modification, are permitted provided that the following conditions |
| 3269 | are met: |
| 3270 | 1. Redistributions of source code must retain the above copyright |
| 3271 | notice, this list of conditions and the following disclaimer. |
| 3272 | 2. Redistributions in binary form must reproduce the above copyright |
| 3273 | notice, this list of conditions and the following disclaimer in the |
| 3274 | documentation and/or other materials provided with the distribution. |
| 3275 | 3. The name of the author may not be used to endorse or promote products |
| 3276 | derived from this software without specific prior written permission. |
| 3277 | |
| 3278 | THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, |
| 3279 | INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY |
| 3280 | AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL |
| 3281 | THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, |
| 3282 | EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, |
| 3283 | PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; |
| 3284 | OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, |
| 3285 | WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR |
| 3286 | OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF |
| 3287 | ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 3288 | |
| 3289 | ------------------------------------------------------------------- |
| 3290 | |
Elliott Hughes | 9a4b68e | 2019-11-20 14:56:22 -0800 | [diff] [blame] | 3291 | Copyright (c) 1998, 2015 Todd C. Miller <millert@openbsd.org> |
Elliott Hughes | b4931ce | 2016-02-08 17:00:12 -0800 | [diff] [blame] | 3292 | |
| 3293 | Permission to use, copy, modify, and distribute this software for any |
| 3294 | purpose with or without fee is hereby granted, provided that the above |
| 3295 | copyright notice and this permission notice appear in all copies. |
| 3296 | |
| 3297 | THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES |
| 3298 | WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF |
| 3299 | MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR |
| 3300 | ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES |
| 3301 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN |
| 3302 | ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF |
| 3303 | OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
| 3304 | |
| 3305 | ------------------------------------------------------------------- |
| 3306 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 3307 | Copyright (c) 1999 |
| 3308 | David E. O'Brien |
| 3309 | Copyright (c) 1988, 1993 |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 3310 | The Regents of the University of California. All rights reserved. |
| 3311 | |
| 3312 | Redistribution and use in source and binary forms, with or without |
| 3313 | modification, are permitted provided that the following conditions |
| 3314 | are met: |
| 3315 | 1. Redistributions of source code must retain the above copyright |
| 3316 | notice, this list of conditions and the following disclaimer. |
| 3317 | 2. Redistributions in binary form must reproduce the above copyright |
| 3318 | notice, this list of conditions and the following disclaimer in the |
| 3319 | documentation and/or other materials provided with the distribution. |
| 3320 | 3. Neither the name of the University nor the names of its contributors |
| 3321 | may be used to endorse or promote products derived from this software |
| 3322 | without specific prior written permission. |
| 3323 | |
| 3324 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 3325 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 3326 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 3327 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 3328 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 3329 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 3330 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 3331 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 3332 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 3333 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 3334 | SUCH DAMAGE. |
| 3335 | |
| 3336 | ------------------------------------------------------------------- |
| 3337 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 3338 | Copyright (c) 2000 Ben Harris. |
| 3339 | Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project. |
| 3340 | All rights reserved. |
| 3341 | |
| 3342 | Redistribution and use in source and binary forms, with or without |
| 3343 | modification, are permitted provided that the following conditions |
| 3344 | are met: |
| 3345 | 1. Redistributions of source code must retain the above copyright |
| 3346 | notice, this list of conditions and the following disclaimer. |
| 3347 | 2. Redistributions in binary form must reproduce the above copyright |
| 3348 | notice, this list of conditions and the following disclaimer in the |
| 3349 | documentation and/or other materials provided with the distribution. |
| 3350 | 3. Neither the name of the project nor the names of its contributors |
| 3351 | may be used to endorse or promote products derived from this software |
| 3352 | without specific prior written permission. |
| 3353 | |
| 3354 | THIS SOFTWARE IS PROVIDED BY THE PROJECT AND CONTRIBUTORS ``AS IS'' AND |
| 3355 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 3356 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 3357 | ARE DISCLAIMED. IN NO EVENT SHALL THE PROJECT OR CONTRIBUTORS BE LIABLE |
| 3358 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 3359 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 3360 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 3361 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 3362 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 3363 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 3364 | SUCH DAMAGE. |
| 3365 | |
| 3366 | ------------------------------------------------------------------- |
| 3367 | |
| 3368 | Copyright (c) 2000 The NetBSD Foundation, Inc. |
| 3369 | All rights reserved. |
| 3370 | |
| 3371 | This code is derived from software contributed to The NetBSD Foundation |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 3372 | by Dieter Baron and Thomas Klausner. |
| 3373 | |
| 3374 | Redistribution and use in source and binary forms, with or without |
| 3375 | modification, are permitted provided that the following conditions |
| 3376 | are met: |
| 3377 | 1. Redistributions of source code must retain the above copyright |
| 3378 | notice, this list of conditions and the following disclaimer. |
| 3379 | 2. Redistributions in binary form must reproduce the above copyright |
| 3380 | notice, this list of conditions and the following disclaimer in the |
| 3381 | documentation and/or other materials provided with the distribution. |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 3382 | |
| 3383 | THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS |
| 3384 | ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED |
| 3385 | TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR |
| 3386 | PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS |
| 3387 | BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR |
| 3388 | CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF |
| 3389 | SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS |
| 3390 | INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN |
| 3391 | CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) |
| 3392 | ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE |
| 3393 | POSSIBILITY OF SUCH DAMAGE. |
| 3394 | |
| 3395 | ------------------------------------------------------------------- |
| 3396 | |
Elliott Hughes | 54a7494 | 2014-01-03 16:40:37 -0800 | [diff] [blame] | 3397 | Copyright (c) 2001 Wasabi Systems, Inc. |
| 3398 | All rights reserved. |
| 3399 | |
| 3400 | Written by Frank van der Linden for Wasabi Systems, Inc. |
| 3401 | |
| 3402 | Redistribution and use in source and binary forms, with or without |
| 3403 | modification, are permitted provided that the following conditions |
| 3404 | are met: |
| 3405 | 1. Redistributions of source code must retain the above copyright |
| 3406 | notice, this list of conditions and the following disclaimer. |
| 3407 | 2. Redistributions in binary form must reproduce the above copyright |
| 3408 | notice, this list of conditions and the following disclaimer in the |
| 3409 | documentation and/or other materials provided with the distribution. |
| 3410 | 3. All advertising materials mentioning features or use of this software |
| 3411 | must display the following acknowledgement: |
| 3412 | This product includes software developed for the NetBSD Project by |
| 3413 | Wasabi Systems, Inc. |
| 3414 | 4. The name of Wasabi Systems, Inc. may not be used to endorse |
| 3415 | or promote products derived from this software without specific prior |
| 3416 | written permission. |
| 3417 | |
| 3418 | THIS SOFTWARE IS PROVIDED BY WASABI SYSTEMS, INC. ``AS IS'' AND |
| 3419 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED |
| 3420 | TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR |
| 3421 | PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL WASABI SYSTEMS, INC |
| 3422 | BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR |
| 3423 | CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF |
| 3424 | SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS |
| 3425 | INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN |
| 3426 | CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) |
| 3427 | ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE |
| 3428 | POSSIBILITY OF SUCH DAMAGE. |
| 3429 | |
| 3430 | ------------------------------------------------------------------- |
| 3431 | |
Elliott Hughes | 882b8af | 2016-05-16 17:35:36 -0700 | [diff] [blame] | 3432 | Copyright (c) 2001-2011 The FreeBSD Project. |
| 3433 | All rights reserved. |
| 3434 | |
| 3435 | Redistribution and use in source and binary forms, with or without |
| 3436 | modification, are permitted provided that the following conditions |
| 3437 | are met: |
| 3438 | 1. Redistributions of source code must retain the above copyright |
| 3439 | notice, this list of conditions and the following disclaimer. |
| 3440 | 2. Redistributions in binary form must reproduce the above copyright |
| 3441 | notice, this list of conditions and the following disclaimer in the |
| 3442 | documentation and/or other materials provided with the distribution. |
| 3443 | |
| 3444 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 3445 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 3446 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 3447 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 3448 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 3449 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 3450 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 3451 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 3452 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 3453 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 3454 | SUCH DAMAGE. |
| 3455 | |
| 3456 | ------------------------------------------------------------------- |
| 3457 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 3458 | Copyright (c) 2002 Daniel Hartmeier |
| 3459 | All rights reserved. |
| 3460 | |
| 3461 | Redistribution and use in source and binary forms, with or without |
| 3462 | modification, are permitted provided that the following conditions |
| 3463 | are met: |
| 3464 | |
| 3465 | - Redistributions of source code must retain the above copyright |
| 3466 | notice, this list of conditions and the following disclaimer. |
| 3467 | - Redistributions in binary form must reproduce the above |
| 3468 | copyright notice, this list of conditions and the following |
| 3469 | disclaimer in the documentation and/or other materials provided |
| 3470 | with the distribution. |
| 3471 | |
| 3472 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS |
| 3473 | "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT |
| 3474 | LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS |
| 3475 | FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE |
| 3476 | COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, |
| 3477 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, |
| 3478 | BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; |
| 3479 | LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER |
| 3480 | CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 3481 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN |
| 3482 | ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE |
| 3483 | POSSIBILITY OF SUCH DAMAGE. |
| 3484 | |
| 3485 | ------------------------------------------------------------------- |
| 3486 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 3487 | Copyright (c) 2002 The NetBSD Foundation, Inc. |
| 3488 | All rights reserved. |
| 3489 | |
| 3490 | This code is derived from software contributed to The NetBSD Foundation |
| 3491 | by Christos Zoulas. |
| 3492 | |
| 3493 | Redistribution and use in source and binary forms, with or without |
| 3494 | modification, are permitted provided that the following conditions |
| 3495 | are met: |
| 3496 | 1. Redistributions of source code must retain the above copyright |
| 3497 | notice, this list of conditions and the following disclaimer. |
| 3498 | 2. Redistributions in binary form must reproduce the above copyright |
| 3499 | notice, this list of conditions and the following disclaimer in the |
| 3500 | documentation and/or other materials provided with the distribution. |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 3501 | |
| 3502 | THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS |
| 3503 | ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED |
| 3504 | TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR |
| 3505 | PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS |
| 3506 | BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR |
| 3507 | CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF |
| 3508 | SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS |
| 3509 | INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN |
| 3510 | CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) |
| 3511 | ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE |
| 3512 | POSSIBILITY OF SUCH DAMAGE. |
| 3513 | |
| 3514 | ------------------------------------------------------------------- |
| 3515 | |
| 3516 | Copyright (c) 2002 Tim J. Robbins |
| 3517 | All rights reserved. |
| 3518 | |
| 3519 | Redistribution and use in source and binary forms, with or without |
| 3520 | modification, are permitted provided that the following conditions |
| 3521 | are met: |
| 3522 | 1. Redistributions of source code must retain the above copyright |
| 3523 | notice, this list of conditions and the following disclaimer. |
| 3524 | 2. Redistributions in binary form must reproduce the above copyright |
| 3525 | notice, this list of conditions and the following disclaimer in the |
| 3526 | documentation and/or other materials provided with the distribution. |
| 3527 | |
| 3528 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 3529 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 3530 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 3531 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 3532 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 3533 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 3534 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 3535 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 3536 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 3537 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 3538 | SUCH DAMAGE. |
| 3539 | |
| 3540 | ------------------------------------------------------------------- |
| 3541 | |
Elliott Hughes | bfa582d | 2014-05-05 14:58:17 -0700 | [diff] [blame] | 3542 | Copyright (c) 2002 Tim J. Robbins. |
| 3543 | All rights reserved. |
| 3544 | |
| 3545 | Redistribution and use in source and binary forms, with or without |
| 3546 | modification, are permitted provided that the following conditions |
| 3547 | are met: |
| 3548 | 1. Redistributions of source code must retain the above copyright |
| 3549 | notice, this list of conditions and the following disclaimer. |
| 3550 | 2. Redistributions in binary form must reproduce the above copyright |
| 3551 | notice, this list of conditions and the following disclaimer in the |
| 3552 | documentation and/or other materials provided with the distribution. |
| 3553 | |
| 3554 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 3555 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 3556 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 3557 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 3558 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 3559 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 3560 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 3561 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 3562 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 3563 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 3564 | SUCH DAMAGE. |
| 3565 | |
| 3566 | ------------------------------------------------------------------- |
| 3567 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 3568 | Copyright (c) 2002 Todd C. Miller <Todd.Miller@courtesan.com> |
| 3569 | |
| 3570 | Permission to use, copy, modify, and distribute this software for any |
| 3571 | purpose with or without fee is hereby granted, provided that the above |
| 3572 | copyright notice and this permission notice appear in all copies. |
| 3573 | |
| 3574 | THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES |
| 3575 | WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF |
| 3576 | MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR |
| 3577 | ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES |
| 3578 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN |
| 3579 | ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF |
| 3580 | OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
| 3581 | |
| 3582 | Sponsored in part by the Defense Advanced Research Projects |
| 3583 | Agency (DARPA) and Air Force Research Laboratory, Air Force |
| 3584 | Materiel Command, USAF, under agreement number F39502-99-1-0512. |
| 3585 | |
| 3586 | ------------------------------------------------------------------- |
| 3587 | |
Elliott Hughes | bfa582d | 2014-05-05 14:58:17 -0700 | [diff] [blame] | 3588 | Copyright (c) 2002, 2003 Tim J. Robbins. |
| 3589 | All rights reserved. |
| 3590 | |
| 3591 | Redistribution and use in source and binary forms, with or without |
| 3592 | modification, are permitted provided that the following conditions |
| 3593 | are met: |
| 3594 | 1. Redistributions of source code must retain the above copyright |
| 3595 | notice, this list of conditions and the following disclaimer. |
| 3596 | 2. Redistributions in binary form must reproduce the above copyright |
| 3597 | notice, this list of conditions and the following disclaimer in the |
| 3598 | documentation and/or other materials provided with the distribution. |
| 3599 | |
| 3600 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 3601 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 3602 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 3603 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 3604 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 3605 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 3606 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 3607 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 3608 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 3609 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 3610 | SUCH DAMAGE. |
| 3611 | |
| 3612 | ------------------------------------------------------------------- |
| 3613 | |
| 3614 | Copyright (c) 2002-2004 Tim J. Robbins |
| 3615 | All rights reserved. |
| 3616 | |
| 3617 | Redistribution and use in source and binary forms, with or without |
| 3618 | modification, are permitted provided that the following conditions |
| 3619 | are met: |
| 3620 | 1. Redistributions of source code must retain the above copyright |
| 3621 | notice, this list of conditions and the following disclaimer. |
| 3622 | 2. Redistributions in binary form must reproduce the above copyright |
| 3623 | notice, this list of conditions and the following disclaimer in the |
| 3624 | documentation and/or other materials provided with the distribution. |
| 3625 | |
| 3626 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 3627 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 3628 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 3629 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 3630 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 3631 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 3632 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 3633 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 3634 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 3635 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 3636 | SUCH DAMAGE. |
| 3637 | |
| 3638 | ------------------------------------------------------------------- |
| 3639 | |
| 3640 | Copyright (c) 2002-2004 Tim J. Robbins. |
| 3641 | All rights reserved. |
| 3642 | |
| 3643 | Redistribution and use in source and binary forms, with or without |
| 3644 | modification, are permitted provided that the following conditions |
| 3645 | are met: |
| 3646 | 1. Redistributions of source code must retain the above copyright |
| 3647 | notice, this list of conditions and the following disclaimer. |
| 3648 | 2. Redistributions in binary form must reproduce the above copyright |
| 3649 | notice, this list of conditions and the following disclaimer in the |
| 3650 | documentation and/or other materials provided with the distribution. |
| 3651 | |
| 3652 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 3653 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 3654 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 3655 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 3656 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 3657 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 3658 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 3659 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 3660 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 3661 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 3662 | SUCH DAMAGE. |
| 3663 | |
| 3664 | ------------------------------------------------------------------- |
| 3665 | |
Elliott Hughes | ab52807 | 2018-07-24 00:01:52 +0000 | [diff] [blame] | 3666 | Copyright (c) 2003 Dag-Erling Smørgrav |
| 3667 | All rights reserved. |
| 3668 | |
| 3669 | Redistribution and use in source and binary forms, with or without |
| 3670 | modification, are permitted provided that the following conditions |
| 3671 | are met: |
| 3672 | 1. Redistributions of source code must retain the above copyright |
| 3673 | notice, this list of conditions and the following disclaimer |
| 3674 | in this position and unchanged. |
| 3675 | 2. Redistributions in binary form must reproduce the above copyright |
| 3676 | notice, this list of conditions and the following disclaimer in the |
| 3677 | documentation and/or other materials provided with the distribution. |
| 3678 | 3. The name of the author may not be used to endorse or promote products |
| 3679 | derived from this software without specific prior written permission. |
| 3680 | |
| 3681 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR |
| 3682 | IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES |
| 3683 | OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. |
| 3684 | IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, |
| 3685 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT |
| 3686 | NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, |
| 3687 | DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY |
| 3688 | THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
| 3689 | (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF |
| 3690 | THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 3691 | |
| 3692 | ------------------------------------------------------------------- |
| 3693 | |
Elliott Hughes | acbe322 | 2014-04-16 17:01:12 -0700 | [diff] [blame] | 3694 | Copyright (c) 2003 David Schultz <das@FreeBSD.ORG> |
| 3695 | All rights reserved. |
| 3696 | |
| 3697 | Redistribution and use in source and binary forms, with or without |
| 3698 | modification, are permitted provided that the following conditions |
| 3699 | are met: |
| 3700 | 1. Redistributions of source code must retain the above copyright |
| 3701 | notice, this list of conditions and the following disclaimer. |
| 3702 | 2. Redistributions in binary form must reproduce the above copyright |
| 3703 | notice, this list of conditions and the following disclaimer in the |
| 3704 | documentation and/or other materials provided with the distribution. |
| 3705 | |
| 3706 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 3707 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 3708 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 3709 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 3710 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 3711 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 3712 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 3713 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 3714 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 3715 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 3716 | SUCH DAMAGE. |
| 3717 | |
| 3718 | ------------------------------------------------------------------- |
| 3719 | |
Dan Albert | c30862f | 2016-10-20 11:45:16 -0700 | [diff] [blame] | 3720 | Copyright (c) 2003 Mike Barcroft <mike@FreeBSD.org> |
Dan Albert | c30862f | 2016-10-20 11:45:16 -0700 | [diff] [blame] | 3721 | Copyright (c) 2002 David Schultz <das@FreeBSD.ORG> |
| 3722 | All rights reserved. |
| 3723 | |
| 3724 | Redistribution and use in source and binary forms, with or without |
| 3725 | modification, are permitted provided that the following conditions |
| 3726 | are met: |
| 3727 | 1. Redistributions of source code must retain the above copyright |
| 3728 | notice, this list of conditions and the following disclaimer. |
| 3729 | 2. Redistributions in binary form must reproduce the above copyright |
| 3730 | notice, this list of conditions and the following disclaimer in the |
| 3731 | documentation and/or other materials provided with the distribution. |
| 3732 | |
| 3733 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 3734 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 3735 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 3736 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 3737 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 3738 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 3739 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 3740 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 3741 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 3742 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 3743 | SUCH DAMAGE. |
| 3744 | |
| 3745 | ------------------------------------------------------------------- |
| 3746 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 3747 | Copyright (c) 2003 Networks Associates Technology, Inc. |
| 3748 | All rights reserved. |
| 3749 | |
| 3750 | Portions of this software were developed for the FreeBSD Project by |
| 3751 | Jacques A. Vidrine, Safeport Network Services, and Network |
| 3752 | Associates Laboratories, the Security Research Division of Network |
| 3753 | Associates, Inc. under DARPA/SPAWAR contract N66001-01-C-8035 |
| 3754 | ("CBOSS"), as part of the DARPA CHATS research program. |
| 3755 | |
| 3756 | Redistribution and use in source and binary forms, with or without |
| 3757 | modification, are permitted provided that the following conditions |
| 3758 | are met: |
| 3759 | 1. Redistributions of source code must retain the above copyright |
| 3760 | notice, this list of conditions and the following disclaimer. |
| 3761 | 2. Redistributions in binary form must reproduce the above copyright |
| 3762 | notice, this list of conditions and the following disclaimer in the |
| 3763 | documentation and/or other materials provided with the distribution. |
| 3764 | |
| 3765 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 3766 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 3767 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 3768 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 3769 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 3770 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 3771 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 3772 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 3773 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 3774 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 3775 | SUCH DAMAGE. |
| 3776 | |
| 3777 | ------------------------------------------------------------------- |
| 3778 | |
Nick Kralevich | 5e58ea0 | 2012-09-12 13:21:25 -0700 | [diff] [blame] | 3779 | Copyright (c) 2003 Todd C. Miller <Todd.Miller@courtesan.com> |
| 3780 | |
| 3781 | Permission to use, copy, modify, and distribute this software for any |
| 3782 | purpose with or without fee is hereby granted, provided that the above |
| 3783 | copyright notice and this permission notice appear in all copies. |
| 3784 | |
| 3785 | THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES |
| 3786 | WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF |
| 3787 | MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR |
| 3788 | ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES |
| 3789 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN |
| 3790 | ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF |
| 3791 | OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
| 3792 | |
| 3793 | Sponsored in part by the Defense Advanced Research Projects |
| 3794 | Agency (DARPA) and Air Force Research Laboratory, Air Force |
| 3795 | Materiel Command, USAF, under agreement number F39502-99-1-0512. |
| 3796 | |
| 3797 | ------------------------------------------------------------------- |
| 3798 | |
Elliott Hughes | 882b8af | 2016-05-16 17:35:36 -0700 | [diff] [blame] | 3799 | Copyright (c) 2003, 2004 Todd C. Miller <Todd.Miller@courtesan.com> |
| 3800 | |
| 3801 | Permission to use, copy, modify, and distribute this software for any |
| 3802 | purpose with or without fee is hereby granted, provided that the above |
| 3803 | copyright notice and this permission notice appear in all copies. |
| 3804 | |
| 3805 | THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES |
| 3806 | WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF |
| 3807 | MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR |
| 3808 | ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES |
| 3809 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN |
| 3810 | ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF |
| 3811 | OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
| 3812 | |
| 3813 | Sponsored in part by the Defense Advanced Research Projects |
| 3814 | Agency (DARPA) and Air Force Research Laboratory, Air Force |
| 3815 | Materiel Command, USAF, under agreement number F39502-99-1-0512. |
| 3816 | |
| 3817 | ------------------------------------------------------------------- |
| 3818 | |
Elliott Hughes | ab52807 | 2018-07-24 00:01:52 +0000 | [diff] [blame] | 3819 | Copyright (c) 2003, Steven G. Kargl |
| 3820 | All rights reserved. |
| 3821 | |
| 3822 | Redistribution and use in source and binary forms, with or without |
| 3823 | modification, are permitted provided that the following conditions |
| 3824 | are met: |
| 3825 | 1. Redistributions of source code must retain the above copyright |
| 3826 | notice unmodified, this list of conditions, and the following |
| 3827 | disclaimer. |
| 3828 | 2. Redistributions in binary form must reproduce the above copyright |
| 3829 | notice, this list of conditions and the following disclaimer in the |
| 3830 | documentation and/or other materials provided with the distribution. |
| 3831 | |
| 3832 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR |
| 3833 | IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES |
| 3834 | OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. |
| 3835 | IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, |
| 3836 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT |
| 3837 | NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, |
| 3838 | DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY |
| 3839 | THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
| 3840 | (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF |
| 3841 | THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 3842 | |
| 3843 | ------------------------------------------------------------------- |
| 3844 | |
Dan Albert | c30862f | 2016-10-20 11:45:16 -0700 | [diff] [blame] | 3845 | Copyright (c) 2004 David Schultz <das@FreeBSD.ORG> |
| 3846 | All rights reserved. |
| 3847 | |
| 3848 | Redistribution and use in source and binary forms, with or without |
| 3849 | modification, are permitted provided that the following conditions |
| 3850 | are met: |
| 3851 | 1. Redistributions of source code must retain the above copyright |
| 3852 | notice, this list of conditions and the following disclaimer. |
| 3853 | 2. Redistributions in binary form must reproduce the above copyright |
| 3854 | notice, this list of conditions and the following disclaimer in the |
| 3855 | documentation and/or other materials provided with the distribution. |
| 3856 | |
| 3857 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 3858 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 3859 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 3860 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 3861 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 3862 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 3863 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 3864 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 3865 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 3866 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 3867 | SUCH DAMAGE. |
| 3868 | |
| 3869 | ------------------------------------------------------------------- |
| 3870 | |
Elliott Hughes | ab52807 | 2018-07-24 00:01:52 +0000 | [diff] [blame] | 3871 | Copyright (c) 2004 Stefan Farfeleder |
| 3872 | All rights reserved. |
| 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 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 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 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 3897 | Copyright (c) 2004 by Internet Systems Consortium, Inc. ("ISC") |
| 3898 | Copyright (c) 1995,1999 by Internet Software Consortium. |
| 3899 | |
| 3900 | Permission to use, copy, modify, and distribute this software for any |
| 3901 | purpose with or without fee is hereby granted, provided that the above |
| 3902 | copyright notice and this permission notice appear in all copies. |
| 3903 | |
| 3904 | THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES |
| 3905 | WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF |
| 3906 | MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR |
| 3907 | ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES |
| 3908 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN |
| 3909 | ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT |
| 3910 | OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
| 3911 | |
| 3912 | ------------------------------------------------------------------- |
| 3913 | |
| 3914 | Copyright (c) 2004 by Internet Systems Consortium, Inc. ("ISC") |
| 3915 | Copyright (c) 1995-1999 by Internet Software Consortium |
| 3916 | |
| 3917 | Permission to use, copy, modify, and distribute this software for any |
| 3918 | purpose with or without fee is hereby granted, provided that the above |
| 3919 | copyright notice and this permission notice appear in all copies. |
| 3920 | |
| 3921 | THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES |
| 3922 | WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF |
| 3923 | MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR |
| 3924 | ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES |
| 3925 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN |
| 3926 | ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT |
| 3927 | OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
| 3928 | |
| 3929 | ------------------------------------------------------------------- |
| 3930 | |
| 3931 | Copyright (c) 2004 by Internet Systems Consortium, Inc. ("ISC") |
| 3932 | Copyright (c) 1995-1999 by Internet Software Consortium. |
| 3933 | |
| 3934 | Permission to use, copy, modify, and distribute this software for any |
| 3935 | purpose with or without fee is hereby granted, provided that the above |
| 3936 | copyright notice and this permission notice appear in all copies. |
| 3937 | |
| 3938 | THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES |
| 3939 | WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF |
| 3940 | MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR |
| 3941 | ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES |
| 3942 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN |
| 3943 | ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT |
| 3944 | OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
| 3945 | |
| 3946 | ------------------------------------------------------------------- |
| 3947 | |
| 3948 | Copyright (c) 2004 by Internet Systems Consortium, Inc. ("ISC") |
| 3949 | Copyright (c) 1996,1999 by Internet Software Consortium. |
| 3950 | |
| 3951 | Permission to use, copy, modify, and distribute this software for any |
| 3952 | purpose with or without fee is hereby granted, provided that the above |
| 3953 | copyright notice and this permission notice appear in all copies. |
| 3954 | |
| 3955 | THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES |
| 3956 | WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF |
| 3957 | MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR |
| 3958 | ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES |
| 3959 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN |
| 3960 | ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT |
| 3961 | OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
| 3962 | |
| 3963 | ------------------------------------------------------------------- |
| 3964 | |
| 3965 | Copyright (c) 2004 by Internet Systems Consortium, Inc. ("ISC") |
| 3966 | Copyright (c) 1996-1999 by Internet Software Consortium |
| 3967 | |
| 3968 | Permission to use, copy, modify, and distribute this software for any |
| 3969 | purpose with or without fee is hereby granted, provided that the above |
| 3970 | copyright notice and this permission notice appear in all copies. |
| 3971 | |
| 3972 | THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES |
| 3973 | WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF |
| 3974 | MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR |
| 3975 | ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES |
| 3976 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN |
| 3977 | ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT |
| 3978 | OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
| 3979 | |
| 3980 | ------------------------------------------------------------------- |
| 3981 | |
| 3982 | Copyright (c) 2004 by Internet Systems Consortium, Inc. ("ISC") |
| 3983 | Copyright (c) 1996-1999 by Internet Software Consortium. |
| 3984 | |
| 3985 | Permission to use, copy, modify, and distribute this software for any |
| 3986 | purpose with or without fee is hereby granted, provided that the above |
| 3987 | copyright notice and this permission notice appear in all copies. |
| 3988 | |
| 3989 | THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES |
| 3990 | WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF |
| 3991 | MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR |
| 3992 | ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES |
| 3993 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN |
| 3994 | ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT |
| 3995 | OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
| 3996 | |
| 3997 | ------------------------------------------------------------------- |
| 3998 | |
| 3999 | Copyright (c) 2004 by Internet Systems Consortium, Inc. ("ISC") |
| 4000 | Copyright (c) 1997,1999 by Internet Software Consortium. |
| 4001 | |
| 4002 | Permission to use, copy, modify, and distribute this software for any |
| 4003 | purpose with or without fee is hereby granted, provided that the above |
| 4004 | copyright notice and this permission notice appear in all copies. |
| 4005 | |
| 4006 | THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES |
| 4007 | WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF |
| 4008 | MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR |
| 4009 | ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES |
| 4010 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN |
| 4011 | ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT |
| 4012 | OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
| 4013 | |
| 4014 | ------------------------------------------------------------------- |
| 4015 | |
| 4016 | Copyright (c) 2004 by Internet Systems Consortium, Inc. ("ISC") |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 4017 | Copyright (c) 1999 by Internet Software Consortium. |
| 4018 | |
| 4019 | Permission to use, copy, modify, and distribute this software for any |
| 4020 | purpose with or without fee is hereby granted, provided that the above |
| 4021 | copyright notice and this permission notice appear in all copies. |
| 4022 | |
| 4023 | THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES |
| 4024 | WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF |
| 4025 | MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR |
| 4026 | ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES |
| 4027 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN |
| 4028 | ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT |
| 4029 | OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
| 4030 | |
| 4031 | ------------------------------------------------------------------- |
| 4032 | |
| 4033 | Copyright (c) 2004 by Internet Systems Consortium, Inc. ("ISC") |
| 4034 | Portions Copyright (c) 1996-1999 by Internet Software Consortium. |
| 4035 | |
| 4036 | Permission to use, copy, modify, and distribute this software for any |
| 4037 | purpose with or without fee is hereby granted, provided that the above |
| 4038 | copyright notice and this permission notice appear in all copies. |
| 4039 | |
| 4040 | THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES |
| 4041 | WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF |
| 4042 | MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR |
| 4043 | ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES |
| 4044 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN |
| 4045 | ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT |
| 4046 | OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
| 4047 | |
| 4048 | ------------------------------------------------------------------- |
| 4049 | |
Elliott Hughes | acbe322 | 2014-04-16 17:01:12 -0700 | [diff] [blame] | 4050 | Copyright (c) 2004, 2005 David Schultz <das@FreeBSD.ORG> |
| 4051 | All rights reserved. |
| 4052 | |
| 4053 | Redistribution and use in source and binary forms, with or without |
| 4054 | modification, are permitted provided that the following conditions |
| 4055 | are met: |
| 4056 | 1. Redistributions of source code must retain the above copyright |
| 4057 | notice, this list of conditions and the following disclaimer. |
| 4058 | 2. Redistributions in binary form must reproduce the above copyright |
| 4059 | notice, this list of conditions and the following disclaimer in the |
| 4060 | documentation and/or other materials provided with the distribution. |
| 4061 | |
| 4062 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 4063 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 4064 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 4065 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 4066 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 4067 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 4068 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 4069 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 4070 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 4071 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 4072 | SUCH DAMAGE. |
| 4073 | |
| 4074 | ------------------------------------------------------------------- |
| 4075 | |
Elliott Hughes | 882b8af | 2016-05-16 17:35:36 -0700 | [diff] [blame] | 4076 | Copyright (c) 2004-2005 David Schultz <das (at) FreeBSD.ORG> |
| 4077 | All rights reserved. |
| 4078 | |
| 4079 | Redistribution and use in source and binary forms, with or without |
| 4080 | modification, are permitted provided that the following conditions |
| 4081 | are met: |
| 4082 | 1. Redistributions of source code must retain the above copyright |
| 4083 | notice, this list of conditions and the following disclaimer. |
| 4084 | 2. Redistributions in binary form must reproduce the above copyright |
| 4085 | notice, this list of conditions and the following disclaimer in the |
| 4086 | documentation and/or other materials provided with the distribution. |
| 4087 | |
| 4088 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 4089 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 4090 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 4091 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 4092 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 4093 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 4094 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 4095 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 4096 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 4097 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 4098 | SUCH DAMAGE. |
| 4099 | |
| 4100 | ------------------------------------------------------------------- |
| 4101 | |
| 4102 | Copyright (c) 2004-2005 David Schultz <das@FreeBSD.ORG> |
| 4103 | All rights reserved. |
| 4104 | |
| 4105 | Redistribution and use in source and binary forms, with or without |
| 4106 | modification, are permitted provided that the following conditions |
| 4107 | are met: |
| 4108 | 1. Redistributions of source code must retain the above copyright |
| 4109 | notice, this list of conditions and the following disclaimer. |
| 4110 | 2. Redistributions in binary form must reproduce the above copyright |
| 4111 | notice, this list of conditions and the following disclaimer in the |
| 4112 | documentation and/or other materials provided with the distribution. |
| 4113 | |
| 4114 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 4115 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 4116 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 4117 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 4118 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 4119 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 4120 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 4121 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 4122 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 4123 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 4124 | SUCH DAMAGE. |
| 4125 | |
| 4126 | ------------------------------------------------------------------- |
| 4127 | |
Elliott Hughes | ab52807 | 2018-07-24 00:01:52 +0000 | [diff] [blame] | 4128 | Copyright (c) 2005 Bruce D. Evans and Steven G. Kargl |
| 4129 | All rights reserved. |
| 4130 | |
| 4131 | Redistribution and use in source and binary forms, with or without |
| 4132 | modification, are permitted provided that the following conditions |
| 4133 | are met: |
| 4134 | 1. Redistributions of source code must retain the above copyright |
| 4135 | notice unmodified, this list of conditions, and the following |
| 4136 | disclaimer. |
| 4137 | 2. Redistributions in binary form must reproduce the above copyright |
| 4138 | notice, this list of conditions and the following disclaimer in the |
| 4139 | documentation and/or other materials provided with the distribution. |
| 4140 | |
| 4141 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR |
| 4142 | IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES |
| 4143 | OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. |
| 4144 | IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, |
| 4145 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT |
| 4146 | NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, |
| 4147 | DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY |
| 4148 | THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
| 4149 | (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF |
| 4150 | THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 4151 | |
| 4152 | ------------------------------------------------------------------- |
| 4153 | |
| 4154 | Copyright (c) 2005 David Schultz <das@FreeBSD.ORG> |
| 4155 | All rights reserved. |
| 4156 | |
| 4157 | Redistribution and use in source and binary forms, with or without |
| 4158 | modification, are permitted provided that the following conditions |
| 4159 | are met: |
| 4160 | 1. Redistributions of source code must retain the above copyright |
| 4161 | notice, this list of conditions and the following disclaimer. |
| 4162 | 2. Redistributions in binary form must reproduce the above copyright |
| 4163 | notice, this list of conditions and the following disclaimer in the |
| 4164 | documentation and/or other materials provided with the distribution. |
| 4165 | |
| 4166 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 4167 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 4168 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 4169 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 4170 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 4171 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 4172 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 4173 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 4174 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 4175 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 4176 | SUCH DAMAGE. |
| 4177 | |
| 4178 | ------------------------------------------------------------------- |
| 4179 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 4180 | Copyright (c) 2005 Tim J. Robbins. |
| 4181 | All rights reserved. |
| 4182 | |
| 4183 | Redistribution and use in source and binary forms, with or without |
| 4184 | modification, are permitted provided that the following conditions |
| 4185 | are met: |
| 4186 | 1. Redistributions of source code must retain the above copyright |
| 4187 | notice, this list of conditions and the following disclaimer. |
| 4188 | 2. Redistributions in binary form must reproduce the above copyright |
| 4189 | notice, this list of conditions and the following disclaimer in the |
| 4190 | documentation and/or other materials provided with the distribution. |
| 4191 | |
| 4192 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 4193 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 4194 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 4195 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 4196 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 4197 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 4198 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 4199 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 4200 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 4201 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 4202 | SUCH DAMAGE. |
| 4203 | |
| 4204 | ------------------------------------------------------------------- |
| 4205 | |
Elliott Hughes | 448080d | 2013-01-29 16:25:06 -0800 | [diff] [blame] | 4206 | Copyright (c) 2005 by Internet Systems Consortium, Inc. ("ISC") |
| 4207 | Copyright (c) 1995-1999 by Internet Software Consortium |
| 4208 | |
| 4209 | Permission to use, copy, modify, and distribute this software for any |
| 4210 | purpose with or without fee is hereby granted, provided that the above |
| 4211 | copyright notice and this permission notice appear in all copies. |
| 4212 | |
| 4213 | THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES |
| 4214 | WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF |
| 4215 | MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR |
| 4216 | ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES |
| 4217 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN |
| 4218 | ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT |
| 4219 | OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
| 4220 | |
| 4221 | ------------------------------------------------------------------- |
| 4222 | |
Dan Albert | c30862f | 2016-10-20 11:45:16 -0700 | [diff] [blame] | 4223 | Copyright (c) 2005-2008 David Schultz <das@FreeBSD.ORG> |
| 4224 | All rights reserved. |
| 4225 | |
| 4226 | Redistribution and use in source and binary forms, with or without |
| 4227 | modification, are permitted provided that the following conditions |
| 4228 | are met: |
| 4229 | 1. Redistributions of source code must retain the above copyright |
| 4230 | notice, this list of conditions and the following disclaimer. |
| 4231 | 2. Redistributions in binary form must reproduce the above copyright |
| 4232 | notice, this list of conditions and the following disclaimer in the |
| 4233 | documentation and/or other materials provided with the distribution. |
| 4234 | |
| 4235 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 4236 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 4237 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 4238 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 4239 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 4240 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 4241 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 4242 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 4243 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 4244 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 4245 | SUCH DAMAGE. |
| 4246 | |
| 4247 | ------------------------------------------------------------------- |
| 4248 | |
Elliott Hughes | ab52807 | 2018-07-24 00:01:52 +0000 | [diff] [blame] | 4249 | Copyright (c) 2005-2011 David Schultz <das@FreeBSD.ORG> |
| 4250 | All rights reserved. |
| 4251 | |
| 4252 | Redistribution and use in source and binary forms, with or without |
| 4253 | modification, are permitted provided that the following conditions |
| 4254 | are met: |
| 4255 | 1. Redistributions of source code must retain the above copyright |
| 4256 | notice, this list of conditions and the following disclaimer. |
| 4257 | 2. Redistributions in binary form must reproduce the above copyright |
| 4258 | notice, this list of conditions and the following disclaimer in the |
| 4259 | documentation and/or other materials provided with the distribution. |
| 4260 | |
| 4261 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 4262 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 4263 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 4264 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 4265 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 4266 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 4267 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 4268 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 4269 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 4270 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 4271 | SUCH DAMAGE. |
| 4272 | |
| 4273 | ------------------------------------------------------------------- |
| 4274 | |
Elliott Hughes | c6b38ae | 2019-11-22 11:15:42 -0800 | [diff] [blame] | 4275 | Copyright (c) 2005-2014 Rich Felker |
| 4276 | |
| 4277 | Permission is hereby granted, free of charge, to any person obtaining |
| 4278 | a copy of this software and associated documentation files (the |
| 4279 | "Software"), to deal in the Software without restriction, including |
| 4280 | without limitation the rights to use, copy, modify, merge, publish, |
| 4281 | distribute, sublicense, and/or sell copies of the Software, and to |
| 4282 | permit persons to whom the Software is furnished to do so, subject to |
| 4283 | the following conditions: |
| 4284 | |
| 4285 | The above copyright notice and this permission notice shall be |
| 4286 | included in all copies or substantial portions of the Software. |
| 4287 | |
| 4288 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, |
| 4289 | EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF |
| 4290 | MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. |
| 4291 | IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY |
| 4292 | CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, |
| 4293 | TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE |
| 4294 | SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. |
| 4295 | |
| 4296 | ------------------------------------------------------------------- |
| 4297 | |
Dan Albert | c30862f | 2016-10-20 11:45:16 -0700 | [diff] [blame] | 4298 | Copyright (c) 2007 David Schultz |
| 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 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 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 | ab52807 | 2018-07-24 00:01:52 +0000 | [diff] [blame] | 4324 | Copyright (c) 2007 David Schultz <das@FreeBSD.ORG> |
| 4325 | All rights reserved. |
| 4326 | |
| 4327 | Redistribution and use in source and binary forms, with or without |
| 4328 | modification, are permitted provided that the following conditions |
| 4329 | are met: |
| 4330 | 1. Redistributions of source code must retain the above copyright |
| 4331 | notice, this list of conditions and the following disclaimer. |
| 4332 | 2. Redistributions in binary form must reproduce the above copyright |
| 4333 | notice, this list of conditions and the following disclaimer in the |
| 4334 | documentation and/or other materials provided with the distribution. |
| 4335 | |
| 4336 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 4337 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 4338 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 4339 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 4340 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 4341 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 4342 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 4343 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 4344 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 4345 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 4346 | SUCH DAMAGE. |
| 4347 | |
| 4348 | ------------------------------------------------------------------- |
| 4349 | |
| 4350 | Copyright (c) 2007 David Schultz <das@FreeBSD.ORG> |
| 4351 | All rights reserved. |
| 4352 | |
| 4353 | Redistribution and use in source and binary forms, with or without |
| 4354 | modification, are permitted provided that the following conditions |
| 4355 | are met: |
| 4356 | 1. Redistributions of source code must retain the above copyright |
| 4357 | notice, this list of conditions and the following disclaimer. |
| 4358 | 2. Redistributions in binary form must reproduce the above copyright |
| 4359 | notice, this list of conditions and the following disclaimer in the |
| 4360 | documentation and/or other materials provided with the distribution. |
| 4361 | |
| 4362 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 4363 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 4364 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 4365 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 4366 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 4367 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 4368 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 4369 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 4370 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 4371 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 4372 | SUCH DAMAGE. |
| 4373 | |
| 4374 | Derived from s_modf.c, which has the following Copyright: |
| 4375 | ==================================================== |
| 4376 | Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved. |
| 4377 | |
| 4378 | Developed at SunPro, a Sun Microsystems, Inc. business. |
| 4379 | Permission to use, copy, modify, and distribute this |
| 4380 | software is freely granted, provided that this notice |
| 4381 | is preserved. |
| 4382 | |
| 4383 | ------------------------------------------------------------------- |
| 4384 | |
| 4385 | Copyright (c) 2007 Steven G. Kargl |
| 4386 | All rights reserved. |
| 4387 | |
| 4388 | Redistribution and use in source and binary forms, with or without |
| 4389 | modification, are permitted provided that the following conditions |
| 4390 | are met: |
| 4391 | 1. Redistributions of source code must retain the above copyright |
| 4392 | notice unmodified, this list of conditions, and the following |
| 4393 | disclaimer. |
| 4394 | 2. Redistributions in binary form must reproduce the above copyright |
| 4395 | notice, this list of conditions and the following disclaimer in the |
| 4396 | documentation and/or other materials provided with the distribution. |
| 4397 | |
| 4398 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR |
| 4399 | IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES |
| 4400 | OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. |
| 4401 | IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, |
| 4402 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT |
| 4403 | NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, |
| 4404 | DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY |
| 4405 | THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
| 4406 | (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF |
| 4407 | THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 4408 | |
| 4409 | ------------------------------------------------------------------- |
| 4410 | |
Dan Albert | c30862f | 2016-10-20 11:45:16 -0700 | [diff] [blame] | 4411 | Copyright (c) 2007 The NetBSD Foundation, Inc. |
| 4412 | All rights reserved. |
| 4413 | |
| 4414 | This code is derived from software written by Stephen L. Moshier. |
| 4415 | It is redistributed by the NetBSD Foundation by permission of the author. |
| 4416 | |
| 4417 | Redistribution and use in source and binary forms, with or without |
| 4418 | modification, are permitted provided that the following conditions |
| 4419 | are met: |
| 4420 | 1. Redistributions of source code must retain the above copyright |
| 4421 | notice, this list of conditions and the following disclaimer. |
| 4422 | 2. Redistributions in binary form must reproduce the above copyright |
| 4423 | notice, this list of conditions and the following disclaimer in the |
| 4424 | documentation and/or other materials provided with the distribution. |
| 4425 | |
| 4426 | THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS |
| 4427 | ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED |
| 4428 | TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR |
| 4429 | PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS |
| 4430 | BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR |
| 4431 | CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF |
| 4432 | SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS |
| 4433 | INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN |
| 4434 | CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) |
| 4435 | ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE |
| 4436 | POSSIBILITY OF SUCH DAMAGE. |
| 4437 | |
| 4438 | ------------------------------------------------------------------- |
| 4439 | |
Elliott Hughes | 9a4b68e | 2019-11-20 14:56:22 -0800 | [diff] [blame] | 4440 | Copyright (c) 2007 Todd C. Miller <millert@openbsd.org> |
Elliott Hughes | 7e54c76 | 2015-05-12 10:09:01 -0700 | [diff] [blame] | 4441 | |
| 4442 | Permission to use, copy, modify, and distribute this software for any |
| 4443 | purpose with or without fee is hereby granted, provided that the above |
| 4444 | copyright notice and this permission notice appear in all copies. |
| 4445 | |
| 4446 | THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES |
| 4447 | WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF |
| 4448 | MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR |
| 4449 | ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES |
| 4450 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN |
| 4451 | ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF |
| 4452 | OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
| 4453 | |
| 4454 | ------------------------------------------------------------------- |
| 4455 | |
Elliott Hughes | 8da8ca4 | 2018-05-08 13:35:33 -0700 | [diff] [blame] | 4456 | Copyright (c) 2007, 2010-2013 Steven G. Kargl |
| 4457 | All rights reserved. |
| 4458 | |
| 4459 | Redistribution and use in source and binary forms, with or without |
| 4460 | modification, are permitted provided that the following conditions |
| 4461 | are met: |
| 4462 | 1. Redistributions of source code must retain the above copyright |
| 4463 | notice unmodified, this list of conditions, and the following |
| 4464 | disclaimer. |
| 4465 | 2. Redistributions in binary form must reproduce the above copyright |
| 4466 | notice, this list of conditions and the following disclaimer in the |
| 4467 | documentation and/or other materials provided with the distribution. |
| 4468 | |
| 4469 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR |
| 4470 | IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES |
| 4471 | OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. |
| 4472 | IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, |
| 4473 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT |
| 4474 | NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, |
| 4475 | DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY |
| 4476 | THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
| 4477 | (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF |
| 4478 | THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 4479 | |
| 4480 | s_sinl.c and s_cosl.c merged by Steven G. Kargl. |
| 4481 | |
| 4482 | ------------------------------------------------------------------- |
| 4483 | |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 4484 | Copyright (c) 2007-2008 Michael G Schwern |
| 4485 | |
| 4486 | This software originally derived from Paul Sheer's pivotal_gmtime_r.c. |
| 4487 | |
| 4488 | The MIT License: |
| 4489 | |
| 4490 | Permission is hereby granted, free of charge, to any person obtaining a copy |
| 4491 | of this software and associated documentation files (the "Software"), to deal |
| 4492 | in the Software without restriction, including without limitation the rights |
| 4493 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell |
| 4494 | copies of the Software, and to permit persons to whom the Software is |
| 4495 | furnished to do so, subject to the following conditions: |
| 4496 | |
| 4497 | The above copyright notice and this permission notice shall be included in |
| 4498 | all copies or substantial portions of the Software. |
| 4499 | |
| 4500 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR |
| 4501 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, |
| 4502 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE |
| 4503 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER |
| 4504 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, |
| 4505 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN |
| 4506 | THE SOFTWARE. |
| 4507 | |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 4508 | ------------------------------------------------------------------- |
| 4509 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 4510 | Copyright (c) 2007-2008 Michael G Schwern |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 4511 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 4512 | This software originally derived from Paul Sheer's pivotal_gmtime_r.c. |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 4513 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 4514 | The MIT License: |
| 4515 | |
| 4516 | Permission is hereby granted, free of charge, to any person obtaining a copy |
| 4517 | of this software and associated documentation files (the "Software"), to deal |
| 4518 | in the Software without restriction, including without limitation the rights |
| 4519 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell |
| 4520 | copies of the Software, and to permit persons to whom the Software is |
| 4521 | furnished to do so, subject to the following conditions: |
| 4522 | |
| 4523 | The above copyright notice and this permission notice shall be included in |
| 4524 | all copies or substantial portions of the Software. |
| 4525 | |
| 4526 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR |
| 4527 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, |
| 4528 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE |
| 4529 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER |
| 4530 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, |
| 4531 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN |
| 4532 | THE SOFTWARE. |
| 4533 | |
| 4534 | Origin: http://code.google.com/p/y2038 |
| 4535 | Modified for Bionic by the Android Open Source Project |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 4536 | |
| 4537 | ------------------------------------------------------------------- |
| 4538 | |
Elliott Hughes | ab52807 | 2018-07-24 00:01:52 +0000 | [diff] [blame] | 4539 | Copyright (c) 2007-2008 David Schultz <das@FreeBSD.ORG> |
| 4540 | All rights reserved. |
| 4541 | |
| 4542 | Redistribution and use in source and binary forms, with or without |
| 4543 | modification, are permitted provided that the following conditions |
| 4544 | are met: |
| 4545 | 1. Redistributions of source code must retain the above copyright |
| 4546 | notice, this list of conditions and the following disclaimer. |
| 4547 | 2. Redistributions in binary form must reproduce the above copyright |
| 4548 | notice, this list of conditions and the following disclaimer in the |
| 4549 | documentation and/or other materials provided with the distribution. |
| 4550 | |
| 4551 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 4552 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 4553 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 4554 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 4555 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 4556 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 4557 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 4558 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 4559 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 4560 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 4561 | SUCH DAMAGE. |
| 4562 | |
| 4563 | ------------------------------------------------------------------- |
| 4564 | |
Dan Albert | c30862f | 2016-10-20 11:45:16 -0700 | [diff] [blame] | 4565 | Copyright (c) 2007-2013 Bruce D. Evans |
| 4566 | All rights reserved. |
| 4567 | |
| 4568 | Redistribution and use in source and binary forms, with or without |
| 4569 | modification, are permitted provided that the following conditions |
| 4570 | are met: |
| 4571 | 1. Redistributions of source code must retain the above copyright |
| 4572 | notice unmodified, this list of conditions, and the following |
| 4573 | disclaimer. |
| 4574 | 2. Redistributions in binary form must reproduce the above copyright |
| 4575 | notice, this list of conditions and the following disclaimer in the |
| 4576 | documentation and/or other materials provided with the distribution. |
| 4577 | |
| 4578 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR |
| 4579 | IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES |
| 4580 | OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. |
| 4581 | IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, |
| 4582 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT |
| 4583 | NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, |
| 4584 | DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY |
| 4585 | THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
| 4586 | (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF |
| 4587 | THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 4588 | |
| 4589 | ------------------------------------------------------------------- |
| 4590 | |
Dan Albert | c30862f | 2016-10-20 11:45:16 -0700 | [diff] [blame] | 4591 | Copyright (c) 2008 David Schultz <das@FreeBSD.ORG> |
| 4592 | All rights reserved. |
| 4593 | |
| 4594 | Redistribution and use in source and binary forms, with or without |
| 4595 | modification, are permitted provided that the following conditions |
| 4596 | are met: |
| 4597 | 1. Redistributions of source code must retain the above copyright |
| 4598 | notice, this list of conditions and the following disclaimer. |
| 4599 | 2. Redistributions in binary form must reproduce the above copyright |
| 4600 | notice, this list of conditions and the following disclaimer in the |
| 4601 | documentation and/or other materials provided with the distribution. |
| 4602 | |
| 4603 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 4604 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 4605 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 4606 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 4607 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 4608 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 4609 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 4610 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 4611 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 4612 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 4613 | SUCH DAMAGE. |
| 4614 | |
| 4615 | ------------------------------------------------------------------- |
| 4616 | |
Elliott Hughes | ab52807 | 2018-07-24 00:01:52 +0000 | [diff] [blame] | 4617 | Copyright (c) 2008 Stephen L. Moshier <steve@moshier.net> |
| 4618 | |
| 4619 | Permission to use, copy, modify, and distribute this software for any |
| 4620 | purpose with or without fee is hereby granted, provided that the above |
| 4621 | copyright notice and this permission notice appear in all copies. |
| 4622 | |
| 4623 | THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES |
| 4624 | WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF |
| 4625 | MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR |
| 4626 | ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES |
| 4627 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN |
| 4628 | ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF |
| 4629 | OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
| 4630 | |
| 4631 | ------------------------------------------------------------------- |
| 4632 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 4633 | Copyright (c) 2008 Todd C. Miller <millert@openbsd.org> |
| 4634 | |
| 4635 | Permission to use, copy, modify, and distribute this software for any |
| 4636 | purpose with or without fee is hereby granted, provided that the above |
| 4637 | copyright notice and this permission notice appear in all copies. |
| 4638 | |
| 4639 | THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES |
| 4640 | WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF |
| 4641 | MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR |
| 4642 | ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES |
| 4643 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN |
| 4644 | ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF |
| 4645 | OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
| 4646 | |
| 4647 | ------------------------------------------------------------------- |
| 4648 | |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 4649 | Copyright (c) 2008, Damien Miller <djm@openbsd.org> |
| 4650 | |
| 4651 | Permission to use, copy, modify, and distribute this software for any |
| 4652 | purpose with or without fee is hereby granted, provided that the above |
| 4653 | copyright notice and this permission notice appear in all copies. |
| 4654 | |
| 4655 | THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES |
| 4656 | WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF |
| 4657 | MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR |
| 4658 | ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES |
| 4659 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN |
| 4660 | ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF |
| 4661 | OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
| 4662 | |
| 4663 | ------------------------------------------------------------------- |
| 4664 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 4665 | Copyright (c) 2009 David Schultz <das@FreeBSD.org> |
| 4666 | All rights reserved. |
| 4667 | |
Elliott Hughes | 1558138 | 2014-07-07 15:42:06 -0700 | [diff] [blame] | 4668 | Copyright (c) 2011 The FreeBSD Foundation |
| 4669 | All rights reserved. |
| 4670 | Portions of this software were developed by David Chisnall |
| 4671 | under sponsorship from the FreeBSD Foundation. |
| 4672 | |
| 4673 | Redistribution and use in source and binary forms, with or without |
| 4674 | modification, are permitted provided that the following conditions |
| 4675 | are met: |
| 4676 | 1. Redistributions of source code must retain the above copyright |
| 4677 | notice, this list of conditions and the following disclaimer. |
| 4678 | 2. Redistributions in binary form must reproduce the above copyright |
| 4679 | notice, this list of conditions and the following disclaimer in the |
| 4680 | documentation and/or other materials provided with the distribution. |
| 4681 | |
| 4682 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 4683 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 4684 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 4685 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 4686 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 4687 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 4688 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 4689 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 4690 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 4691 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 4692 | SUCH DAMAGE. |
| 4693 | |
| 4694 | ------------------------------------------------------------------- |
| 4695 | |
| 4696 | Copyright (c) 2009 David Schultz <das@FreeBSD.org> |
| 4697 | All rights reserved. |
| 4698 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 4699 | Redistribution and use in source and binary forms, with or without |
| 4700 | modification, are permitted provided that the following conditions |
| 4701 | are met: |
| 4702 | 1. Redistributions of source code must retain the above copyright |
| 4703 | notice, this list of conditions and the following disclaimer. |
| 4704 | 2. Redistributions in binary form must reproduce the above copyright |
| 4705 | notice, this list of conditions and the following disclaimer in the |
| 4706 | documentation and/or other materials provided with the distribution. |
| 4707 | |
| 4708 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 4709 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 4710 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 4711 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 4712 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 4713 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 4714 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 4715 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 4716 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 4717 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 4718 | SUCH DAMAGE. |
| 4719 | |
| 4720 | ------------------------------------------------------------------- |
| 4721 | |
Irina Tirdea | eac9eb4 | 2012-09-08 09:28:30 +0300 | [diff] [blame] | 4722 | Copyright (c) 2009 The NetBSD Foundation, Inc. |
| 4723 | |
| 4724 | This code is derived from software contributed to The NetBSD Foundation |
| 4725 | by Roy Marples. |
| 4726 | |
| 4727 | Redistribution and use in source and binary forms, with or without |
| 4728 | modification, are permitted provided that the following conditions |
| 4729 | are met: |
| 4730 | 1. Redistributions of source code must retain the above copyright |
| 4731 | notice, this list of conditions and the following disclaimer. |
| 4732 | 2. Redistributions in binary form must reproduce the above copyright |
| 4733 | notice, this list of conditions and the following disclaimer in the |
| 4734 | documentation and/or other materials provided with the distribution. |
| 4735 | |
| 4736 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR |
| 4737 | IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES |
| 4738 | OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. |
| 4739 | IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, |
| 4740 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT |
| 4741 | NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, |
| 4742 | DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY |
| 4743 | THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
| 4744 | (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF |
| 4745 | THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 4746 | |
| 4747 | ------------------------------------------------------------------- |
| 4748 | |
Dan Albert | c30862f | 2016-10-20 11:45:16 -0700 | [diff] [blame] | 4749 | Copyright (c) 2009-2013 Steven G. Kargl |
| 4750 | All rights reserved. |
| 4751 | |
| 4752 | Redistribution and use in source and binary forms, with or without |
| 4753 | modification, are permitted provided that the following conditions |
| 4754 | are met: |
| 4755 | 1. Redistributions of source code must retain the above copyright |
| 4756 | notice unmodified, this list of conditions, and the following |
| 4757 | disclaimer. |
| 4758 | 2. Redistributions in binary form must reproduce the above copyright |
| 4759 | notice, this list of conditions and the following disclaimer in the |
| 4760 | documentation and/or other materials provided with the distribution. |
| 4761 | |
| 4762 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR |
| 4763 | IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES |
| 4764 | OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. |
| 4765 | IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, |
| 4766 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT |
| 4767 | NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, |
| 4768 | DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY |
| 4769 | THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
| 4770 | (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF |
| 4771 | THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 4772 | |
| 4773 | Optimized by Bruce D. Evans. |
| 4774 | |
| 4775 | ------------------------------------------------------------------- |
| 4776 | |
Elliott Hughes | 882b8af | 2016-05-16 17:35:36 -0700 | [diff] [blame] | 4777 | Copyright (c) 2010 The NetBSD Foundation, Inc. |
| 4778 | All rights reserved. |
| 4779 | |
| 4780 | Redistribution and use in source and binary forms, with or without |
| 4781 | modification, are permitted provided that the following conditions |
| 4782 | are met: |
| 4783 | 1. Redistributions of source code must retain the above copyright |
| 4784 | notice, this list of conditions and the following disclaimer. |
| 4785 | 2. Redistributions in binary form must reproduce the above copyright |
| 4786 | notice, this list of conditions and the following disclaimer in the |
| 4787 | documentation and/or other materials provided with the distribution. |
| 4788 | |
| 4789 | THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS |
| 4790 | ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED |
| 4791 | TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR |
| 4792 | PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS |
| 4793 | BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR |
| 4794 | CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF |
| 4795 | SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS |
| 4796 | INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN |
| 4797 | CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) |
| 4798 | ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE |
| 4799 | POSSIBILITY OF SUCH DAMAGE. |
| 4800 | |
| 4801 | ------------------------------------------------------------------- |
| 4802 | |
Elliott Hughes | 9a4b68e | 2019-11-20 14:56:22 -0800 | [diff] [blame] | 4803 | Copyright (c) 2010 Todd C. Miller <millert@openbsd.org> |
Elliott Hughes | 4e54b11 | 2014-03-06 15:06:11 -0800 | [diff] [blame] | 4804 | |
| 4805 | Permission to use, copy, modify, and distribute this software for any |
| 4806 | purpose with or without fee is hereby granted, provided that the above |
| 4807 | copyright notice and this permission notice appear in all copies. |
| 4808 | |
| 4809 | THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES |
| 4810 | WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF |
| 4811 | MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR |
| 4812 | ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES |
| 4813 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN |
| 4814 | ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF |
| 4815 | OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
| 4816 | |
| 4817 | ------------------------------------------------------------------- |
| 4818 | |
Elliott Hughes | 54a7494 | 2014-01-03 16:40:37 -0800 | [diff] [blame] | 4819 | Copyright (c) 2010, 2011, 2012, 2013 Intel Corporation |
Elliott Hughes | 2815b1d | 2013-06-12 16:00:41 -0700 | [diff] [blame] | 4820 | All rights reserved. |
| 4821 | |
| 4822 | Redistribution and use in source and binary forms, with or without |
| 4823 | modification, are permitted provided that the following conditions are met: |
| 4824 | |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 4825 | * Redistributions of source code must retain the above copyright notice, |
| 4826 | * this list of conditions and the following disclaimer. |
Elliott Hughes | 2815b1d | 2013-06-12 16:00:41 -0700 | [diff] [blame] | 4827 | |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 4828 | * Redistributions in binary form must reproduce the above copyright notice, |
| 4829 | * this list of conditions and the following disclaimer in the documentation |
| 4830 | * and/or other materials provided with the distribution. |
Elliott Hughes | 2815b1d | 2013-06-12 16:00:41 -0700 | [diff] [blame] | 4831 | |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 4832 | * Neither the name of Intel Corporation nor the names of its contributors |
| 4833 | * may be used to endorse or promote products derived from this software |
| 4834 | * without specific prior written permission. |
Elliott Hughes | 2815b1d | 2013-06-12 16:00:41 -0700 | [diff] [blame] | 4835 | |
| 4836 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND |
| 4837 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED |
| 4838 | WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE |
| 4839 | DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR |
| 4840 | ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES |
| 4841 | (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; |
| 4842 | LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON |
| 4843 | ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
| 4844 | (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS |
| 4845 | SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 4846 | |
| 4847 | ------------------------------------------------------------------- |
| 4848 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 4849 | Copyright (c) 2010, Intel Corporation |
| 4850 | All rights reserved. |
| 4851 | |
| 4852 | Redistribution and use in source and binary forms, with or without |
| 4853 | modification, are permitted provided that the following conditions are met: |
| 4854 | |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 4855 | * Redistributions of source code must retain the above copyright notice, |
| 4856 | * this list of conditions and the following disclaimer. |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 4857 | |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 4858 | * Redistributions in binary form must reproduce the above copyright notice, |
| 4859 | * this list of conditions and the following disclaimer in the documentation |
| 4860 | * and/or other materials provided with the distribution. |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 4861 | |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 4862 | * Neither the name of Intel Corporation nor the names of its contributors |
| 4863 | * may be used to endorse or promote products derived from this software |
| 4864 | * without specific prior written permission. |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 4865 | |
| 4866 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND |
| 4867 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED |
| 4868 | WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE |
| 4869 | DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR |
| 4870 | ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES |
| 4871 | (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; |
| 4872 | LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON |
| 4873 | ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
| 4874 | (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS |
| 4875 | SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 4876 | |
| 4877 | ------------------------------------------------------------------- |
| 4878 | |
Elliott Hughes | bfa582d | 2014-05-05 14:58:17 -0700 | [diff] [blame] | 4879 | Copyright (c) 2011 David Chisnall |
| 4880 | All rights reserved. |
| 4881 | |
| 4882 | Redistribution and use in source and binary forms, with or without |
| 4883 | modification, are permitted provided that the following conditions |
| 4884 | are met: |
| 4885 | 1. Redistributions of source code must retain the above copyright |
| 4886 | notice, this list of conditions and the following disclaimer. |
| 4887 | 2. Redistributions in binary form must reproduce the above copyright |
| 4888 | notice, this list of conditions and the following disclaimer in the |
| 4889 | documentation and/or other materials provided with the distribution. |
| 4890 | |
| 4891 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 4892 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 4893 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 4894 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 4895 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 4896 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 4897 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 4898 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 4899 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 4900 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 4901 | SUCH DAMAGE. |
| 4902 | |
| 4903 | ------------------------------------------------------------------- |
| 4904 | |
Elliott Hughes | ab52807 | 2018-07-24 00:01:52 +0000 | [diff] [blame] | 4905 | Copyright (c) 2011 David Schultz |
| 4906 | All rights reserved. |
| 4907 | |
| 4908 | Redistribution and use in source and binary forms, with or without |
| 4909 | modification, are permitted provided that the following conditions |
| 4910 | are met: |
| 4911 | 1. Redistributions of source code must retain the above copyright |
| 4912 | notice unmodified, this list of conditions, and the following |
| 4913 | disclaimer. |
| 4914 | 2. Redistributions in binary form must reproduce the above copyright |
| 4915 | notice, this list of conditions and the following disclaimer in the |
| 4916 | documentation and/or other materials provided with the distribution. |
| 4917 | |
| 4918 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR |
| 4919 | IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES |
| 4920 | OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. |
| 4921 | IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, |
| 4922 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT |
| 4923 | NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, |
| 4924 | DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY |
| 4925 | THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
| 4926 | (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF |
| 4927 | THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 4928 | |
| 4929 | ------------------------------------------------------------------- |
| 4930 | |
| 4931 | Copyright (c) 2011 David Schultz <das@FreeBSD.ORG> |
| 4932 | All rights reserved. |
| 4933 | |
| 4934 | Redistribution and use in source and binary forms, with or without |
| 4935 | modification, are permitted provided that the following conditions |
| 4936 | are met: |
| 4937 | 1. Redistributions of source code must retain the above copyright |
| 4938 | notice, this list of conditions and the following disclaimer. |
| 4939 | 2. Redistributions in binary form must reproduce the above copyright |
| 4940 | notice, this list of conditions and the following disclaimer in the |
| 4941 | documentation and/or other materials provided with the distribution. |
| 4942 | |
| 4943 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 4944 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 4945 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 4946 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 4947 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 4948 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 4949 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 4950 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 4951 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 4952 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 4953 | SUCH DAMAGE. |
| 4954 | |
| 4955 | ------------------------------------------------------------------- |
| 4956 | |
Elliott Hughes | 1558138 | 2014-07-07 15:42:06 -0700 | [diff] [blame] | 4957 | Copyright (c) 2011 Ed Schouten <ed@FreeBSD.org> |
| 4958 | David Chisnall <theraven@FreeBSD.org> |
| 4959 | All rights reserved. |
| 4960 | |
| 4961 | Redistribution and use in source and binary forms, with or without |
| 4962 | modification, are permitted provided that the following conditions |
| 4963 | are met: |
| 4964 | 1. Redistributions of source code must retain the above copyright |
| 4965 | notice, this list of conditions and the following disclaimer. |
| 4966 | 2. Redistributions in binary form must reproduce the above copyright |
| 4967 | notice, this list of conditions and the following disclaimer in the |
| 4968 | documentation and/or other materials provided with the distribution. |
| 4969 | |
| 4970 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 4971 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 4972 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 4973 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 4974 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 4975 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 4976 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 4977 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 4978 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 4979 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 4980 | SUCH DAMAGE. |
| 4981 | |
| 4982 | ------------------------------------------------------------------- |
| 4983 | |
Elliott Hughes | 2815b1d | 2013-06-12 16:00:41 -0700 | [diff] [blame] | 4984 | Copyright (c) 2011 Intel Corporation |
| 4985 | All rights reserved. |
| 4986 | |
| 4987 | Redistribution and use in source and binary forms, with or without |
| 4988 | modification, are permitted provided that the following conditions are met: |
| 4989 | |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 4990 | * Redistributions of source code must retain the above copyright notice, |
| 4991 | * this list of conditions and the following disclaimer. |
Elliott Hughes | 2815b1d | 2013-06-12 16:00:41 -0700 | [diff] [blame] | 4992 | |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 4993 | * Redistributions in binary form must reproduce the above copyright notice, |
| 4994 | * this list of conditions and the following disclaimer in the documentation |
| 4995 | * and/or other materials provided with the distribution. |
Elliott Hughes | 2815b1d | 2013-06-12 16:00:41 -0700 | [diff] [blame] | 4996 | |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 4997 | * Neither the name of Intel Corporation nor the names of its contributors |
| 4998 | * may be used to endorse or promote products derived from this software |
| 4999 | * without specific prior written permission. |
Elliott Hughes | 2815b1d | 2013-06-12 16:00:41 -0700 | [diff] [blame] | 5000 | |
| 5001 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND |
| 5002 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED |
| 5003 | WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE |
| 5004 | DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR |
| 5005 | ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES |
| 5006 | (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; |
| 5007 | LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON |
| 5008 | ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
| 5009 | (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS |
| 5010 | SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 5011 | |
| 5012 | ------------------------------------------------------------------- |
| 5013 | |
Elliott Hughes | 5c2264a | 2014-09-13 09:42:41 -0700 | [diff] [blame] | 5014 | Copyright (c) 2011 Martin Pieuchot <mpi@openbsd.org> |
| 5015 | |
| 5016 | Permission to use, copy, modify, and distribute this software for any |
| 5017 | purpose with or without fee is hereby granted, provided that the above |
| 5018 | copyright notice and this permission notice appear in all copies. |
| 5019 | |
| 5020 | THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES |
| 5021 | WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF |
| 5022 | MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR |
| 5023 | ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES |
| 5024 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN |
| 5025 | ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF |
| 5026 | OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
| 5027 | |
| 5028 | ------------------------------------------------------------------- |
| 5029 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 5030 | Copyright (c) 2011 The Android Open Source Project |
| 5031 | Copyright (c) 2008 ARM Ltd |
| 5032 | All rights reserved. |
| 5033 | |
| 5034 | Redistribution and use in source and binary forms, with or without |
| 5035 | modification, are permitted provided that the following conditions |
| 5036 | are met: |
| 5037 | 1. Redistributions of source code must retain the above copyright |
| 5038 | notice, this list of conditions and the following disclaimer. |
| 5039 | 2. Redistributions in binary form must reproduce the above copyright |
| 5040 | notice, this list of conditions and the following disclaimer in the |
| 5041 | documentation and/or other materials provided with the distribution. |
| 5042 | 3. The name of the company may not be used to endorse or promote |
| 5043 | products derived from this software without specific prior written |
| 5044 | permission. |
| 5045 | |
| 5046 | THIS SOFTWARE IS PROVIDED BY ARM LTD ``AS IS'' AND ANY EXPRESS OR IMPLIED |
| 5047 | WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF |
| 5048 | MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. |
| 5049 | IN NO EVENT SHALL ARM LTD BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, |
| 5050 | SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED |
| 5051 | TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR |
| 5052 | PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF |
| 5053 | LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING |
| 5054 | NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS |
| 5055 | SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 5056 | |
| 5057 | ------------------------------------------------------------------- |
| 5058 | |
Elliott Hughes | 54a7494 | 2014-01-03 16:40:37 -0800 | [diff] [blame] | 5059 | Copyright (c) 2011, 2012, 2013 Intel Corporation |
| 5060 | All rights reserved. |
| 5061 | |
| 5062 | Redistribution and use in source and binary forms, with or without |
| 5063 | modification, are permitted provided that the following conditions are met: |
| 5064 | |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 5065 | * Redistributions of source code must retain the above copyright notice, |
| 5066 | * this list of conditions and the following disclaimer. |
Elliott Hughes | 54a7494 | 2014-01-03 16:40:37 -0800 | [diff] [blame] | 5067 | |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 5068 | * Redistributions in binary form must reproduce the above copyright notice, |
| 5069 | * this list of conditions and the following disclaimer in the documentation |
| 5070 | * and/or other materials provided with the distribution. |
Elliott Hughes | 54a7494 | 2014-01-03 16:40:37 -0800 | [diff] [blame] | 5071 | |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 5072 | * Neither the name of Intel Corporation nor the names of its contributors |
| 5073 | * may be used to endorse or promote products derived from this software |
| 5074 | * without specific prior written permission. |
Elliott Hughes | 54a7494 | 2014-01-03 16:40:37 -0800 | [diff] [blame] | 5075 | |
| 5076 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND |
| 5077 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED |
| 5078 | WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE |
| 5079 | DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR |
| 5080 | ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES |
| 5081 | (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; |
| 5082 | LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON |
| 5083 | ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
| 5084 | (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS |
| 5085 | SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 5086 | |
| 5087 | ------------------------------------------------------------------- |
| 5088 | |
Elliott Hughes | 2815b1d | 2013-06-12 16:00:41 -0700 | [diff] [blame] | 5089 | Copyright (c) 2011, Intel Corporation |
| 5090 | All rights reserved. |
| 5091 | |
| 5092 | Redistribution and use in source and binary forms, with or without |
| 5093 | modification, are permitted provided that the following conditions are met: |
| 5094 | |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 5095 | * Redistributions of source code must retain the above copyright notice, |
| 5096 | * this list of conditions and the following disclaimer. |
Elliott Hughes | 2815b1d | 2013-06-12 16:00:41 -0700 | [diff] [blame] | 5097 | |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 5098 | * Redistributions in binary form must reproduce the above copyright notice, |
| 5099 | * this list of conditions and the following disclaimer in the documentation |
| 5100 | * and/or other materials provided with the distribution. |
Elliott Hughes | 2815b1d | 2013-06-12 16:00:41 -0700 | [diff] [blame] | 5101 | |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 5102 | * Neither the name of Intel Corporation nor the names of its contributors |
| 5103 | * may be used to endorse or promote products derived from this software |
| 5104 | * without specific prior written permission. |
Elliott Hughes | 2815b1d | 2013-06-12 16:00:41 -0700 | [diff] [blame] | 5105 | |
| 5106 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND |
| 5107 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED |
| 5108 | WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE |
| 5109 | DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR |
| 5110 | ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES |
| 5111 | (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; |
| 5112 | LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON |
| 5113 | ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
| 5114 | (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS |
| 5115 | SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 5116 | |
| 5117 | ------------------------------------------------------------------- |
| 5118 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 5119 | Copyright (c) 2011, VMware, Inc. |
| 5120 | All rights reserved. |
| 5121 | |
| 5122 | Redistribution and use in source and binary forms, with or without |
| 5123 | modification, are permitted provided that the following conditions are met: |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 5124 | * Redistributions of source code must retain the above copyright |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 5125 | notice, this list of conditions and the following disclaimer. |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 5126 | * Redistributions in binary form must reproduce the above copyright |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 5127 | notice, this list of conditions and the following disclaimer in the |
| 5128 | documentation and/or other materials provided with the distribution. |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 5129 | * 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] | 5130 | may be used to endorse or promote products derived from this software |
| 5131 | without specific prior written permission. |
| 5132 | |
| 5133 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" |
| 5134 | AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 5135 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 5136 | ARE DISCLAIMED. IN NO EVENT SHALL VMWARE, INC. OR CONTRIBUTORS BE LIABLE FOR |
| 5137 | ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES |
| 5138 | (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; |
| 5139 | LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND |
| 5140 | ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
| 5141 | (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF |
| 5142 | THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 5143 | |
| 5144 | ------------------------------------------------------------------- |
| 5145 | |
Dan Albert | c30862f | 2016-10-20 11:45:16 -0700 | [diff] [blame] | 5146 | Copyright (c) 2012 Stephen Montgomery-Smith <stephen@FreeBSD.ORG> |
Elliott Hughes | ab52807 | 2018-07-24 00:01:52 +0000 | [diff] [blame] | 5147 | All rights reserved. |
| 5148 | |
| 5149 | Redistribution and use in source and binary forms, with or without |
| 5150 | modification, are permitted provided that the following conditions |
| 5151 | are met: |
| 5152 | 1. Redistributions of source code must retain the above copyright |
| 5153 | notice, this list of conditions and the following disclaimer. |
| 5154 | 2. Redistributions in binary form must reproduce the above copyright |
| 5155 | notice, this list of conditions and the following disclaimer in the |
| 5156 | documentation and/or other materials provided with the distribution. |
| 5157 | |
| 5158 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 5159 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 5160 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 5161 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 5162 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 5163 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 5164 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 5165 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 5166 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 5167 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 5168 | SUCH DAMAGE. |
| 5169 | |
| 5170 | ------------------------------------------------------------------- |
| 5171 | |
| 5172 | Copyright (c) 2012 Stephen Montgomery-Smith <stephen@FreeBSD.ORG> |
Elliott Hughes | 8da8ca4 | 2018-05-08 13:35:33 -0700 | [diff] [blame] | 5173 | Copyright (c) 2017 Mahdi Mokhtari <mmokhi@FreeBSD.org> |
Dan Albert | c30862f | 2016-10-20 11:45:16 -0700 | [diff] [blame] | 5174 | All rights reserved. |
| 5175 | |
| 5176 | Redistribution and use in source and binary forms, with or without |
| 5177 | modification, are permitted provided that the following conditions |
| 5178 | are met: |
| 5179 | 1. Redistributions of source code must retain the above copyright |
| 5180 | notice, this list of conditions and the following disclaimer. |
| 5181 | 2. Redistributions in binary form must reproduce the above copyright |
| 5182 | notice, this list of conditions and the following disclaimer in the |
| 5183 | documentation and/or other materials provided with the distribution. |
| 5184 | |
| 5185 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 5186 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 5187 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 5188 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 5189 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 5190 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 5191 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 5192 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 5193 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 5194 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 5195 | SUCH DAMAGE. |
| 5196 | |
| 5197 | ------------------------------------------------------------------- |
| 5198 | |
Jake Weinstein | 372f19e | 2016-11-17 16:01:25 -0500 | [diff] [blame] | 5199 | Copyright (c) 2012-2013, Linaro Limited |
| 5200 | All rights reserved. |
| 5201 | |
| 5202 | Redistribution and use in source and binary forms, with or without |
| 5203 | modification, are permitted provided that the following conditions are met: |
| 5204 | * Redistributions of source code must retain the above copyright |
| 5205 | notice, this list of conditions and the following disclaimer. |
| 5206 | * Redistributions in binary form must reproduce the above copyright |
| 5207 | notice, this list of conditions and the following disclaimer in the |
| 5208 | documentation and/or other materials provided with the distribution. |
| 5209 | * Neither the name of the Linaro nor the |
| 5210 | names of its contributors may be used to endorse or promote products |
| 5211 | derived from this software without specific prior written permission. |
| 5212 | |
| 5213 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS |
| 5214 | "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT |
| 5215 | LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR |
| 5216 | A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT |
| 5217 | HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, |
| 5218 | SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT |
| 5219 | LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, |
| 5220 | DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY |
| 5221 | THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
| 5222 | (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE |
| 5223 | |
| 5224 | ------------------------------------------------------------------- |
| 5225 | |
Jake Weinstein | bff53b2 | 2017-05-06 23:22:58 -0400 | [diff] [blame] | 5226 | Copyright (c) 2012-2014 ARM Ltd |
| 5227 | All rights reserved. |
| 5228 | |
| 5229 | Redistribution and use in source and binary forms, with or without |
| 5230 | modification, are permitted provided that the following conditions |
| 5231 | are met: |
| 5232 | 1. Redistributions of source code must retain the above copyright |
| 5233 | notice, this list of conditions and the following disclaimer. |
| 5234 | 2. Redistributions in binary form must reproduce the above copyright |
| 5235 | notice, this list of conditions and the following disclaimer in the |
| 5236 | documentation and/or other materials provided with the distribution. |
| 5237 | 3. The name of the company may not be used to endorse or promote |
| 5238 | products derived from this software without specific prior written |
| 5239 | permission. |
| 5240 | |
| 5241 | THIS SOFTWARE IS PROVIDED BY ARM LTD ``AS IS'' AND ANY EXPRESS OR IMPLIED |
| 5242 | WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF |
| 5243 | MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. |
| 5244 | IN NO EVENT SHALL ARM LTD BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, |
| 5245 | SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED |
| 5246 | TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR |
| 5247 | PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF |
| 5248 | LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING |
| 5249 | NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS |
| 5250 | SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 5251 | |
| 5252 | ------------------------------------------------------------------- |
| 5253 | |
Elliott Hughes | 0493a6f | 2013-03-07 11:48:58 -0800 | [diff] [blame] | 5254 | Copyright (c) 2013 ARM Ltd |
| 5255 | All rights reserved. |
| 5256 | |
| 5257 | Redistribution and use in source and binary forms, with or without |
| 5258 | modification, are permitted provided that the following conditions |
| 5259 | are met: |
| 5260 | 1. Redistributions of source code must retain the above copyright |
| 5261 | notice, this list of conditions and the following disclaimer. |
| 5262 | 2. Redistributions in binary form must reproduce the above copyright |
| 5263 | notice, this list of conditions and the following disclaimer in the |
| 5264 | documentation and/or other materials provided with the distribution. |
| 5265 | 3. The name of the company may not be used to endorse or promote |
| 5266 | products derived from this software without specific prior written |
| 5267 | permission. |
| 5268 | |
| 5269 | THIS SOFTWARE IS PROVIDED BY ARM LTD ``AS IS'' AND ANY EXPRESS OR IMPLIED |
| 5270 | WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF |
| 5271 | MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. |
| 5272 | IN NO EVENT SHALL ARM LTD BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, |
| 5273 | SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED |
| 5274 | TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR |
| 5275 | PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF |
| 5276 | LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING |
| 5277 | NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS |
| 5278 | SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 5279 | |
| 5280 | ------------------------------------------------------------------- |
| 5281 | |
Elliott Hughes | 4e54b11 | 2014-03-06 15:06:11 -0800 | [diff] [blame] | 5282 | Copyright (c) 2013 Antoine Jacoutot <ajacoutot@openbsd.org> |
| 5283 | |
| 5284 | Permission to use, copy, modify, and distribute this software for any |
| 5285 | purpose with or without fee is hereby granted, provided that the above |
| 5286 | copyright notice and this permission notice appear in all copies. |
| 5287 | |
| 5288 | THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES |
| 5289 | WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF |
| 5290 | MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR |
| 5291 | ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES |
| 5292 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN |
| 5293 | ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF |
| 5294 | OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
| 5295 | |
| 5296 | ------------------------------------------------------------------- |
| 5297 | |
Elliott Hughes | ab52807 | 2018-07-24 00:01:52 +0000 | [diff] [blame] | 5298 | Copyright (c) 2013 Bruce D. Evans |
| 5299 | All rights reserved. |
| 5300 | |
| 5301 | Redistribution and use in source and binary forms, with or without |
| 5302 | modification, are permitted provided that the following conditions |
| 5303 | are met: |
| 5304 | 1. Redistributions of source code must retain the above copyright |
| 5305 | notice unmodified, this list of conditions, and the following |
| 5306 | disclaimer. |
| 5307 | 2. Redistributions in binary form must reproduce the above copyright |
| 5308 | notice, this list of conditions and the following disclaimer in the |
| 5309 | documentation and/or other materials provided with the distribution. |
| 5310 | |
| 5311 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR |
| 5312 | IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES |
| 5313 | OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. |
| 5314 | IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, |
| 5315 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT |
| 5316 | NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, |
| 5317 | DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY |
| 5318 | THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
| 5319 | (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF |
| 5320 | THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 5321 | |
| 5322 | ------------------------------------------------------------------- |
| 5323 | |
Elliott Hughes | 6b2b585 | 2014-12-18 16:27:30 -0800 | [diff] [blame] | 5324 | Copyright (c) 2013 The NetBSD Foundation, Inc. |
| 5325 | All rights reserved. |
Will Newton | 2753e12 | 2013-07-03 09:44:30 +0100 | [diff] [blame] | 5326 | |
Elliott Hughes | 6b2b585 | 2014-12-18 16:27:30 -0800 | [diff] [blame] | 5327 | This code is derived from software contributed to The NetBSD Foundation |
| 5328 | by Christos Zoulas. |
Will Newton | 2753e12 | 2013-07-03 09:44:30 +0100 | [diff] [blame] | 5329 | |
Elliott Hughes | 6b2b585 | 2014-12-18 16:27:30 -0800 | [diff] [blame] | 5330 | Redistribution and use in source and binary forms, with or without |
| 5331 | modification, are permitted provided that the following conditions |
| 5332 | are met: |
| 5333 | 1. Redistributions of source code must retain the above copyright |
| 5334 | notice, this list of conditions and the following disclaimer. |
| 5335 | 2. Redistributions in binary form must reproduce the above copyright |
| 5336 | notice, this list of conditions and the following disclaimer in the |
| 5337 | documentation and/or other materials provided with the distribution. |
Will Newton | 2753e12 | 2013-07-03 09:44:30 +0100 | [diff] [blame] | 5338 | |
Elliott Hughes | 6b2b585 | 2014-12-18 16:27:30 -0800 | [diff] [blame] | 5339 | THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS |
| 5340 | ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED |
| 5341 | TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR |
| 5342 | PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS |
| 5343 | BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR |
| 5344 | CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF |
| 5345 | SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS |
| 5346 | INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN |
| 5347 | CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) |
| 5348 | ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE |
| 5349 | POSSIBILITY OF SUCH DAMAGE. |
Will Newton | 2753e12 | 2013-07-03 09:44:30 +0100 | [diff] [blame] | 5350 | |
| 5351 | ------------------------------------------------------------------- |
| 5352 | |
Jake Weinstein | 372f19e | 2016-11-17 16:01:25 -0500 | [diff] [blame] | 5353 | Copyright (c) 2013, Linaro Limited |
| 5354 | All rights reserved. |
| 5355 | |
| 5356 | Redistribution and use in source and binary forms, with or without |
| 5357 | modification, are permitted provided that the following conditions are met: |
| 5358 | * Redistributions of source code must retain the above copyright |
| 5359 | notice, this list of conditions and the following disclaimer. |
| 5360 | * Redistributions in binary form must reproduce the above copyright |
| 5361 | notice, this list of conditions and the following disclaimer in the |
| 5362 | documentation and/or other materials provided with the distribution. |
| 5363 | * Neither the name of the Linaro nor the |
| 5364 | names of its contributors may be used to endorse or promote products |
| 5365 | derived from this software without specific prior written permission. |
| 5366 | |
| 5367 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS |
| 5368 | "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT |
| 5369 | LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR |
| 5370 | A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT |
| 5371 | HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, |
| 5372 | SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT |
| 5373 | LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, |
| 5374 | DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY |
| 5375 | THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
| 5376 | (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE |
| 5377 | |
| 5378 | ------------------------------------------------------------------- |
| 5379 | |
Dan Albert | c30862f | 2016-10-20 11:45:16 -0700 | [diff] [blame] | 5380 | Copyright (c) 2013-2014, NVIDIA Corporation. All rights reserved. |
| 5381 | Johnny Qiu <joqiu@nvidia.com> |
| 5382 | Shu Zhang <chazhang@nvidia.com> |
| 5383 | |
| 5384 | Redistribution and use in source and binary forms, with or without |
| 5385 | modification, are permitted provided that the following conditions are |
| 5386 | met: |
| 5387 | * Redistributions of source code must retain the above copyright |
| 5388 | notice, this list of conditions and the following disclaimer. |
| 5389 | * Redistributions in binary form must reproduce the above |
| 5390 | copyright notice, this list of conditions and the following |
| 5391 | disclaimer in the documentation and/or other materials provided |
| 5392 | with the distribution. |
| 5393 | * Neither the name of The Linux Foundation nor the names of its |
| 5394 | contributors may be used to endorse or promote products derived |
| 5395 | from this software without specific prior written permission. |
| 5396 | |
| 5397 | THIS SOFTWARE IS PROVIDED "AS IS" AND ANY EXPRESS OR IMPLIED |
| 5398 | WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF |
| 5399 | MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT |
| 5400 | ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS |
| 5401 | BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR |
| 5402 | CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF |
| 5403 | SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR |
| 5404 | BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, |
| 5405 | WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE |
| 5406 | OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN |
| 5407 | IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 5408 | |
| 5409 | ------------------------------------------------------------------- |
| 5410 | |
Elliott Hughes | 1558138 | 2014-07-07 15:42:06 -0700 | [diff] [blame] | 5411 | Copyright (c) 2014, Intel Corporation |
| 5412 | All rights reserved. |
| 5413 | |
| 5414 | Redistribution and use in source and binary forms, with or without |
| 5415 | modification, are permitted provided that the following conditions are met: |
| 5416 | |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 5417 | * Redistributions of source code must retain the above copyright notice, |
| 5418 | * this list of conditions and the following disclaimer. |
Elliott Hughes | 1558138 | 2014-07-07 15:42:06 -0700 | [diff] [blame] | 5419 | |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 5420 | * Redistributions in binary form must reproduce the above copyright notice, |
| 5421 | * this list of conditions and the following disclaimer in the documentation |
| 5422 | * and/or other materials provided with the distribution. |
Elliott Hughes | 1558138 | 2014-07-07 15:42:06 -0700 | [diff] [blame] | 5423 | |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 5424 | * Neither the name of Intel Corporation nor the names of its contributors |
| 5425 | * may be used to endorse or promote products derived from this software |
| 5426 | * without specific prior written permission. |
Elliott Hughes | 1558138 | 2014-07-07 15:42:06 -0700 | [diff] [blame] | 5427 | |
| 5428 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND |
| 5429 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED |
| 5430 | WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE |
| 5431 | DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR |
| 5432 | ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES |
| 5433 | (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; |
| 5434 | LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON |
| 5435 | ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
| 5436 | (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS |
| 5437 | SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 5438 | |
| 5439 | ------------------------------------------------------------------- |
| 5440 | |
Elliott Hughes | 4e54b11 | 2014-03-06 15:06:11 -0800 | [diff] [blame] | 5441 | Copyright (c) 2014, Linaro Limited |
| 5442 | All rights reserved. |
| 5443 | |
| 5444 | Redistribution and use in source and binary forms, with or without |
| 5445 | modification, are permitted provided that the following conditions are met: |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 5446 | * Redistributions of source code must retain the above copyright |
Elliott Hughes | 4e54b11 | 2014-03-06 15:06:11 -0800 | [diff] [blame] | 5447 | notice, this list of conditions and the following disclaimer. |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 5448 | * Redistributions in binary form must reproduce the above copyright |
Elliott Hughes | 4e54b11 | 2014-03-06 15:06:11 -0800 | [diff] [blame] | 5449 | notice, this list of conditions and the following disclaimer in the |
| 5450 | documentation and/or other materials provided with the distribution. |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 5451 | * Neither the name of the Linaro nor the |
Elliott Hughes | 4e54b11 | 2014-03-06 15:06:11 -0800 | [diff] [blame] | 5452 | names of its contributors may be used to endorse or promote products |
| 5453 | derived from this software without specific prior written permission. |
| 5454 | |
| 5455 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS |
| 5456 | "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT |
| 5457 | LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR |
| 5458 | A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT |
| 5459 | HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, |
| 5460 | SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT |
| 5461 | LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, |
| 5462 | DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY |
| 5463 | THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
| 5464 | (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE |
| 5465 | OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 5466 | |
| 5467 | ------------------------------------------------------------------- |
| 5468 | |
Jake Weinstein | 372f19e | 2016-11-17 16:01:25 -0500 | [diff] [blame] | 5469 | Copyright (c) 2015 ARM Ltd |
| 5470 | All rights reserved. |
| 5471 | |
| 5472 | Redistribution and use in source and binary forms, with or without |
| 5473 | modification, are permitted provided that the following conditions |
| 5474 | are met: |
| 5475 | 1. Redistributions of source code must retain the above copyright |
| 5476 | notice, this list of conditions and the following disclaimer. |
| 5477 | 2. Redistributions in binary form must reproduce the above copyright |
| 5478 | notice, this list of conditions and the following disclaimer in the |
| 5479 | documentation and/or other materials provided with the distribution. |
| 5480 | 3. The name of the company may not be used to endorse or promote |
| 5481 | products derived from this software without specific prior written |
| 5482 | permission. |
| 5483 | |
| 5484 | THIS SOFTWARE IS PROVIDED BY ARM LTD ``AS IS'' AND ANY EXPRESS OR IMPLIED |
| 5485 | WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF |
| 5486 | MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. |
| 5487 | IN NO EVENT SHALL ARM LTD BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, |
| 5488 | SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED |
| 5489 | TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR |
| 5490 | PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF |
| 5491 | LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING |
| 5492 | NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS |
| 5493 | SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 5494 | |
| 5495 | ------------------------------------------------------------------- |
| 5496 | |
Elliott Hughes | b4931ce | 2016-02-08 17:00:12 -0800 | [diff] [blame] | 5497 | Copyright (c) 2015 Joerg Sonnenberger <joerg@NetBSD.org>. |
| 5498 | All rights reserved. |
| 5499 | |
| 5500 | Redistribution and use in source and binary forms, with or without |
| 5501 | modification, are permitted provided that the following conditions |
| 5502 | are met: |
| 5503 | |
| 5504 | 1. Redistributions of source code must retain the above copyright |
| 5505 | notice, this list of conditions and the following disclaimer. |
| 5506 | 2. Redistributions in binary form must reproduce the above copyright |
| 5507 | notice, this list of conditions and the following disclaimer in |
| 5508 | the documentation and/or other materials provided with the |
| 5509 | distribution. |
| 5510 | |
| 5511 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS |
| 5512 | ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT |
| 5513 | LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS |
| 5514 | FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE |
| 5515 | COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, |
| 5516 | INCIDENTAL, SPECIAL, EXEMPLARY OR CONSEQUENTIAL DAMAGES (INCLUDING, |
| 5517 | BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; |
| 5518 | LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED |
| 5519 | AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, |
| 5520 | OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT |
| 5521 | OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 5522 | SUCH DAMAGE. |
| 5523 | |
| 5524 | ------------------------------------------------------------------- |
| 5525 | |
Elliott Hughes | 5702c6f | 2017-08-31 17:27:05 -0700 | [diff] [blame] | 5526 | Copyright (c) 2015 Nuxi, https://nuxi.nl/ |
| 5527 | |
| 5528 | Redistribution and use in source and binary forms, with or without |
| 5529 | modification, are permitted provided that the following conditions |
| 5530 | are met: |
| 5531 | 1. Redistributions of source code must retain the above copyright |
| 5532 | notice, this list of conditions and the following disclaimer. |
| 5533 | 2. Redistributions in binary form must reproduce the above copyright |
| 5534 | notice, this list of conditions and the following disclaimer in the |
| 5535 | documentation and/or other materials provided with the distribution. |
| 5536 | |
| 5537 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 5538 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 5539 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 5540 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 5541 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 5542 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 5543 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 5544 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 5545 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 5546 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 5547 | SUCH DAMAGE. |
| 5548 | |
| 5549 | ------------------------------------------------------------------- |
| 5550 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 5551 | Copyright (c)1999 Citrus Project, |
| 5552 | All rights reserved. |
| 5553 | |
| 5554 | Redistribution and use in source and binary forms, with or without |
| 5555 | modification, are permitted provided that the following conditions |
| 5556 | are met: |
| 5557 | 1. Redistributions of source code must retain the above copyright |
| 5558 | notice, this list of conditions and the following disclaimer. |
| 5559 | 2. Redistributions in binary form must reproduce the above copyright |
| 5560 | notice, this list of conditions and the following disclaimer in the |
| 5561 | documentation and/or other materials provided with the distribution. |
| 5562 | |
| 5563 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 5564 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 5565 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 5566 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 5567 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 5568 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 5569 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 5570 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 5571 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 5572 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 5573 | SUCH DAMAGE. |
| 5574 | |
| 5575 | ------------------------------------------------------------------- |
| 5576 | |
| 5577 | Copyright (c)2001 Citrus Project, |
| 5578 | All rights reserved. |
| 5579 | |
| 5580 | Redistribution and use in source and binary forms, with or without |
| 5581 | modification, are permitted provided that the following conditions |
| 5582 | are met: |
| 5583 | 1. Redistributions of source code must retain the above copyright |
| 5584 | notice, this list of conditions and the following disclaimer. |
| 5585 | 2. Redistributions in binary form must reproduce the above copyright |
| 5586 | notice, this list of conditions and the following disclaimer in the |
| 5587 | documentation and/or other materials provided with the distribution. |
| 5588 | |
| 5589 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 5590 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 5591 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 5592 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 5593 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 5594 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 5595 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 5596 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 5597 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 5598 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 5599 | SUCH DAMAGE. |
| 5600 | |
| 5601 | ------------------------------------------------------------------- |
| 5602 | |
Elliott Hughes | acbe322 | 2014-04-16 17:01:12 -0700 | [diff] [blame] | 5603 | Copyright (c)2003 Citrus Project, |
| 5604 | All rights reserved. |
| 5605 | |
| 5606 | Redistribution and use in source and binary forms, with or without |
| 5607 | modification, are permitted provided that the following conditions |
| 5608 | are met: |
| 5609 | 1. Redistributions of source code must retain the above copyright |
| 5610 | notice, this list of conditions and the following disclaimer. |
| 5611 | 2. Redistributions in binary form must reproduce the above copyright |
| 5612 | notice, this list of conditions and the following disclaimer in the |
| 5613 | documentation and/or other materials provided with the distribution. |
| 5614 | |
| 5615 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 5616 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 5617 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 5618 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 5619 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 5620 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 5621 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 5622 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 5623 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 5624 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 5625 | SUCH DAMAGE. |
| 5626 | |
| 5627 | ------------------------------------------------------------------- |
| 5628 | |
Elliott Hughes | 77a3e28 | 2016-08-08 12:39:56 -0700 | [diff] [blame] | 5629 | Copyright 1989 The Regents of the University of California. |
| 5630 | All rights reserved. |
| 5631 | |
| 5632 | Redistribution and use in source and binary forms, with or without |
| 5633 | modification, are permitted provided that the following conditions |
| 5634 | are met: |
| 5635 | 1. Redistributions of source code must retain the above copyright |
| 5636 | notice, this list of conditions and the following disclaimer. |
| 5637 | 2. Redistributions in binary form must reproduce the above copyright |
| 5638 | notice, this list of conditions and the following disclaimer in the |
| 5639 | documentation and/or other materials provided with the distribution. |
| 5640 | 3. Neither the name of the University nor the names of its contributors |
| 5641 | may be used to endorse or promote products derived from this software |
| 5642 | without specific prior written permission. |
| 5643 | |
| 5644 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS "AS IS" AND |
| 5645 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 5646 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 5647 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 5648 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 5649 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 5650 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 5651 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 5652 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 5653 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 5654 | |
| 5655 | ------------------------------------------------------------------- |
| 5656 | |
Elliott Hughes | 5c2264a | 2014-09-13 09:42:41 -0700 | [diff] [blame] | 5657 | Copyright 1997 Niels Provos <provos@physnet.uni-hamburg.de> |
| 5658 | Copyright 2008 Damien Miller <djm@openbsd.org> |
| 5659 | All rights reserved. |
| 5660 | |
| 5661 | Theo de Raadt <deraadt@openbsd.org> came up with the idea of using |
| 5662 | such a mathematical system to generate more random (yet non-repeating) |
| 5663 | ids to solve the resolver/named problem. But Niels designed the |
| 5664 | actual system based on the constraints. |
| 5665 | |
| 5666 | Later modified by Damien Miller to wrap the LCG output in a 15-bit |
| 5667 | permutation generator based on a Luby-Rackoff block cipher. This |
| 5668 | ensures the output is non-repeating and preserves the MSB twiddle |
| 5669 | trick, but makes it more resistant to LCG prediction. |
| 5670 | |
| 5671 | Redistribution and use in source and binary forms, with or without |
| 5672 | modification, are permitted provided that the following conditions |
| 5673 | are met: |
| 5674 | 1. Redistributions of source code must retain the above copyright |
| 5675 | notice, this list of conditions and the following disclaimer. |
| 5676 | 2. Redistributions in binary form must reproduce the above copyright |
| 5677 | notice, this list of conditions and the following disclaimer in the |
| 5678 | documentation and/or other materials provided with the distribution. |
| 5679 | |
| 5680 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR |
| 5681 | IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES |
| 5682 | OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. |
| 5683 | IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, |
| 5684 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT |
| 5685 | NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, |
| 5686 | DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY |
| 5687 | THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
| 5688 | (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF |
| 5689 | THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 5690 | |
| 5691 | ------------------------------------------------------------------- |
| 5692 | |
Dan Albert | c30862f | 2016-10-20 11:45:16 -0700 | [diff] [blame] | 5693 | From: @(#)s_ilogb.c 5.1 93/09/24 |
| 5694 | ==================================================== |
| 5695 | Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved. |
| 5696 | |
| 5697 | Developed at SunPro, a Sun Microsystems, Inc. business. |
| 5698 | Permission to use, copy, modify, and distribute this |
| 5699 | software is freely granted, provided that this notice |
| 5700 | is preserved. |
| 5701 | |
| 5702 | ------------------------------------------------------------------- |
| 5703 | |
Calin Juravle | c4fbf92 | 2014-03-10 11:23:52 +0000 | [diff] [blame] | 5704 | Portions Copyright (C) 2004, 2005, 2008, 2009 Internet Systems Consortium, Inc. ("ISC") |
| 5705 | Portions Copyright (C) 1996-2003 Internet Software Consortium. |
| 5706 | |
| 5707 | Permission to use, copy, modify, and/or distribute this software for any |
| 5708 | purpose with or without fee is hereby granted, provided that the above |
| 5709 | copyright notice and this permission notice appear in all copies. |
| 5710 | |
| 5711 | THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH |
| 5712 | REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY |
| 5713 | AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT, |
| 5714 | INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM |
| 5715 | LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE |
| 5716 | OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR |
| 5717 | PERFORMANCE OF THIS SOFTWARE. |
| 5718 | |
| 5719 | ------------------------------------------------------------------- |
| 5720 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 5721 | Portions Copyright (c) 1993 by Digital Equipment Corporation. |
| 5722 | |
| 5723 | Permission to use, copy, modify, and distribute this software for any |
| 5724 | purpose with or without fee is hereby granted, provided that the above |
| 5725 | copyright notice and this permission notice appear in all copies, and that |
| 5726 | the name of Digital Equipment Corporation not be used in advertising or |
| 5727 | publicity pertaining to distribution of the document or software without |
| 5728 | specific, written prior permission. |
| 5729 | |
| 5730 | THE SOFTWARE IS PROVIDED "AS IS" AND DIGITAL EQUIPMENT CORP. DISCLAIMS ALL |
| 5731 | WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES |
| 5732 | OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL DIGITAL EQUIPMENT |
| 5733 | CORPORATION BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL |
| 5734 | DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR |
| 5735 | PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS |
| 5736 | ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS |
| 5737 | SOFTWARE. |
| 5738 | |
| 5739 | ------------------------------------------------------------------- |
| 5740 | |
| 5741 | Portions Copyright (c) 1995 by International Business Machines, Inc. |
| 5742 | |
| 5743 | International Business Machines, Inc. (hereinafter called IBM) grants |
| 5744 | permission under its copyrights to use, copy, modify, and distribute this |
| 5745 | Software with or without fee, provided that the above copyright notice and |
| 5746 | all paragraphs of this notice appear in all copies, and that the name of IBM |
| 5747 | not be used in connection with the marketing of any product incorporating |
| 5748 | the Software or modifications thereof, without specific, written prior |
| 5749 | permission. |
| 5750 | |
| 5751 | To the extent it has a right to do so, IBM grants an immunity from suit |
| 5752 | under its patents, if any, for the use, sale or manufacture of products to |
| 5753 | the extent that such products are used for performing Domain Name System |
| 5754 | dynamic updates in TCP/IP networks by means of the Software. No immunity is |
| 5755 | granted for any product per se or for any other function of any product. |
| 5756 | |
| 5757 | THE SOFTWARE IS PROVIDED "AS IS", AND IBM DISCLAIMS ALL WARRANTIES, |
| 5758 | INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A |
| 5759 | PARTICULAR PURPOSE. IN NO EVENT SHALL IBM BE LIABLE FOR ANY SPECIAL, |
| 5760 | DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER ARISING |
| 5761 | OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE, EVEN |
| 5762 | IF IBM IS APPRISED OF THE POSSIBILITY OF SUCH DAMAGES. |
| 5763 | |
| 5764 | ------------------------------------------------------------------- |
| 5765 | |
| 5766 | Portions Copyright(C) 1995, Jason Downs. All rights reserved. |
| 5767 | |
| 5768 | Redistribution and use in source and binary forms, with or without |
| 5769 | modification, are permitted provided that the following conditions |
| 5770 | are met: |
| 5771 | 1. Redistributions of source code must retain the above copyright |
| 5772 | notice, this list of conditions and the following disclaimer. |
| 5773 | 2. Redistributions in binary form must reproduce the above copyright |
| 5774 | notice, this list of conditions and the following disclaimer in the |
| 5775 | documentation and/or other materials provided with the distribution. |
| 5776 | |
| 5777 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR(S) ``AS IS'' AND ANY EXPRESS |
| 5778 | OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED |
| 5779 | WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE |
| 5780 | DISCLAIMED. IN NO EVENT SHALL THE AUTHOR(S) BE LIABLE FOR ANY DIRECT, |
| 5781 | INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES |
| 5782 | (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR |
| 5783 | SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER |
| 5784 | CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 5785 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 5786 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 5787 | SUCH DAMAGE. |
| 5788 | |
| 5789 | ------------------------------------------------------------------- |
| 5790 | |
| 5791 | The author of this software is David M. Gay. |
| 5792 | |
Elliott Hughes | acbe322 | 2014-04-16 17:01:12 -0700 | [diff] [blame] | 5793 | Copyright (C) 1998 by Lucent Technologies |
| 5794 | All Rights Reserved |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 5795 | |
Elliott Hughes | acbe322 | 2014-04-16 17:01:12 -0700 | [diff] [blame] | 5796 | Permission to use, copy, modify, and distribute this software and |
| 5797 | its documentation for any purpose and without fee is hereby |
| 5798 | granted, provided that the above copyright notice appear in all |
| 5799 | copies and that both that the copyright notice and this |
| 5800 | permission notice and warranty disclaimer appear in supporting |
| 5801 | documentation, and that the name of Lucent or any of its entities |
| 5802 | not be used in advertising or publicity pertaining to |
| 5803 | distribution of the software without specific, written prior |
| 5804 | permission. |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 5805 | |
Elliott Hughes | acbe322 | 2014-04-16 17:01:12 -0700 | [diff] [blame] | 5806 | LUCENT DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, |
| 5807 | INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. |
| 5808 | IN NO EVENT SHALL LUCENT OR ANY OF ITS ENTITIES BE LIABLE FOR ANY |
| 5809 | SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES |
| 5810 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER |
| 5811 | IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, |
| 5812 | ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF |
| 5813 | THIS SOFTWARE. |
| 5814 | |
| 5815 | ------------------------------------------------------------------- |
| 5816 | |
| 5817 | The author of this software is David M. Gay. |
| 5818 | |
| 5819 | Copyright (C) 1998, 1999 by Lucent Technologies |
| 5820 | All Rights Reserved |
| 5821 | |
| 5822 | Permission to use, copy, modify, and distribute this software and |
| 5823 | its documentation for any purpose and without fee is hereby |
| 5824 | granted, provided that the above copyright notice appear in all |
| 5825 | copies and that both that the copyright notice and this |
| 5826 | permission notice and warranty disclaimer appear in supporting |
| 5827 | documentation, and that the name of Lucent or any of its entities |
| 5828 | not be used in advertising or publicity pertaining to |
| 5829 | distribution of the software without specific, written prior |
| 5830 | permission. |
| 5831 | |
| 5832 | LUCENT DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, |
| 5833 | INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. |
| 5834 | IN NO EVENT SHALL LUCENT OR ANY OF ITS ENTITIES BE LIABLE FOR ANY |
| 5835 | SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES |
| 5836 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER |
| 5837 | IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, |
| 5838 | ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF |
| 5839 | THIS SOFTWARE. |
| 5840 | |
| 5841 | ------------------------------------------------------------------- |
| 5842 | |
| 5843 | The author of this software is David M. Gay. |
| 5844 | |
| 5845 | Copyright (C) 1998, 2000 by Lucent Technologies |
| 5846 | All Rights Reserved |
| 5847 | |
| 5848 | Permission to use, copy, modify, and distribute this software and |
| 5849 | its documentation for any purpose and without fee is hereby |
| 5850 | granted, provided that the above copyright notice appear in all |
| 5851 | copies and that both that the copyright notice and this |
| 5852 | permission notice and warranty disclaimer appear in supporting |
| 5853 | documentation, and that the name of Lucent or any of its entities |
| 5854 | not be used in advertising or publicity pertaining to |
| 5855 | distribution of the software without specific, written prior |
| 5856 | permission. |
| 5857 | |
| 5858 | LUCENT DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, |
| 5859 | INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. |
| 5860 | IN NO EVENT SHALL LUCENT OR ANY OF ITS ENTITIES BE LIABLE FOR ANY |
| 5861 | SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES |
| 5862 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER |
| 5863 | IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, |
| 5864 | ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF |
| 5865 | THIS SOFTWARE. |
| 5866 | |
| 5867 | ------------------------------------------------------------------- |
| 5868 | |
| 5869 | The author of this software is David M. Gay. |
| 5870 | |
| 5871 | Copyright (C) 1998-2000 by Lucent Technologies |
| 5872 | All Rights Reserved |
| 5873 | |
| 5874 | Permission to use, copy, modify, and distribute this software and |
| 5875 | its documentation for any purpose and without fee is hereby |
| 5876 | granted, provided that the above copyright notice appear in all |
| 5877 | copies and that both that the copyright notice and this |
| 5878 | permission notice and warranty disclaimer appear in supporting |
| 5879 | documentation, and that the name of Lucent or any of its entities |
| 5880 | not be used in advertising or publicity pertaining to |
| 5881 | distribution of the software without specific, written prior |
| 5882 | permission. |
| 5883 | |
| 5884 | LUCENT DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, |
| 5885 | INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. |
| 5886 | IN NO EVENT SHALL LUCENT OR ANY OF ITS ENTITIES BE LIABLE FOR ANY |
| 5887 | SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES |
| 5888 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER |
| 5889 | IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, |
| 5890 | ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF |
| 5891 | THIS SOFTWARE. |
| 5892 | |
| 5893 | ------------------------------------------------------------------- |
| 5894 | |
| 5895 | The author of this software is David M. Gay. |
| 5896 | |
| 5897 | Copyright (C) 1998-2001 by Lucent Technologies |
| 5898 | All Rights Reserved |
| 5899 | |
| 5900 | Permission to use, copy, modify, and distribute this software and |
| 5901 | its documentation for any purpose and without fee is hereby |
| 5902 | granted, provided that the above copyright notice appear in all |
| 5903 | copies and that both that the copyright notice and this |
| 5904 | permission notice and warranty disclaimer appear in supporting |
| 5905 | documentation, and that the name of Lucent or any of its entities |
| 5906 | not be used in advertising or publicity pertaining to |
| 5907 | distribution of the software without specific, written prior |
| 5908 | permission. |
| 5909 | |
| 5910 | LUCENT DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, |
| 5911 | INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. |
| 5912 | IN NO EVENT SHALL LUCENT OR ANY OF ITS ENTITIES BE LIABLE FOR ANY |
| 5913 | SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES |
| 5914 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER |
| 5915 | IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, |
| 5916 | ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF |
| 5917 | THIS SOFTWARE. |
| 5918 | |
| 5919 | ------------------------------------------------------------------- |
| 5920 | |
| 5921 | The author of this software is David M. Gay. |
| 5922 | |
| 5923 | Copyright (C) 2000 by Lucent Technologies |
| 5924 | All Rights Reserved |
| 5925 | |
| 5926 | Permission to use, copy, modify, and distribute this software and |
| 5927 | its documentation for any purpose and without fee is hereby |
| 5928 | granted, provided that the above copyright notice appear in all |
| 5929 | copies and that both that the copyright notice and this |
| 5930 | permission notice and warranty disclaimer appear in supporting |
| 5931 | documentation, and that the name of Lucent or any of its entities |
| 5932 | not be used in advertising or publicity pertaining to |
| 5933 | distribution of the software without specific, written prior |
| 5934 | permission. |
| 5935 | |
| 5936 | LUCENT DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, |
| 5937 | INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. |
| 5938 | IN NO EVENT SHALL LUCENT OR ANY OF ITS ENTITIES BE LIABLE FOR ANY |
| 5939 | SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES |
| 5940 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER |
| 5941 | IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, |
| 5942 | ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF |
| 5943 | THIS SOFTWARE. |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 5944 | |
| 5945 | ------------------------------------------------------------------- |
| 5946 | |