Jake Weinstein | 28285f5 | 2017-05-04 12:08:39 -0400 | [diff] [blame] | 1 | Copyright (c) 2014, ARM Limited |
| 2 | All rights Reserved. |
| 3 | Copyright (c) 2014, Linaro Ltd. |
Elliott Hughes | 1558138 | 2014-07-07 15:42:06 -0700 | [diff] [blame] | 4 | |
| 5 | Redistribution and use in source and binary forms, with or without |
| 6 | modification, are permitted provided that the following conditions are met: |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 7 | * Redistributions of source code must retain the above copyright |
Elliott Hughes | 1558138 | 2014-07-07 15:42:06 -0700 | [diff] [blame] | 8 | notice, this list of conditions and the following disclaimer. |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 9 | * Redistributions in binary form must reproduce the above copyright |
Elliott Hughes | 1558138 | 2014-07-07 15:42:06 -0700 | [diff] [blame] | 10 | notice, this list of conditions and the following disclaimer in the |
| 11 | documentation and/or other materials provided with the distribution. |
Jake Weinstein | 28285f5 | 2017-05-04 12:08:39 -0400 | [diff] [blame] | 12 | * Neither the name of the company nor the names of its contributors |
| 13 | may be used to endorse or promote products derived from this |
| 14 | software without specific prior written permission. |
Elliott Hughes | 1558138 | 2014-07-07 15:42:06 -0700 | [diff] [blame] | 15 | |
| 16 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS |
| 17 | "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT |
| 18 | LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR |
| 19 | A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT |
| 20 | HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, |
| 21 | SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT |
| 22 | LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, |
| 23 | DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY |
| 24 | THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
| 25 | (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE |
| 26 | OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 27 | |
| 28 | ------------------------------------------------------------------- |
| 29 | |
Jake Weinstein | 28285f5 | 2017-05-04 12:08:39 -0400 | [diff] [blame] | 30 | Copyright (c) 2014, Linaro Limited |
| 31 | All rights reserved. |
Elliott Hughes | 1558138 | 2014-07-07 15:42:06 -0700 | [diff] [blame] | 32 | |
| 33 | Redistribution and use in source and binary forms, with or without |
| 34 | modification, are permitted provided that the following conditions are met: |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 35 | * Redistributions of source code must retain the above copyright |
Elliott Hughes | 1558138 | 2014-07-07 15:42:06 -0700 | [diff] [blame] | 36 | notice, this list of conditions and the following disclaimer. |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 37 | * Redistributions in binary form must reproduce the above copyright |
Elliott Hughes | 1558138 | 2014-07-07 15:42:06 -0700 | [diff] [blame] | 38 | notice, this list of conditions and the following disclaimer in the |
| 39 | documentation and/or other materials provided with the distribution. |
Jake Weinstein | 28285f5 | 2017-05-04 12:08:39 -0400 | [diff] [blame] | 40 | * Neither the name of the Linaro nor the |
| 41 | names of its contributors may be used to endorse or promote products |
| 42 | derived from this software without specific prior written permission. |
Elliott Hughes | 1558138 | 2014-07-07 15:42:06 -0700 | [diff] [blame] | 43 | |
| 44 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS |
| 45 | "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT |
| 46 | LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR |
| 47 | A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT |
| 48 | HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, |
| 49 | SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT |
| 50 | LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, |
| 51 | DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY |
| 52 | THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
| 53 | (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE |
| 54 | OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 55 | |
| 56 | ------------------------------------------------------------------- |
| 57 | |
Elliott Hughes | 3e424d0 | 2014-07-23 16:02:26 -0700 | [diff] [blame] | 58 | Copyright (c) 1993 John Brezak |
| 59 | All rights reserved. |
| 60 | |
| 61 | Redistribution and use in source and binary forms, with or without |
| 62 | modification, are permitted provided that the following conditions |
| 63 | are met: |
| 64 | 1. Redistributions of source code must retain the above copyright |
| 65 | notice, this list of conditions and the following disclaimer. |
| 66 | 2. Redistributions in binary form must reproduce the above copyright |
| 67 | notice, this list of conditions and the following disclaimer in the |
| 68 | documentation and/or other materials provided with the distribution. |
| 69 | 3. The name of the author may be used to endorse or promote products |
| 70 | derived from this software without specific prior written permission. |
| 71 | |
| 72 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR `AS IS'' AND ANY EXPRESS OR |
| 73 | IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED |
| 74 | WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE |
| 75 | DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, |
| 76 | INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES |
| 77 | (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR |
| 78 | SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 79 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, |
| 80 | STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN |
| 81 | ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE |
| 82 | POSSIBILITY OF SUCH DAMAGE. |
| 83 | |
| 84 | ------------------------------------------------------------------- |
| 85 | |
Elliott Hughes | b4931ce | 2016-02-08 17:00:12 -0800 | [diff] [blame] | 86 | Copyright (c) 2009-2013 The Linux Foundation. All rights reserved. |
| 87 | |
| 88 | Redistribution and use in source and binary forms, with or without |
| 89 | modification, are permitted provided that the following conditions are met: |
| 90 | * Redistributions of source code must retain the above copyright |
| 91 | notice, this list of conditions and the following disclaimer. |
| 92 | * Redistributions in binary form must reproduce the above copyright |
| 93 | notice, this list of conditions and the following disclaimer in the |
| 94 | documentation and/or other materials provided with the distribution. |
| 95 | * Neither the name of The Linux Foundation nor the names of its contributors may |
| 96 | be used to endorse or promote products derived from this software |
| 97 | without specific prior written permission. |
| 98 | |
| 99 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" |
| 100 | AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 101 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 102 | ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE |
| 103 | LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR |
| 104 | CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF |
| 105 | SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS |
| 106 | INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN |
| 107 | CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) |
| 108 | ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE |
| 109 | POSSIBILITY OF SUCH DAMAGE. |
| 110 | |
| 111 | ------------------------------------------------------------------- |
| 112 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 113 | ==================================================== |
| 114 | Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved. |
| 115 | |
| 116 | Developed at SunPro, a Sun Microsystems, Inc. business. |
| 117 | Permission to use, copy, modify, and distribute this |
| 118 | software is freely granted, provided that this notice |
| 119 | is preserved. |
| 120 | |
| 121 | ------------------------------------------------------------------- |
| 122 | |
Dan Albert | c30862f | 2016-10-20 11:45:16 -0700 | [diff] [blame] | 123 | ==================================================== |
| 124 | Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved. |
| 125 | |
| 126 | Developed at SunPro, a Sun Microsystems, Inc. business. |
| 127 | Permission to use, copy, modify, and distribute this |
| 128 | software is freely granted, provided that this notice |
| 129 | is preserved. |
| 130 | ==================================================== |
| 131 | |
| 132 | Optimized by Bruce D. Evans. |
| 133 | |
| 134 | ------------------------------------------------------------------- |
| 135 | |
| 136 | ==================================================== |
| 137 | Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved. |
| 138 | |
| 139 | Developed at SunSoft, a Sun Microsystems, Inc. business. |
| 140 | Permission to use, copy, modify, and distribute this |
| 141 | software is freely granted, provided that this notice |
| 142 | is preserved. |
| 143 | |
| 144 | ------------------------------------------------------------------- |
| 145 | |
| 146 | ==================================================== |
| 147 | Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved. |
| 148 | |
| 149 | Developed at SunSoft, a Sun Microsystems, Inc. business. |
| 150 | Permission to use, copy, modify, and distribute this |
| 151 | software is freely granted, provided that this notice |
| 152 | is preserved. |
| 153 | ==================================================== |
| 154 | |
| 155 | Optimized by Bruce D. Evans. |
| 156 | |
| 157 | ------------------------------------------------------------------- |
| 158 | |
| 159 | ==================================================== |
| 160 | Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved. |
| 161 | Copyright (c) 2008 Steven G. Kargl, David Schultz, Bruce D. Evans. |
| 162 | |
| 163 | Developed at SunSoft, a Sun Microsystems, Inc. business. |
| 164 | Permission to use, copy, modify, and distribute this |
| 165 | software is freely granted, provided that this notice |
| 166 | is preserved. |
| 167 | |
| 168 | ------------------------------------------------------------------- |
| 169 | |
| 170 | ==================================================== |
| 171 | Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved. |
| 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 | Optimized by Bruce D. Evans. |
| 181 | |
| 182 | ------------------------------------------------------------------- |
| 183 | |
| 184 | ==================================================== |
| 185 | Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved. |
| 186 | Copyright (c) 2009-2011, Bruce D. Evans, Steven G. Kargl, David Schultz. |
| 187 | |
| 188 | Developed at SunPro, a Sun Microsystems, Inc. business. |
| 189 | Permission to use, copy, modify, and distribute this |
| 190 | software is freely granted, provided that this notice |
| 191 | is preserved. |
| 192 | ==================================================== |
| 193 | |
| 194 | The argument reduction and testing for exceptional cases was |
| 195 | written by Steven G. Kargl with input from Bruce D. Evans |
| 196 | and David A. Schultz. |
| 197 | |
| 198 | ------------------------------------------------------------------- |
| 199 | |
| 200 | ==================================================== |
| 201 | Copyright (C) 2004 by Sun Microsystems, Inc. All rights reserved. |
| 202 | |
| 203 | Permission to use, copy, modify, and distribute this |
| 204 | software is freely granted, provided that this notice |
| 205 | is preserved. |
| 206 | |
| 207 | ------------------------------------------------------------------- |
| 208 | |
| 209 | ==================================================== |
| 210 | Copyright 2004 Sun Microsystems, Inc. All Rights Reserved. |
| 211 | |
| 212 | Permission to use, copy, modify, and distribute this |
| 213 | software is freely granted, provided that this notice |
| 214 | is preserved. |
| 215 | |
| 216 | ------------------------------------------------------------------- |
| 217 | |
| 218 | ==================================================== |
| 219 | Copyright 2004 Sun Microsystems, Inc. All Rights Reserved. |
| 220 | Copyright (c) 2008 Steven G. Kargl, David Schultz, Bruce D. Evans. |
| 221 | |
| 222 | Permission to use, copy, modify, and distribute this |
| 223 | software is freely granted, provided that this notice |
| 224 | is preserved. |
| 225 | |
| 226 | ------------------------------------------------------------------- |
| 227 | |
Elliott Hughes | bfa582d | 2014-05-05 14:58:17 -0700 | [diff] [blame] | 228 | Based on the UCB version with the ID appearing below. |
| 229 | This is ANSIish only when "multibyte character == plain character". |
| 230 | |
| 231 | Copyright (c) 1989, 1993 |
| 232 | The Regents of the University of California. All rights reserved. |
| 233 | |
| 234 | Redistribution and use in source and binary forms, with or without |
| 235 | modification, are permitted provided that the following conditions |
| 236 | are met: |
| 237 | 1. Redistributions of source code must retain the above copyright |
| 238 | notice, this list of conditions and the following disclaimer. |
| 239 | 2. Redistributions in binary form must reproduce the above copyright |
| 240 | notice, this list of conditions and the following disclaimer in the |
| 241 | documentation and/or other materials provided with the distribution. |
| 242 | 3. Neither the name of the University nor the names of its contributors |
| 243 | may be used to endorse or promote products derived from this software |
| 244 | without specific prior written permission. |
| 245 | |
| 246 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 247 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 248 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 249 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 250 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 251 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 252 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 253 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 254 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 255 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 256 | SUCH DAMAGE. |
| 257 | |
| 258 | ------------------------------------------------------------------- |
| 259 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 260 | Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project. |
The Android Open Source Project | 1dc9e47 | 2009-03-03 19:28:35 -0800 | [diff] [blame] | 261 | All rights reserved. |
| 262 | |
The Android Open Source Project | 1dc9e47 | 2009-03-03 19:28:35 -0800 | [diff] [blame] | 263 | Redistribution and use in source and binary forms, with or without |
| 264 | modification, are permitted provided that the following conditions |
| 265 | are met: |
| 266 | 1. Redistributions of source code must retain the above copyright |
| 267 | notice, this list of conditions and the following disclaimer. |
| 268 | 2. Redistributions in binary form must reproduce the above copyright |
| 269 | notice, this list of conditions and the following disclaimer in the |
| 270 | documentation and/or other materials provided with the distribution. |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 271 | 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] | 272 | may be used to endorse or promote products derived from this software |
| 273 | without specific prior written permission. |
| 274 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 275 | 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] | 276 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 277 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 278 | 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] | 279 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 280 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 281 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 282 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 283 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 284 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 285 | SUCH DAMAGE. |
| 286 | |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 287 | ------------------------------------------------------------------- |
The Android Open Source Project | 1dc9e47 | 2009-03-03 19:28:35 -0800 | [diff] [blame] | 288 | |
Elliott Hughes | 448080d | 2013-01-29 16:25:06 -0800 | [diff] [blame] | 289 | Copyright (C) 2004, 2005, 2008 Internet Systems Consortium, Inc. ("ISC") |
| 290 | Copyright (C) 1995-1999, 2001, 2003 Internet Software Consortium. |
| 291 | |
| 292 | Permission to use, copy, modify, and/or distribute this software for any |
| 293 | purpose with or without fee is hereby granted, provided that the above |
| 294 | copyright notice and this permission notice appear in all copies. |
| 295 | |
| 296 | THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH |
| 297 | REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY |
| 298 | AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT, |
| 299 | INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM |
| 300 | LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE |
| 301 | OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR |
| 302 | PERFORMANCE OF THIS SOFTWARE. |
| 303 | |
| 304 | ------------------------------------------------------------------- |
| 305 | |
| 306 | Copyright (C) 2004, 2005, 2008 Internet Systems Consortium, Inc. ("ISC") |
| 307 | Copyright (C) 1997-2001 Internet Software Consortium. |
| 308 | |
| 309 | Permission to use, copy, modify, and/or distribute this software for any |
| 310 | purpose with or without fee is hereby granted, provided that the above |
| 311 | copyright notice and this permission notice appear in all copies. |
| 312 | |
| 313 | THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH |
| 314 | REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY |
| 315 | AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT, |
| 316 | INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM |
| 317 | LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE |
| 318 | OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR |
| 319 | PERFORMANCE OF THIS SOFTWARE. |
| 320 | |
| 321 | ------------------------------------------------------------------- |
| 322 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 323 | Copyright (C) 2006 The Android Open Source Project |
Elliott Hughes | 1558138 | 2014-07-07 15:42:06 -0700 | [diff] [blame] | 324 | |
| 325 | Licensed under the Apache License, Version 2.0 (the "License"); |
| 326 | you may not use this file except in compliance with the License. |
| 327 | You may obtain a copy of the License at |
| 328 | |
| 329 | http://www.apache.org/licenses/LICENSE-2.0 |
| 330 | |
| 331 | Unless required by applicable law or agreed to in writing, software |
| 332 | distributed under the License is distributed on an "AS IS" BASIS, |
| 333 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 334 | See the License for the specific language governing permissions and |
| 335 | limitations under the License. |
| 336 | |
| 337 | ------------------------------------------------------------------- |
| 338 | |
| 339 | Copyright (C) 2006 The Android Open Source Project |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 340 | All rights reserved. |
The Android Open Source Project | 1dc9e47 | 2009-03-03 19:28:35 -0800 | [diff] [blame] | 341 | |
| 342 | Redistribution and use in source and binary forms, with or without |
| 343 | modification, are permitted provided that the following conditions |
| 344 | are met: |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 345 | * Redistributions of source code must retain the above copyright |
The Android Open Source Project | 1dc9e47 | 2009-03-03 19:28:35 -0800 | [diff] [blame] | 346 | notice, this list of conditions and the following disclaimer. |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 347 | * Redistributions in binary form must reproduce the above copyright |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 348 | notice, this list of conditions and the following disclaimer in |
| 349 | the documentation and/or other materials provided with the |
| 350 | distribution. |
The Android Open Source Project | 1dc9e47 | 2009-03-03 19:28:35 -0800 | [diff] [blame] | 351 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 352 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS |
| 353 | "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT |
| 354 | LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS |
| 355 | FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE |
| 356 | COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, |
| 357 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, |
| 358 | BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS |
| 359 | OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED |
| 360 | AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, |
| 361 | OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT |
| 362 | 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] | 363 | SUCH DAMAGE. |
| 364 | |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 365 | ------------------------------------------------------------------- |
| 366 | |
Dan Albert | c30862f | 2016-10-20 11:45:16 -0700 | [diff] [blame] | 367 | Copyright (C) 2007 The Android Open Source Project |
| 368 | |
| 369 | Licensed under the Apache License, Version 2.0 (the "License"); |
| 370 | you may not use this file except in compliance with the License. |
| 371 | You may obtain a copy of the License at |
| 372 | |
| 373 | http://www.apache.org/licenses/LICENSE-2.0 |
| 374 | |
| 375 | Unless required by applicable law or agreed to in writing, software |
| 376 | distributed under the License is distributed on an "AS IS" BASIS, |
| 377 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 378 | See the License for the specific language governing permissions and |
| 379 | limitations under the License. |
| 380 | |
| 381 | ------------------------------------------------------------------- |
| 382 | |
Dimitry Ivanov | bcc4da9 | 2017-02-15 15:31:13 -0800 | [diff] [blame] | 383 | Copyright (C) 2007 The Android Open Source Project |
| 384 | All rights reserved. |
| 385 | |
| 386 | Redistribution and use in source and binary forms, with or without |
| 387 | modification, are permitted provided that the following conditions |
| 388 | are met: |
| 389 | * Redistributions of source code must retain the above copyright |
| 390 | notice, this list of conditions and the following disclaimer. |
| 391 | * Redistributions in binary form must reproduce the above copyright |
| 392 | notice, this list of conditions and the following disclaimer in |
| 393 | the documentation and/or other materials provided with the |
| 394 | distribution. |
| 395 | |
| 396 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS |
| 397 | "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT |
| 398 | LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS |
| 399 | FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE |
| 400 | COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, |
| 401 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, |
| 402 | BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS |
| 403 | OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED |
| 404 | AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, |
| 405 | OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT |
| 406 | OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 407 | SUCH DAMAGE. |
| 408 | |
| 409 | ------------------------------------------------------------------- |
| 410 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 411 | Copyright (C) 2008 The Android Open Source Project |
Elliott Hughes | 1558138 | 2014-07-07 15:42:06 -0700 | [diff] [blame] | 412 | |
| 413 | Licensed under the Apache License, Version 2.0 (the "License"); |
| 414 | you may not use this file except in compliance with the License. |
| 415 | You may obtain a copy of the License at |
| 416 | |
| 417 | http://www.apache.org/licenses/LICENSE-2.0 |
| 418 | |
| 419 | Unless required by applicable law or agreed to in writing, software |
| 420 | distributed under the License is distributed on an "AS IS" BASIS, |
| 421 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 422 | See the License for the specific language governing permissions and |
| 423 | limitations under the License. |
| 424 | |
| 425 | ------------------------------------------------------------------- |
| 426 | |
| 427 | Copyright (C) 2008 The Android Open Source Project |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 428 | All rights reserved. |
| 429 | |
| 430 | Redistribution and use in source and binary forms, with or without |
| 431 | modification, are permitted provided that the following conditions |
| 432 | are met: |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 433 | * Redistributions of source code must retain the above copyright |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 434 | notice, this list of conditions and the following disclaimer. |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 435 | * Redistributions in binary form must reproduce the above copyright |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 436 | notice, this list of conditions and the following disclaimer in |
| 437 | the documentation and/or other materials provided with the |
| 438 | distribution. |
| 439 | |
| 440 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS |
| 441 | "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT |
| 442 | LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS |
| 443 | FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE |
| 444 | COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, |
| 445 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, |
| 446 | BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS |
| 447 | OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED |
| 448 | AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, |
| 449 | OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT |
| 450 | OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 451 | SUCH DAMAGE. |
| 452 | |
| 453 | ------------------------------------------------------------------- |
| 454 | |
Elliott Hughes | acbe322 | 2014-04-16 17:01:12 -0700 | [diff] [blame] | 455 | Copyright (C) 2008 The Android Open Source Project |
| 456 | All rights reserved. |
| 457 | Copyright (c) 2013-2014, NVIDIA Corporation. All rights reserved. |
| 458 | |
| 459 | Redistribution and use in source and binary forms, with or without |
| 460 | modification, are permitted provided that the following conditions |
| 461 | are met: |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 462 | * Redistributions of source code must retain the above copyright |
Elliott Hughes | acbe322 | 2014-04-16 17:01:12 -0700 | [diff] [blame] | 463 | notice, this list of conditions and the following disclaimer. |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 464 | * Redistributions in binary form must reproduce the above copyright |
Elliott Hughes | acbe322 | 2014-04-16 17:01:12 -0700 | [diff] [blame] | 465 | notice, this list of conditions and the following disclaimer in |
| 466 | the documentation and/or other materials provided with the |
| 467 | distribution. |
| 468 | |
| 469 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS |
| 470 | "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT |
| 471 | LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS |
| 472 | FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE |
| 473 | COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, |
| 474 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, |
| 475 | BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS |
| 476 | OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED |
| 477 | AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, |
| 478 | OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT |
| 479 | OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 480 | SUCH DAMAGE. |
| 481 | |
| 482 | ------------------------------------------------------------------- |
| 483 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 484 | Copyright (C) 2009 The Android Open Source Project |
| 485 | All rights reserved. |
| 486 | |
| 487 | Redistribution and use in source and binary forms, with or without |
| 488 | modification, are permitted provided that the following conditions |
| 489 | are met: |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 490 | * Redistributions of source code must retain the above copyright |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 491 | notice, this list of conditions and the following disclaimer. |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 492 | * Redistributions in binary form must reproduce the above copyright |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 493 | notice, this list of conditions and the following disclaimer in |
| 494 | the documentation and/or other materials provided with the |
| 495 | distribution. |
| 496 | |
| 497 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS |
| 498 | "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT |
| 499 | LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS |
| 500 | FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE |
| 501 | COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, |
| 502 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, |
| 503 | BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS |
| 504 | OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED |
| 505 | AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, |
| 506 | OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT |
| 507 | OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 508 | SUCH DAMAGE. |
| 509 | |
| 510 | ------------------------------------------------------------------- |
| 511 | |
| 512 | Copyright (C) 2010 The Android Open Source Project |
| 513 | |
| 514 | Licensed under the Apache License, Version 2.0 (the "License"); |
| 515 | you may not use this file except in compliance with the License. |
| 516 | You may obtain a copy of the License at |
| 517 | |
| 518 | http://www.apache.org/licenses/LICENSE-2.0 |
| 519 | |
| 520 | Unless required by applicable law or agreed to in writing, software |
| 521 | distributed under the License is distributed on an "AS IS" BASIS, |
| 522 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 523 | See the License for the specific language governing permissions and |
| 524 | limitations under the License. |
| 525 | |
| 526 | ------------------------------------------------------------------- |
| 527 | |
| 528 | Copyright (C) 2010 The Android Open Source Project |
| 529 | All rights reserved. |
| 530 | |
| 531 | Redistribution and use in source and binary forms, with or without |
| 532 | modification, are permitted provided that the following conditions |
| 533 | are met: |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 534 | * Redistributions of source code must retain the above copyright |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 535 | notice, this list of conditions and the following disclaimer. |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 536 | * Redistributions in binary form must reproduce the above copyright |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 537 | notice, this list of conditions and the following disclaimer in |
| 538 | the documentation and/or other materials provided with the |
| 539 | distribution. |
| 540 | |
| 541 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS |
| 542 | "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT |
| 543 | LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS |
| 544 | FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE |
| 545 | COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, |
| 546 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, |
| 547 | BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS |
| 548 | OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED |
| 549 | AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, |
| 550 | OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT |
| 551 | OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 552 | SUCH DAMAGE. |
| 553 | |
| 554 | ------------------------------------------------------------------- |
| 555 | |
| 556 | Copyright (C) 2010 The Android Open Source Project |
Dan Albert | c30862f | 2016-10-20 11:45:16 -0700 | [diff] [blame] | 557 | All rights reserved. |
| 558 | |
| 559 | Redistribution and use in source and binary forms, with or without |
| 560 | modification, are permitted provided that the following conditions |
| 561 | are met: |
| 562 | 1. Redistributions of source code must retain the above copyright |
| 563 | notice, this list of conditions and the following disclaimer. |
| 564 | 2. Redistributions in binary form must reproduce the above copyright |
| 565 | notice, this list of conditions and the following disclaimer in the |
| 566 | documentation and/or other materials provided with the distribution. |
| 567 | |
| 568 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 569 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 570 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 571 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 572 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 573 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 574 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 575 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 576 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 577 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 578 | SUCH DAMAGE. |
| 579 | |
| 580 | ------------------------------------------------------------------- |
| 581 | |
| 582 | Copyright (C) 2010 The Android Open Source Project |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 583 | Copyright (c) 2008 ARM Ltd |
| 584 | All rights reserved. |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 585 | |
| 586 | Redistribution and use in source and binary forms, with or without |
| 587 | modification, are permitted provided that the following conditions |
| 588 | are met: |
| 589 | 1. Redistributions of source code must retain the above copyright |
| 590 | notice, this list of conditions and the following disclaimer. |
| 591 | 2. Redistributions in binary form must reproduce the above copyright |
| 592 | notice, this list of conditions and the following disclaimer in the |
| 593 | documentation and/or other materials provided with the distribution. |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 594 | 3. The name of the company may not be used to endorse or promote |
| 595 | products derived from this software without specific prior written |
| 596 | permission. |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 597 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 598 | THIS SOFTWARE IS PROVIDED BY ARM LTD ``AS IS'' AND ANY EXPRESS OR IMPLIED |
| 599 | WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF |
| 600 | MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. |
| 601 | IN NO EVENT SHALL ARM LTD BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, |
| 602 | SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED |
| 603 | TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR |
| 604 | PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF |
| 605 | LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING |
| 606 | NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS |
| 607 | SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 608 | |
| 609 | Android adaptation and tweak by Jim Huang <jserv@0xlab.org>. |
| 610 | |
| 611 | ------------------------------------------------------------------- |
| 612 | |
| 613 | Copyright (C) 2011 The Android Open Source Project |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 614 | All rights reserved. |
| 615 | |
| 616 | Redistribution and use in source and binary forms, with or without |
| 617 | modification, are permitted provided that the following conditions |
| 618 | are met: |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 619 | * Redistributions of source code must retain the above copyright |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 620 | notice, this list of conditions and the following disclaimer. |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 621 | * Redistributions in binary form must reproduce the above copyright |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 622 | notice, this list of conditions and the following disclaimer in |
| 623 | the documentation and/or other materials provided with the |
| 624 | distribution. |
| 625 | |
| 626 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS |
| 627 | "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT |
| 628 | LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS |
| 629 | FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE |
| 630 | COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, |
| 631 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, |
| 632 | BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS |
| 633 | OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED |
| 634 | AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, |
| 635 | OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT |
| 636 | 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] | 637 | SUCH DAMAGE. |
| 638 | |
| 639 | ------------------------------------------------------------------- |
| 640 | |
| 641 | Copyright (C) 2012 The Android Open Source Project |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 642 | |
| 643 | Licensed under the Apache License, Version 2.0 (the "License"); |
| 644 | you may not use this file except in compliance with the License. |
| 645 | You may obtain a copy of the License at |
| 646 | |
| 647 | http://www.apache.org/licenses/LICENSE-2.0 |
| 648 | |
| 649 | Unless required by applicable law or agreed to in writing, software |
| 650 | distributed under the License is distributed on an "AS IS" BASIS, |
| 651 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 652 | See the License for the specific language governing permissions and |
| 653 | limitations under the License. |
| 654 | |
| 655 | ------------------------------------------------------------------- |
| 656 | |
| 657 | Copyright (C) 2012 The Android Open Source Project |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 658 | All rights reserved. |
| 659 | |
| 660 | Redistribution and use in source and binary forms, with or without |
| 661 | modification, are permitted provided that the following conditions |
| 662 | are met: |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 663 | * Redistributions of source code must retain the above copyright |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 664 | notice, this list of conditions and the following disclaimer. |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 665 | * Redistributions in binary form must reproduce the above copyright |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 666 | notice, this list of conditions and the following disclaimer in |
| 667 | the documentation and/or other materials provided with the |
| 668 | distribution. |
| 669 | |
| 670 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS |
| 671 | "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT |
| 672 | LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS |
| 673 | FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE |
| 674 | COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, |
| 675 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, |
| 676 | BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS |
| 677 | OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED |
| 678 | AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, |
| 679 | OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT |
| 680 | OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 681 | SUCH DAMAGE. |
| 682 | |
| 683 | ------------------------------------------------------------------- |
| 684 | |
Elliott Hughes | 3a4c454 | 2017-07-19 17:20:24 -0700 | [diff] [blame] | 685 | Copyright (C) 2013 Pietro Cerutti <gahr@FreeBSD.org> |
| 686 | |
| 687 | Redistribution and use in source and binary forms, with or without |
| 688 | modification, are permitted provided that the following conditions |
| 689 | are met: |
| 690 | 1. Redistributions of source code must retain the above copyright |
| 691 | notice, this list of conditions and the following disclaimer. |
| 692 | 2. Redistributions in binary form must reproduce the above copyright |
| 693 | notice, this list of conditions and the following disclaimer in the |
| 694 | documentation and/or other materials provided with the distribution. |
| 695 | |
| 696 | THIS SOFTWARE IS PROVIDED BY AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 697 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 698 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 699 | ARE DISCLAIMED. IN NO EVENT SHALL AUTHOR OR CONTRIBUTORS BE LIABLE |
| 700 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 701 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 702 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 703 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 704 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 705 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 706 | SUCH DAMAGE. |
| 707 | |
| 708 | ------------------------------------------------------------------- |
| 709 | |
Elliott Hughes | 448080d | 2013-01-29 16:25:06 -0800 | [diff] [blame] | 710 | Copyright (C) 2013 The Android Open Source Project |
| 711 | |
| 712 | Licensed under the Apache License, Version 2.0 (the "License"); |
| 713 | you may not use this file except in compliance with the License. |
| 714 | You may obtain a copy of the License at |
| 715 | |
| 716 | http://www.apache.org/licenses/LICENSE-2.0 |
| 717 | |
| 718 | Unless required by applicable law or agreed to in writing, software |
| 719 | distributed under the License is distributed on an "AS IS" BASIS, |
| 720 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 721 | See the License for the specific language governing permissions and |
| 722 | limitations under the License. |
| 723 | |
| 724 | ------------------------------------------------------------------- |
| 725 | |
| 726 | Copyright (C) 2013 The Android Open Source Project |
| 727 | All rights reserved. |
| 728 | |
| 729 | Redistribution and use in source and binary forms, with or without |
| 730 | modification, are permitted provided that the following conditions |
| 731 | are met: |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 732 | * Redistributions of source code must retain the above copyright |
Elliott Hughes | 448080d | 2013-01-29 16:25:06 -0800 | [diff] [blame] | 733 | notice, this list of conditions and the following disclaimer. |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 734 | * Redistributions in binary form must reproduce the above copyright |
Elliott Hughes | 448080d | 2013-01-29 16:25:06 -0800 | [diff] [blame] | 735 | notice, this list of conditions and the following disclaimer in |
| 736 | the documentation and/or other materials provided with the |
| 737 | distribution. |
| 738 | |
| 739 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS |
| 740 | "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT |
| 741 | LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS |
| 742 | FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE |
| 743 | COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, |
| 744 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, |
| 745 | BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS |
| 746 | OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED |
| 747 | AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, |
| 748 | OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT |
| 749 | OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 750 | SUCH DAMAGE. |
| 751 | |
| 752 | ------------------------------------------------------------------- |
| 753 | |
Elliott Hughes | acbe322 | 2014-04-16 17:01:12 -0700 | [diff] [blame] | 754 | Copyright (C) 2013 The Android Open Source Project |
Elliott Hughes | 1558138 | 2014-07-07 15:42:06 -0700 | [diff] [blame] | 755 | All rights reserved. |
| 756 | Copyright (c) 2013-2014 NVIDIA Corporation. All rights reserved. |
| 757 | |
| 758 | Redistribution and use in source and binary forms, with or without |
| 759 | modification, are permitted provided that the following conditions |
| 760 | are met: |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 761 | * Redistributions of source code must retain the above copyright |
Elliott Hughes | 1558138 | 2014-07-07 15:42:06 -0700 | [diff] [blame] | 762 | notice, this list of conditions and the following disclaimer. |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 763 | * Redistributions in binary form must reproduce the above copyright |
Elliott Hughes | 1558138 | 2014-07-07 15:42:06 -0700 | [diff] [blame] | 764 | notice, this list of conditions and the following disclaimer in |
| 765 | the documentation and/or other materials provided with the |
| 766 | distribution. |
| 767 | |
| 768 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS |
| 769 | "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT |
| 770 | LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS |
| 771 | FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE |
| 772 | COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, |
| 773 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, |
| 774 | BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS |
| 775 | OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED |
| 776 | AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, |
| 777 | OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT |
| 778 | OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 779 | SUCH DAMAGE. |
| 780 | |
| 781 | ------------------------------------------------------------------- |
| 782 | |
| 783 | Copyright (C) 2013 The Android Open Source Project |
Elliott Hughes | acbe322 | 2014-04-16 17:01:12 -0700 | [diff] [blame] | 784 | Copyright (c) 2014, NVIDIA CORPORATION. All rights reserved. |
| 785 | All rights reserved. |
| 786 | |
| 787 | Redistribution and use in source and binary forms, with or without |
| 788 | modification, are permitted provided that the following conditions |
| 789 | are met: |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 790 | * Redistributions of source code must retain the above copyright |
Elliott Hughes | acbe322 | 2014-04-16 17:01:12 -0700 | [diff] [blame] | 791 | notice, this list of conditions and the following disclaimer. |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 792 | * Redistributions in binary form must reproduce the above copyright |
Elliott Hughes | acbe322 | 2014-04-16 17:01:12 -0700 | [diff] [blame] | 793 | notice, this list of conditions and the following disclaimer in |
| 794 | the documentation and/or other materials provided with the |
| 795 | distribution. |
| 796 | |
| 797 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS |
| 798 | "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT |
| 799 | LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS |
| 800 | FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE |
| 801 | COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, |
| 802 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, |
| 803 | BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS |
| 804 | OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED |
| 805 | AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, |
| 806 | OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT |
| 807 | OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 808 | SUCH DAMAGE. |
| 809 | |
| 810 | ------------------------------------------------------------------- |
| 811 | |
Elliott Hughes | 4e54b11 | 2014-03-06 15:06:11 -0800 | [diff] [blame] | 812 | Copyright (C) 2014 The Android Open Source Project |
| 813 | |
| 814 | Licensed under the Apache License, Version 2.0 (the "License"); |
| 815 | you may not use this file except in compliance with the License. |
| 816 | You may obtain a copy of the License at |
| 817 | |
| 818 | http://www.apache.org/licenses/LICENSE-2.0 |
| 819 | |
| 820 | Unless required by applicable law or agreed to in writing, software |
| 821 | distributed under the License is distributed on an "AS IS" BASIS, |
| 822 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 823 | See the License for the specific language governing permissions and |
| 824 | limitations under the License. |
| 825 | |
| 826 | ------------------------------------------------------------------- |
| 827 | |
| 828 | Copyright (C) 2014 The Android Open Source Project |
| 829 | All rights reserved. |
| 830 | |
| 831 | Redistribution and use in source and binary forms, with or without |
| 832 | modification, are permitted provided that the following conditions |
| 833 | are met: |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 834 | * Redistributions of source code must retain the above copyright |
Elliott Hughes | 4e54b11 | 2014-03-06 15:06:11 -0800 | [diff] [blame] | 835 | notice, this list of conditions and the following disclaimer. |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 836 | * Redistributions in binary form must reproduce the above copyright |
Elliott Hughes | 4e54b11 | 2014-03-06 15:06:11 -0800 | [diff] [blame] | 837 | notice, this list of conditions and the following disclaimer in |
| 838 | the documentation and/or other materials provided with the |
| 839 | distribution. |
| 840 | |
| 841 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS |
| 842 | "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT |
| 843 | LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS |
| 844 | FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE |
| 845 | COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, |
| 846 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, |
| 847 | BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS |
| 848 | OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED |
| 849 | AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, |
| 850 | OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT |
| 851 | OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 852 | SUCH DAMAGE. |
| 853 | |
| 854 | ------------------------------------------------------------------- |
| 855 | |
Dan Albert | c30862f | 2016-10-20 11:45:16 -0700 | [diff] [blame] | 856 | Copyright (C) 2014 The Android Open Source Project |
| 857 | All rights reserved. |
| 858 | |
| 859 | Redistribution and use in source and binary forms, with or without |
| 860 | modification, are permitted provided that the following conditions |
| 861 | are met: |
| 862 | 1. Redistributions of source code must retain the above copyright |
| 863 | notice, this list of conditions and the following disclaimer. |
| 864 | 2. Redistributions in binary form must reproduce the above copyright |
| 865 | notice, this list of conditions and the following disclaimer in the |
| 866 | documentation and/or other materials provided with the distribution. |
| 867 | |
| 868 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 869 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 870 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 871 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 872 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 873 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 874 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 875 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 876 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 877 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 878 | SUCH DAMAGE. |
| 879 | |
| 880 | ------------------------------------------------------------------- |
| 881 | |
| 882 | Copyright (C) 2015 The Android Open Source Project |
| 883 | |
| 884 | Licensed under the Apache License, Version 2.0 (the "License"); |
| 885 | you may not use this file except in compliance with the License. |
| 886 | You may obtain a copy of the License at |
| 887 | |
| 888 | http://www.apache.org/licenses/LICENSE-2.0 |
| 889 | |
Elliott Hughes | 7e54c76 | 2015-05-12 10:09:01 -0700 | [diff] [blame] | 890 | Unless required by applicable law or agreed to in writing, software |
| 891 | distributed under the License is distributed on an "AS IS" BASIS, |
| 892 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 893 | See the License for the specific language governing permissions and |
| 894 | limitations under the License. |
| 895 | |
| 896 | ------------------------------------------------------------------- |
| 897 | |
| 898 | Copyright (C) 2015 The Android Open Source Project |
| 899 | All rights reserved. |
| 900 | |
| 901 | Redistribution and use in source and binary forms, with or without |
| 902 | modification, are permitted provided that the following conditions |
| 903 | are met: |
| 904 | * Redistributions of source code must retain the above copyright |
| 905 | notice, this list of conditions and the following disclaimer. |
| 906 | * Redistributions in binary form must reproduce the above copyright |
| 907 | notice, this list of conditions and the following disclaimer in |
| 908 | the documentation and/or other materials provided with the |
| 909 | distribution. |
| 910 | |
| 911 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS |
| 912 | "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT |
| 913 | LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS |
| 914 | FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE |
| 915 | COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, |
| 916 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, |
| 917 | BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS |
| 918 | OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED |
| 919 | AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, |
| 920 | OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT |
| 921 | OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 922 | SUCH DAMAGE. |
| 923 | |
| 924 | ------------------------------------------------------------------- |
| 925 | |
Elliott Hughes | b4931ce | 2016-02-08 17:00:12 -0800 | [diff] [blame] | 926 | Copyright (C) 2016 The Android Open Source Project |
| 927 | |
| 928 | Licensed under the Apache License, Version 2.0 (the "License"); |
| 929 | you may not use this file except in compliance with the License. |
| 930 | You may obtain a copy of the License at |
| 931 | |
| 932 | http://www.apache.org/licenses/LICENSE-2.0 |
| 933 | |
| 934 | Unless required by applicable law or agreed to in writing, software |
| 935 | distributed under the License is distributed on an "AS IS" BASIS, |
| 936 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 937 | See the License for the specific language governing permissions and |
| 938 | limitations under the License. |
| 939 | |
| 940 | ------------------------------------------------------------------- |
| 941 | |
| 942 | Copyright (C) 2016 The Android Open Source Project |
| 943 | All rights reserved. |
| 944 | |
| 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 | |
mspector | 2e3d6a1 | 2017-01-24 21:51:51 -0800 | [diff] [blame] | 970 | Copyright (C) 2017 The Android Open Source Project |
Paul Lawrence | dfe8434 | 2017-02-16 09:24:39 -0800 | [diff] [blame] | 971 | |
| 972 | Licensed under the Apache License, Version 2.0 (the "License"); |
| 973 | you may not use this file except in compliance with the License. |
| 974 | You may obtain a copy of the License at |
| 975 | |
| 976 | http://www.apache.org/licenses/LICENSE-2.0 |
| 977 | |
| 978 | Unless required by applicable law or agreed to in writing, software |
| 979 | distributed under the License is distributed on an "AS IS" BASIS, |
| 980 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 981 | See the License for the specific language governing permissions and |
| 982 | limitations under the License. |
| 983 | |
| 984 | ------------------------------------------------------------------- |
| 985 | |
| 986 | Copyright (C) 2017 The Android Open Source Project |
mspector | 2e3d6a1 | 2017-01-24 21:51:51 -0800 | [diff] [blame] | 987 | All rights reserved. |
| 988 | |
Jake Weinstein | 04d99df | 2016-08-25 20:03:25 -0400 | [diff] [blame] | 989 | Copyright (c) 2009-2011, Code Aurora Forum. All rights reserved. |
| 990 | |
| 991 | Redistribution and use in source and binary forms, with or without |
| 992 | modification, are permitted provided that the following conditions |
| 993 | are met: |
| 994 | * Redistributions of source code must retain the above copyright |
| 995 | notice, this list of conditions and the following disclaimer. |
| 996 | * Redistributions in binary form must reproduce the above copyright |
| 997 | notice, this list of conditions and the following disclaimer in |
| 998 | the documentation and/or other materials provided with the |
| 999 | distribution. |
| 1000 | |
| 1001 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS |
| 1002 | "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT |
| 1003 | LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS |
| 1004 | FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE |
| 1005 | COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, |
| 1006 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, |
| 1007 | BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS |
| 1008 | OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED |
| 1009 | AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, |
| 1010 | OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT |
| 1011 | OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 1012 | SUCH DAMAGE. |
| 1013 | |
| 1014 | ------------------------------------------------------------------- |
| 1015 | |
| 1016 | Copyright (C) 2017 The Android Open Source Project |
| 1017 | All rights reserved. |
| 1018 | |
mspector | 2e3d6a1 | 2017-01-24 21:51:51 -0800 | [diff] [blame] | 1019 | Redistribution and use in source and binary forms, with or without |
| 1020 | modification, are permitted provided that the following conditions |
| 1021 | are met: |
| 1022 | * Redistributions of source code must retain the above copyright |
| 1023 | notice, this list of conditions and the following disclaimer. |
| 1024 | * Redistributions in binary form must reproduce the above copyright |
| 1025 | notice, this list of conditions and the following disclaimer in |
| 1026 | the documentation and/or other materials provided with the |
| 1027 | distribution. |
| 1028 | |
| 1029 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS |
| 1030 | "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT |
| 1031 | LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS |
| 1032 | FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE |
| 1033 | COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, |
| 1034 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, |
| 1035 | BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS |
| 1036 | OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED |
| 1037 | AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, |
| 1038 | OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT |
| 1039 | OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 1040 | SUCH DAMAGE. |
| 1041 | |
| 1042 | ------------------------------------------------------------------- |
| 1043 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 1044 | Copyright (c) 1980, 1983, 1988, 1993 |
| 1045 | The Regents of the University of California. All rights reserved. |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 1046 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 1047 | Redistribution and use in source and binary forms, with or without |
| 1048 | modification, are permitted provided that the following conditions |
| 1049 | are met: |
| 1050 | 1. Redistributions of source code must retain the above copyright |
| 1051 | notice, this list of conditions and the following disclaimer. |
| 1052 | 2. Redistributions in binary form must reproduce the above copyright |
| 1053 | notice, this list of conditions and the following disclaimer in the |
| 1054 | documentation and/or other materials provided with the distribution. |
| 1055 | 3. All advertising materials mentioning features or use of this software |
| 1056 | must display the following acknowledgement: |
| 1057 | This product includes software developed by the University of |
| 1058 | California, Berkeley and its contributors. |
| 1059 | 4. Neither the name of the University nor the names of its contributors |
| 1060 | may be used to endorse or promote products derived from this software |
| 1061 | without specific prior written permission. |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 1062 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 1063 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 1064 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 1065 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 1066 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 1067 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 1068 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 1069 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 1070 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 1071 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 1072 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 1073 | SUCH DAMAGE. |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 1074 | |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 1075 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 1076 | Portions Copyright (c) 1993 by Digital Equipment Corporation. |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 1077 | |
| 1078 | Permission to use, copy, modify, and distribute this software for any |
| 1079 | purpose with or without fee is hereby granted, provided that the above |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 1080 | copyright notice and this permission notice appear in all copies, and that |
| 1081 | the name of Digital Equipment Corporation not be used in advertising or |
| 1082 | publicity pertaining to distribution of the document or software without |
| 1083 | specific, written prior permission. |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 1084 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 1085 | THE SOFTWARE IS PROVIDED "AS IS" AND DIGITAL EQUIPMENT CORP. DISCLAIMS ALL |
| 1086 | WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES |
| 1087 | OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL DIGITAL EQUIPMENT |
| 1088 | CORPORATION BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL |
| 1089 | DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR |
| 1090 | PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS |
| 1091 | ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS |
| 1092 | SOFTWARE. |
| 1093 | |
| 1094 | ------------------------------------------------------------------- |
| 1095 | |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 1096 | Copyright (c) 1982, 1986, 1993 |
| 1097 | The Regents of the University of California. All rights reserved. |
| 1098 | |
| 1099 | Redistribution and use in source and binary forms, with or without |
| 1100 | modification, are permitted provided that the following conditions |
| 1101 | are met: |
| 1102 | 1. Redistributions of source code must retain the above copyright |
| 1103 | notice, this list of conditions and the following disclaimer. |
| 1104 | 2. Redistributions in binary form must reproduce the above copyright |
| 1105 | notice, this list of conditions and the following disclaimer in the |
| 1106 | documentation and/or other materials provided with the distribution. |
| 1107 | 3. Neither the name of the University nor the names of its contributors |
| 1108 | may be used to endorse or promote products derived from this software |
| 1109 | without specific prior written permission. |
| 1110 | |
| 1111 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 1112 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 1113 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 1114 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 1115 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 1116 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 1117 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 1118 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 1119 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 1120 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 1121 | SUCH DAMAGE. |
| 1122 | |
| 1123 | ------------------------------------------------------------------- |
| 1124 | |
Irina Tirdea | eac9eb4 | 2012-09-08 09:28:30 +0300 | [diff] [blame] | 1125 | Copyright (c) 1982, 1986, 1993 |
| 1126 | The Regents of the University of California. All rights reserved. |
| 1127 | (c) UNIX System Laboratories, Inc. |
| 1128 | All or some portions of this file are derived from material licensed |
| 1129 | to the University of California by American Telephone and Telegraph |
| 1130 | Co. or Unix System Laboratories, Inc. and are reproduced herein with |
| 1131 | the permission of UNIX System Laboratories, Inc. |
| 1132 | |
| 1133 | Redistribution and use in source and binary forms, with or without |
| 1134 | modification, are permitted provided that the following conditions |
| 1135 | are met: |
| 1136 | 1. Redistributions of source code must retain the above copyright |
| 1137 | notice, this list of conditions and the following disclaimer. |
| 1138 | 2. Redistributions in binary form must reproduce the above copyright |
| 1139 | notice, this list of conditions and the following disclaimer in the |
| 1140 | documentation and/or other materials provided with the distribution. |
| 1141 | 3. Neither the name of the University nor the names of its contributors |
| 1142 | may be used to endorse or promote products derived from this software |
| 1143 | without specific prior written permission. |
| 1144 | |
| 1145 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 1146 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 1147 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 1148 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 1149 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 1150 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 1151 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 1152 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 1153 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 1154 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 1155 | SUCH DAMAGE. |
| 1156 | |
| 1157 | ------------------------------------------------------------------- |
| 1158 | |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 1159 | Copyright (c) 1983, 1987, 1989 |
| 1160 | The Regents of the University of California. All rights reserved. |
| 1161 | |
| 1162 | Redistribution and use in source and binary forms, with or without |
| 1163 | modification, are permitted provided that the following conditions |
| 1164 | are met: |
| 1165 | 1. Redistributions of source code must retain the above copyright |
| 1166 | notice, this list of conditions and the following disclaimer. |
| 1167 | 2. Redistributions in binary form must reproduce the above copyright |
| 1168 | notice, this list of conditions and the following disclaimer in the |
| 1169 | documentation and/or other materials provided with the distribution. |
| 1170 | 3. Neither the name of the University nor the names of its contributors |
| 1171 | may be used to endorse or promote products derived from this software |
| 1172 | without specific prior written permission. |
| 1173 | |
| 1174 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 1175 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 1176 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 1177 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 1178 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 1179 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 1180 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 1181 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 1182 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 1183 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 1184 | SUCH DAMAGE. |
| 1185 | |
| 1186 | ------------------------------------------------------------------- |
| 1187 | |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 1188 | Copyright (c) 1983, 1989 |
| 1189 | The Regents of the University of California. All rights reserved. |
| 1190 | |
| 1191 | Redistribution and use in source and binary forms, with or without |
| 1192 | modification, are permitted provided that the following conditions |
| 1193 | are met: |
| 1194 | 1. Redistributions of source code must retain the above copyright |
| 1195 | notice, this list of conditions and the following disclaimer. |
| 1196 | 2. Redistributions in binary form must reproduce the above copyright |
| 1197 | notice, this list of conditions and the following disclaimer in the |
| 1198 | documentation and/or other materials provided with the distribution. |
| 1199 | 3. All advertising materials mentioning features or use of this software |
| 1200 | must display the following acknowledgement: |
| 1201 | This product includes software developed by the University of |
| 1202 | California, Berkeley and its contributors. |
| 1203 | 4. Neither the name of the University nor the names of its contributors |
| 1204 | may be used to endorse or promote products derived from this software |
| 1205 | without specific prior written permission. |
| 1206 | |
| 1207 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 1208 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 1209 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 1210 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 1211 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 1212 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 1213 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 1214 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 1215 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 1216 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 1217 | SUCH DAMAGE. |
| 1218 | |
| 1219 | ------------------------------------------------------------------- |
| 1220 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 1221 | Copyright (c) 1983, 1989, 1993 |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 1222 | The Regents of the University of California. All rights reserved. |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 1223 | |
| 1224 | Redistribution and use in source and binary forms, with or without |
| 1225 | modification, are permitted provided that the following conditions |
| 1226 | are met: |
| 1227 | 1. Redistributions of source code must retain the above copyright |
| 1228 | notice, this list of conditions and the following disclaimer. |
| 1229 | 2. Redistributions in binary form must reproduce the above copyright |
| 1230 | notice, this list of conditions and the following disclaimer in the |
| 1231 | documentation and/or other materials provided with the distribution. |
| 1232 | 3. Neither the name of the University nor the names of its contributors |
| 1233 | may be used to endorse or promote products derived from this software |
| 1234 | without specific prior written permission. |
| 1235 | |
| 1236 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 1237 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 1238 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 1239 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 1240 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 1241 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 1242 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 1243 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 1244 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 1245 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 1246 | SUCH DAMAGE. |
| 1247 | |
| 1248 | ------------------------------------------------------------------- |
| 1249 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 1250 | Copyright (c) 1983, 1993 |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 1251 | The Regents of the University of California. All rights reserved. |
| 1252 | |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 1253 | Redistribution and use in source and binary forms, with or without |
| 1254 | modification, are permitted provided that the following conditions |
| 1255 | are met: |
| 1256 | 1. Redistributions of source code must retain the above copyright |
| 1257 | notice, this list of conditions and the following disclaimer. |
| 1258 | 2. Redistributions in binary form must reproduce the above copyright |
| 1259 | notice, this list of conditions and the following disclaimer in the |
| 1260 | documentation and/or other materials provided with the distribution. |
| 1261 | 3. Neither the name of the University nor the names of its contributors |
| 1262 | may be used to endorse or promote products derived from this software |
| 1263 | without specific prior written permission. |
| 1264 | |
| 1265 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 1266 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 1267 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 1268 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 1269 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 1270 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 1271 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 1272 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 1273 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 1274 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 1275 | SUCH DAMAGE. |
| 1276 | |
| 1277 | ------------------------------------------------------------------- |
| 1278 | |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 1279 | Copyright (c) 1985 |
| 1280 | The Regents of the University of California. All rights reserved. |
| 1281 | |
| 1282 | Redistribution and use in source and binary forms, with or without |
| 1283 | modification, are permitted provided that the following conditions |
| 1284 | are met: |
| 1285 | 1. Redistributions of source code must retain the above copyright |
| 1286 | notice, this list of conditions and the following disclaimer. |
| 1287 | 2. Redistributions in binary form must reproduce the above copyright |
| 1288 | notice, this list of conditions and the following disclaimer in the |
| 1289 | documentation and/or other materials provided with the distribution. |
| 1290 | 3. All advertising materials mentioning features or use of this software |
| 1291 | must display the following acknowledgement: |
| 1292 | This product includes software developed by the University of |
| 1293 | California, Berkeley and its contributors. |
| 1294 | 4. Neither the name of the University nor the names of its contributors |
| 1295 | may be used to endorse or promote products derived from this software |
| 1296 | without specific prior written permission. |
| 1297 | |
| 1298 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 1299 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 1300 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 1301 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 1302 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 1303 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 1304 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 1305 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 1306 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 1307 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 1308 | SUCH DAMAGE. |
| 1309 | |
| 1310 | ------------------------------------------------------------------- |
| 1311 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 1312 | Copyright (c) 1985 Regents of the University of California. |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 1313 | All rights reserved. |
| 1314 | |
| 1315 | Redistribution and use in source and binary forms, with or without |
| 1316 | modification, are permitted provided that the following conditions |
| 1317 | are met: |
| 1318 | 1. Redistributions of source code must retain the above copyright |
| 1319 | notice, this list of conditions and the following disclaimer. |
| 1320 | 2. Redistributions in binary form must reproduce the above copyright |
| 1321 | notice, this list of conditions and the following disclaimer in the |
| 1322 | documentation and/or other materials provided with the distribution. |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 1323 | 3. Neither the name of the University nor the names of its contributors |
| 1324 | may be used to endorse or promote products derived from this software |
| 1325 | without specific prior written permission. |
| 1326 | |
| 1327 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 1328 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 1329 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 1330 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 1331 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 1332 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 1333 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 1334 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 1335 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 1336 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 1337 | SUCH DAMAGE. |
| 1338 | |
| 1339 | ------------------------------------------------------------------- |
| 1340 | |
| 1341 | Copyright (c) 1985, 1988, 1993 |
| 1342 | The Regents of the University of California. All rights reserved. |
| 1343 | |
| 1344 | Redistribution and use in source and binary forms, with or without |
| 1345 | modification, are permitted provided that the following conditions |
| 1346 | are met: |
| 1347 | 1. Redistributions of source code must retain the above copyright |
| 1348 | notice, this list of conditions and the following disclaimer. |
| 1349 | 2. Redistributions in binary form must reproduce the above copyright |
| 1350 | notice, this list of conditions and the following disclaimer in the |
| 1351 | documentation and/or other materials provided with the distribution. |
| 1352 | 3. Neither the name of the University nor the names of its contributors |
| 1353 | may be used to endorse or promote products derived from this software |
| 1354 | without specific prior written permission. |
| 1355 | |
| 1356 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 1357 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 1358 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 1359 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 1360 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 1361 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 1362 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 1363 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 1364 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 1365 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 1366 | SUCH DAMAGE. |
| 1367 | |
| 1368 | Portions Copyright (c) 1993 by Digital Equipment Corporation. |
| 1369 | |
| 1370 | Permission to use, copy, modify, and distribute this software for any |
| 1371 | purpose with or without fee is hereby granted, provided that the above |
| 1372 | copyright notice and this permission notice appear in all copies, and that |
| 1373 | the name of Digital Equipment Corporation not be used in advertising or |
| 1374 | publicity pertaining to distribution of the document or software without |
| 1375 | specific, written prior permission. |
| 1376 | |
| 1377 | THE SOFTWARE IS PROVIDED "AS IS" AND DIGITAL EQUIPMENT CORP. DISCLAIMS ALL |
| 1378 | WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES |
| 1379 | OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL DIGITAL EQUIPMENT |
| 1380 | CORPORATION BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL |
| 1381 | DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR |
| 1382 | PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS |
| 1383 | ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS |
| 1384 | SOFTWARE. |
| 1385 | |
| 1386 | ------------------------------------------------------------------- |
| 1387 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 1388 | Copyright (c) 1985, 1989, 1993 |
| 1389 | The Regents of the University of California. All rights reserved. |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 1390 | |
| 1391 | Redistribution and use in source and binary forms, with or without |
| 1392 | modification, are permitted provided that the following conditions |
| 1393 | are met: |
| 1394 | 1. Redistributions of source code must retain the above copyright |
| 1395 | notice, this list of conditions and the following disclaimer. |
| 1396 | 2. Redistributions in binary form must reproduce the above copyright |
| 1397 | notice, this list of conditions and the following disclaimer in the |
| 1398 | documentation and/or other materials provided with the distribution. |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 1399 | 3. All advertising materials mentioning features or use of this software |
| 1400 | must display the following acknowledgement: |
| 1401 | This product includes software developed by the University of |
| 1402 | California, Berkeley and its contributors. |
| 1403 | 4. Neither the name of the University nor the names of its contributors |
| 1404 | may be used to endorse or promote products derived from this software |
| 1405 | without specific prior written permission. |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 1406 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 1407 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 1408 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 1409 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 1410 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 1411 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 1412 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 1413 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 1414 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 1415 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 1416 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 1417 | SUCH DAMAGE. |
| 1418 | |
| 1419 | ------------------------------------------------------------------- |
| 1420 | |
| 1421 | Copyright (c) 1985, 1993 |
| 1422 | The Regents of the University of California. All rights reserved. |
| 1423 | |
| 1424 | Redistribution and use in source and binary forms, with or without |
| 1425 | modification, are permitted provided that the following conditions |
| 1426 | are met: |
| 1427 | 1. Redistributions of source code must retain the above copyright |
| 1428 | notice, this list of conditions and the following disclaimer. |
| 1429 | 2. Redistributions in binary form must reproduce the above copyright |
| 1430 | notice, this list of conditions and the following disclaimer in the |
| 1431 | documentation and/or other materials provided with the distribution. |
| 1432 | 3. All advertising materials mentioning features or use of this software |
| 1433 | must display the following acknowledgement: |
| 1434 | This product includes software developed by the University of |
| 1435 | California, Berkeley and its contributors. |
| 1436 | 4. Neither the name of the University nor the names of its contributors |
| 1437 | may be used to endorse or promote products derived from this software |
| 1438 | without specific prior written permission. |
| 1439 | |
| 1440 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 1441 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 1442 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 1443 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 1444 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 1445 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 1446 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 1447 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 1448 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 1449 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 1450 | SUCH DAMAGE. |
| 1451 | |
| 1452 | ------------------------------------------------------------------- |
| 1453 | |
| 1454 | Copyright (c) 1985, 1993 |
| 1455 | The Regents of the University of California. All rights reserved. |
| 1456 | |
| 1457 | Redistribution and use in source and binary forms, with or without |
| 1458 | modification, are permitted provided that the following conditions |
| 1459 | are met: |
| 1460 | 1. Redistributions of source code must retain the above copyright |
| 1461 | notice, this list of conditions and the following disclaimer. |
| 1462 | 2. Redistributions in binary form must reproduce the above copyright |
| 1463 | notice, this list of conditions and the following disclaimer in the |
| 1464 | documentation and/or other materials provided with the distribution. |
Dan Albert | c30862f | 2016-10-20 11:45:16 -0700 | [diff] [blame] | 1465 | 3. All advertising materials mentioning features or use of this software |
| 1466 | must display the following acknowledgement: |
| 1467 | This product includes software developed by the University of |
| 1468 | California, Berkeley and its contributors. |
| 1469 | 4. Neither the name of the University nor the names of its contributors |
| 1470 | may be used to endorse or promote products derived from this software |
| 1471 | without specific prior written permission. |
| 1472 | |
| 1473 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 1474 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 1475 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 1476 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 1477 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 1478 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 1479 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 1480 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 1481 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 1482 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 1483 | SUCH DAMAGE. |
| 1484 | |
| 1485 | ------------------------------------------------------------------- |
| 1486 | |
| 1487 | Copyright (c) 1985, 1993 |
| 1488 | The Regents of the University of California. All rights reserved. |
| 1489 | |
| 1490 | Redistribution and use in source and binary forms, with or without |
| 1491 | modification, are permitted provided that the following conditions |
| 1492 | are met: |
| 1493 | 1. Redistributions of source code must retain the above copyright |
| 1494 | notice, this list of conditions and the following disclaimer. |
| 1495 | 2. Redistributions in binary form must reproduce the above copyright |
| 1496 | notice, this list of conditions and the following disclaimer in the |
| 1497 | documentation and/or other materials provided with the distribution. |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 1498 | 3. Neither the name of the University nor the names of its contributors |
| 1499 | may be used to endorse or promote products derived from this software |
| 1500 | without specific prior written permission. |
| 1501 | |
| 1502 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 1503 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 1504 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 1505 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 1506 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 1507 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 1508 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 1509 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 1510 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 1511 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 1512 | SUCH DAMAGE. |
| 1513 | |
| 1514 | ------------------------------------------------------------------- |
| 1515 | |
| 1516 | Copyright (c) 1987 Regents of the University of California. |
| 1517 | All rights reserved. |
| 1518 | |
| 1519 | Redistribution and use in source and binary forms, with or without |
| 1520 | modification, are permitted provided that the following conditions |
| 1521 | are met: |
| 1522 | 1. Redistributions of source code must retain the above copyright |
| 1523 | notice, this list of conditions and the following disclaimer. |
| 1524 | 2. Redistributions in binary form must reproduce the above copyright |
| 1525 | notice, this list of conditions and the following disclaimer in the |
| 1526 | documentation and/or other materials provided with the distribution. |
| 1527 | 3. Neither the name of the University nor the names of its contributors |
| 1528 | may be used to endorse or promote products derived from this software |
| 1529 | without specific prior written permission. |
| 1530 | |
| 1531 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 1532 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 1533 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 1534 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 1535 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 1536 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 1537 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 1538 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 1539 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 1540 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 1541 | SUCH DAMAGE. |
| 1542 | |
| 1543 | ------------------------------------------------------------------- |
| 1544 | |
| 1545 | Copyright (c) 1987, 1993 |
| 1546 | The Regents of the University of California. All rights reserved. |
| 1547 | |
| 1548 | Redistribution and use in source and binary forms, with or without |
| 1549 | modification, are permitted provided that the following conditions |
| 1550 | are met: |
| 1551 | 1. Redistributions of source code must retain the above copyright |
| 1552 | notice, this list of conditions and the following disclaimer. |
| 1553 | 2. Redistributions in binary form must reproduce the above copyright |
| 1554 | notice, this list of conditions and the following disclaimer in the |
| 1555 | documentation and/or other materials provided with the distribution. |
| 1556 | 3. All advertising materials mentioning features or use of this software |
| 1557 | must display the following acknowledgement: |
| 1558 | This product includes software developed by the University of |
| 1559 | California, Berkeley and its contributors. |
| 1560 | 4. Neither the name of the University nor the names of its contributors |
| 1561 | may be used to endorse or promote products derived from this software |
| 1562 | without specific prior written permission. |
| 1563 | |
| 1564 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 1565 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 1566 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 1567 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 1568 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 1569 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 1570 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 1571 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 1572 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 1573 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 1574 | SUCH DAMAGE. |
| 1575 | |
| 1576 | ------------------------------------------------------------------- |
| 1577 | |
| 1578 | Copyright (c) 1987, 1993 |
| 1579 | The Regents of the University of California. All rights reserved. |
| 1580 | |
| 1581 | Redistribution and use in source and binary forms, with or without |
| 1582 | modification, are permitted provided that the following conditions |
| 1583 | are met: |
| 1584 | 1. Redistributions of source code must retain the above copyright |
| 1585 | notice, this list of conditions and the following disclaimer. |
| 1586 | 2. Redistributions in binary form must reproduce the above copyright |
| 1587 | notice, this list of conditions and the following disclaimer in the |
| 1588 | documentation and/or other materials provided with the distribution. |
| 1589 | 3. Neither the name of the University nor the names of its contributors |
| 1590 | may be used to endorse or promote products derived from this software |
| 1591 | without specific prior written permission. |
| 1592 | |
| 1593 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 1594 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 1595 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 1596 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 1597 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 1598 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 1599 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 1600 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 1601 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 1602 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 1603 | SUCH DAMAGE. |
| 1604 | |
| 1605 | ------------------------------------------------------------------- |
| 1606 | |
| 1607 | Copyright (c) 1988 Regents of the University of California. |
| 1608 | All rights reserved. |
| 1609 | |
| 1610 | Redistribution and use in source and binary forms, with or without |
| 1611 | modification, are permitted provided that the following conditions |
| 1612 | are met: |
| 1613 | 1. Redistributions of source code must retain the above copyright |
| 1614 | notice, this list of conditions and the following disclaimer. |
| 1615 | 2. Redistributions in binary form must reproduce the above copyright |
| 1616 | notice, this list of conditions and the following disclaimer in the |
| 1617 | documentation and/or other materials provided with the distribution. |
| 1618 | 3. Neither the name of the University nor the names of its contributors |
| 1619 | may be used to endorse or promote products derived from this software |
| 1620 | without specific prior written permission. |
| 1621 | |
| 1622 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 1623 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 1624 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 1625 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 1626 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 1627 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 1628 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 1629 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 1630 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 1631 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 1632 | SUCH DAMAGE. |
| 1633 | |
| 1634 | ------------------------------------------------------------------- |
| 1635 | |
| 1636 | Copyright (c) 1988 The Regents of the University of California. |
| 1637 | All rights reserved. |
| 1638 | |
| 1639 | Redistribution and use in source and binary forms, with or without |
| 1640 | modification, are permitted provided that the following conditions |
| 1641 | are met: |
| 1642 | 1. Redistributions of source code must retain the above copyright |
| 1643 | notice, this list of conditions and the following disclaimer. |
| 1644 | 2. Redistributions in binary form must reproduce the above copyright |
| 1645 | notice, this list of conditions and the following disclaimer in the |
| 1646 | documentation and/or other materials provided with the distribution. |
| 1647 | 3. Neither the name of the University nor the names of its contributors |
| 1648 | may be used to endorse or promote products derived from this software |
| 1649 | without specific prior written permission. |
| 1650 | |
| 1651 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 1652 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 1653 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 1654 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 1655 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 1656 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 1657 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 1658 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 1659 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 1660 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 1661 | SUCH DAMAGE. |
| 1662 | |
| 1663 | ------------------------------------------------------------------- |
| 1664 | |
| 1665 | Copyright (c) 1988, 1993 |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 1666 | The Regents of the University of California. All rights reserved. |
| 1667 | |
| 1668 | Redistribution and use in source and binary forms, with or without |
| 1669 | modification, are permitted provided that the following conditions |
| 1670 | are met: |
| 1671 | 1. Redistributions of source code must retain the above copyright |
| 1672 | notice, this list of conditions and the following disclaimer. |
| 1673 | 2. Redistributions in binary form must reproduce the above copyright |
| 1674 | notice, this list of conditions and the following disclaimer in the |
| 1675 | documentation and/or other materials provided with the distribution. |
| 1676 | 3. All advertising materials mentioning features or use of this software |
| 1677 | must display the following acknowledgement: |
| 1678 | This product includes software developed by the University of |
| 1679 | California, Berkeley and its contributors. |
| 1680 | 4. Neither the name of the University nor the names of its contributors |
| 1681 | may be used to endorse or promote products derived from this software |
| 1682 | without specific prior written permission. |
| 1683 | |
| 1684 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 1685 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 1686 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 1687 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 1688 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 1689 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 1690 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 1691 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 1692 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 1693 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 1694 | SUCH DAMAGE. |
| 1695 | |
| 1696 | ------------------------------------------------------------------- |
| 1697 | |
| 1698 | Copyright (c) 1988, 1993 |
| 1699 | The Regents of the University of California. All rights reserved. |
| 1700 | |
| 1701 | Redistribution and use in source and binary forms, with or without |
| 1702 | modification, are permitted provided that the following conditions |
| 1703 | are met: |
| 1704 | 1. Redistributions of source code must retain the above copyright |
| 1705 | notice, this list of conditions and the following disclaimer. |
| 1706 | 2. Redistributions in binary form must reproduce the above copyright |
| 1707 | notice, this list of conditions and the following disclaimer in the |
| 1708 | documentation and/or other materials provided with the distribution. |
Dan Albert | c30862f | 2016-10-20 11:45:16 -0700 | [diff] [blame] | 1709 | 3. All advertising materials mentioning features or use of this software |
| 1710 | must display the following acknowledgement: |
| 1711 | This product includes software developed by the University of |
| 1712 | California, Berkeley and its contributors. |
| 1713 | 4. Neither the name of the University nor the names of its contributors |
| 1714 | may be used to endorse or promote products derived from this software |
| 1715 | without specific prior written permission. |
| 1716 | |
| 1717 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 1718 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 1719 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 1720 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 1721 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 1722 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 1723 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 1724 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 1725 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 1726 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 1727 | SUCH DAMAGE. |
| 1728 | |
| 1729 | ------------------------------------------------------------------- |
| 1730 | |
| 1731 | Copyright (c) 1988, 1993 |
| 1732 | The Regents of the University of California. All rights reserved. |
| 1733 | |
| 1734 | Redistribution and use in source and binary forms, with or without |
| 1735 | modification, are permitted provided that the following conditions |
| 1736 | are met: |
| 1737 | 1. Redistributions of source code must retain the above copyright |
| 1738 | notice, this list of conditions and the following disclaimer. |
| 1739 | 2. Redistributions in binary form must reproduce the above copyright |
| 1740 | notice, this list of conditions and the following disclaimer in the |
| 1741 | documentation and/or other materials provided with the distribution. |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 1742 | 3. Neither the name of the University nor the names of its contributors |
| 1743 | may be used to endorse or promote products derived from this software |
| 1744 | without specific prior written permission. |
| 1745 | |
| 1746 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 1747 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 1748 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 1749 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 1750 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 1751 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 1752 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 1753 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 1754 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 1755 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 1756 | SUCH DAMAGE. |
| 1757 | |
| 1758 | ------------------------------------------------------------------- |
| 1759 | |
| 1760 | Copyright (c) 1988, 1993 |
| 1761 | The Regents of the University of California. All rights reserved. |
| 1762 | |
| 1763 | This code is derived from software written by Ken Arnold and |
| 1764 | published in UNIX Review, Vol. 6, No. 8. |
| 1765 | |
| 1766 | Redistribution and use in source and binary forms, with or without |
| 1767 | modification, are permitted provided that the following conditions |
| 1768 | are met: |
| 1769 | 1. Redistributions of source code must retain the above copyright |
| 1770 | notice, this list of conditions and the following disclaimer. |
| 1771 | 2. Redistributions in binary form must reproduce the above copyright |
| 1772 | notice, this list of conditions and the following disclaimer in the |
| 1773 | documentation and/or other materials provided with the distribution. |
| 1774 | 3. Neither the name of the University nor the names of its contributors |
| 1775 | may be used to endorse or promote products derived from this software |
| 1776 | without specific prior written permission. |
| 1777 | |
| 1778 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 1779 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 1780 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 1781 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 1782 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 1783 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 1784 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 1785 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 1786 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 1787 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 1788 | SUCH DAMAGE. |
| 1789 | |
| 1790 | ------------------------------------------------------------------- |
| 1791 | |
| 1792 | Copyright (c) 1989 The Regents of the University of California. |
| 1793 | All rights reserved. |
| 1794 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 1795 | Redistribution and use in source and binary forms, with or without |
| 1796 | modification, are permitted provided that the following conditions |
| 1797 | are met: |
| 1798 | 1. Redistributions of source code must retain the above copyright |
| 1799 | notice, this list of conditions and the following disclaimer. |
| 1800 | 2. Redistributions in binary form must reproduce the above copyright |
| 1801 | notice, this list of conditions and the following disclaimer in the |
| 1802 | documentation and/or other materials provided with the distribution. |
| 1803 | 3. Neither the name of the University nor the names of its contributors |
| 1804 | may be used to endorse or promote products derived from this software |
| 1805 | without specific prior written permission. |
| 1806 | |
| 1807 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 1808 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 1809 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 1810 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 1811 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 1812 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 1813 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 1814 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 1815 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 1816 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 1817 | SUCH DAMAGE. |
| 1818 | |
| 1819 | ------------------------------------------------------------------- |
| 1820 | |
| 1821 | Copyright (c) 1989 The Regents of the University of California. |
| 1822 | All rights reserved. |
| 1823 | (c) UNIX System Laboratories, Inc. |
| 1824 | All or some portions of this file are derived from material licensed |
| 1825 | to the University of California by American Telephone and Telegraph |
| 1826 | Co. or Unix System Laboratories, Inc. and are reproduced herein with |
| 1827 | the permission of UNIX System Laboratories, Inc. |
| 1828 | |
| 1829 | Redistribution and use in source and binary forms, with or without |
| 1830 | modification, are permitted provided that the following conditions |
| 1831 | are met: |
| 1832 | 1. Redistributions of source code must retain the above copyright |
| 1833 | notice, this list of conditions and the following disclaimer. |
| 1834 | 2. Redistributions in binary form must reproduce the above copyright |
| 1835 | notice, this list of conditions and the following disclaimer in the |
| 1836 | documentation and/or other materials provided with the distribution. |
| 1837 | 3. Neither the name of the University nor the names of its contributors |
| 1838 | may be used to endorse or promote products derived from this software |
| 1839 | without specific prior written permission. |
| 1840 | |
| 1841 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 1842 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 1843 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 1844 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 1845 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 1846 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 1847 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 1848 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 1849 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 1850 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 1851 | SUCH DAMAGE. |
| 1852 | |
| 1853 | ------------------------------------------------------------------- |
| 1854 | |
| 1855 | Copyright (c) 1989, 1993 |
| 1856 | The Regents of the University of California. All rights reserved. |
| 1857 | |
| 1858 | Redistribution and use in source and binary forms, with or without |
| 1859 | modification, are permitted provided that the following conditions |
| 1860 | are met: |
| 1861 | 1. Redistributions of source code must retain the above copyright |
| 1862 | notice, this list of conditions and the following disclaimer. |
| 1863 | 2. Redistributions in binary form must reproduce the above copyright |
| 1864 | notice, this list of conditions and the following disclaimer in the |
| 1865 | documentation and/or other materials provided with the distribution. |
| 1866 | 3. Neither the name of the University nor the names of its contributors |
| 1867 | may be used to endorse or promote products derived from this software |
| 1868 | without specific prior written permission. |
| 1869 | |
| 1870 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 1871 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 1872 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 1873 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 1874 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 1875 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 1876 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 1877 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 1878 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 1879 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 1880 | SUCH DAMAGE. |
| 1881 | |
| 1882 | ------------------------------------------------------------------- |
| 1883 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 1884 | Copyright (c) 1989, 1993 |
| 1885 | The Regents of the University of California. All rights reserved. |
| 1886 | |
| 1887 | Redistribution and use in source and binary forms, with or without |
| 1888 | modification, are permitted provided that the following conditions |
| 1889 | are met: |
| 1890 | 1. Redistributions of source code must retain the above copyright |
| 1891 | notice, this list of conditions and the following disclaimer. |
| 1892 | 2. Redistributions in binary form must reproduce the above copyright |
| 1893 | notice, this list of conditions and the following disclaimer in the |
| 1894 | documentation and/or other materials provided with the distribution. |
| 1895 | 4. Neither the name of the University nor the names of its contributors |
| 1896 | may be used to endorse or promote products derived from this software |
| 1897 | without specific prior written permission. |
| 1898 | |
| 1899 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 1900 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 1901 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 1902 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 1903 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 1904 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 1905 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 1906 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 1907 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 1908 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 1909 | SUCH DAMAGE. |
| 1910 | |
| 1911 | ------------------------------------------------------------------- |
| 1912 | |
| 1913 | Copyright (c) 1989, 1993 |
| 1914 | The Regents of the University of California. All rights reserved. |
Elliott Hughes | acbe322 | 2014-04-16 17:01:12 -0700 | [diff] [blame] | 1915 | |
| 1916 | This code is derived from software contributed to Berkeley by |
Elliott Hughes | f1c568d | 2017-09-26 17:09:07 -0700 | [diff] [blame^] | 1917 | Guido van Rossum. |
| 1918 | |
| 1919 | Copyright (c) 2011 The FreeBSD Foundation |
| 1920 | All rights reserved. |
| 1921 | Portions of this software were developed by David Chisnall |
| 1922 | under sponsorship from the FreeBSD Foundation. |
| 1923 | |
| 1924 | Redistribution and use in source and binary forms, with or without |
| 1925 | modification, are permitted provided that the following conditions |
| 1926 | are met: |
| 1927 | 1. Redistributions of source code must retain the above copyright |
| 1928 | notice, this list of conditions and the following disclaimer. |
| 1929 | 2. Redistributions in binary form must reproduce the above copyright |
| 1930 | notice, this list of conditions and the following disclaimer in the |
| 1931 | documentation and/or other materials provided with the distribution. |
| 1932 | 3. Neither the name of the University nor the names of its contributors |
| 1933 | may be used to endorse or promote products derived from this software |
| 1934 | without specific prior written permission. |
| 1935 | |
| 1936 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 1937 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 1938 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 1939 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 1940 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 1941 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 1942 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 1943 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 1944 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 1945 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 1946 | SUCH DAMAGE. |
| 1947 | |
| 1948 | ------------------------------------------------------------------- |
| 1949 | |
| 1950 | Copyright (c) 1989, 1993 |
| 1951 | The Regents of the University of California. All rights reserved. |
| 1952 | |
| 1953 | This code is derived from software contributed to Berkeley by |
| 1954 | Guido van Rossum. |
| 1955 | |
| 1956 | Redistribution and use in source and binary forms, with or without |
| 1957 | modification, are permitted provided that the following conditions |
| 1958 | are met: |
| 1959 | 1. Redistributions of source code must retain the above copyright |
| 1960 | notice, this list of conditions and the following disclaimer. |
| 1961 | 2. Redistributions in binary form must reproduce the above copyright |
| 1962 | notice, this list of conditions and the following disclaimer in the |
| 1963 | documentation and/or other materials provided with the distribution. |
| 1964 | 3. Neither the name of the University nor the names of its contributors |
| 1965 | may be used to endorse or promote products derived from this software |
| 1966 | without specific prior written permission. |
| 1967 | |
| 1968 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 1969 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 1970 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 1971 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 1972 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 1973 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 1974 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 1975 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 1976 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 1977 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 1978 | SUCH DAMAGE. |
| 1979 | |
| 1980 | ------------------------------------------------------------------- |
| 1981 | |
| 1982 | Copyright (c) 1989, 1993 |
| 1983 | The Regents of the University of California. All rights reserved. |
| 1984 | |
| 1985 | This code is derived from software contributed to Berkeley by |
Elliott Hughes | acbe322 | 2014-04-16 17:01:12 -0700 | [diff] [blame] | 1986 | Roger L. Snyder. |
| 1987 | |
| 1988 | Redistribution and use in source and binary forms, with or without |
| 1989 | modification, are permitted provided that the following conditions |
| 1990 | are met: |
| 1991 | 1. Redistributions of source code must retain the above copyright |
| 1992 | notice, this list of conditions and the following disclaimer. |
| 1993 | 2. Redistributions in binary form must reproduce the above copyright |
| 1994 | notice, this list of conditions and the following disclaimer in the |
| 1995 | documentation and/or other materials provided with the distribution. |
| 1996 | 3. Neither the name of the University nor the names of its contributors |
| 1997 | may be used to endorse or promote products derived from this software |
| 1998 | without specific prior written permission. |
| 1999 | |
| 2000 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 2001 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 2002 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 2003 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 2004 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 2005 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 2006 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 2007 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 2008 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 2009 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 2010 | SUCH DAMAGE. |
| 2011 | |
| 2012 | ------------------------------------------------------------------- |
| 2013 | |
| 2014 | Copyright (c) 1989, 1993 |
| 2015 | The Regents of the University of California. All rights reserved. |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 2016 | (c) UNIX System Laboratories, Inc. |
| 2017 | All or some portions of this file are derived from material licensed |
| 2018 | to the University of California by American Telephone and Telegraph |
| 2019 | Co. or Unix System Laboratories, Inc. and are reproduced herein with |
| 2020 | the permission of UNIX System Laboratories, Inc. |
| 2021 | |
| 2022 | Redistribution and use in source and binary forms, with or without |
| 2023 | modification, are permitted provided that the following conditions |
| 2024 | are met: |
| 2025 | 1. Redistributions of source code must retain the above copyright |
| 2026 | notice, this list of conditions and the following disclaimer. |
| 2027 | 2. Redistributions in binary form must reproduce the above copyright |
| 2028 | notice, this list of conditions and the following disclaimer in the |
| 2029 | documentation and/or other materials provided with the distribution. |
| 2030 | 3. Neither the name of the University nor the names of its contributors |
| 2031 | may be used to endorse or promote products derived from this software |
| 2032 | without specific prior written permission. |
| 2033 | |
| 2034 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 2035 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 2036 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 2037 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 2038 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 2039 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 2040 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 2041 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 2042 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 2043 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 2044 | SUCH DAMAGE. |
| 2045 | |
| 2046 | ------------------------------------------------------------------- |
| 2047 | |
Elliott Hughes | b4931ce | 2016-02-08 17:00:12 -0800 | [diff] [blame] | 2048 | Copyright (c) 1990 Regents of the University of California. |
| 2049 | All rights reserved. |
| 2050 | |
| 2051 | This code is derived from software contributed to Berkeley by |
| 2052 | Chris Torek. |
| 2053 | |
| 2054 | Redistribution and use in source and binary forms, with or without |
| 2055 | modification, are permitted provided that the following conditions |
| 2056 | are met: |
| 2057 | 1. Redistributions of source code must retain the above copyright |
| 2058 | notice, this list of conditions and the following disclaimer. |
| 2059 | 2. Redistributions in binary form must reproduce the above copyright |
| 2060 | notice, this list of conditions and the following disclaimer in the |
| 2061 | documentation and/or other materials provided with the distribution. |
| 2062 | 3. Neither the name of the University nor the names of its contributors |
| 2063 | may be used to endorse or promote products derived from this software |
| 2064 | without specific prior written permission. |
| 2065 | |
| 2066 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 2067 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 2068 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 2069 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 2070 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 2071 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 2072 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 2073 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 2074 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 2075 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 2076 | SUCH DAMAGE. |
| 2077 | |
| 2078 | ------------------------------------------------------------------- |
| 2079 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 2080 | Copyright (c) 1990 The Regents of the University of California. |
| 2081 | All rights reserved. |
| 2082 | |
| 2083 | Redistribution and use in source and binary forms, with or without |
| 2084 | modification, are permitted provided that the following conditions |
| 2085 | are met: |
| 2086 | 1. Redistributions of source code must retain the above copyright |
| 2087 | notice, this list of conditions and the following disclaimer. |
| 2088 | 2. Redistributions in binary form must reproduce the above copyright |
| 2089 | notice, this list of conditions and the following disclaimer in the |
| 2090 | documentation and/or other materials provided with the distribution. |
| 2091 | 3. Neither the name of the University nor the names of its contributors |
| 2092 | may be used to endorse or promote products derived from this software |
| 2093 | without specific prior written permission. |
| 2094 | |
| 2095 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 2096 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 2097 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 2098 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 2099 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 2100 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 2101 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 2102 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 2103 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 2104 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 2105 | SUCH DAMAGE. |
| 2106 | |
| 2107 | ------------------------------------------------------------------- |
| 2108 | |
| 2109 | Copyright (c) 1990 The Regents of the University of California. |
| 2110 | All rights reserved. |
| 2111 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 2112 | This code is derived from software contributed to Berkeley by |
| 2113 | Chris Torek. |
| 2114 | |
| 2115 | Redistribution and use in source and binary forms, with or without |
| 2116 | modification, are permitted provided that the following conditions |
| 2117 | are met: |
| 2118 | 1. Redistributions of source code must retain the above copyright |
| 2119 | notice, this list of conditions and the following disclaimer. |
| 2120 | 2. Redistributions in binary form must reproduce the above copyright |
| 2121 | notice, this list of conditions and the following disclaimer in the |
| 2122 | documentation and/or other materials provided with the distribution. |
| 2123 | 3. Neither the name of the University nor the names of its contributors |
| 2124 | may be used to endorse or promote products derived from this software |
| 2125 | without specific prior written permission. |
| 2126 | |
| 2127 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 2128 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 2129 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 2130 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 2131 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 2132 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 2133 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 2134 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 2135 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 2136 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 2137 | SUCH DAMAGE. |
| 2138 | |
| 2139 | ------------------------------------------------------------------- |
| 2140 | |
| 2141 | Copyright (c) 1990 The Regents of the University of California. |
| 2142 | All rights reserved. |
| 2143 | |
| 2144 | This code is derived from software contributed to Berkeley by |
| 2145 | William Jolitz. |
| 2146 | |
| 2147 | Redistribution and use in source and binary forms, with or without |
| 2148 | modification, are permitted provided that the following conditions |
| 2149 | are met: |
| 2150 | 1. Redistributions of source code must retain the above copyright |
| 2151 | notice, this list of conditions and the following disclaimer. |
| 2152 | 2. Redistributions in binary form must reproduce the above copyright |
| 2153 | notice, this list of conditions and the following disclaimer in the |
| 2154 | documentation and/or other materials provided with the distribution. |
| 2155 | 3. Neither the name of the University nor the names of its contributors |
| 2156 | may be used to endorse or promote products derived from this software |
| 2157 | without specific prior written permission. |
| 2158 | |
| 2159 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 2160 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 2161 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 2162 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 2163 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 2164 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 2165 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 2166 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 2167 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 2168 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 2169 | SUCH DAMAGE. |
| 2170 | |
| 2171 | ------------------------------------------------------------------- |
| 2172 | |
| 2173 | Copyright (c) 1990, 1993 |
| 2174 | The Regents of the University of California. All rights reserved. |
| 2175 | |
| 2176 | Redistribution and use in source and binary forms, with or without |
| 2177 | modification, are permitted provided that the following conditions |
| 2178 | are met: |
| 2179 | 1. Redistributions of source code must retain the above copyright |
| 2180 | notice, this list of conditions and the following disclaimer. |
| 2181 | 2. Redistributions in binary form must reproduce the above copyright |
| 2182 | notice, this list of conditions and the following disclaimer in the |
| 2183 | documentation and/or other materials provided with the distribution. |
| 2184 | 3. Neither the name of the University nor the names of its contributors |
| 2185 | may be used to endorse or promote products derived from this software |
| 2186 | without specific prior written permission. |
| 2187 | |
| 2188 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 2189 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 2190 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 2191 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 2192 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 2193 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 2194 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 2195 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 2196 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 2197 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 2198 | SUCH DAMAGE. |
| 2199 | |
| 2200 | ------------------------------------------------------------------- |
| 2201 | |
| 2202 | Copyright (c) 1990, 1993 |
| 2203 | The Regents of the University of California. All rights reserved. |
| 2204 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 2205 | This code is derived from software contributed to Berkeley by |
| 2206 | Chris Torek. |
| 2207 | |
| 2208 | Redistribution and use in source and binary forms, with or without |
| 2209 | modification, are permitted provided that the following conditions |
| 2210 | are met: |
| 2211 | 1. Redistributions of source code must retain the above copyright |
| 2212 | notice, this list of conditions and the following disclaimer. |
| 2213 | 2. Redistributions in binary form must reproduce the above copyright |
| 2214 | notice, this list of conditions and the following disclaimer in the |
| 2215 | documentation and/or other materials provided with the distribution. |
| 2216 | 3. Neither the name of the University nor the names of its contributors |
| 2217 | may be used to endorse or promote products derived from this software |
| 2218 | without specific prior written permission. |
| 2219 | |
| 2220 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 2221 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 2222 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 2223 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 2224 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 2225 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 2226 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 2227 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 2228 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 2229 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 2230 | SUCH DAMAGE. |
| 2231 | |
| 2232 | ------------------------------------------------------------------- |
| 2233 | |
| 2234 | Copyright (c) 1990, 1993 |
| 2235 | The Regents of the University of California. All rights reserved. |
| 2236 | |
| 2237 | This code is derived from software contributed to Berkeley by |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 2238 | Donn Seeley at UUNET Technologies, Inc. |
| 2239 | |
| 2240 | Redistribution and use in source and binary forms, with or without |
| 2241 | modification, are permitted provided that the following conditions |
| 2242 | are met: |
| 2243 | 1. Redistributions of source code must retain the above copyright |
| 2244 | notice, this list of conditions and the following disclaimer. |
| 2245 | 2. Redistributions in binary form must reproduce the above copyright |
| 2246 | notice, this list of conditions and the following disclaimer in the |
| 2247 | documentation and/or other materials provided with the distribution. |
| 2248 | 3. Neither the name of the University nor the names of its contributors |
| 2249 | may be used to endorse or promote products derived from this software |
| 2250 | without specific prior written permission. |
| 2251 | |
| 2252 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 2253 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 2254 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 2255 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 2256 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 2257 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 2258 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 2259 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 2260 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 2261 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 2262 | SUCH DAMAGE. |
| 2263 | |
| 2264 | ------------------------------------------------------------------- |
| 2265 | |
| 2266 | Copyright (c) 1990, 1993 |
| 2267 | The Regents of the University of California. All rights reserved. |
Elliott Hughes | bfa582d | 2014-05-05 14:58:17 -0700 | [diff] [blame] | 2268 | |
| 2269 | This code is derived from software contributed to Berkeley by |
| 2270 | Donn Seeley at UUNET Technologies, Inc. |
| 2271 | |
| 2272 | Redistribution and use in source and binary forms, with or without |
| 2273 | modification, are permitted provided that the following conditions |
| 2274 | are met: |
| 2275 | 1. Redistributions of source code must retain the above copyright |
| 2276 | notice, this list of conditions and the following disclaimer. |
| 2277 | 2. Redistributions in binary form must reproduce the above copyright |
| 2278 | notice, this list of conditions and the following disclaimer in the |
| 2279 | documentation and/or other materials provided with the distribution. |
| 2280 | 4. Neither the name of the University nor the names of its contributors |
| 2281 | may be used to endorse or promote products derived from this software |
| 2282 | without specific prior written permission. |
| 2283 | |
| 2284 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 2285 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 2286 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 2287 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 2288 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 2289 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 2290 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 2291 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 2292 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 2293 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 2294 | SUCH DAMAGE. |
| 2295 | |
| 2296 | ------------------------------------------------------------------- |
| 2297 | |
| 2298 | Copyright (c) 1990, 1993 |
| 2299 | The Regents of the University of California. All rights reserved. |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 2300 | (c) UNIX System Laboratories, Inc. |
| 2301 | All or some portions of this file are derived from material licensed |
| 2302 | to the University of California by American Telephone and Telegraph |
| 2303 | Co. or Unix System Laboratories, Inc. and are reproduced herein with |
| 2304 | the permission of UNIX System Laboratories, Inc. |
| 2305 | |
| 2306 | Redistribution and use in source and binary forms, with or without |
| 2307 | modification, are permitted provided that the following conditions |
| 2308 | are met: |
| 2309 | 1. Redistributions of source code must retain the above copyright |
| 2310 | notice, this list of conditions and the following disclaimer. |
| 2311 | 2. Redistributions in binary form must reproduce the above copyright |
| 2312 | notice, this list of conditions and the following disclaimer in the |
| 2313 | documentation and/or other materials provided with the distribution. |
| 2314 | 3. Neither the name of the University nor the names of its contributors |
| 2315 | may be used to endorse or promote products derived from this software |
| 2316 | without specific prior written permission. |
| 2317 | |
| 2318 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 2319 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 2320 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 2321 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 2322 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 2323 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 2324 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 2325 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 2326 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 2327 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 2328 | SUCH DAMAGE. |
| 2329 | |
| 2330 | ------------------------------------------------------------------- |
| 2331 | |
| 2332 | Copyright (c) 1990, 1993, 1994 |
| 2333 | The Regents of the University of California. All rights reserved. |
| 2334 | |
| 2335 | Redistribution and use in source and binary forms, with or without |
| 2336 | modification, are permitted provided that the following conditions |
| 2337 | are met: |
| 2338 | 1. Redistributions of source code must retain the above copyright |
| 2339 | notice, this list of conditions and the following disclaimer. |
| 2340 | 2. Redistributions in binary form must reproduce the above copyright |
| 2341 | notice, this list of conditions and the following disclaimer in the |
| 2342 | documentation and/or other materials provided with the distribution. |
| 2343 | 3. Neither the name of the University nor the names of its contributors |
| 2344 | may be used to endorse or promote products derived from this software |
| 2345 | without specific prior written permission. |
| 2346 | |
| 2347 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 2348 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 2349 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 2350 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 2351 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 2352 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 2353 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 2354 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 2355 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 2356 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 2357 | SUCH DAMAGE. |
| 2358 | |
| 2359 | ------------------------------------------------------------------- |
| 2360 | |
| 2361 | Copyright (c) 1990, 1993, 1994 |
| 2362 | The Regents of the University of California. All rights reserved. |
| 2363 | |
| 2364 | This code is derived from software contributed to Berkeley by |
| 2365 | Chris Torek. |
| 2366 | |
| 2367 | Redistribution and use in source and binary forms, with or without |
| 2368 | modification, are permitted provided that the following conditions |
| 2369 | are met: |
| 2370 | 1. Redistributions of source code must retain the above copyright |
| 2371 | notice, this list of conditions and the following disclaimer. |
| 2372 | 2. Redistributions in binary form must reproduce the above copyright |
| 2373 | notice, this list of conditions and the following disclaimer in the |
| 2374 | documentation and/or other materials provided with the distribution. |
| 2375 | 3. Neither the name of the University nor the names of its contributors |
| 2376 | may be used to endorse or promote products derived from this software |
| 2377 | without specific prior written permission. |
| 2378 | |
| 2379 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 2380 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 2381 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 2382 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 2383 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 2384 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 2385 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 2386 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 2387 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 2388 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 2389 | SUCH DAMAGE. |
| 2390 | |
| 2391 | ------------------------------------------------------------------- |
| 2392 | |
Elliott Hughes | 4e54b11 | 2014-03-06 15:06:11 -0800 | [diff] [blame] | 2393 | Copyright (c) 1991 The Regents of the University of California. |
| 2394 | All rights reserved. |
| 2395 | |
| 2396 | Redistribution and use in source and binary forms, with or without |
| 2397 | modification, are permitted provided that the following conditions |
| 2398 | are met: |
| 2399 | 1. Redistributions of source code must retain the above copyright |
| 2400 | notice, this list of conditions and the following disclaimer. |
| 2401 | 2. Redistributions in binary form must reproduce the above copyright |
| 2402 | notice, this list of conditions and the following disclaimer in the |
| 2403 | documentation and/or other materials provided with the distribution. |
| 2404 | 3. Neither the name of the University nor the names of its contributors |
| 2405 | may be used to endorse or promote products derived from this software |
| 2406 | without specific prior written permission. |
| 2407 | |
| 2408 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 2409 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 2410 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 2411 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 2412 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 2413 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 2414 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 2415 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 2416 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 2417 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 2418 | SUCH DAMAGE. |
| 2419 | |
| 2420 | ------------------------------------------------------------------- |
| 2421 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 2422 | Copyright (c) 1991, 1993 |
| 2423 | The Regents of the University of California. All rights reserved. |
| 2424 | |
| 2425 | Redistribution and use in source and binary forms, with or without |
| 2426 | modification, are permitted provided that the following conditions |
| 2427 | are met: |
| 2428 | 1. Redistributions of source code must retain the above copyright |
| 2429 | notice, this list of conditions and the following disclaimer. |
| 2430 | 2. Redistributions in binary form must reproduce the above copyright |
| 2431 | notice, this list of conditions and the following disclaimer in the |
| 2432 | documentation and/or other materials provided with the distribution. |
| 2433 | 3. Neither the name of the University nor the names of its contributors |
| 2434 | may be used to endorse or promote products derived from this software |
| 2435 | without specific prior written permission. |
| 2436 | |
| 2437 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 2438 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 2439 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 2440 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 2441 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 2442 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 2443 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 2444 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 2445 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 2446 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 2447 | SUCH DAMAGE. |
| 2448 | |
| 2449 | ------------------------------------------------------------------- |
| 2450 | |
| 2451 | Copyright (c) 1991, 1993 |
| 2452 | The Regents of the University of California. All rights reserved. |
| 2453 | |
| 2454 | This code is derived from software contributed to Berkeley by |
| 2455 | Berkeley Software Design, Inc. |
| 2456 | |
| 2457 | Redistribution and use in source and binary forms, with or without |
| 2458 | modification, are permitted provided that the following conditions |
| 2459 | are met: |
| 2460 | 1. Redistributions of source code must retain the above copyright |
| 2461 | notice, this list of conditions and the following disclaimer. |
| 2462 | 2. Redistributions in binary form must reproduce the above copyright |
| 2463 | notice, this list of conditions and the following disclaimer in the |
| 2464 | documentation and/or other materials provided with the distribution. |
| 2465 | 3. Neither the name of the University nor the names of its contributors |
| 2466 | may be used to endorse or promote products derived from this software |
| 2467 | without specific prior written permission. |
| 2468 | |
| 2469 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 2470 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 2471 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 2472 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 2473 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 2474 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 2475 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 2476 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 2477 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 2478 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 2479 | SUCH DAMAGE. |
| 2480 | |
| 2481 | ------------------------------------------------------------------- |
| 2482 | |
| 2483 | Copyright (c) 1991, 1993 |
| 2484 | The Regents of the University of California. All rights reserved. |
| 2485 | (c) UNIX System Laboratories, Inc. |
| 2486 | All or some portions of this file are derived from material licensed |
| 2487 | to the University of California by American Telephone and Telegraph |
| 2488 | Co. or Unix System Laboratories, Inc. and are reproduced herein with |
| 2489 | the permission of UNIX System Laboratories, Inc. |
| 2490 | |
| 2491 | This code is derived from software contributed to Berkeley by |
| 2492 | Hugh Smith at The University of Guelph. |
| 2493 | |
| 2494 | Redistribution and use in source and binary forms, with or without |
| 2495 | modification, are permitted provided that the following conditions |
| 2496 | are met: |
| 2497 | 1. Redistributions of source code must retain the above copyright |
| 2498 | notice, this list of conditions and the following disclaimer. |
| 2499 | 2. Redistributions in binary form must reproduce the above copyright |
| 2500 | notice, this list of conditions and the following disclaimer in the |
| 2501 | documentation and/or other materials provided with the distribution. |
| 2502 | 3. Neither the name of the University nor the names of its contributors |
| 2503 | may be used to endorse or promote products derived from this software |
| 2504 | without specific prior written permission. |
| 2505 | |
| 2506 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 2507 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 2508 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 2509 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 2510 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 2511 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 2512 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 2513 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 2514 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 2515 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 2516 | SUCH DAMAGE. |
| 2517 | |
| 2518 | ------------------------------------------------------------------- |
| 2519 | |
| 2520 | Copyright (c) 1991, 1993, 1995, |
| 2521 | The Regents of the University of California. All rights reserved. |
| 2522 | |
| 2523 | This code is derived from software contributed to Berkeley by |
| 2524 | Havard Eidnes. |
| 2525 | |
| 2526 | Redistribution and use in source and binary forms, with or without |
| 2527 | modification, are permitted provided that the following conditions |
| 2528 | are met: |
| 2529 | 1. Redistributions of source code must retain the above copyright |
| 2530 | notice, this list of conditions and the following disclaimer. |
| 2531 | 2. Redistributions in binary form must reproduce the above copyright |
| 2532 | notice, this list of conditions and the following disclaimer in the |
| 2533 | documentation and/or other materials provided with the distribution. |
| 2534 | 3. Neither the name of the University nor the names of its contributors |
| 2535 | may be used to endorse or promote products derived from this software |
| 2536 | without specific prior written permission. |
| 2537 | |
| 2538 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 2539 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 2540 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 2541 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 2542 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 2543 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 2544 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 2545 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 2546 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 2547 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 2548 | SUCH DAMAGE. |
| 2549 | |
| 2550 | ------------------------------------------------------------------- |
| 2551 | |
| 2552 | Copyright (c) 1992 Henry Spencer. |
| 2553 | Copyright (c) 1992, 1993 |
| 2554 | The Regents of the University of California. All rights reserved. |
| 2555 | |
| 2556 | This code is derived from software contributed to Berkeley by |
| 2557 | Henry Spencer of the University of Toronto. |
| 2558 | |
| 2559 | Redistribution and use in source and binary forms, with or without |
| 2560 | modification, are permitted provided that the following conditions |
| 2561 | are met: |
| 2562 | 1. Redistributions of source code must retain the above copyright |
| 2563 | notice, this list of conditions and the following disclaimer. |
| 2564 | 2. Redistributions in binary form must reproduce the above copyright |
| 2565 | notice, this list of conditions and the following disclaimer in the |
| 2566 | documentation and/or other materials provided with the distribution. |
| 2567 | 3. Neither the name of the University nor the names of its contributors |
| 2568 | may be used to endorse or promote products derived from this software |
| 2569 | without specific prior written permission. |
| 2570 | |
| 2571 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 2572 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 2573 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 2574 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 2575 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 2576 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 2577 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 2578 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 2579 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 2580 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 2581 | SUCH DAMAGE. |
| 2582 | |
| 2583 | ------------------------------------------------------------------- |
| 2584 | |
| 2585 | Copyright (c) 1992 The Regents of the University of California. |
| 2586 | All rights reserved. |
| 2587 | |
| 2588 | Redistribution and use in source and binary forms, with or without |
| 2589 | modification, are permitted provided that the following conditions |
| 2590 | are met: |
| 2591 | 1. Redistributions of source code must retain the above copyright |
| 2592 | notice, this list of conditions and the following disclaimer. |
| 2593 | 2. Redistributions in binary form must reproduce the above copyright |
| 2594 | notice, this list of conditions and the following disclaimer in the |
| 2595 | documentation and/or other materials provided with the distribution. |
| 2596 | 3. Neither the name of the University nor the names of its contributors |
| 2597 | may be used to endorse or promote products derived from this software |
| 2598 | without specific prior written permission. |
| 2599 | |
| 2600 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 2601 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 2602 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 2603 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 2604 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 2605 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 2606 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 2607 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 2608 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 2609 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 2610 | SUCH DAMAGE. |
| 2611 | |
| 2612 | ------------------------------------------------------------------- |
| 2613 | |
| 2614 | Copyright (c) 1992, 1993 |
| 2615 | The Regents of the University of California. All rights reserved. |
| 2616 | |
| 2617 | Redistribution and use in source and binary forms, with or without |
| 2618 | modification, are permitted provided that the following conditions |
| 2619 | are met: |
| 2620 | 1. Redistributions of source code must retain the above copyright |
| 2621 | notice, this list of conditions and the following disclaimer. |
| 2622 | 2. Redistributions in binary form must reproduce the above copyright |
| 2623 | notice, this list of conditions and the following disclaimer in the |
| 2624 | documentation and/or other materials provided with the distribution. |
Dan Albert | c30862f | 2016-10-20 11:45:16 -0700 | [diff] [blame] | 2625 | 3. All advertising materials mentioning features or use of this software |
| 2626 | must display the following acknowledgement: |
| 2627 | This product includes software developed by the University of |
| 2628 | California, Berkeley and its contributors. |
| 2629 | 4. Neither the name of the University nor the names of its contributors |
| 2630 | may be used to endorse or promote products derived from this software |
| 2631 | without specific prior written permission. |
| 2632 | |
| 2633 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 2634 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 2635 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 2636 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 2637 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 2638 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 2639 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 2640 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 2641 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 2642 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 2643 | SUCH DAMAGE. |
| 2644 | |
| 2645 | ------------------------------------------------------------------- |
| 2646 | |
| 2647 | Copyright (c) 1992, 1993 |
| 2648 | The Regents of the University of California. All rights reserved. |
| 2649 | |
| 2650 | Redistribution and use in source and binary forms, with or without |
| 2651 | modification, are permitted provided that the following conditions |
| 2652 | are met: |
| 2653 | 1. Redistributions of source code must retain the above copyright |
| 2654 | notice, this list of conditions and the following disclaimer. |
| 2655 | 2. Redistributions in binary form must reproduce the above copyright |
| 2656 | notice, this list of conditions and the following disclaimer in the |
| 2657 | documentation and/or other materials provided with the distribution. |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 2658 | 3. Neither the name of the University nor the names of its contributors |
| 2659 | may be used to endorse or promote products derived from this software |
| 2660 | without specific prior written permission. |
| 2661 | |
| 2662 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 2663 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 2664 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 2665 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 2666 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 2667 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 2668 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 2669 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 2670 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 2671 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 2672 | SUCH DAMAGE. |
| 2673 | |
| 2674 | ------------------------------------------------------------------- |
| 2675 | |
| 2676 | Copyright (c) 1992, 1993 |
| 2677 | The Regents of the University of California. All rights reserved. |
| 2678 | |
| 2679 | This code is derived from software contributed to Berkeley by |
| 2680 | Ralph Campbell. |
| 2681 | |
| 2682 | Redistribution and use in source and binary forms, with or without |
| 2683 | modification, are permitted provided that the following conditions |
| 2684 | are met: |
| 2685 | 1. Redistributions of source code must retain the above copyright |
| 2686 | notice, this list of conditions and the following disclaimer. |
| 2687 | 2. Redistributions in binary form must reproduce the above copyright |
| 2688 | notice, this list of conditions and the following disclaimer in the |
| 2689 | documentation and/or other materials provided with the distribution. |
| 2690 | 3. 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. |
| 2710 | |
| 2711 | This code is derived from software contributed to Berkeley by |
| 2712 | Ralph Campbell. This file is derived from the MIPS RISC |
| 2713 | Architecture book by Gerry Kane. |
| 2714 | |
| 2715 | Redistribution and use in source and binary forms, with or without |
| 2716 | modification, are permitted provided that the following conditions |
| 2717 | are met: |
| 2718 | 1. Redistributions of source code must retain the above copyright |
| 2719 | notice, this list of conditions and the following disclaimer. |
| 2720 | 2. Redistributions in binary form must reproduce the above copyright |
| 2721 | notice, this list of conditions and the following disclaimer in the |
| 2722 | documentation and/or other materials provided with the distribution. |
| 2723 | 3. Neither the name of the University nor the names of its contributors |
| 2724 | may be used to endorse or promote products derived from this software |
| 2725 | without specific prior written permission. |
| 2726 | |
| 2727 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 2728 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 2729 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 2730 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 2731 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 2732 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 2733 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 2734 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 2735 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 2736 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 2737 | SUCH DAMAGE. |
| 2738 | |
| 2739 | ------------------------------------------------------------------- |
| 2740 | |
| 2741 | Copyright (c) 1992, 1993 |
| 2742 | The Regents of the University of California. All rights reserved. |
| 2743 | |
| 2744 | This software was developed by the Computer Systems Engineering group |
| 2745 | at Lawrence Berkeley Laboratory under DARPA contract BG 91-66 and |
| 2746 | contributed to Berkeley. |
| 2747 | |
| 2748 | All advertising materials mentioning features or use of this software |
| 2749 | must display the following acknowledgement: |
| 2750 | This product includes software developed by the University of |
| 2751 | California, Lawrence Berkeley Laboratory. |
| 2752 | |
| 2753 | Redistribution and use in source and binary forms, with or without |
| 2754 | modification, are permitted provided that the following conditions |
| 2755 | are met: |
| 2756 | 1. Redistributions of source code must retain the above copyright |
| 2757 | notice, this list of conditions and the following disclaimer. |
| 2758 | 2. Redistributions in binary form must reproduce the above copyright |
| 2759 | notice, this list of conditions and the following disclaimer in the |
| 2760 | documentation and/or other materials provided with the distribution. |
| 2761 | 3. All advertising materials mentioning features or use of this software |
| 2762 | must display the following acknowledgement: |
| 2763 | This product includes software developed by the University of |
| 2764 | California, Berkeley and its contributors. |
| 2765 | 4. Neither the name of the University nor the names of its contributors |
| 2766 | may be used to endorse or promote products derived from this software |
| 2767 | without specific prior written permission. |
| 2768 | |
| 2769 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 2770 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 2771 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 2772 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 2773 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 2774 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 2775 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 2776 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 2777 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 2778 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 2779 | SUCH DAMAGE. |
| 2780 | |
| 2781 | ------------------------------------------------------------------- |
| 2782 | |
| 2783 | Copyright (c) 1992, 1993 |
| 2784 | The Regents of the University of California. All rights reserved. |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 2785 | (c) UNIX System Laboratories, Inc. |
| 2786 | All or some portions of this file are derived from material licensed |
| 2787 | to the University of California by American Telephone and Telegraph |
| 2788 | Co. or Unix System Laboratories, Inc. and are reproduced herein with |
| 2789 | the permission of UNIX System Laboratories, Inc. |
| 2790 | |
| 2791 | Redistribution and use in source and binary forms, with or without |
| 2792 | modification, are permitted provided that the following conditions |
| 2793 | are met: |
| 2794 | 1. Redistributions of source code must retain the above copyright |
| 2795 | notice, this list of conditions and the following disclaimer. |
| 2796 | 2. Redistributions in binary form must reproduce the above copyright |
| 2797 | notice, this list of conditions and the following disclaimer in the |
| 2798 | documentation and/or other materials provided with the distribution. |
| 2799 | 3. Neither the name of the University nor the names of its contributors |
| 2800 | may be used to endorse or promote products derived from this software |
| 2801 | without specific prior written permission. |
| 2802 | |
| 2803 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 2804 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 2805 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 2806 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 2807 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 2808 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 2809 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 2810 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 2811 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 2812 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 2813 | SUCH DAMAGE. |
| 2814 | |
| 2815 | ------------------------------------------------------------------- |
| 2816 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 2817 | Copyright (c) 1992, 1993, 1994 |
| 2818 | The Regents of the University of California. All rights reserved. |
| 2819 | |
| 2820 | This code is derived from software contributed to Berkeley by |
| 2821 | Henry Spencer. |
| 2822 | |
| 2823 | Redistribution and use in source and binary forms, with or without |
| 2824 | modification, are permitted provided that the following conditions |
| 2825 | are met: |
| 2826 | 1. Redistributions of source code must retain the above copyright |
| 2827 | notice, this list of conditions and the following disclaimer. |
| 2828 | 2. Redistributions in binary form must reproduce the above copyright |
| 2829 | notice, this list of conditions and the following disclaimer in the |
| 2830 | documentation and/or other materials provided with the distribution. |
| 2831 | 3. Neither the name of the University nor the names of its contributors |
| 2832 | may be used to endorse or promote products derived from this software |
| 2833 | without specific prior written permission. |
| 2834 | |
| 2835 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 2836 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 2837 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 2838 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 2839 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 2840 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 2841 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 2842 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 2843 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 2844 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 2845 | SUCH DAMAGE. |
| 2846 | |
| 2847 | ------------------------------------------------------------------- |
| 2848 | |
Elliott Hughes | cc213f8 | 2012-08-14 15:32:42 -0700 | [diff] [blame] | 2849 | Copyright (c) 1992, 1993, 1994 Henry Spencer. |
| 2850 | |
| 2851 | This code is derived from software contributed to Berkeley by |
| 2852 | Henry Spencer. |
| 2853 | |
| 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. |
| 2862 | 3. All advertising materials mentioning features or use of this software |
| 2863 | must display the following acknowledgement: |
| 2864 | This product includes software developed by the University of |
| 2865 | California, Berkeley and its contributors. |
| 2866 | 4. Neither the name of the University nor the names of its contributors |
| 2867 | may be used to endorse or promote products derived from this software |
| 2868 | without specific prior written permission. |
| 2869 | |
| 2870 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 2871 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 2872 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 2873 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 2874 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 2875 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 2876 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 2877 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 2878 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 2879 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 2880 | SUCH DAMAGE. |
| 2881 | |
| 2882 | ------------------------------------------------------------------- |
| 2883 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 2884 | Copyright (c) 1993 |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 2885 | The Regents of the University of California. All rights reserved. |
| 2886 | |
| 2887 | Redistribution and use in source and binary forms, with or without |
| 2888 | modification, are permitted provided that the following conditions |
| 2889 | are met: |
| 2890 | 1. Redistributions of source code must retain the above copyright |
| 2891 | notice, this list of conditions and the following disclaimer. |
| 2892 | 2. Redistributions in binary form must reproduce the above copyright |
| 2893 | notice, this list of conditions and the following disclaimer in the |
| 2894 | documentation and/or other materials provided with the distribution. |
| 2895 | 3. Neither the name of the University nor the names of its contributors |
| 2896 | may be used to endorse or promote products derived from this software |
| 2897 | without specific prior written permission. |
| 2898 | |
| 2899 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 2900 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 2901 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 2902 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 2903 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 2904 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 2905 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 2906 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 2907 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 2908 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 2909 | SUCH DAMAGE. |
| 2910 | |
| 2911 | ------------------------------------------------------------------- |
| 2912 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 2913 | Copyright (c) 1993 Martin Birgmeier |
| 2914 | All rights reserved. |
| 2915 | |
| 2916 | You may redistribute unmodified or modified versions of this source |
| 2917 | code provided that the above copyright notice and this and the |
| 2918 | following conditions are retained. |
| 2919 | |
| 2920 | This software is provided ``as is'', and comes with no warranties |
| 2921 | of any kind. I shall in no event be liable for anything that happens |
| 2922 | to anyone/anything when using this software. |
| 2923 | |
| 2924 | ------------------------------------------------------------------- |
| 2925 | |
Elliott Hughes | 4e54b11 | 2014-03-06 15:06:11 -0800 | [diff] [blame] | 2926 | Copyright (c) 1994 SigmaSoft, Th. Lockert <tholo@sigmasoft.com> |
Elliott Hughes | 448080d | 2013-01-29 16:25:06 -0800 | [diff] [blame] | 2927 | All rights reserved. |
| 2928 | |
Elliott Hughes | 448080d | 2013-01-29 16:25:06 -0800 | [diff] [blame] | 2929 | Redistribution and use in source and binary forms, with or without |
| 2930 | modification, are permitted provided that the following conditions |
| 2931 | are met: |
| 2932 | 1. Redistributions of source code must retain the above copyright |
| 2933 | notice, this list of conditions and the following disclaimer. |
| 2934 | 2. Redistributions in binary form must reproduce the above copyright |
| 2935 | notice, this list of conditions and the following disclaimer in the |
| 2936 | documentation and/or other materials provided with the distribution. |
Elliott Hughes | 4e54b11 | 2014-03-06 15:06:11 -0800 | [diff] [blame] | 2937 | 3. The name of the author may not be used to endorse or promote products |
| 2938 | derived from this software without specific prior written permission. |
Elliott Hughes | 448080d | 2013-01-29 16:25:06 -0800 | [diff] [blame] | 2939 | |
Elliott Hughes | 4e54b11 | 2014-03-06 15:06:11 -0800 | [diff] [blame] | 2940 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR |
| 2941 | IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES |
| 2942 | OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. |
| 2943 | IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, |
| 2944 | SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, |
| 2945 | PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; |
| 2946 | OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, |
| 2947 | WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR |
| 2948 | OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF |
| 2949 | ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
Elliott Hughes | 448080d | 2013-01-29 16:25:06 -0800 | [diff] [blame] | 2950 | |
| 2951 | ------------------------------------------------------------------- |
| 2952 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 2953 | Copyright (c) 1996 by Internet Software Consortium. |
| 2954 | |
| 2955 | Permission to use, copy, modify, and distribute this software for any |
| 2956 | purpose with or without fee is hereby granted, provided that the above |
| 2957 | copyright notice and this permission notice appear in all copies. |
| 2958 | |
| 2959 | THE SOFTWARE IS PROVIDED "AS IS" AND INTERNET SOFTWARE CONSORTIUM DISCLAIMS |
| 2960 | ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES |
| 2961 | OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL INTERNET SOFTWARE |
| 2962 | CONSORTIUM BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL |
| 2963 | DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR |
| 2964 | PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS |
| 2965 | ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS |
| 2966 | SOFTWARE. |
| 2967 | |
| 2968 | ------------------------------------------------------------------- |
| 2969 | |
| 2970 | Copyright (c) 1996, David Mazieres <dm@uun.org> |
| 2971 | Copyright (c) 2008, Damien Miller <djm@openbsd.org> |
Elliott Hughes | 1558138 | 2014-07-07 15:42:06 -0700 | [diff] [blame] | 2972 | Copyright (c) 2013, Markus Friedl <markus@openbsd.org> |
| 2973 | |
| 2974 | Permission to use, copy, modify, and distribute this software for any |
| 2975 | purpose with or without fee is hereby granted, provided that the above |
| 2976 | copyright notice and this permission notice appear in all copies. |
| 2977 | |
| 2978 | THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES |
| 2979 | WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF |
| 2980 | MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR |
| 2981 | ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES |
| 2982 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN |
| 2983 | ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF |
| 2984 | OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
| 2985 | |
| 2986 | ------------------------------------------------------------------- |
| 2987 | |
Elliott Hughes | b364683 | 2017-07-11 12:34:19 -0700 | [diff] [blame] | 2988 | Copyright (c) 1996, David Mazieres <dm@uun.org> |
| 2989 | Copyright (c) 2008, Damien Miller <djm@openbsd.org> |
| 2990 | Copyright (c) 2013, Markus Friedl <markus@openbsd.org> |
| 2991 | Copyright (c) 2014, Theo de Raadt <deraadt@openbsd.org> |
| 2992 | |
| 2993 | Permission to use, copy, modify, and distribute this software for any |
| 2994 | purpose with or without fee is hereby granted, provided that the above |
| 2995 | copyright notice and this permission notice appear in all copies. |
| 2996 | |
| 2997 | THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES |
| 2998 | WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF |
| 2999 | MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR |
| 3000 | ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES |
| 3001 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN |
| 3002 | ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF |
| 3003 | OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
| 3004 | |
| 3005 | ------------------------------------------------------------------- |
| 3006 | |
Elliott Hughes | 1558138 | 2014-07-07 15:42:06 -0700 | [diff] [blame] | 3007 | Copyright (c) 1996-1998, 2008 Theo de Raadt |
| 3008 | Copyright (c) 1997, 2008-2009 Todd C. Miller |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 3009 | |
| 3010 | Permission to use, copy, modify, and distribute this software for any |
| 3011 | purpose with or without fee is hereby granted, provided that the above |
| 3012 | copyright notice and this permission notice appear in all copies. |
| 3013 | |
| 3014 | THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES |
| 3015 | WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF |
| 3016 | MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR |
| 3017 | ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES |
| 3018 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN |
| 3019 | ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF |
| 3020 | OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
| 3021 | |
| 3022 | ------------------------------------------------------------------- |
| 3023 | |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 3024 | Copyright (c) 1997 Mark Brinicombe |
Elliott Hughes | dfb74c5 | 2016-10-24 12:53:17 -0700 | [diff] [blame] | 3025 | Copyright (C) 2010 The Android Open Source Project |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 3026 | All rights reserved. |
| 3027 | |
| 3028 | Redistribution and use in source and binary forms, with or without |
| 3029 | modification, are permitted provided that the following conditions |
| 3030 | are met: |
| 3031 | 1. Redistributions of source code must retain the above copyright |
| 3032 | notice, this list of conditions and the following disclaimer. |
| 3033 | 2. Redistributions in binary form must reproduce the above copyright |
| 3034 | notice, this list of conditions and the following disclaimer in the |
| 3035 | documentation and/or other materials provided with the distribution. |
| 3036 | 3. All advertising materials mentioning features or use of this software |
| 3037 | must display the following acknowledgement: |
| 3038 | This product includes software developed by Mark Brinicombe |
| 3039 | 4. Neither the name of the University nor the names of its contributors |
| 3040 | may be used to endorse or promote products derived from this software |
| 3041 | without specific prior written permission. |
| 3042 | |
| 3043 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 3044 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 3045 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 3046 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 3047 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 3048 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 3049 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 3050 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 3051 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 3052 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 3053 | SUCH DAMAGE. |
| 3054 | |
| 3055 | ------------------------------------------------------------------- |
| 3056 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 3057 | Copyright (c) 1997 Niklas Hallqvist. All rights reserved. |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 3058 | |
| 3059 | Redistribution and use in source and binary forms, with or without |
| 3060 | modification, are permitted provided that the following conditions |
| 3061 | are met: |
| 3062 | 1. Redistributions of source code must retain the above copyright |
| 3063 | notice, this list of conditions and the following disclaimer. |
| 3064 | 2. Redistributions in binary form must reproduce the above copyright |
| 3065 | notice, this list of conditions and the following disclaimer in the |
| 3066 | documentation and/or other materials provided with the distribution. |
| 3067 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 3068 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR |
| 3069 | IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES |
| 3070 | OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. |
| 3071 | IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, |
| 3072 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT |
| 3073 | NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, |
| 3074 | DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY |
| 3075 | THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
| 3076 | (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF |
| 3077 | THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 3078 | |
| 3079 | ------------------------------------------------------------------- |
| 3080 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 3081 | Copyright (c) 1997 Todd C. Miller <Todd.Miller@courtesan.com> |
| 3082 | |
| 3083 | Permission to use, copy, modify, and distribute this software for any |
| 3084 | purpose with or without fee is hereby granted, provided that the above |
| 3085 | copyright notice and this permission notice appear in all copies. |
| 3086 | |
| 3087 | THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES |
| 3088 | WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF |
| 3089 | MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR |
| 3090 | ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES |
| 3091 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN |
| 3092 | ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF |
| 3093 | OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
| 3094 | |
| 3095 | ------------------------------------------------------------------- |
| 3096 | |
Elliott Hughes | bfa582d | 2014-05-05 14:58:17 -0700 | [diff] [blame] | 3097 | Copyright (c) 1997 Todd C. Miller <Todd.Miller@courtesan.com> |
| 3098 | All rights reserved. |
| 3099 | |
| 3100 | Redistribution and use in source and binary forms, with or without |
| 3101 | modification, are permitted provided that the following conditions |
| 3102 | are met: |
| 3103 | 1. Redistributions of source code must retain the above copyright |
| 3104 | notice, this list of conditions and the following disclaimer. |
| 3105 | 2. Redistributions in binary form must reproduce the above copyright |
| 3106 | notice, this list of conditions and the following disclaimer in the |
| 3107 | documentation and/or other materials provided with the distribution. |
| 3108 | 3. The name of the author may not be used to endorse or promote products |
| 3109 | derived from this software without specific prior written permission. |
| 3110 | |
| 3111 | THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, |
| 3112 | INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY |
| 3113 | AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL |
| 3114 | THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, |
| 3115 | EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, |
| 3116 | PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; |
| 3117 | OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, |
| 3118 | WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR |
| 3119 | OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF |
| 3120 | ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 3121 | |
| 3122 | ------------------------------------------------------------------- |
| 3123 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 3124 | Copyright (c) 1997, 1998 The NetBSD Foundation, Inc. |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 3125 | All rights reserved. |
| 3126 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 3127 | This code was contributed to The NetBSD Foundation by Klaus Klein. |
| 3128 | |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 3129 | Redistribution and use in source and binary forms, with or without |
| 3130 | modification, are permitted provided that the following conditions |
| 3131 | are met: |
| 3132 | 1. Redistributions of source code must retain the above copyright |
| 3133 | notice, this list of conditions and the following disclaimer. |
| 3134 | 2. Redistributions in binary form must reproduce the above copyright |
| 3135 | notice, this list of conditions and the following disclaimer in the |
| 3136 | documentation and/or other materials provided with the distribution. |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 3137 | 3. All advertising materials mentioning features or use of this software |
| 3138 | must display the following acknowledgement: |
| 3139 | This product includes software developed by the NetBSD |
| 3140 | Foundation, Inc. and its contributors. |
| 3141 | 4. Neither the name of The NetBSD Foundation nor the names of its |
| 3142 | contributors may be used to endorse or promote products derived |
| 3143 | from this software without specific prior written permission. |
| 3144 | |
| 3145 | THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS |
| 3146 | ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED |
| 3147 | TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR |
| 3148 | PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS |
| 3149 | BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR |
| 3150 | CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF |
| 3151 | SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS |
| 3152 | INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN |
| 3153 | CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) |
| 3154 | ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE |
| 3155 | POSSIBILITY OF SUCH DAMAGE. |
| 3156 | |
| 3157 | ------------------------------------------------------------------- |
| 3158 | |
| 3159 | Copyright (c) 1997, 1998, 1999, 2004 The NetBSD Foundation, Inc. |
| 3160 | All rights reserved. |
| 3161 | |
| 3162 | This code is derived from software contributed to The NetBSD Foundation |
| 3163 | by Luke Mewburn. |
| 3164 | |
| 3165 | Redistribution and use in source and binary forms, with or without |
| 3166 | modification, are permitted provided that the following conditions |
| 3167 | are met: |
| 3168 | 1. Redistributions of source code must retain the above copyright |
| 3169 | notice, this list of conditions and the following disclaimer. |
| 3170 | 2. Redistributions in binary form must reproduce the above copyright |
| 3171 | notice, this list of conditions and the following disclaimer in the |
| 3172 | documentation and/or other materials provided with the distribution. |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 3173 | |
| 3174 | THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS |
| 3175 | ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED |
| 3176 | TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR |
| 3177 | PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS |
| 3178 | BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR |
| 3179 | CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF |
| 3180 | SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS |
| 3181 | INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN |
| 3182 | CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) |
| 3183 | ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE |
| 3184 | POSSIBILITY OF SUCH DAMAGE. |
| 3185 | |
| 3186 | ------------------------------------------------------------------- |
| 3187 | |
| 3188 | Copyright (c) 1997, 1998, 1999, 2004 The NetBSD Foundation, Inc. |
| 3189 | All rights reserved. |
| 3190 | |
| 3191 | This code is derived from software contributed to The NetBSD Foundation |
| 3192 | by Luke Mewburn; and by Jason R. Thorpe. |
| 3193 | |
| 3194 | Redistribution and use in source and binary forms, with or without |
| 3195 | modification, are permitted provided that the following conditions |
| 3196 | are met: |
| 3197 | 1. Redistributions of source code must retain the above copyright |
| 3198 | notice, this list of conditions and the following disclaimer. |
| 3199 | 2. Redistributions in binary form must reproduce the above copyright |
| 3200 | notice, this list of conditions and the following disclaimer in the |
| 3201 | documentation and/or other materials provided with the distribution. |
| 3202 | 3. All advertising materials mentioning features or use of this software |
| 3203 | must display the following acknowledgement: |
| 3204 | This product includes software developed by the NetBSD |
| 3205 | Foundation, Inc. and its contributors. |
| 3206 | 4. Neither the name of The NetBSD Foundation nor the names of its |
| 3207 | contributors may be used to endorse or promote products derived |
| 3208 | from this software without specific prior written permission. |
| 3209 | |
| 3210 | THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS |
| 3211 | ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED |
| 3212 | TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR |
| 3213 | PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS |
| 3214 | BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR |
| 3215 | CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF |
| 3216 | SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS |
| 3217 | INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN |
| 3218 | CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) |
| 3219 | ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE |
| 3220 | POSSIBILITY OF SUCH DAMAGE. |
| 3221 | |
| 3222 | ------------------------------------------------------------------- |
| 3223 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 3224 | Copyright (c) 1997, 2005 Todd C. Miller <Todd.Miller@courtesan.com> |
| 3225 | |
| 3226 | Permission to use, copy, modify, and distribute this software for any |
| 3227 | purpose with or without fee is hereby granted, provided that the above |
| 3228 | copyright notice and this permission notice appear in all copies. |
| 3229 | |
| 3230 | THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES |
| 3231 | WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF |
| 3232 | MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR |
| 3233 | ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES |
| 3234 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN |
| 3235 | ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF |
| 3236 | OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
| 3237 | |
| 3238 | ------------------------------------------------------------------- |
| 3239 | |
| 3240 | Copyright (c) 1998 Softweyr LLC. All rights reserved. |
| 3241 | |
| 3242 | strtok_r, from Berkeley strtok |
| 3243 | Oct 13, 1998 by Wes Peters <wes@softweyr.com> |
| 3244 | |
| 3245 | Copyright (c) 1988, 1993 |
| 3246 | The Regents of the University of California. All rights reserved. |
| 3247 | |
| 3248 | Redistribution and use in source and binary forms, with or without |
| 3249 | modification, are permitted provided that the following conditions |
| 3250 | are met: |
| 3251 | 1. Redistributions of source code must retain the above copyright |
| 3252 | notices, this list of conditions and the following disclaimer. |
| 3253 | 2. Redistributions in binary form must reproduce the above copyright |
| 3254 | notices, this list of conditions and the following disclaimer in the |
| 3255 | documentation and/or other materials provided with the distribution. |
Elliott Hughes | 2815b1d | 2013-06-12 16:00:41 -0700 | [diff] [blame] | 3256 | 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] | 3257 | may be used to endorse or promote products derived from this software |
| 3258 | without specific prior written permission. |
| 3259 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 3260 | THIS SOFTWARE IS PROVIDED BY SOFTWEYR LLC, THE REGENTS AND CONTRIBUTORS |
| 3261 | ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT |
| 3262 | LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A |
| 3263 | PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL SOFTWEYR LLC, THE |
| 3264 | REGENTS, OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, |
| 3265 | SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED |
| 3266 | TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR |
| 3267 | PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF |
| 3268 | LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING |
| 3269 | NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS |
| 3270 | SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 3271 | |
| 3272 | ------------------------------------------------------------------- |
| 3273 | |
| 3274 | Copyright (c) 1998 The NetBSD Foundation, Inc. |
| 3275 | All rights reserved. |
| 3276 | |
| 3277 | This code is derived from software contributed to The NetBSD Foundation |
| 3278 | by Klaus Klein. |
| 3279 | |
| 3280 | Redistribution and use in source and binary forms, with or without |
| 3281 | modification, are permitted provided that the following conditions |
| 3282 | are met: |
| 3283 | 1. Redistributions of source code must retain the above copyright |
| 3284 | notice, this list of conditions and the following disclaimer. |
| 3285 | 2. Redistributions in binary form must reproduce the above copyright |
| 3286 | notice, this list of conditions and the following disclaimer in the |
| 3287 | documentation and/or other materials provided with the distribution. |
| 3288 | 3. All advertising materials mentioning features or use of this software |
| 3289 | must display the following acknowledgement: |
| 3290 | This product includes software developed by the NetBSD |
| 3291 | Foundation, Inc. and its contributors. |
| 3292 | 4. Neither the name of The NetBSD Foundation nor the names of its |
| 3293 | contributors may be used to endorse or promote products derived |
| 3294 | from this software without specific prior written permission. |
| 3295 | |
| 3296 | THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS |
| 3297 | ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED |
| 3298 | TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR |
| 3299 | PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS |
| 3300 | BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR |
| 3301 | CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF |
| 3302 | SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS |
| 3303 | INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN |
| 3304 | CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) |
| 3305 | ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE |
| 3306 | POSSIBILITY OF SUCH DAMAGE. |
| 3307 | |
| 3308 | ------------------------------------------------------------------- |
| 3309 | |
| 3310 | Copyright (c) 1998 Todd C. Miller <Todd.Miller@courtesan.com> |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 3311 | All rights reserved. |
| 3312 | |
| 3313 | Redistribution and use in source and binary forms, with or without |
| 3314 | modification, are permitted provided that the following conditions |
| 3315 | are met: |
| 3316 | 1. Redistributions of source code must retain the above copyright |
| 3317 | notice, this list of conditions and the following disclaimer. |
| 3318 | 2. Redistributions in binary form must reproduce the above copyright |
| 3319 | notice, this list of conditions and the following disclaimer in the |
| 3320 | documentation and/or other materials provided with the distribution. |
| 3321 | 3. The name of the author may not be used to endorse or promote products |
| 3322 | derived from this software without specific prior written permission. |
| 3323 | |
| 3324 | THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, |
| 3325 | INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY |
| 3326 | AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL |
| 3327 | THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, |
| 3328 | EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, |
| 3329 | PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; |
| 3330 | OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, |
| 3331 | WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR |
| 3332 | OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF |
| 3333 | ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 3334 | |
| 3335 | ------------------------------------------------------------------- |
| 3336 | |
Elliott Hughes | b4931ce | 2016-02-08 17:00:12 -0800 | [diff] [blame] | 3337 | Copyright (c) 1998, 2015 Todd C. Miller <Todd.Miller@courtesan.com> |
| 3338 | |
| 3339 | Permission to use, copy, modify, and distribute this software for any |
| 3340 | purpose with or without fee is hereby granted, provided that the above |
| 3341 | copyright notice and this permission notice appear in all copies. |
| 3342 | |
| 3343 | THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES |
| 3344 | WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF |
| 3345 | MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR |
| 3346 | ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES |
| 3347 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN |
| 3348 | ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF |
| 3349 | OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
| 3350 | |
| 3351 | ------------------------------------------------------------------- |
| 3352 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 3353 | Copyright (c) 1999 |
| 3354 | David E. O'Brien |
| 3355 | Copyright (c) 1988, 1993 |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 3356 | The Regents of the University of California. All rights reserved. |
| 3357 | |
| 3358 | Redistribution and use in source and binary forms, with or without |
| 3359 | modification, are permitted provided that the following conditions |
| 3360 | are met: |
| 3361 | 1. Redistributions of source code must retain the above copyright |
| 3362 | notice, this list of conditions and the following disclaimer. |
| 3363 | 2. Redistributions in binary form must reproduce the above copyright |
| 3364 | notice, this list of conditions and the following disclaimer in the |
| 3365 | documentation and/or other materials provided with the distribution. |
| 3366 | 3. Neither the name of the University nor the names of its contributors |
| 3367 | may be used to endorse or promote products derived from this software |
| 3368 | without specific prior written permission. |
| 3369 | |
| 3370 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 3371 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 3372 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 3373 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 3374 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 3375 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 3376 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 3377 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 3378 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 3379 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 3380 | SUCH DAMAGE. |
| 3381 | |
| 3382 | ------------------------------------------------------------------- |
| 3383 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 3384 | Copyright (c) 2000 Ben Harris. |
| 3385 | Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project. |
| 3386 | All rights reserved. |
| 3387 | |
| 3388 | Redistribution and use in source and binary forms, with or without |
| 3389 | modification, are permitted provided that the following conditions |
| 3390 | are met: |
| 3391 | 1. Redistributions of source code must retain the above copyright |
| 3392 | notice, this list of conditions and the following disclaimer. |
| 3393 | 2. Redistributions in binary form must reproduce the above copyright |
| 3394 | notice, this list of conditions and the following disclaimer in the |
| 3395 | documentation and/or other materials provided with the distribution. |
| 3396 | 3. Neither the name of the project nor the names of its contributors |
| 3397 | may be used to endorse or promote products derived from this software |
| 3398 | without specific prior written permission. |
| 3399 | |
| 3400 | THIS SOFTWARE IS PROVIDED BY THE PROJECT AND CONTRIBUTORS ``AS IS'' AND |
| 3401 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 3402 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 3403 | ARE DISCLAIMED. IN NO EVENT SHALL THE PROJECT OR CONTRIBUTORS BE LIABLE |
| 3404 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 3405 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 3406 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 3407 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 3408 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 3409 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 3410 | SUCH DAMAGE. |
| 3411 | |
| 3412 | ------------------------------------------------------------------- |
| 3413 | |
| 3414 | Copyright (c) 2000 The NetBSD Foundation, Inc. |
| 3415 | All rights reserved. |
| 3416 | |
| 3417 | This code is derived from software contributed to The NetBSD Foundation |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 3418 | by Dieter Baron and Thomas Klausner. |
| 3419 | |
| 3420 | Redistribution and use in source and binary forms, with or without |
| 3421 | modification, are permitted provided that the following conditions |
| 3422 | are met: |
| 3423 | 1. Redistributions of source code must retain the above copyright |
| 3424 | notice, this list of conditions and the following disclaimer. |
| 3425 | 2. Redistributions in binary form must reproduce the above copyright |
| 3426 | notice, this list of conditions and the following disclaimer in the |
| 3427 | documentation and/or other materials provided with the distribution. |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 3428 | |
| 3429 | THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS |
| 3430 | ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED |
| 3431 | TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR |
| 3432 | PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS |
| 3433 | BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR |
| 3434 | CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF |
| 3435 | SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS |
| 3436 | INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN |
| 3437 | CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) |
| 3438 | ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE |
| 3439 | POSSIBILITY OF SUCH DAMAGE. |
| 3440 | |
| 3441 | ------------------------------------------------------------------- |
| 3442 | |
Elliott Hughes | 54a7494 | 2014-01-03 16:40:37 -0800 | [diff] [blame] | 3443 | Copyright (c) 2001 Wasabi Systems, Inc. |
| 3444 | All rights reserved. |
| 3445 | |
| 3446 | Written by Frank van der Linden for Wasabi Systems, Inc. |
| 3447 | |
| 3448 | Redistribution and use in source and binary forms, with or without |
| 3449 | modification, are permitted provided that the following conditions |
| 3450 | are met: |
| 3451 | 1. Redistributions of source code must retain the above copyright |
| 3452 | notice, this list of conditions and the following disclaimer. |
| 3453 | 2. Redistributions in binary form must reproduce the above copyright |
| 3454 | notice, this list of conditions and the following disclaimer in the |
| 3455 | documentation and/or other materials provided with the distribution. |
| 3456 | 3. All advertising materials mentioning features or use of this software |
| 3457 | must display the following acknowledgement: |
| 3458 | This product includes software developed for the NetBSD Project by |
| 3459 | Wasabi Systems, Inc. |
| 3460 | 4. The name of Wasabi Systems, Inc. may not be used to endorse |
| 3461 | or promote products derived from this software without specific prior |
| 3462 | written permission. |
| 3463 | |
| 3464 | THIS SOFTWARE IS PROVIDED BY WASABI SYSTEMS, INC. ``AS IS'' AND |
| 3465 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED |
| 3466 | TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR |
| 3467 | PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL WASABI SYSTEMS, INC |
| 3468 | BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR |
| 3469 | CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF |
| 3470 | SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS |
| 3471 | INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN |
| 3472 | CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) |
| 3473 | ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE |
| 3474 | POSSIBILITY OF SUCH DAMAGE. |
| 3475 | |
| 3476 | ------------------------------------------------------------------- |
| 3477 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 3478 | Copyright (c) 2001-2002 Opsycon AB (www.opsycon.se / www.opsycon.com) |
| 3479 | |
| 3480 | Redistribution and use in source and binary forms, with or without |
| 3481 | modification, are permitted provided that the following conditions |
| 3482 | are met: |
| 3483 | 1. Redistributions of source code must retain the above copyright |
| 3484 | notice, this list of conditions and the following disclaimer. |
| 3485 | 2. Redistributions in binary form must reproduce the above copyright |
| 3486 | notice, this list of conditions and the following disclaimer in the |
| 3487 | documentation and/or other materials provided with the distribution. |
| 3488 | |
| 3489 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS |
| 3490 | OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED |
| 3491 | WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 3492 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY |
| 3493 | DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 3494 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 3495 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 3496 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 3497 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 3498 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 3499 | SUCH DAMAGE. |
| 3500 | |
| 3501 | ------------------------------------------------------------------- |
| 3502 | |
| 3503 | Copyright (c) 2001-2002 Opsycon AB (www.opsycon.se / www.opsycon.com) |
| 3504 | |
| 3505 | Redistribution and use in source and binary forms, with or without |
| 3506 | modification, are permitted provided that the following conditions |
| 3507 | are met: |
| 3508 | 1. Redistributions of source code must retain the above copyright |
| 3509 | notice, this list of conditions and the following disclaimer. |
| 3510 | 2. Redistributions in binary form must reproduce the above copyright |
| 3511 | notice, this list of conditions and the following disclaimer in the |
| 3512 | documentation and/or other materials provided with the distribution. |
| 3513 | 3. Neither the name of Opsycon AB nor the names of its contributors |
| 3514 | may be used to endorse or promote products derived from this software |
| 3515 | without specific prior written permission. |
| 3516 | |
| 3517 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS |
| 3518 | OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED |
| 3519 | WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 3520 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY |
| 3521 | DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 3522 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 3523 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 3524 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 3525 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 3526 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 3527 | SUCH DAMAGE. |
| 3528 | |
| 3529 | ------------------------------------------------------------------- |
| 3530 | |
Elliott Hughes | 882b8af | 2016-05-16 17:35:36 -0700 | [diff] [blame] | 3531 | Copyright (c) 2001-2011 The FreeBSD Project. |
| 3532 | All rights reserved. |
| 3533 | |
| 3534 | Redistribution and use in source and binary forms, with or without |
| 3535 | modification, are permitted provided that the following conditions |
| 3536 | are met: |
| 3537 | 1. Redistributions of source code must retain the above copyright |
| 3538 | notice, this list of conditions and the following disclaimer. |
| 3539 | 2. Redistributions in binary form must reproduce the above copyright |
| 3540 | notice, this list of conditions and the following disclaimer in the |
| 3541 | documentation and/or other materials provided with the distribution. |
| 3542 | |
| 3543 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 3544 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 3545 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 3546 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 3547 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 3548 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 3549 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 3550 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 3551 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 3552 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 3553 | SUCH DAMAGE. |
| 3554 | |
| 3555 | ------------------------------------------------------------------- |
| 3556 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 3557 | Copyright (c) 2002 Daniel Hartmeier |
| 3558 | All rights reserved. |
| 3559 | |
| 3560 | Redistribution and use in source and binary forms, with or without |
| 3561 | modification, are permitted provided that the following conditions |
| 3562 | are met: |
| 3563 | |
| 3564 | - Redistributions of source code must retain the above copyright |
| 3565 | notice, this list of conditions and the following disclaimer. |
| 3566 | - Redistributions in binary form must reproduce the above |
| 3567 | copyright notice, this list of conditions and the following |
| 3568 | disclaimer in the documentation and/or other materials provided |
| 3569 | with the distribution. |
| 3570 | |
| 3571 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS |
| 3572 | "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT |
| 3573 | LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS |
| 3574 | FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE |
| 3575 | COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, |
| 3576 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, |
| 3577 | BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; |
| 3578 | LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER |
| 3579 | CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 3580 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN |
| 3581 | ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE |
| 3582 | POSSIBILITY OF SUCH DAMAGE. |
| 3583 | |
| 3584 | ------------------------------------------------------------------- |
| 3585 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 3586 | Copyright (c) 2002 The NetBSD Foundation, Inc. |
| 3587 | All rights reserved. |
| 3588 | |
| 3589 | This code is derived from software contributed to The NetBSD Foundation |
| 3590 | by Christos Zoulas. |
| 3591 | |
| 3592 | Redistribution and use in source and binary forms, with or without |
| 3593 | modification, are permitted provided that the following conditions |
| 3594 | are met: |
| 3595 | 1. Redistributions of source code must retain the above copyright |
| 3596 | notice, this list of conditions and the following disclaimer. |
| 3597 | 2. Redistributions in binary form must reproduce the above copyright |
| 3598 | notice, this list of conditions and the following disclaimer in the |
| 3599 | documentation and/or other materials provided with the distribution. |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 3600 | |
| 3601 | THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS |
| 3602 | ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED |
| 3603 | TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR |
| 3604 | PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS |
| 3605 | BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR |
| 3606 | CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF |
| 3607 | SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS |
| 3608 | INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN |
| 3609 | CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) |
| 3610 | ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE |
| 3611 | POSSIBILITY OF SUCH DAMAGE. |
| 3612 | |
| 3613 | ------------------------------------------------------------------- |
| 3614 | |
| 3615 | Copyright (c) 2002 Tim J. Robbins |
| 3616 | All rights reserved. |
| 3617 | |
| 3618 | Redistribution and use in source and binary forms, with or without |
| 3619 | modification, are permitted provided that the following conditions |
| 3620 | are met: |
| 3621 | 1. Redistributions of source code must retain the above copyright |
| 3622 | notice, this list of conditions and the following disclaimer. |
| 3623 | 2. Redistributions in binary form must reproduce the above copyright |
| 3624 | notice, this list of conditions and the following disclaimer in the |
| 3625 | documentation and/or other materials provided with the distribution. |
| 3626 | |
| 3627 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 3628 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 3629 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 3630 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 3631 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 3632 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 3633 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 3634 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 3635 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 3636 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 3637 | SUCH DAMAGE. |
| 3638 | |
| 3639 | ------------------------------------------------------------------- |
| 3640 | |
Elliott Hughes | bfa582d | 2014-05-05 14:58:17 -0700 | [diff] [blame] | 3641 | Copyright (c) 2002 Tim J. Robbins. |
| 3642 | All rights reserved. |
| 3643 | |
| 3644 | Redistribution and use in source and binary forms, with or without |
| 3645 | modification, are permitted provided that the following conditions |
| 3646 | are met: |
| 3647 | 1. Redistributions of source code must retain the above copyright |
| 3648 | notice, this list of conditions and the following disclaimer. |
| 3649 | 2. Redistributions in binary form must reproduce the above copyright |
| 3650 | notice, this list of conditions and the following disclaimer in the |
| 3651 | documentation and/or other materials provided with the distribution. |
| 3652 | |
| 3653 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 3654 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 3655 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 3656 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 3657 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 3658 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 3659 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 3660 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 3661 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 3662 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 3663 | SUCH DAMAGE. |
| 3664 | |
| 3665 | ------------------------------------------------------------------- |
| 3666 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 3667 | Copyright (c) 2002 Todd C. Miller <Todd.Miller@courtesan.com> |
| 3668 | |
| 3669 | Permission to use, copy, modify, and distribute this software for any |
| 3670 | purpose with or without fee is hereby granted, provided that the above |
| 3671 | copyright notice and this permission notice appear in all copies. |
| 3672 | |
| 3673 | THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES |
| 3674 | WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF |
| 3675 | MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR |
| 3676 | ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES |
| 3677 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN |
| 3678 | ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF |
| 3679 | OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
| 3680 | |
| 3681 | Sponsored in part by the Defense Advanced Research Projects |
| 3682 | Agency (DARPA) and Air Force Research Laboratory, Air Force |
| 3683 | Materiel Command, USAF, under agreement number F39502-99-1-0512. |
| 3684 | |
| 3685 | ------------------------------------------------------------------- |
| 3686 | |
Elliott Hughes | bfa582d | 2014-05-05 14:58:17 -0700 | [diff] [blame] | 3687 | Copyright (c) 2002, 2003 Tim J. Robbins. |
| 3688 | All rights reserved. |
| 3689 | |
| 3690 | Redistribution and use in source and binary forms, with or without |
| 3691 | modification, are permitted provided that the following conditions |
| 3692 | are met: |
| 3693 | 1. Redistributions of source code must retain the above copyright |
| 3694 | notice, this list of conditions and the following disclaimer. |
| 3695 | 2. Redistributions in binary form must reproduce the above copyright |
| 3696 | notice, this list of conditions and the following disclaimer in the |
| 3697 | documentation and/or other materials provided with the distribution. |
| 3698 | |
| 3699 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 3700 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 3701 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 3702 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 3703 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 3704 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 3705 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 3706 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 3707 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 3708 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 3709 | SUCH DAMAGE. |
| 3710 | |
| 3711 | ------------------------------------------------------------------- |
| 3712 | |
| 3713 | Copyright (c) 2002-2004 Tim J. Robbins |
| 3714 | All rights reserved. |
| 3715 | |
| 3716 | Redistribution and use in source and binary forms, with or without |
| 3717 | modification, are permitted provided that the following conditions |
| 3718 | are met: |
| 3719 | 1. Redistributions of source code must retain the above copyright |
| 3720 | notice, this list of conditions and the following disclaimer. |
| 3721 | 2. Redistributions in binary form must reproduce the above copyright |
| 3722 | notice, this list of conditions and the following disclaimer in the |
| 3723 | documentation and/or other materials provided with the distribution. |
| 3724 | |
| 3725 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 3726 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 3727 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 3728 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 3729 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 3730 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 3731 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 3732 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 3733 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 3734 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 3735 | SUCH DAMAGE. |
| 3736 | |
| 3737 | ------------------------------------------------------------------- |
| 3738 | |
| 3739 | Copyright (c) 2002-2004 Tim J. Robbins. |
| 3740 | All rights reserved. |
| 3741 | |
| 3742 | Redistribution and use in source and binary forms, with or without |
| 3743 | modification, are permitted provided that the following conditions |
| 3744 | are met: |
| 3745 | 1. Redistributions of source code must retain the above copyright |
| 3746 | notice, this list of conditions and the following disclaimer. |
| 3747 | 2. Redistributions in binary form must reproduce the above copyright |
| 3748 | notice, this list of conditions and the following disclaimer in the |
| 3749 | documentation and/or other materials provided with the distribution. |
| 3750 | |
| 3751 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 3752 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 3753 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 3754 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 3755 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 3756 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 3757 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 3758 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 3759 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 3760 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 3761 | SUCH DAMAGE. |
| 3762 | |
| 3763 | ------------------------------------------------------------------- |
| 3764 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 3765 | Copyright (c) 2003 Constantin S. Svintsoff <kostik@iclub.nsu.ru> |
| 3766 | |
| 3767 | Redistribution and use in source and binary forms, with or without |
| 3768 | modification, are permitted provided that the following conditions |
| 3769 | are met: |
| 3770 | 1. Redistributions of source code must retain the above copyright |
| 3771 | notice, this list of conditions and the following disclaimer. |
| 3772 | 2. Redistributions in binary form must reproduce the above copyright |
| 3773 | notice, this list of conditions and the following disclaimer in the |
| 3774 | documentation and/or other materials provided with the distribution. |
| 3775 | 3. The names of the authors may not be used to endorse or promote |
| 3776 | products derived from this software without specific prior written |
| 3777 | permission. |
| 3778 | |
| 3779 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 3780 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 3781 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 3782 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 3783 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 3784 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 3785 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 3786 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 3787 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 3788 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 3789 | SUCH DAMAGE. |
| 3790 | |
| 3791 | ------------------------------------------------------------------- |
| 3792 | |
Dan Albert | c30862f | 2016-10-20 11:45:16 -0700 | [diff] [blame] | 3793 | Copyright (c) 2003 Dag-Erling Smørgrav |
| 3794 | All rights reserved. |
| 3795 | |
| 3796 | Redistribution and use in source and binary forms, with or without |
| 3797 | modification, are permitted provided that the following conditions |
| 3798 | are met: |
| 3799 | 1. Redistributions of source code must retain the above copyright |
| 3800 | notice, this list of conditions and the following disclaimer |
| 3801 | in this position and unchanged. |
| 3802 | 2. Redistributions in binary form must reproduce the above copyright |
| 3803 | notice, this list of conditions and the following disclaimer in the |
| 3804 | documentation and/or other materials provided with the distribution. |
| 3805 | 3. The name of the author may not be used to endorse or promote products |
| 3806 | derived from this software without specific prior written permission. |
| 3807 | |
| 3808 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR |
| 3809 | IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES |
| 3810 | OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. |
| 3811 | IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, |
| 3812 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT |
| 3813 | NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, |
| 3814 | DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY |
| 3815 | THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
| 3816 | (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF |
| 3817 | THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 3818 | |
| 3819 | ------------------------------------------------------------------- |
| 3820 | |
Elliott Hughes | acbe322 | 2014-04-16 17:01:12 -0700 | [diff] [blame] | 3821 | Copyright (c) 2003 David Schultz <das@FreeBSD.ORG> |
| 3822 | All rights reserved. |
| 3823 | |
| 3824 | Redistribution and use in source and binary forms, with or without |
| 3825 | modification, are permitted provided that the following conditions |
| 3826 | are met: |
| 3827 | 1. Redistributions of source code must retain the above copyright |
| 3828 | notice, this list of conditions and the following disclaimer. |
| 3829 | 2. Redistributions in binary form must reproduce the above copyright |
| 3830 | notice, this list of conditions and the following disclaimer in the |
| 3831 | documentation and/or other materials provided with the distribution. |
| 3832 | |
| 3833 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 3834 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 3835 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 3836 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 3837 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 3838 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 3839 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 3840 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 3841 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 3842 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 3843 | SUCH DAMAGE. |
| 3844 | |
| 3845 | ------------------------------------------------------------------- |
| 3846 | |
Dan Albert | c30862f | 2016-10-20 11:45:16 -0700 | [diff] [blame] | 3847 | Copyright (c) 2003 Mike Barcroft <mike@FreeBSD.org> |
| 3848 | All rights reserved. |
| 3849 | |
| 3850 | Redistribution and use in source and binary forms, with or without |
| 3851 | modification, are permitted provided that the following conditions |
| 3852 | are met: |
| 3853 | 1. Redistributions of source code must retain the above copyright |
| 3854 | notice, this list of conditions and the following disclaimer. |
| 3855 | 2. Redistributions in binary form must reproduce the above copyright |
| 3856 | notice, this list of conditions and the following disclaimer in the |
| 3857 | documentation and/or other materials provided with the distribution. |
| 3858 | |
| 3859 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 3860 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 3861 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 3862 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 3863 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 3864 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 3865 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 3866 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 3867 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 3868 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 3869 | SUCH DAMAGE. |
| 3870 | |
| 3871 | ------------------------------------------------------------------- |
| 3872 | |
| 3873 | Copyright (c) 2003 Mike Barcroft <mike@FreeBSD.org> |
| 3874 | Copyright (c) 2002 David Schultz <das@FreeBSD.ORG> |
| 3875 | All rights reserved. |
| 3876 | |
| 3877 | Redistribution and use in source and binary forms, with or without |
| 3878 | modification, are permitted provided that the following conditions |
| 3879 | are met: |
| 3880 | 1. Redistributions of source code must retain the above copyright |
| 3881 | notice, this list of conditions and the following disclaimer. |
| 3882 | 2. Redistributions in binary form must reproduce the above copyright |
| 3883 | notice, this list of conditions and the following disclaimer in the |
| 3884 | documentation and/or other materials provided with the distribution. |
| 3885 | |
| 3886 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 3887 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 3888 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 3889 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 3890 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 3891 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 3892 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 3893 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 3894 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 3895 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 3896 | SUCH DAMAGE. |
| 3897 | |
| 3898 | ------------------------------------------------------------------- |
| 3899 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 3900 | Copyright (c) 2003 Networks Associates Technology, Inc. |
| 3901 | All rights reserved. |
| 3902 | |
| 3903 | Portions of this software were developed for the FreeBSD Project by |
| 3904 | Jacques A. Vidrine, Safeport Network Services, and Network |
| 3905 | Associates Laboratories, the Security Research Division of Network |
| 3906 | Associates, Inc. under DARPA/SPAWAR contract N66001-01-C-8035 |
| 3907 | ("CBOSS"), as part of the DARPA CHATS research program. |
| 3908 | |
| 3909 | Redistribution and use in source and binary forms, with or without |
| 3910 | modification, are permitted provided that the following conditions |
| 3911 | are met: |
| 3912 | 1. Redistributions of source code must retain the above copyright |
| 3913 | notice, this list of conditions and the following disclaimer. |
| 3914 | 2. Redistributions in binary form must reproduce the above copyright |
| 3915 | notice, this list of conditions and the following disclaimer in the |
| 3916 | documentation and/or other materials provided with the distribution. |
| 3917 | |
| 3918 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 3919 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 3920 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 3921 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 3922 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 3923 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 3924 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 3925 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 3926 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 3927 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 3928 | SUCH DAMAGE. |
| 3929 | |
| 3930 | ------------------------------------------------------------------- |
| 3931 | |
Nick Kralevich | 5e58ea0 | 2012-09-12 13:21:25 -0700 | [diff] [blame] | 3932 | Copyright (c) 2003 Todd C. Miller <Todd.Miller@courtesan.com> |
| 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 THE AUTHOR DISCLAIMS ALL WARRANTIES |
| 3939 | WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF |
| 3940 | MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR 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 OF |
| 3944 | OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
| 3945 | |
| 3946 | Sponsored in part by the Defense Advanced Research Projects |
| 3947 | Agency (DARPA) and Air Force Research Laboratory, Air Force |
| 3948 | Materiel Command, USAF, under agreement number F39502-99-1-0512. |
| 3949 | |
| 3950 | ------------------------------------------------------------------- |
| 3951 | |
Elliott Hughes | 882b8af | 2016-05-16 17:35:36 -0700 | [diff] [blame] | 3952 | Copyright (c) 2003, 2004 Todd C. Miller <Todd.Miller@courtesan.com> |
| 3953 | |
| 3954 | Permission to use, copy, modify, and distribute this software for any |
| 3955 | purpose with or without fee is hereby granted, provided that the above |
| 3956 | copyright notice and this permission notice appear in all copies. |
| 3957 | |
| 3958 | THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES |
| 3959 | WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF |
| 3960 | MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR |
| 3961 | ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES |
| 3962 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN |
| 3963 | ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF |
| 3964 | OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
| 3965 | |
| 3966 | Sponsored in part by the Defense Advanced Research Projects |
| 3967 | Agency (DARPA) and Air Force Research Laboratory, Air Force |
| 3968 | Materiel Command, USAF, under agreement number F39502-99-1-0512. |
| 3969 | |
| 3970 | ------------------------------------------------------------------- |
| 3971 | |
Dan Albert | c30862f | 2016-10-20 11:45:16 -0700 | [diff] [blame] | 3972 | Copyright (c) 2003, Steven G. Kargl |
| 3973 | All rights reserved. |
| 3974 | |
| 3975 | Redistribution and use in source and binary forms, with or without |
| 3976 | modification, are permitted provided that the following conditions |
| 3977 | are met: |
| 3978 | 1. Redistributions of source code must retain the above copyright |
| 3979 | notice unmodified, this list of conditions, and the following |
| 3980 | disclaimer. |
| 3981 | 2. Redistributions in binary form must reproduce the above copyright |
| 3982 | notice, this list of conditions and the following disclaimer in the |
| 3983 | documentation and/or other materials provided with the distribution. |
| 3984 | |
| 3985 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR |
| 3986 | IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES |
| 3987 | OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. |
| 3988 | IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, |
| 3989 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT |
| 3990 | NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, |
| 3991 | DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY |
| 3992 | THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
| 3993 | (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF |
| 3994 | THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 3995 | |
| 3996 | ------------------------------------------------------------------- |
| 3997 | |
| 3998 | Copyright (c) 2004 David Schultz <das@FreeBSD.ORG> |
| 3999 | All rights reserved. |
| 4000 | |
| 4001 | Redistribution and use in source and binary forms, with or without |
| 4002 | modification, are permitted provided that the following conditions |
| 4003 | are met: |
| 4004 | 1. Redistributions of source code must retain the above copyright |
| 4005 | notice, this list of conditions and the following disclaimer. |
| 4006 | 2. Redistributions in binary form must reproduce the above copyright |
| 4007 | notice, this list of conditions and the following disclaimer in the |
| 4008 | documentation and/or other materials provided with the distribution. |
| 4009 | |
| 4010 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 4011 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 4012 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 4013 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 4014 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 4015 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 4016 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 4017 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 4018 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 4019 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 4020 | SUCH DAMAGE. |
| 4021 | |
| 4022 | ------------------------------------------------------------------- |
| 4023 | |
| 4024 | Copyright (c) 2004 Stefan Farfeleder |
| 4025 | All rights reserved. |
| 4026 | |
| 4027 | Redistribution and use in source and binary forms, with or without |
| 4028 | modification, are permitted provided that the following conditions |
| 4029 | are met: |
| 4030 | 1. Redistributions of source code must retain the above copyright |
| 4031 | notice, this list of conditions and the following disclaimer. |
| 4032 | 2. Redistributions in binary form must reproduce the above copyright |
| 4033 | notice, this list of conditions and the following disclaimer in the |
| 4034 | documentation and/or other materials provided with the distribution. |
| 4035 | |
| 4036 | THIS SOFTWARE IS PROVIDED BY AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 4037 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 4038 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 4039 | ARE DISCLAIMED. IN NO EVENT SHALL AUTHOR OR CONTRIBUTORS BE LIABLE |
| 4040 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 4041 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 4042 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 4043 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 4044 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 4045 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 4046 | SUCH DAMAGE. |
| 4047 | |
| 4048 | ------------------------------------------------------------------- |
| 4049 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 4050 | Copyright (c) 2004 The NetBSD Foundation, Inc. |
| 4051 | All rights reserved. |
| 4052 | |
| 4053 | This code is derived from software contributed to The NetBSD Foundation |
| 4054 | by Christos Zoulas. |
| 4055 | |
| 4056 | Redistribution and use in source and binary forms, with or without |
| 4057 | modification, are permitted provided that the following conditions |
| 4058 | are met: |
| 4059 | 1. Redistributions of source code must retain the above copyright |
| 4060 | notice, this list of conditions and the following disclaimer. |
| 4061 | 2. Redistributions in binary form must reproduce the above copyright |
| 4062 | notice, this list of conditions and the following disclaimer in the |
| 4063 | documentation and/or other materials provided with the distribution. |
| 4064 | 3. All advertising materials mentioning features or use of this software |
| 4065 | must display the following acknowledgement: |
| 4066 | This product includes software developed by the NetBSD |
| 4067 | Foundation, Inc. and its contributors. |
| 4068 | 4. Neither the name of The NetBSD Foundation nor the names of its |
| 4069 | contributors may be used to endorse or promote products derived |
| 4070 | from this software without specific prior written permission. |
| 4071 | |
| 4072 | THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS |
| 4073 | ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED |
| 4074 | TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR |
| 4075 | PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS |
| 4076 | BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR |
| 4077 | CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF |
| 4078 | SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS |
| 4079 | INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN |
| 4080 | CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) |
| 4081 | ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE |
| 4082 | POSSIBILITY OF SUCH DAMAGE. |
| 4083 | |
| 4084 | ------------------------------------------------------------------- |
| 4085 | |
| 4086 | Copyright (c) 2004 by Internet Systems Consortium, Inc. ("ISC") |
| 4087 | Copyright (c) 1995,1999 by Internet Software Consortium. |
| 4088 | |
| 4089 | Permission to use, copy, modify, and distribute this software for any |
| 4090 | purpose with or without fee is hereby granted, provided that the above |
| 4091 | copyright notice and this permission notice appear in all copies. |
| 4092 | |
| 4093 | THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES |
| 4094 | WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF |
| 4095 | MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR |
| 4096 | ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES |
| 4097 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN |
| 4098 | ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT |
| 4099 | OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
| 4100 | |
| 4101 | ------------------------------------------------------------------- |
| 4102 | |
| 4103 | Copyright (c) 2004 by Internet Systems Consortium, Inc. ("ISC") |
| 4104 | Copyright (c) 1995-1999 by Internet Software Consortium |
| 4105 | |
| 4106 | Permission to use, copy, modify, and distribute this software for any |
| 4107 | purpose with or without fee is hereby granted, provided that the above |
| 4108 | copyright notice and this permission notice appear in all copies. |
| 4109 | |
| 4110 | THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES |
| 4111 | WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF |
| 4112 | MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR |
| 4113 | ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES |
| 4114 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN |
| 4115 | ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT |
| 4116 | OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
| 4117 | |
| 4118 | ------------------------------------------------------------------- |
| 4119 | |
| 4120 | Copyright (c) 2004 by Internet Systems Consortium, Inc. ("ISC") |
| 4121 | Copyright (c) 1995-1999 by Internet Software Consortium. |
| 4122 | |
| 4123 | Permission to use, copy, modify, and distribute this software for any |
| 4124 | purpose with or without fee is hereby granted, provided that the above |
| 4125 | copyright notice and this permission notice appear in all copies. |
| 4126 | |
| 4127 | THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES |
| 4128 | WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF |
| 4129 | MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR |
| 4130 | ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES |
| 4131 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN |
| 4132 | ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT |
| 4133 | OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
| 4134 | |
| 4135 | ------------------------------------------------------------------- |
| 4136 | |
| 4137 | Copyright (c) 2004 by Internet Systems Consortium, Inc. ("ISC") |
| 4138 | Copyright (c) 1996,1999 by Internet Software Consortium. |
| 4139 | |
| 4140 | Permission to use, copy, modify, and distribute this software for any |
| 4141 | purpose with or without fee is hereby granted, provided that the above |
| 4142 | copyright notice and this permission notice appear in all copies. |
| 4143 | |
| 4144 | THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES |
| 4145 | WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF |
| 4146 | MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR |
| 4147 | ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES |
| 4148 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN |
| 4149 | ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT |
| 4150 | OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
| 4151 | |
| 4152 | ------------------------------------------------------------------- |
| 4153 | |
| 4154 | Copyright (c) 2004 by Internet Systems Consortium, Inc. ("ISC") |
| 4155 | Copyright (c) 1996-1999 by Internet Software Consortium |
| 4156 | |
| 4157 | Permission to use, copy, modify, and distribute this software for any |
| 4158 | purpose with or without fee is hereby granted, provided that the above |
| 4159 | copyright notice and this permission notice appear in all copies. |
| 4160 | |
| 4161 | THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES |
| 4162 | WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF |
| 4163 | MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR |
| 4164 | ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES |
| 4165 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN |
| 4166 | ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT |
| 4167 | OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
| 4168 | |
| 4169 | ------------------------------------------------------------------- |
| 4170 | |
| 4171 | Copyright (c) 2004 by Internet Systems Consortium, Inc. ("ISC") |
| 4172 | Copyright (c) 1996-1999 by Internet Software Consortium. |
| 4173 | |
| 4174 | Permission to use, copy, modify, and distribute this software for any |
| 4175 | purpose with or without fee is hereby granted, provided that the above |
| 4176 | copyright notice and this permission notice appear in all copies. |
| 4177 | |
| 4178 | THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES |
| 4179 | WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF |
| 4180 | MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR |
| 4181 | ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES |
| 4182 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN |
| 4183 | ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT |
| 4184 | OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
| 4185 | |
| 4186 | ------------------------------------------------------------------- |
| 4187 | |
| 4188 | Copyright (c) 2004 by Internet Systems Consortium, Inc. ("ISC") |
| 4189 | Copyright (c) 1997,1999 by Internet Software Consortium. |
| 4190 | |
| 4191 | Permission to use, copy, modify, and distribute this software for any |
| 4192 | purpose with or without fee is hereby granted, provided that the above |
| 4193 | copyright notice and this permission notice appear in all copies. |
| 4194 | |
| 4195 | THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES |
| 4196 | WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF |
| 4197 | MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR |
| 4198 | ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES |
| 4199 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN |
| 4200 | ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT |
| 4201 | OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
| 4202 | |
| 4203 | ------------------------------------------------------------------- |
| 4204 | |
| 4205 | Copyright (c) 2004 by Internet Systems Consortium, Inc. ("ISC") |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 4206 | Copyright (c) 1999 by Internet Software Consortium. |
| 4207 | |
| 4208 | Permission to use, copy, modify, and distribute this software for any |
| 4209 | purpose with or without fee is hereby granted, provided that the above |
| 4210 | copyright notice and this permission notice appear in all copies. |
| 4211 | |
| 4212 | THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES |
| 4213 | WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF |
| 4214 | MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR |
| 4215 | ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES |
| 4216 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN |
| 4217 | ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT |
| 4218 | OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
| 4219 | |
| 4220 | ------------------------------------------------------------------- |
| 4221 | |
| 4222 | Copyright (c) 2004 by Internet Systems Consortium, Inc. ("ISC") |
| 4223 | Portions Copyright (c) 1996-1999 by Internet Software Consortium. |
| 4224 | |
| 4225 | Permission to use, copy, modify, and distribute this software for any |
| 4226 | purpose with or without fee is hereby granted, provided that the above |
| 4227 | copyright notice and this permission notice appear in all copies. |
| 4228 | |
| 4229 | THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES |
| 4230 | WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF |
| 4231 | MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR |
| 4232 | ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES |
| 4233 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN |
| 4234 | ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT |
| 4235 | OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
| 4236 | |
| 4237 | ------------------------------------------------------------------- |
| 4238 | |
Elliott Hughes | acbe322 | 2014-04-16 17:01:12 -0700 | [diff] [blame] | 4239 | Copyright (c) 2004, 2005 David Schultz <das@FreeBSD.ORG> |
| 4240 | All rights reserved. |
| 4241 | |
| 4242 | Redistribution and use in source and binary forms, with or without |
| 4243 | modification, are permitted provided that the following conditions |
| 4244 | are met: |
| 4245 | 1. Redistributions of source code must retain the above copyright |
| 4246 | notice, this list of conditions and the following disclaimer. |
| 4247 | 2. Redistributions in binary form must reproduce the above copyright |
| 4248 | notice, this list of conditions and the following disclaimer in the |
| 4249 | documentation and/or other materials provided with the distribution. |
| 4250 | |
| 4251 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 4252 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 4253 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 4254 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 4255 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 4256 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 4257 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 4258 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 4259 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 4260 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 4261 | SUCH DAMAGE. |
| 4262 | |
| 4263 | ------------------------------------------------------------------- |
| 4264 | |
Elliott Hughes | 882b8af | 2016-05-16 17:35:36 -0700 | [diff] [blame] | 4265 | Copyright (c) 2004-2005 David Schultz <das (at) FreeBSD.ORG> |
| 4266 | All rights reserved. |
| 4267 | |
| 4268 | Redistribution and use in source and binary forms, with or without |
| 4269 | modification, are permitted provided that the following conditions |
| 4270 | are met: |
| 4271 | 1. Redistributions of source code must retain the above copyright |
| 4272 | notice, this list of conditions and the following disclaimer. |
| 4273 | 2. Redistributions in binary form must reproduce the above copyright |
| 4274 | notice, this list of conditions and the following disclaimer in the |
| 4275 | documentation and/or other materials provided with the distribution. |
| 4276 | |
| 4277 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 4278 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 4279 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 4280 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 4281 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 4282 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 4283 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 4284 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 4285 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 4286 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 4287 | SUCH DAMAGE. |
| 4288 | |
| 4289 | ------------------------------------------------------------------- |
| 4290 | |
| 4291 | Copyright (c) 2004-2005 David Schultz <das@FreeBSD.ORG> |
| 4292 | All rights reserved. |
| 4293 | |
| 4294 | Redistribution and use in source and binary forms, with or without |
| 4295 | modification, are permitted provided that the following conditions |
| 4296 | are met: |
| 4297 | 1. Redistributions of source code must retain the above copyright |
| 4298 | notice, this list of conditions and the following disclaimer. |
| 4299 | 2. Redistributions in binary form must reproduce the above copyright |
| 4300 | notice, this list of conditions and the following disclaimer in the |
| 4301 | documentation and/or other materials provided with the distribution. |
| 4302 | |
| 4303 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 4304 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 4305 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 4306 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 4307 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 4308 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 4309 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 4310 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 4311 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 4312 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 4313 | SUCH DAMAGE. |
| 4314 | |
| 4315 | ------------------------------------------------------------------- |
| 4316 | |
Dan Albert | c30862f | 2016-10-20 11:45:16 -0700 | [diff] [blame] | 4317 | Copyright (c) 2005 Bruce D. Evans and Steven G. Kargl |
| 4318 | All rights reserved. |
| 4319 | |
| 4320 | Redistribution and use in source and binary forms, with or without |
| 4321 | modification, are permitted provided that the following conditions |
| 4322 | are met: |
| 4323 | 1. Redistributions of source code must retain the above copyright |
| 4324 | notice unmodified, this list of conditions, and the following |
| 4325 | disclaimer. |
| 4326 | 2. Redistributions in binary form must reproduce the above copyright |
| 4327 | notice, this list of conditions and the following disclaimer in the |
| 4328 | documentation and/or other materials provided with the distribution. |
| 4329 | |
| 4330 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR |
| 4331 | IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES |
| 4332 | OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. |
| 4333 | IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, |
| 4334 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT |
| 4335 | NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, |
| 4336 | DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY |
| 4337 | THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
| 4338 | (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF |
| 4339 | THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 4340 | |
| 4341 | ------------------------------------------------------------------- |
| 4342 | |
| 4343 | Copyright (c) 2005 David Schultz <das@FreeBSD.ORG> |
| 4344 | All rights reserved. |
| 4345 | |
| 4346 | Redistribution and use in source and binary forms, with or without |
| 4347 | modification, are permitted provided that the following conditions |
| 4348 | are met: |
| 4349 | 1. Redistributions of source code must retain the above copyright |
| 4350 | notice, this list of conditions and the following disclaimer. |
| 4351 | 2. Redistributions in binary form must reproduce the above copyright |
| 4352 | notice, this list of conditions and the following disclaimer in the |
| 4353 | documentation and/or other materials provided with the distribution. |
| 4354 | |
| 4355 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 4356 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 4357 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 4358 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 4359 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 4360 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 4361 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 4362 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 4363 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 4364 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 4365 | SUCH DAMAGE. |
| 4366 | |
| 4367 | ------------------------------------------------------------------- |
| 4368 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 4369 | Copyright (c) 2005 Tim J. Robbins. |
| 4370 | All rights reserved. |
| 4371 | |
| 4372 | Redistribution and use in source and binary forms, with or without |
| 4373 | modification, are permitted provided that the following conditions |
| 4374 | are met: |
| 4375 | 1. Redistributions of source code must retain the above copyright |
| 4376 | notice, this list of conditions and the following disclaimer. |
| 4377 | 2. Redistributions in binary form must reproduce the above copyright |
| 4378 | notice, this list of conditions and the following disclaimer in the |
| 4379 | documentation and/or other materials provided with the distribution. |
| 4380 | |
| 4381 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 4382 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 4383 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 4384 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 4385 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 4386 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 4387 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 4388 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 4389 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 4390 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 4391 | SUCH DAMAGE. |
| 4392 | |
| 4393 | ------------------------------------------------------------------- |
| 4394 | |
Elliott Hughes | 448080d | 2013-01-29 16:25:06 -0800 | [diff] [blame] | 4395 | Copyright (c) 2005 by Internet Systems Consortium, Inc. ("ISC") |
| 4396 | Copyright (c) 1995-1999 by Internet Software Consortium |
| 4397 | |
| 4398 | Permission to use, copy, modify, and distribute this software for any |
| 4399 | purpose with or without fee is hereby granted, provided that the above |
| 4400 | copyright notice and this permission notice appear in all copies. |
| 4401 | |
| 4402 | THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES |
| 4403 | WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF |
| 4404 | MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR |
| 4405 | ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES |
| 4406 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN |
| 4407 | ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT |
| 4408 | OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
| 4409 | |
| 4410 | ------------------------------------------------------------------- |
| 4411 | |
Dan Albert | c30862f | 2016-10-20 11:45:16 -0700 | [diff] [blame] | 4412 | Copyright (c) 2005-2008 David Schultz <das@FreeBSD.ORG> |
| 4413 | All rights reserved. |
| 4414 | |
| 4415 | Redistribution and use in source and binary forms, with or without |
| 4416 | modification, are permitted provided that the following conditions |
| 4417 | are met: |
| 4418 | 1. Redistributions of source code must retain the above copyright |
| 4419 | notice, this list of conditions and the following disclaimer. |
| 4420 | 2. Redistributions in binary form must reproduce the above copyright |
| 4421 | notice, this list of conditions and the following disclaimer in the |
| 4422 | documentation and/or other materials provided with the distribution. |
| 4423 | |
| 4424 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 4425 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 4426 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 4427 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 4428 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 4429 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 4430 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 4431 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 4432 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 4433 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 4434 | SUCH DAMAGE. |
| 4435 | |
| 4436 | ------------------------------------------------------------------- |
| 4437 | |
| 4438 | Copyright (c) 2005-2011 David Schultz <das@FreeBSD.ORG> |
| 4439 | All rights reserved. |
| 4440 | |
| 4441 | Redistribution and use in source and binary forms, with or without |
| 4442 | modification, are permitted provided that the following conditions |
| 4443 | are met: |
| 4444 | 1. Redistributions of source code must retain the above copyright |
| 4445 | notice, this list of conditions and the following disclaimer. |
| 4446 | 2. Redistributions in binary form must reproduce the above copyright |
| 4447 | notice, this list of conditions and the following disclaimer in the |
| 4448 | documentation and/or other materials provided with the distribution. |
| 4449 | |
| 4450 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 4451 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 4452 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 4453 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 4454 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 4455 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 4456 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 4457 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 4458 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 4459 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 4460 | SUCH DAMAGE. |
| 4461 | |
| 4462 | ------------------------------------------------------------------- |
| 4463 | |
| 4464 | Copyright (c) 2007 David Schultz |
| 4465 | All rights reserved. |
| 4466 | |
| 4467 | Redistribution and use in source and binary forms, with or without |
| 4468 | modification, are permitted provided that the following conditions |
| 4469 | are met: |
| 4470 | 1. Redistributions of source code must retain the above copyright |
| 4471 | notice, this list of conditions and the following disclaimer. |
| 4472 | 2. Redistributions in binary form must reproduce the above copyright |
| 4473 | notice, this list of conditions and the following disclaimer in the |
| 4474 | documentation and/or other materials provided with the distribution. |
| 4475 | |
| 4476 | THIS SOFTWARE IS PROVIDED BY AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 4477 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 4478 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 4479 | ARE DISCLAIMED. IN NO EVENT SHALL AUTHOR OR CONTRIBUTORS BE LIABLE |
| 4480 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 4481 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 4482 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 4483 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 4484 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 4485 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 4486 | SUCH DAMAGE. |
| 4487 | |
| 4488 | ------------------------------------------------------------------- |
| 4489 | |
| 4490 | Copyright (c) 2007 David Schultz <das@FreeBSD.ORG> |
| 4491 | All rights reserved. |
| 4492 | |
| 4493 | Redistribution and use in source and binary forms, with or without |
| 4494 | modification, are permitted provided that the following conditions |
| 4495 | are met: |
| 4496 | 1. Redistributions of source code must retain the above copyright |
| 4497 | notice, this list of conditions and the following disclaimer. |
| 4498 | 2. Redistributions in binary form must reproduce the above copyright |
| 4499 | notice, this list of conditions and the following disclaimer in the |
| 4500 | documentation and/or other materials provided with the distribution. |
| 4501 | |
| 4502 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 4503 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 4504 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 4505 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 4506 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 4507 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 4508 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 4509 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 4510 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 4511 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 4512 | SUCH DAMAGE. |
| 4513 | |
| 4514 | ------------------------------------------------------------------- |
| 4515 | |
| 4516 | Copyright (c) 2007 David Schultz <das@FreeBSD.ORG> |
| 4517 | All rights reserved. |
| 4518 | |
| 4519 | Redistribution and use in source and binary forms, with or without |
| 4520 | modification, are permitted provided that the following conditions |
| 4521 | are met: |
| 4522 | 1. Redistributions of source code must retain the above copyright |
| 4523 | notice, this list of conditions and the following disclaimer. |
| 4524 | 2. Redistributions in binary form must reproduce the above copyright |
| 4525 | notice, this list of conditions and the following disclaimer in the |
| 4526 | documentation and/or other materials provided with the distribution. |
| 4527 | |
| 4528 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 4529 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 4530 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 4531 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 4532 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 4533 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 4534 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 4535 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 4536 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 4537 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 4538 | SUCH DAMAGE. |
| 4539 | |
| 4540 | Derived from s_modf.c, which has the following Copyright: |
| 4541 | ==================================================== |
| 4542 | Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved. |
| 4543 | |
| 4544 | Developed at SunPro, a Sun Microsystems, Inc. business. |
| 4545 | Permission to use, copy, modify, and distribute this |
| 4546 | software is freely granted, provided that this notice |
| 4547 | is preserved. |
| 4548 | |
| 4549 | ------------------------------------------------------------------- |
| 4550 | |
| 4551 | Copyright (c) 2007 Steven G. Kargl |
| 4552 | All rights reserved. |
| 4553 | |
| 4554 | Redistribution and use in source and binary forms, with or without |
| 4555 | modification, are permitted provided that the following conditions |
| 4556 | are met: |
| 4557 | 1. Redistributions of source code must retain the above copyright |
| 4558 | notice unmodified, this list of conditions, and the following |
| 4559 | disclaimer. |
| 4560 | 2. Redistributions in binary form must reproduce the above copyright |
| 4561 | notice, this list of conditions and the following disclaimer in the |
| 4562 | documentation and/or other materials provided with the distribution. |
| 4563 | |
| 4564 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR |
| 4565 | IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES |
| 4566 | OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. |
| 4567 | IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, |
| 4568 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT |
| 4569 | NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, |
| 4570 | DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY |
| 4571 | THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
| 4572 | (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF |
| 4573 | THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 4574 | |
| 4575 | ------------------------------------------------------------------- |
| 4576 | |
| 4577 | Copyright (c) 2007 The NetBSD Foundation, Inc. |
| 4578 | All rights reserved. |
| 4579 | |
| 4580 | This code is derived from software written by Stephen L. Moshier. |
| 4581 | It is redistributed by the NetBSD Foundation by permission of the author. |
| 4582 | |
| 4583 | Redistribution and use in source and binary forms, with or without |
| 4584 | modification, are permitted provided that the following conditions |
| 4585 | are met: |
| 4586 | 1. Redistributions of source code must retain the above copyright |
| 4587 | notice, this list of conditions and the following disclaimer. |
| 4588 | 2. Redistributions in binary form must reproduce the above copyright |
| 4589 | notice, this list of conditions and the following disclaimer in the |
| 4590 | documentation and/or other materials provided with the distribution. |
| 4591 | |
| 4592 | THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS |
| 4593 | ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED |
| 4594 | TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR |
| 4595 | PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS |
| 4596 | BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR |
| 4597 | CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF |
| 4598 | SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS |
| 4599 | INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN |
| 4600 | CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) |
| 4601 | ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE |
| 4602 | POSSIBILITY OF SUCH DAMAGE. |
| 4603 | |
| 4604 | ------------------------------------------------------------------- |
| 4605 | |
Elliott Hughes | 7e54c76 | 2015-05-12 10:09:01 -0700 | [diff] [blame] | 4606 | Copyright (c) 2007 Todd C. Miller <Todd.Miller@courtesan.com> |
| 4607 | |
| 4608 | Permission to use, copy, modify, and distribute this software for any |
| 4609 | purpose with or without fee is hereby granted, provided that the above |
| 4610 | copyright notice and this permission notice appear in all copies. |
| 4611 | |
| 4612 | THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES |
| 4613 | WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF |
| 4614 | MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR |
| 4615 | ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES |
| 4616 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN |
| 4617 | ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF |
| 4618 | OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
| 4619 | |
| 4620 | ------------------------------------------------------------------- |
| 4621 | |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 4622 | Copyright (c) 2007-2008 Michael G Schwern |
| 4623 | |
| 4624 | This software originally derived from Paul Sheer's pivotal_gmtime_r.c. |
| 4625 | |
| 4626 | The MIT License: |
| 4627 | |
| 4628 | Permission is hereby granted, free of charge, to any person obtaining a copy |
| 4629 | of this software and associated documentation files (the "Software"), to deal |
| 4630 | in the Software without restriction, including without limitation the rights |
| 4631 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell |
| 4632 | copies of the Software, and to permit persons to whom the Software is |
| 4633 | furnished to do so, subject to the following conditions: |
| 4634 | |
| 4635 | The above copyright notice and this permission notice shall be included in |
| 4636 | all copies or substantial portions of the Software. |
| 4637 | |
| 4638 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR |
| 4639 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, |
| 4640 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE |
| 4641 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER |
| 4642 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, |
| 4643 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN |
| 4644 | THE SOFTWARE. |
| 4645 | |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 4646 | ------------------------------------------------------------------- |
| 4647 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 4648 | Copyright (c) 2007-2008 Michael G Schwern |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 4649 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 4650 | This software originally derived from Paul Sheer's pivotal_gmtime_r.c. |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 4651 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 4652 | The MIT License: |
| 4653 | |
| 4654 | Permission is hereby granted, free of charge, to any person obtaining a copy |
| 4655 | of this software and associated documentation files (the "Software"), to deal |
| 4656 | in the Software without restriction, including without limitation the rights |
| 4657 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell |
| 4658 | copies of the Software, and to permit persons to whom the Software is |
| 4659 | furnished to do so, subject to the following conditions: |
| 4660 | |
| 4661 | The above copyright notice and this permission notice shall be included in |
| 4662 | all copies or substantial portions of the Software. |
| 4663 | |
| 4664 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR |
| 4665 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, |
| 4666 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE |
| 4667 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER |
| 4668 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, |
| 4669 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN |
| 4670 | THE SOFTWARE. |
| 4671 | |
| 4672 | Origin: http://code.google.com/p/y2038 |
| 4673 | Modified for Bionic by the Android Open Source Project |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 4674 | |
| 4675 | ------------------------------------------------------------------- |
| 4676 | |
Dan Albert | c30862f | 2016-10-20 11:45:16 -0700 | [diff] [blame] | 4677 | Copyright (c) 2007-2008 David Schultz <das@FreeBSD.ORG> |
| 4678 | All rights reserved. |
| 4679 | |
| 4680 | Redistribution and use in source and binary forms, with or without |
| 4681 | modification, are permitted provided that the following conditions |
| 4682 | are met: |
| 4683 | 1. Redistributions of source code must retain the above copyright |
| 4684 | notice, this list of conditions and the following disclaimer. |
| 4685 | 2. Redistributions in binary form must reproduce the above copyright |
| 4686 | notice, this list of conditions and the following disclaimer in the |
| 4687 | documentation and/or other materials provided with the distribution. |
| 4688 | |
| 4689 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 4690 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 4691 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 4692 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 4693 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 4694 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 4695 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 4696 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 4697 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 4698 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 4699 | SUCH DAMAGE. |
| 4700 | |
| 4701 | ------------------------------------------------------------------- |
| 4702 | |
| 4703 | Copyright (c) 2007-2013 Bruce D. Evans |
| 4704 | All rights reserved. |
| 4705 | |
| 4706 | Redistribution and use in source and binary forms, with or without |
| 4707 | modification, are permitted provided that the following conditions |
| 4708 | are met: |
| 4709 | 1. Redistributions of source code must retain the above copyright |
| 4710 | notice unmodified, this list of conditions, and the following |
| 4711 | disclaimer. |
| 4712 | 2. Redistributions in binary form must reproduce the above copyright |
| 4713 | notice, this list of conditions and the following disclaimer in the |
| 4714 | documentation and/or other materials provided with the distribution. |
| 4715 | |
| 4716 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR |
| 4717 | IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES |
| 4718 | OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. |
| 4719 | IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, |
| 4720 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT |
| 4721 | NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, |
| 4722 | DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY |
| 4723 | THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
| 4724 | (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF |
| 4725 | THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 4726 | |
| 4727 | ------------------------------------------------------------------- |
| 4728 | |
Dan Albert | c30862f | 2016-10-20 11:45:16 -0700 | [diff] [blame] | 4729 | Copyright (c) 2008 David Schultz <das@FreeBSD.ORG> |
| 4730 | All rights reserved. |
| 4731 | |
| 4732 | Redistribution and use in source and binary forms, with or without |
| 4733 | modification, are permitted provided that the following conditions |
| 4734 | are met: |
| 4735 | 1. Redistributions of source code must retain the above copyright |
| 4736 | notice, this list of conditions and the following disclaimer. |
| 4737 | 2. Redistributions in binary form must reproduce the above copyright |
| 4738 | notice, this list of conditions and the following disclaimer in the |
| 4739 | documentation and/or other materials provided with the distribution. |
| 4740 | |
| 4741 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 4742 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 4743 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 4744 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 4745 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 4746 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 4747 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 4748 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 4749 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 4750 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 4751 | SUCH DAMAGE. |
| 4752 | |
| 4753 | ------------------------------------------------------------------- |
| 4754 | |
Elliott Hughes | 6b2b585 | 2014-12-18 16:27:30 -0800 | [diff] [blame] | 4755 | Copyright (c) 2008 Otto Moerbeek <otto@drijf.net> |
| 4756 | |
| 4757 | Permission to use, copy, modify, and distribute this software for any |
| 4758 | purpose with or without fee is hereby granted, provided that the above |
| 4759 | copyright notice and this permission notice appear in all copies. |
| 4760 | |
| 4761 | THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES |
| 4762 | WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF |
| 4763 | MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR |
| 4764 | ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES |
| 4765 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN |
| 4766 | ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF |
| 4767 | OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
| 4768 | |
| 4769 | ------------------------------------------------------------------- |
| 4770 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 4771 | Copyright (c) 2008 Todd C. Miller <millert@openbsd.org> |
| 4772 | |
| 4773 | Permission to use, copy, modify, and distribute this software for any |
| 4774 | purpose with or without fee is hereby granted, provided that the above |
| 4775 | copyright notice and this permission notice appear in all copies. |
| 4776 | |
| 4777 | THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES |
| 4778 | WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF |
| 4779 | MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR |
| 4780 | ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES |
| 4781 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN |
| 4782 | ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF |
| 4783 | OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
| 4784 | |
| 4785 | ------------------------------------------------------------------- |
| 4786 | |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 4787 | Copyright (c) 2008, Damien Miller <djm@openbsd.org> |
| 4788 | |
| 4789 | Permission to use, copy, modify, and distribute this software for any |
| 4790 | purpose with or without fee is hereby granted, provided that the above |
| 4791 | copyright notice and this permission notice appear in all copies. |
| 4792 | |
| 4793 | THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES |
| 4794 | WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF |
| 4795 | MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR |
| 4796 | ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES |
| 4797 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN |
| 4798 | ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF |
| 4799 | OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
| 4800 | |
| 4801 | ------------------------------------------------------------------- |
| 4802 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 4803 | Copyright (c) 2009 David Schultz <das@FreeBSD.org> |
| 4804 | All rights reserved. |
| 4805 | |
Elliott Hughes | 1558138 | 2014-07-07 15:42:06 -0700 | [diff] [blame] | 4806 | Copyright (c) 2011 The FreeBSD Foundation |
| 4807 | All rights reserved. |
| 4808 | Portions of this software were developed by David Chisnall |
| 4809 | under sponsorship from the FreeBSD Foundation. |
| 4810 | |
| 4811 | Redistribution and use in source and binary forms, with or without |
| 4812 | modification, are permitted provided that the following conditions |
| 4813 | are met: |
| 4814 | 1. Redistributions of source code must retain the above copyright |
| 4815 | notice, this list of conditions and the following disclaimer. |
| 4816 | 2. Redistributions in binary form must reproduce the above copyright |
| 4817 | notice, this list of conditions and the following disclaimer in the |
| 4818 | documentation and/or other materials provided with the distribution. |
| 4819 | |
| 4820 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 4821 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 4822 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 4823 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 4824 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 4825 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 4826 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 4827 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 4828 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 4829 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 4830 | SUCH DAMAGE. |
| 4831 | |
| 4832 | ------------------------------------------------------------------- |
| 4833 | |
| 4834 | Copyright (c) 2009 David Schultz <das@FreeBSD.org> |
| 4835 | All rights reserved. |
| 4836 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 4837 | Redistribution and use in source and binary forms, with or without |
| 4838 | modification, are permitted provided that the following conditions |
| 4839 | are met: |
| 4840 | 1. Redistributions of source code must retain the above copyright |
| 4841 | notice, this list of conditions and the following disclaimer. |
| 4842 | 2. Redistributions in binary form must reproduce the above copyright |
| 4843 | notice, this list of conditions and the following disclaimer in the |
| 4844 | documentation and/or other materials provided with the distribution. |
| 4845 | |
| 4846 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 4847 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 4848 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 4849 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 4850 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 4851 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 4852 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 4853 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 4854 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 4855 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 4856 | SUCH DAMAGE. |
| 4857 | |
| 4858 | ------------------------------------------------------------------- |
| 4859 | |
Irina Tirdea | eac9eb4 | 2012-09-08 09:28:30 +0300 | [diff] [blame] | 4860 | Copyright (c) 2009 The NetBSD Foundation, Inc. |
| 4861 | |
| 4862 | This code is derived from software contributed to The NetBSD Foundation |
| 4863 | by Roy Marples. |
| 4864 | |
| 4865 | Redistribution and use in source and binary forms, with or without |
| 4866 | modification, are permitted provided that the following conditions |
| 4867 | are met: |
| 4868 | 1. Redistributions of source code must retain the above copyright |
| 4869 | notice, this list of conditions and the following disclaimer. |
| 4870 | 2. Redistributions in binary form must reproduce the above copyright |
| 4871 | notice, this list of conditions and the following disclaimer in the |
| 4872 | documentation and/or other materials provided with the distribution. |
| 4873 | |
| 4874 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR |
| 4875 | IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES |
| 4876 | OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. |
| 4877 | IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, |
| 4878 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT |
| 4879 | NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, |
| 4880 | DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY |
| 4881 | THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
| 4882 | (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF |
| 4883 | THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 4884 | |
| 4885 | ------------------------------------------------------------------- |
| 4886 | |
Dan Albert | c30862f | 2016-10-20 11:45:16 -0700 | [diff] [blame] | 4887 | Copyright (c) 2009-2013 Steven G. Kargl |
| 4888 | All rights reserved. |
| 4889 | |
| 4890 | Redistribution and use in source and binary forms, with or without |
| 4891 | modification, are permitted provided that the following conditions |
| 4892 | are met: |
| 4893 | 1. Redistributions of source code must retain the above copyright |
| 4894 | notice unmodified, this list of conditions, and the following |
| 4895 | disclaimer. |
| 4896 | 2. Redistributions in binary form must reproduce the above copyright |
| 4897 | notice, this list of conditions and the following disclaimer in the |
| 4898 | documentation and/or other materials provided with the distribution. |
| 4899 | |
| 4900 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR |
| 4901 | IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES |
| 4902 | OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. |
| 4903 | IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, |
| 4904 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT |
| 4905 | NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, |
| 4906 | DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY |
| 4907 | THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
| 4908 | (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF |
| 4909 | THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 4910 | |
| 4911 | Optimized by Bruce D. Evans. |
| 4912 | |
| 4913 | ------------------------------------------------------------------- |
| 4914 | |
Elliott Hughes | 882b8af | 2016-05-16 17:35:36 -0700 | [diff] [blame] | 4915 | Copyright (c) 2010 The NetBSD Foundation, Inc. |
| 4916 | All rights reserved. |
| 4917 | |
| 4918 | Redistribution and use in source and binary forms, with or without |
| 4919 | modification, are permitted provided that the following conditions |
| 4920 | are met: |
| 4921 | 1. Redistributions of source code must retain the above copyright |
| 4922 | notice, this list of conditions and the following disclaimer. |
| 4923 | 2. Redistributions in binary form must reproduce the above copyright |
| 4924 | notice, this list of conditions and the following disclaimer in the |
| 4925 | documentation and/or other materials provided with the distribution. |
| 4926 | |
| 4927 | THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS |
| 4928 | ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED |
| 4929 | TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR |
| 4930 | PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS |
| 4931 | BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR |
| 4932 | CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF |
| 4933 | SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS |
| 4934 | INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN |
| 4935 | CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) |
| 4936 | ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE |
| 4937 | POSSIBILITY OF SUCH DAMAGE. |
| 4938 | |
| 4939 | ------------------------------------------------------------------- |
| 4940 | |
Elliott Hughes | 4e54b11 | 2014-03-06 15:06:11 -0800 | [diff] [blame] | 4941 | Copyright (c) 2010 Todd C. Miller <Todd.Miller@courtesan.com> |
| 4942 | |
| 4943 | Permission to use, copy, modify, and distribute this software for any |
| 4944 | purpose with or without fee is hereby granted, provided that the above |
| 4945 | copyright notice and this permission notice appear in all copies. |
| 4946 | |
| 4947 | THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES |
| 4948 | WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF |
| 4949 | MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR |
| 4950 | ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES |
| 4951 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN |
| 4952 | ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF |
| 4953 | OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
| 4954 | |
| 4955 | ------------------------------------------------------------------- |
| 4956 | |
Elliott Hughes | 54a7494 | 2014-01-03 16:40:37 -0800 | [diff] [blame] | 4957 | Copyright (c) 2010, 2011, 2012, 2013 Intel Corporation |
Elliott Hughes | 2815b1d | 2013-06-12 16:00:41 -0700 | [diff] [blame] | 4958 | All rights reserved. |
| 4959 | |
| 4960 | Redistribution and use in source and binary forms, with or without |
| 4961 | modification, are permitted provided that the following conditions are met: |
| 4962 | |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 4963 | * Redistributions of source code must retain the above copyright notice, |
| 4964 | * this list of conditions and the following disclaimer. |
Elliott Hughes | 2815b1d | 2013-06-12 16:00:41 -0700 | [diff] [blame] | 4965 | |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 4966 | * Redistributions in binary form must reproduce the above copyright notice, |
| 4967 | * this list of conditions and the following disclaimer in the documentation |
| 4968 | * and/or other materials provided with the distribution. |
Elliott Hughes | 2815b1d | 2013-06-12 16:00:41 -0700 | [diff] [blame] | 4969 | |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 4970 | * Neither the name of Intel Corporation nor the names of its contributors |
| 4971 | * may be used to endorse or promote products derived from this software |
| 4972 | * without specific prior written permission. |
Elliott Hughes | 2815b1d | 2013-06-12 16:00:41 -0700 | [diff] [blame] | 4973 | |
| 4974 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND |
| 4975 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED |
| 4976 | WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE |
| 4977 | DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR |
| 4978 | ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES |
| 4979 | (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; |
| 4980 | LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON |
| 4981 | ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
| 4982 | (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS |
| 4983 | SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 4984 | |
| 4985 | ------------------------------------------------------------------- |
| 4986 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 4987 | Copyright (c) 2010, Intel Corporation |
| 4988 | All rights reserved. |
| 4989 | |
| 4990 | Redistribution and use in source and binary forms, with or without |
| 4991 | modification, are permitted provided that the following conditions are met: |
| 4992 | |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 4993 | * Redistributions of source code must retain the above copyright notice, |
| 4994 | * this list of conditions and the following disclaimer. |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 4995 | |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 4996 | * Redistributions in binary form must reproduce the above copyright notice, |
| 4997 | * this list of conditions and the following disclaimer in the documentation |
| 4998 | * and/or other materials provided with the distribution. |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 4999 | |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 5000 | * Neither the name of Intel Corporation nor the names of its contributors |
| 5001 | * may be used to endorse or promote products derived from this software |
| 5002 | * without specific prior written permission. |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 5003 | |
| 5004 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND |
| 5005 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED |
| 5006 | WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE |
| 5007 | DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR |
| 5008 | ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES |
| 5009 | (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; |
| 5010 | LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON |
| 5011 | ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
| 5012 | (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS |
| 5013 | SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 5014 | |
| 5015 | ------------------------------------------------------------------- |
| 5016 | |
Elliott Hughes | bfa582d | 2014-05-05 14:58:17 -0700 | [diff] [blame] | 5017 | Copyright (c) 2011 David Chisnall |
| 5018 | All rights reserved. |
| 5019 | |
| 5020 | Redistribution and use in source and binary forms, with or without |
| 5021 | modification, are permitted provided that the following conditions |
| 5022 | are met: |
| 5023 | 1. Redistributions of source code must retain the above copyright |
| 5024 | notice, this list of conditions and the following disclaimer. |
| 5025 | 2. Redistributions in binary form must reproduce the above copyright |
| 5026 | notice, this list of conditions and the following disclaimer in the |
| 5027 | documentation and/or other materials provided with the distribution. |
| 5028 | |
| 5029 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 5030 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 5031 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 5032 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 5033 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 5034 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 5035 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 5036 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 5037 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 5038 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 5039 | SUCH DAMAGE. |
| 5040 | |
| 5041 | ------------------------------------------------------------------- |
| 5042 | |
Dan Albert | c30862f | 2016-10-20 11:45:16 -0700 | [diff] [blame] | 5043 | Copyright (c) 2011 David Schultz |
| 5044 | All rights reserved. |
| 5045 | |
| 5046 | Redistribution and use in source and binary forms, with or without |
| 5047 | modification, are permitted provided that the following conditions |
| 5048 | are met: |
| 5049 | 1. Redistributions of source code must retain the above copyright |
| 5050 | notice unmodified, this list of conditions, and the following |
| 5051 | disclaimer. |
| 5052 | 2. Redistributions in binary form must reproduce the above copyright |
| 5053 | notice, this list of conditions and the following disclaimer in the |
| 5054 | documentation and/or other materials provided with the distribution. |
| 5055 | |
| 5056 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR |
| 5057 | IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES |
| 5058 | OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. |
| 5059 | IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, |
| 5060 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT |
| 5061 | NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, |
| 5062 | DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY |
| 5063 | THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
| 5064 | (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF |
| 5065 | THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 5066 | |
| 5067 | ------------------------------------------------------------------- |
| 5068 | |
| 5069 | Copyright (c) 2011 David Schultz <das@FreeBSD.ORG> |
| 5070 | All rights reserved. |
| 5071 | |
| 5072 | Redistribution and use in source and binary forms, with or without |
| 5073 | modification, are permitted provided that the following conditions |
| 5074 | are met: |
| 5075 | 1. Redistributions of source code must retain the above copyright |
| 5076 | notice, this list of conditions and the following disclaimer. |
| 5077 | 2. Redistributions in binary form must reproduce the above copyright |
| 5078 | notice, this list of conditions and the following disclaimer in the |
| 5079 | documentation and/or other materials provided with the distribution. |
| 5080 | |
| 5081 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 5082 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 5083 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 5084 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 5085 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 5086 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 5087 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 5088 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 5089 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 5090 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 5091 | SUCH DAMAGE. |
| 5092 | |
| 5093 | ------------------------------------------------------------------- |
| 5094 | |
Elliott Hughes | 1558138 | 2014-07-07 15:42:06 -0700 | [diff] [blame] | 5095 | Copyright (c) 2011 Ed Schouten <ed@FreeBSD.org> |
| 5096 | David Chisnall <theraven@FreeBSD.org> |
| 5097 | All rights reserved. |
| 5098 | |
| 5099 | Redistribution and use in source and binary forms, with or without |
| 5100 | modification, are permitted provided that the following conditions |
| 5101 | are met: |
| 5102 | 1. Redistributions of source code must retain the above copyright |
| 5103 | notice, this list of conditions and the following disclaimer. |
| 5104 | 2. Redistributions in binary form must reproduce the above copyright |
| 5105 | notice, this list of conditions and the following disclaimer in the |
| 5106 | documentation and/or other materials provided with the distribution. |
| 5107 | |
| 5108 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 5109 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 5110 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 5111 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 5112 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 5113 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 5114 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 5115 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 5116 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 5117 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 5118 | SUCH DAMAGE. |
| 5119 | |
| 5120 | ------------------------------------------------------------------- |
| 5121 | |
Elliott Hughes | 2815b1d | 2013-06-12 16:00:41 -0700 | [diff] [blame] | 5122 | Copyright (c) 2011 Intel Corporation |
| 5123 | All rights reserved. |
| 5124 | |
| 5125 | Redistribution and use in source and binary forms, with or without |
| 5126 | modification, are permitted provided that the following conditions are met: |
| 5127 | |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 5128 | * Redistributions of source code must retain the above copyright notice, |
| 5129 | * this list of conditions and the following disclaimer. |
Elliott Hughes | 2815b1d | 2013-06-12 16:00:41 -0700 | [diff] [blame] | 5130 | |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 5131 | * Redistributions in binary form must reproduce the above copyright notice, |
| 5132 | * this list of conditions and the following disclaimer in the documentation |
| 5133 | * and/or other materials provided with the distribution. |
Elliott Hughes | 2815b1d | 2013-06-12 16:00:41 -0700 | [diff] [blame] | 5134 | |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 5135 | * Neither the name of Intel Corporation nor the names of its contributors |
| 5136 | * may be used to endorse or promote products derived from this software |
| 5137 | * without specific prior written permission. |
Elliott Hughes | 2815b1d | 2013-06-12 16:00:41 -0700 | [diff] [blame] | 5138 | |
| 5139 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND |
| 5140 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED |
| 5141 | WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE |
| 5142 | DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR |
| 5143 | ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES |
| 5144 | (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; |
| 5145 | LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON |
| 5146 | ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
| 5147 | (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS |
| 5148 | SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 5149 | |
| 5150 | ------------------------------------------------------------------- |
| 5151 | |
Elliott Hughes | 5c2264a | 2014-09-13 09:42:41 -0700 | [diff] [blame] | 5152 | Copyright (c) 2011 Martin Pieuchot <mpi@openbsd.org> |
| 5153 | |
| 5154 | Permission to use, copy, modify, and distribute this software for any |
| 5155 | purpose with or without fee is hereby granted, provided that the above |
| 5156 | copyright notice and this permission notice appear in all copies. |
| 5157 | |
| 5158 | THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES |
| 5159 | WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF |
| 5160 | MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR |
| 5161 | ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES |
| 5162 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN |
| 5163 | ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF |
| 5164 | OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
| 5165 | |
| 5166 | ------------------------------------------------------------------- |
| 5167 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 5168 | Copyright (c) 2011 The Android Open Source Project |
| 5169 | Copyright (c) 2008 ARM Ltd |
| 5170 | All rights reserved. |
| 5171 | |
| 5172 | Redistribution and use in source and binary forms, with or without |
| 5173 | modification, are permitted provided that the following conditions |
| 5174 | are met: |
| 5175 | 1. Redistributions of source code must retain the above copyright |
| 5176 | notice, this list of conditions and the following disclaimer. |
| 5177 | 2. Redistributions in binary form must reproduce the above copyright |
| 5178 | notice, this list of conditions and the following disclaimer in the |
| 5179 | documentation and/or other materials provided with the distribution. |
| 5180 | 3. The name of the company may not be used to endorse or promote |
| 5181 | products derived from this software without specific prior written |
| 5182 | permission. |
| 5183 | |
| 5184 | THIS SOFTWARE IS PROVIDED BY ARM LTD ``AS IS'' AND ANY EXPRESS OR IMPLIED |
| 5185 | WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF |
| 5186 | MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. |
| 5187 | IN NO EVENT SHALL ARM LTD BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, |
| 5188 | SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED |
| 5189 | TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR |
| 5190 | PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF |
| 5191 | LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING |
| 5192 | NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS |
| 5193 | SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 5194 | |
| 5195 | ------------------------------------------------------------------- |
| 5196 | |
Elliott Hughes | 54a7494 | 2014-01-03 16:40:37 -0800 | [diff] [blame] | 5197 | Copyright (c) 2011, 2012, 2013 Intel Corporation |
| 5198 | All rights reserved. |
| 5199 | |
| 5200 | Redistribution and use in source and binary forms, with or without |
| 5201 | modification, are permitted provided that the following conditions are met: |
| 5202 | |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 5203 | * Redistributions of source code must retain the above copyright notice, |
| 5204 | * this list of conditions and the following disclaimer. |
Elliott Hughes | 54a7494 | 2014-01-03 16:40:37 -0800 | [diff] [blame] | 5205 | |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 5206 | * Redistributions in binary form must reproduce the above copyright notice, |
| 5207 | * this list of conditions and the following disclaimer in the documentation |
| 5208 | * and/or other materials provided with the distribution. |
Elliott Hughes | 54a7494 | 2014-01-03 16:40:37 -0800 | [diff] [blame] | 5209 | |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 5210 | * Neither the name of Intel Corporation nor the names of its contributors |
| 5211 | * may be used to endorse or promote products derived from this software |
| 5212 | * without specific prior written permission. |
Elliott Hughes | 54a7494 | 2014-01-03 16:40:37 -0800 | [diff] [blame] | 5213 | |
| 5214 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND |
| 5215 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED |
| 5216 | WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE |
| 5217 | DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR |
| 5218 | ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES |
| 5219 | (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; |
| 5220 | LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON |
| 5221 | ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
| 5222 | (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS |
| 5223 | SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 5224 | |
| 5225 | ------------------------------------------------------------------- |
| 5226 | |
Elliott Hughes | 2815b1d | 2013-06-12 16:00:41 -0700 | [diff] [blame] | 5227 | Copyright (c) 2011, Intel Corporation |
| 5228 | All rights reserved. |
| 5229 | |
| 5230 | Redistribution and use in source and binary forms, with or without |
| 5231 | modification, are permitted provided that the following conditions are met: |
| 5232 | |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 5233 | * Redistributions of source code must retain the above copyright notice, |
| 5234 | * this list of conditions and the following disclaimer. |
Elliott Hughes | 2815b1d | 2013-06-12 16:00:41 -0700 | [diff] [blame] | 5235 | |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 5236 | * Redistributions in binary form must reproduce the above copyright notice, |
| 5237 | * this list of conditions and the following disclaimer in the documentation |
| 5238 | * and/or other materials provided with the distribution. |
Elliott Hughes | 2815b1d | 2013-06-12 16:00:41 -0700 | [diff] [blame] | 5239 | |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 5240 | * Neither the name of Intel Corporation nor the names of its contributors |
| 5241 | * may be used to endorse or promote products derived from this software |
| 5242 | * without specific prior written permission. |
Elliott Hughes | 2815b1d | 2013-06-12 16:00:41 -0700 | [diff] [blame] | 5243 | |
| 5244 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND |
| 5245 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED |
| 5246 | WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE |
| 5247 | DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR |
| 5248 | ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES |
| 5249 | (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; |
| 5250 | LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON |
| 5251 | ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
| 5252 | (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS |
| 5253 | SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 5254 | |
| 5255 | ------------------------------------------------------------------- |
| 5256 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 5257 | Copyright (c) 2011, VMware, Inc. |
| 5258 | All rights reserved. |
| 5259 | |
| 5260 | Redistribution and use in source and binary forms, with or without |
| 5261 | modification, are permitted provided that the following conditions are met: |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 5262 | * Redistributions of source code must retain the above copyright |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 5263 | notice, this list of conditions and the following disclaimer. |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 5264 | * Redistributions in binary form must reproduce the above copyright |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 5265 | notice, this list of conditions and the following disclaimer in the |
| 5266 | documentation and/or other materials provided with the distribution. |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 5267 | * 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] | 5268 | may be used to endorse or promote products derived from this software |
| 5269 | without specific prior written permission. |
| 5270 | |
| 5271 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" |
| 5272 | AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 5273 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 5274 | ARE DISCLAIMED. IN NO EVENT SHALL VMWARE, INC. OR CONTRIBUTORS BE LIABLE FOR |
| 5275 | ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES |
| 5276 | (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; |
| 5277 | LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND |
| 5278 | ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
| 5279 | (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF |
| 5280 | THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 5281 | |
| 5282 | ------------------------------------------------------------------- |
| 5283 | |
Dan Albert | c30862f | 2016-10-20 11:45:16 -0700 | [diff] [blame] | 5284 | Copyright (c) 2012 Stephen Montgomery-Smith <stephen@FreeBSD.ORG> |
| 5285 | All rights reserved. |
| 5286 | |
| 5287 | Redistribution and use in source and binary forms, with or without |
| 5288 | modification, are permitted provided that the following conditions |
| 5289 | are met: |
| 5290 | 1. Redistributions of source code must retain the above copyright |
| 5291 | notice, this list of conditions and the following disclaimer. |
| 5292 | 2. Redistributions in binary form must reproduce the above copyright |
| 5293 | notice, this list of conditions and the following disclaimer in the |
| 5294 | documentation and/or other materials provided with the distribution. |
| 5295 | |
| 5296 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 5297 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 5298 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 5299 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 5300 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 5301 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 5302 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 5303 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 5304 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 5305 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 5306 | SUCH DAMAGE. |
| 5307 | |
| 5308 | ------------------------------------------------------------------- |
| 5309 | |
Elliott Hughes | 4e54b11 | 2014-03-06 15:06:11 -0800 | [diff] [blame] | 5310 | Copyright (c) 2012, Linaro Limited |
| 5311 | All rights reserved. |
| 5312 | |
| 5313 | Redistribution and use in source and binary forms, with or without |
| 5314 | modification, are permitted provided that the following conditions are met: |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 5315 | * Redistributions of source code must retain the above copyright |
Elliott Hughes | 4e54b11 | 2014-03-06 15:06:11 -0800 | [diff] [blame] | 5316 | notice, this list of conditions and the following disclaimer. |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 5317 | * Redistributions in binary form must reproduce the above copyright |
Elliott Hughes | 4e54b11 | 2014-03-06 15:06:11 -0800 | [diff] [blame] | 5318 | notice, this list of conditions and the following disclaimer in the |
| 5319 | documentation and/or other materials provided with the distribution. |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 5320 | * Neither the name of the Linaro nor the |
Elliott Hughes | 4e54b11 | 2014-03-06 15:06:11 -0800 | [diff] [blame] | 5321 | names of its contributors may be used to endorse or promote products |
| 5322 | derived from this software without specific prior written permission. |
| 5323 | |
| 5324 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS |
| 5325 | "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT |
| 5326 | LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR |
| 5327 | A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT |
| 5328 | HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, |
| 5329 | SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT |
| 5330 | LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, |
| 5331 | DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY |
| 5332 | THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
| 5333 | (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE |
| 5334 | OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 5335 | |
| 5336 | ------------------------------------------------------------------- |
| 5337 | |
Elliott Hughes | 1558138 | 2014-07-07 15:42:06 -0700 | [diff] [blame] | 5338 | Copyright (c) 2012, Linaro Limited |
| 5339 | All rights reserved. |
| 5340 | Copyright (c) 2014, NVIDIA Corporation. All rights reserved. |
| 5341 | |
| 5342 | Redistribution and use in source and binary forms, with or without |
| 5343 | modification, are permitted provided that the following conditions are met: |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 5344 | * Redistributions of source code must retain the above copyright |
Elliott Hughes | 1558138 | 2014-07-07 15:42:06 -0700 | [diff] [blame] | 5345 | notice, this list of conditions and the following disclaimer. |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 5346 | * Redistributions in binary form must reproduce the above copyright |
Elliott Hughes | 1558138 | 2014-07-07 15:42:06 -0700 | [diff] [blame] | 5347 | notice, this list of conditions and the following disclaimer in the |
| 5348 | documentation and/or other materials provided with the distribution. |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 5349 | * Neither the name of the Linaro nor the |
Elliott Hughes | 1558138 | 2014-07-07 15:42:06 -0700 | [diff] [blame] | 5350 | names of its contributors may be used to endorse or promote products |
| 5351 | derived from this software without specific prior written permission. |
| 5352 | |
| 5353 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS |
| 5354 | "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT |
| 5355 | LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR |
| 5356 | A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT |
| 5357 | HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, |
| 5358 | SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT |
| 5359 | LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, |
| 5360 | DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY |
| 5361 | THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
| 5362 | (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE |
| 5363 | OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 5364 | |
| 5365 | ------------------------------------------------------------------- |
| 5366 | |
Jake Weinstein | 372f19e | 2016-11-17 16:01:25 -0500 | [diff] [blame] | 5367 | Copyright (c) 2012-2013, Linaro Limited |
| 5368 | All rights reserved. |
| 5369 | |
| 5370 | Redistribution and use in source and binary forms, with or without |
| 5371 | modification, are permitted provided that the following conditions are met: |
| 5372 | * Redistributions of source code must retain the above copyright |
| 5373 | notice, this list of conditions and the following disclaimer. |
| 5374 | * Redistributions in binary form must reproduce the above copyright |
| 5375 | notice, this list of conditions and the following disclaimer in the |
| 5376 | documentation and/or other materials provided with the distribution. |
| 5377 | * Neither the name of the Linaro nor the |
| 5378 | names of its contributors may be used to endorse or promote products |
| 5379 | derived from this software without specific prior written permission. |
| 5380 | |
| 5381 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS |
| 5382 | "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT |
| 5383 | LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR |
| 5384 | A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT |
| 5385 | HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, |
| 5386 | SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT |
| 5387 | LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, |
| 5388 | DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY |
| 5389 | THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
| 5390 | (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE |
| 5391 | |
| 5392 | ------------------------------------------------------------------- |
| 5393 | |
Elliott Hughes | 44ead71 | 2015-08-28 20:23:52 -0700 | [diff] [blame] | 5394 | Copyright (c) 2013 |
| 5395 | MIPS Technologies, Inc., California. |
| 5396 | |
| 5397 | Redistribution and use in source and binary forms, with or without |
| 5398 | modification, are permitted provided that the following conditions |
| 5399 | are met: |
| 5400 | 1. Redistributions of source code must retain the above copyright |
| 5401 | notice, this list of conditions and the following disclaimer. |
| 5402 | 2. Redistributions in binary form must reproduce the above copyright |
| 5403 | notice, this list of conditions and the following disclaimer in the |
| 5404 | documentation and/or other materials provided with the distribution. |
| 5405 | 3. Neither the name of the MIPS Technologies, Inc., nor the names of its |
| 5406 | contributors may be used to endorse or promote products derived from |
| 5407 | this software without specific prior written permission. |
| 5408 | |
| 5409 | THIS SOFTWARE IS PROVIDED BY THE MIPS TECHNOLOGIES, INC. ``AS IS'' AND |
| 5410 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 5411 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 5412 | ARE DISCLAIMED. IN NO EVENT SHALL THE MIPS TECHNOLOGIES, INC. BE LIABLE |
| 5413 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 5414 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 5415 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 5416 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 5417 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 5418 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 5419 | SUCH DAMAGE. |
| 5420 | |
| 5421 | ------------------------------------------------------------------- |
| 5422 | |
Elliott Hughes | 0493a6f | 2013-03-07 11:48:58 -0800 | [diff] [blame] | 5423 | Copyright (c) 2013 ARM Ltd |
| 5424 | All rights reserved. |
| 5425 | |
| 5426 | Redistribution and use in source and binary forms, with or without |
| 5427 | modification, are permitted provided that the following conditions |
| 5428 | are met: |
| 5429 | 1. Redistributions of source code must retain the above copyright |
| 5430 | notice, this list of conditions and the following disclaimer. |
| 5431 | 2. Redistributions in binary form must reproduce the above copyright |
| 5432 | notice, this list of conditions and the following disclaimer in the |
| 5433 | documentation and/or other materials provided with the distribution. |
| 5434 | 3. The name of the company may not be used to endorse or promote |
| 5435 | products derived from this software without specific prior written |
| 5436 | permission. |
| 5437 | |
| 5438 | THIS SOFTWARE IS PROVIDED BY ARM LTD ``AS IS'' AND ANY EXPRESS OR IMPLIED |
| 5439 | WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF |
| 5440 | MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. |
| 5441 | IN NO EVENT SHALL ARM LTD BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, |
| 5442 | SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED |
| 5443 | TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR |
| 5444 | PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF |
| 5445 | LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING |
| 5446 | NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS |
| 5447 | SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 5448 | |
| 5449 | ------------------------------------------------------------------- |
| 5450 | |
Elliott Hughes | 4e54b11 | 2014-03-06 15:06:11 -0800 | [diff] [blame] | 5451 | Copyright (c) 2013 Antoine Jacoutot <ajacoutot@openbsd.org> |
| 5452 | |
| 5453 | Permission to use, copy, modify, and distribute this software for any |
| 5454 | purpose with or without fee is hereby granted, provided that the above |
| 5455 | copyright notice and this permission notice appear in all copies. |
| 5456 | |
| 5457 | THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES |
| 5458 | WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF |
| 5459 | MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR |
| 5460 | ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES |
| 5461 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN |
| 5462 | ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF |
| 5463 | OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
| 5464 | |
| 5465 | ------------------------------------------------------------------- |
| 5466 | |
Elliott Hughes | 6b2b585 | 2014-12-18 16:27:30 -0800 | [diff] [blame] | 5467 | Copyright (c) 2013 The NetBSD Foundation, Inc. |
| 5468 | All rights reserved. |
Will Newton | 2753e12 | 2013-07-03 09:44:30 +0100 | [diff] [blame] | 5469 | |
Elliott Hughes | 6b2b585 | 2014-12-18 16:27:30 -0800 | [diff] [blame] | 5470 | This code is derived from software contributed to The NetBSD Foundation |
| 5471 | by Christos Zoulas. |
Will Newton | 2753e12 | 2013-07-03 09:44:30 +0100 | [diff] [blame] | 5472 | |
Elliott Hughes | 6b2b585 | 2014-12-18 16:27:30 -0800 | [diff] [blame] | 5473 | Redistribution and use in source and binary forms, with or without |
| 5474 | modification, are permitted provided that the following conditions |
| 5475 | are met: |
| 5476 | 1. Redistributions of source code must retain the above copyright |
| 5477 | notice, this list of conditions and the following disclaimer. |
| 5478 | 2. Redistributions in binary form must reproduce the above copyright |
| 5479 | notice, this list of conditions and the following disclaimer in the |
| 5480 | documentation and/or other materials provided with the distribution. |
Will Newton | 2753e12 | 2013-07-03 09:44:30 +0100 | [diff] [blame] | 5481 | |
Elliott Hughes | 6b2b585 | 2014-12-18 16:27:30 -0800 | [diff] [blame] | 5482 | THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS |
| 5483 | ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED |
| 5484 | TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR |
| 5485 | PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS |
| 5486 | BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR |
| 5487 | CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF |
| 5488 | SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS |
| 5489 | INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN |
| 5490 | CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) |
| 5491 | ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE |
| 5492 | POSSIBILITY OF SUCH DAMAGE. |
Will Newton | 2753e12 | 2013-07-03 09:44:30 +0100 | [diff] [blame] | 5493 | |
| 5494 | ------------------------------------------------------------------- |
| 5495 | |
Jake Weinstein | 372f19e | 2016-11-17 16:01:25 -0500 | [diff] [blame] | 5496 | Copyright (c) 2013, Linaro Limited |
| 5497 | All rights reserved. |
| 5498 | |
| 5499 | Redistribution and use in source and binary forms, with or without |
| 5500 | modification, are permitted provided that the following conditions are met: |
| 5501 | * Redistributions of source code must retain the above copyright |
| 5502 | notice, this list of conditions and the following disclaimer. |
| 5503 | * Redistributions in binary form must reproduce the above copyright |
| 5504 | notice, this list of conditions and the following disclaimer in the |
| 5505 | documentation and/or other materials provided with the distribution. |
| 5506 | * Neither the name of the Linaro nor the |
| 5507 | names of its contributors may be used to endorse or promote products |
| 5508 | derived from this software without specific prior written permission. |
| 5509 | |
| 5510 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS |
| 5511 | "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT |
| 5512 | LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR |
| 5513 | A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT |
| 5514 | HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, |
| 5515 | SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT |
| 5516 | LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, |
| 5517 | DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY |
| 5518 | THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
| 5519 | (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE |
| 5520 | |
| 5521 | ------------------------------------------------------------------- |
| 5522 | |
Dan Albert | c30862f | 2016-10-20 11:45:16 -0700 | [diff] [blame] | 5523 | Copyright (c) 2013-2014, NVIDIA Corporation. All rights reserved. |
| 5524 | Johnny Qiu <joqiu@nvidia.com> |
| 5525 | Shu Zhang <chazhang@nvidia.com> |
| 5526 | |
| 5527 | Redistribution and use in source and binary forms, with or without |
| 5528 | modification, are permitted provided that the following conditions are |
| 5529 | met: |
| 5530 | * Redistributions of source code must retain the above copyright |
| 5531 | notice, this list of conditions and the following disclaimer. |
| 5532 | * Redistributions in binary form must reproduce the above |
| 5533 | copyright notice, this list of conditions and the following |
| 5534 | disclaimer in the documentation and/or other materials provided |
| 5535 | with the distribution. |
| 5536 | * Neither the name of The Linux Foundation nor the names of its |
| 5537 | contributors may be used to endorse or promote products derived |
| 5538 | from this software without specific prior written permission. |
| 5539 | |
| 5540 | THIS SOFTWARE IS PROVIDED "AS IS" AND ANY EXPRESS OR IMPLIED |
| 5541 | WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF |
| 5542 | MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT |
| 5543 | ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS |
| 5544 | BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR |
| 5545 | CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF |
| 5546 | SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR |
| 5547 | BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, |
| 5548 | WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE |
| 5549 | OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN |
| 5550 | IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 5551 | |
| 5552 | ------------------------------------------------------------------- |
| 5553 | |
Jake Weinstein | 372f19e | 2016-11-17 16:01:25 -0500 | [diff] [blame] | 5554 | Copyright (c) 2013-2015, Linaro Limited |
| 5555 | All rights reserved. |
| 5556 | |
| 5557 | Redistribution and use in source and binary forms, with or without |
| 5558 | modification, are permitted provided that the following conditions are met: |
| 5559 | * Redistributions of source code must retain the above copyright |
| 5560 | notice, this list of conditions and the following disclaimer. |
| 5561 | * Redistributions in binary form must reproduce the above copyright |
| 5562 | notice, this list of conditions and the following disclaimer in the |
| 5563 | documentation and/or other materials provided with the distribution. |
| 5564 | * Neither the name of the Linaro nor the |
| 5565 | names of its contributors may be used to endorse or promote products |
| 5566 | derived from this software without specific prior written permission. |
| 5567 | |
| 5568 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS |
| 5569 | "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT |
| 5570 | LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR |
| 5571 | A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT |
| 5572 | HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, |
| 5573 | SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT |
| 5574 | LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, |
| 5575 | DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY |
| 5576 | THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
| 5577 | (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE |
| 5578 | |
| 5579 | ------------------------------------------------------------------- |
| 5580 | |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 5581 | Copyright (c) 2014 Theo de Raadt <deraadt@openbsd.org> |
| 5582 | Copyright (c) 2014 Bob Beck <beck@obtuse.com> |
| 5583 | |
| 5584 | Permission to use, copy, modify, and distribute this software for any |
| 5585 | purpose with or without fee is hereby granted, provided that the above |
| 5586 | copyright notice and this permission notice appear in all copies. |
| 5587 | |
| 5588 | THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES |
| 5589 | WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF |
| 5590 | MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR |
| 5591 | ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES |
| 5592 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN |
| 5593 | ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF |
| 5594 | OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
| 5595 | |
| 5596 | Emulation of getentropy(2) as documented at: |
Josh Gao | 98d655c | 2016-11-10 16:08:20 -0800 | [diff] [blame] | 5597 | http://man.openbsd.org/getentropy.2 |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 5598 | |
| 5599 | ------------------------------------------------------------------- |
| 5600 | |
Elliott Hughes | 1558138 | 2014-07-07 15:42:06 -0700 | [diff] [blame] | 5601 | Copyright (c) 2014, Intel Corporation |
| 5602 | All rights reserved. |
| 5603 | |
| 5604 | Redistribution and use in source and binary forms, with or without |
| 5605 | modification, are permitted provided that the following conditions are met: |
| 5606 | |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 5607 | * Redistributions of source code must retain the above copyright notice, |
| 5608 | * this list of conditions and the following disclaimer. |
Elliott Hughes | 1558138 | 2014-07-07 15:42:06 -0700 | [diff] [blame] | 5609 | |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 5610 | * Redistributions in binary form must reproduce the above copyright notice, |
| 5611 | * this list of conditions and the following disclaimer in the documentation |
| 5612 | * and/or other materials provided with the distribution. |
Elliott Hughes | 1558138 | 2014-07-07 15:42:06 -0700 | [diff] [blame] | 5613 | |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 5614 | * Neither the name of Intel Corporation nor the names of its contributors |
| 5615 | * may be used to endorse or promote products derived from this software |
| 5616 | * without specific prior written permission. |
Elliott Hughes | 1558138 | 2014-07-07 15:42:06 -0700 | [diff] [blame] | 5617 | |
| 5618 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND |
| 5619 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED |
| 5620 | WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE |
| 5621 | DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR |
| 5622 | ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES |
| 5623 | (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; |
| 5624 | LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON |
| 5625 | ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
| 5626 | (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS |
| 5627 | SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 5628 | |
| 5629 | ------------------------------------------------------------------- |
| 5630 | |
Elliott Hughes | 4e54b11 | 2014-03-06 15:06:11 -0800 | [diff] [blame] | 5631 | Copyright (c) 2014, Linaro Limited |
| 5632 | All rights reserved. |
| 5633 | |
| 5634 | Redistribution and use in source and binary forms, with or without |
| 5635 | modification, are permitted provided that the following conditions are met: |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 5636 | * Redistributions of source code must retain the above copyright |
Elliott Hughes | 4e54b11 | 2014-03-06 15:06:11 -0800 | [diff] [blame] | 5637 | notice, this list of conditions and the following disclaimer. |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 5638 | * Redistributions in binary form must reproduce the above copyright |
Elliott Hughes | 4e54b11 | 2014-03-06 15:06:11 -0800 | [diff] [blame] | 5639 | notice, this list of conditions and the following disclaimer in the |
| 5640 | documentation and/or other materials provided with the distribution. |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 5641 | * Neither the name of the Linaro nor the |
Elliott Hughes | 4e54b11 | 2014-03-06 15:06:11 -0800 | [diff] [blame] | 5642 | names of its contributors may be used to endorse or promote products |
| 5643 | derived from this software without specific prior written permission. |
| 5644 | |
| 5645 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS |
| 5646 | "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT |
| 5647 | LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR |
| 5648 | A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT |
| 5649 | HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, |
| 5650 | SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT |
| 5651 | LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, |
| 5652 | DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY |
| 5653 | THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
| 5654 | (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE |
| 5655 | OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 5656 | |
| 5657 | ------------------------------------------------------------------- |
| 5658 | |
Jake Weinstein | 372f19e | 2016-11-17 16:01:25 -0500 | [diff] [blame] | 5659 | Copyright (c) 2015 ARM Ltd |
| 5660 | All rights reserved. |
| 5661 | |
| 5662 | Redistribution and use in source and binary forms, with or without |
| 5663 | modification, are permitted provided that the following conditions |
| 5664 | are met: |
| 5665 | 1. Redistributions of source code must retain the above copyright |
| 5666 | notice, this list of conditions and the following disclaimer. |
| 5667 | 2. Redistributions in binary form must reproduce the above copyright |
| 5668 | notice, this list of conditions and the following disclaimer in the |
| 5669 | documentation and/or other materials provided with the distribution. |
| 5670 | 3. The name of the company may not be used to endorse or promote |
| 5671 | products derived from this software without specific prior written |
| 5672 | permission. |
| 5673 | |
| 5674 | THIS SOFTWARE IS PROVIDED BY ARM LTD ``AS IS'' AND ANY EXPRESS OR IMPLIED |
| 5675 | WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF |
| 5676 | MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. |
| 5677 | IN NO EVENT SHALL ARM LTD BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, |
| 5678 | SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED |
| 5679 | TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR |
| 5680 | PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF |
| 5681 | LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING |
| 5682 | NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS |
| 5683 | SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 5684 | |
| 5685 | ------------------------------------------------------------------- |
| 5686 | |
Elliott Hughes | b4931ce | 2016-02-08 17:00:12 -0800 | [diff] [blame] | 5687 | Copyright (c) 2015 Joerg Sonnenberger <joerg@NetBSD.org>. |
| 5688 | All rights reserved. |
| 5689 | |
| 5690 | Redistribution and use in source and binary forms, with or without |
| 5691 | modification, are permitted provided that the following conditions |
| 5692 | are met: |
| 5693 | |
| 5694 | 1. Redistributions of source code must retain the above copyright |
| 5695 | notice, this list of conditions and the following disclaimer. |
| 5696 | 2. Redistributions in binary form must reproduce the above copyright |
| 5697 | notice, this list of conditions and the following disclaimer in |
| 5698 | the documentation and/or other materials provided with the |
| 5699 | distribution. |
| 5700 | |
| 5701 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS |
| 5702 | ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT |
| 5703 | LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS |
| 5704 | FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE |
| 5705 | COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, |
| 5706 | INCIDENTAL, SPECIAL, EXEMPLARY OR CONSEQUENTIAL DAMAGES (INCLUDING, |
| 5707 | BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; |
| 5708 | LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED |
| 5709 | AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, |
| 5710 | OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT |
| 5711 | OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 5712 | SUCH DAMAGE. |
| 5713 | |
| 5714 | ------------------------------------------------------------------- |
| 5715 | |
Elliott Hughes | 5702c6f | 2017-08-31 17:27:05 -0700 | [diff] [blame] | 5716 | Copyright (c) 2015 Nuxi, https://nuxi.nl/ |
| 5717 | |
| 5718 | Redistribution and use in source and binary forms, with or without |
| 5719 | modification, are permitted provided that the following conditions |
| 5720 | are met: |
| 5721 | 1. Redistributions of source code must retain the above copyright |
| 5722 | notice, this list of conditions and the following disclaimer. |
| 5723 | 2. Redistributions in binary form must reproduce the above copyright |
| 5724 | notice, this list of conditions and the following disclaimer in the |
| 5725 | documentation and/or other materials provided with the distribution. |
| 5726 | |
| 5727 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 5728 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 5729 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 5730 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 5731 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 5732 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 5733 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 5734 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 5735 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 5736 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 5737 | SUCH DAMAGE. |
| 5738 | |
| 5739 | ------------------------------------------------------------------- |
| 5740 | |
Prashant Patil | fcb877a | 2017-03-16 18:07:00 +0530 | [diff] [blame] | 5741 | Copyright (c) 2017 Imagination Technologies. |
| 5742 | |
| 5743 | All rights reserved. |
| 5744 | |
| 5745 | Redistribution and use in source and binary forms, with or without |
| 5746 | modification, are permitted provided that the following conditions |
| 5747 | are met: |
| 5748 | |
| 5749 | * Redistributions of source code must retain the above copyright |
| 5750 | notice, this list of conditions and the following disclaimer. |
| 5751 | * Redistributions in binary form must reproduce the above copyright |
| 5752 | notice, this list of conditions and the following disclaimer |
| 5753 | in the documentation and/or other materials provided with |
| 5754 | the distribution. |
| 5755 | * Neither the name of Imagination Technologies nor the names of its |
| 5756 | contributors may be used to endorse or promote products derived |
| 5757 | from this software without specific prior written permission. |
| 5758 | |
| 5759 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS |
| 5760 | "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT |
| 5761 | LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR |
| 5762 | A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT |
| 5763 | OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, |
| 5764 | SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT |
| 5765 | LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, |
| 5766 | DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY |
| 5767 | THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
| 5768 | (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE |
| 5769 | OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 5770 | |
| 5771 | ------------------------------------------------------------------- |
| 5772 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 5773 | Copyright (c)1999 Citrus Project, |
| 5774 | All rights reserved. |
| 5775 | |
| 5776 | Redistribution and use in source and binary forms, with or without |
| 5777 | modification, are permitted provided that the following conditions |
| 5778 | are met: |
| 5779 | 1. Redistributions of source code must retain the above copyright |
| 5780 | notice, this list of conditions and the following disclaimer. |
| 5781 | 2. Redistributions in binary form must reproduce the above copyright |
| 5782 | notice, this list of conditions and the following disclaimer in the |
| 5783 | documentation and/or other materials provided with the distribution. |
| 5784 | |
| 5785 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 5786 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 5787 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 5788 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 5789 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 5790 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 5791 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 5792 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 5793 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 5794 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 5795 | SUCH DAMAGE. |
| 5796 | |
| 5797 | ------------------------------------------------------------------- |
| 5798 | |
| 5799 | Copyright (c)2001 Citrus Project, |
| 5800 | All rights reserved. |
| 5801 | |
| 5802 | Redistribution and use in source and binary forms, with or without |
| 5803 | modification, are permitted provided that the following conditions |
| 5804 | are met: |
| 5805 | 1. Redistributions of source code must retain the above copyright |
| 5806 | notice, this list of conditions and the following disclaimer. |
| 5807 | 2. Redistributions in binary form must reproduce the above copyright |
| 5808 | notice, this list of conditions and the following disclaimer in the |
| 5809 | documentation and/or other materials provided with the distribution. |
| 5810 | |
| 5811 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 5812 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 5813 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 5814 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 5815 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 5816 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 5817 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 5818 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 5819 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 5820 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 5821 | SUCH DAMAGE. |
| 5822 | |
| 5823 | ------------------------------------------------------------------- |
| 5824 | |
Elliott Hughes | acbe322 | 2014-04-16 17:01:12 -0700 | [diff] [blame] | 5825 | Copyright (c)2003 Citrus Project, |
| 5826 | All rights reserved. |
| 5827 | |
| 5828 | Redistribution and use in source and binary forms, with or without |
| 5829 | modification, are permitted provided that the following conditions |
| 5830 | are met: |
| 5831 | 1. Redistributions of source code must retain the above copyright |
| 5832 | notice, this list of conditions and the following disclaimer. |
| 5833 | 2. Redistributions in binary form must reproduce the above copyright |
| 5834 | notice, this list of conditions and the following disclaimer in the |
| 5835 | documentation and/or other materials provided with the distribution. |
| 5836 | |
| 5837 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 5838 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 5839 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 5840 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 5841 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 5842 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 5843 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 5844 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 5845 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 5846 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 5847 | SUCH DAMAGE. |
| 5848 | |
| 5849 | ------------------------------------------------------------------- |
| 5850 | |
Elliott Hughes | 77a3e28 | 2016-08-08 12:39:56 -0700 | [diff] [blame] | 5851 | Copyright 1989 The Regents of the University of California. |
| 5852 | All rights reserved. |
| 5853 | |
| 5854 | Redistribution and use in source and binary forms, with or without |
| 5855 | modification, are permitted provided that the following conditions |
| 5856 | are met: |
| 5857 | 1. Redistributions of source code must retain the above copyright |
| 5858 | notice, this list of conditions and the following disclaimer. |
| 5859 | 2. Redistributions in binary form must reproduce the above copyright |
| 5860 | notice, this list of conditions and the following disclaimer in the |
| 5861 | documentation and/or other materials provided with the distribution. |
| 5862 | 3. Neither the name of the University nor the names of its contributors |
| 5863 | may be used to endorse or promote products derived from this software |
| 5864 | without specific prior written permission. |
| 5865 | |
| 5866 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS "AS IS" AND |
| 5867 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 5868 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 5869 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 5870 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 5871 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 5872 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 5873 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 5874 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 5875 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 5876 | |
| 5877 | ------------------------------------------------------------------- |
| 5878 | |
Elliott Hughes | 5c2264a | 2014-09-13 09:42:41 -0700 | [diff] [blame] | 5879 | Copyright 1997 Niels Provos <provos@physnet.uni-hamburg.de> |
| 5880 | Copyright 2008 Damien Miller <djm@openbsd.org> |
| 5881 | All rights reserved. |
| 5882 | |
| 5883 | Theo de Raadt <deraadt@openbsd.org> came up with the idea of using |
| 5884 | such a mathematical system to generate more random (yet non-repeating) |
| 5885 | ids to solve the resolver/named problem. But Niels designed the |
| 5886 | actual system based on the constraints. |
| 5887 | |
| 5888 | Later modified by Damien Miller to wrap the LCG output in a 15-bit |
| 5889 | permutation generator based on a Luby-Rackoff block cipher. This |
| 5890 | ensures the output is non-repeating and preserves the MSB twiddle |
| 5891 | trick, but makes it more resistant to LCG prediction. |
| 5892 | |
| 5893 | Redistribution and use in source and binary forms, with or without |
| 5894 | modification, are permitted provided that the following conditions |
| 5895 | are met: |
| 5896 | 1. Redistributions of source code must retain the above copyright |
| 5897 | notice, this list of conditions and the following disclaimer. |
| 5898 | 2. Redistributions in binary form must reproduce the above copyright |
| 5899 | notice, this list of conditions and the following disclaimer in the |
| 5900 | documentation and/or other materials provided with the distribution. |
| 5901 | |
| 5902 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR |
| 5903 | IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES |
| 5904 | OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. |
| 5905 | IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, |
| 5906 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT |
| 5907 | NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, |
| 5908 | DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY |
| 5909 | THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
| 5910 | (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF |
| 5911 | THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 5912 | |
| 5913 | ------------------------------------------------------------------- |
| 5914 | |
Dan Albert | c30862f | 2016-10-20 11:45:16 -0700 | [diff] [blame] | 5915 | From: @(#)s_ilogb.c 5.1 93/09/24 |
| 5916 | ==================================================== |
| 5917 | Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved. |
| 5918 | |
| 5919 | Developed at SunPro, a Sun Microsystems, Inc. business. |
| 5920 | Permission to use, copy, modify, and distribute this |
| 5921 | software is freely granted, provided that this notice |
| 5922 | is preserved. |
| 5923 | |
| 5924 | ------------------------------------------------------------------- |
| 5925 | |
Calin Juravle | c4fbf92 | 2014-03-10 11:23:52 +0000 | [diff] [blame] | 5926 | Portions Copyright (C) 2004, 2005, 2008, 2009 Internet Systems Consortium, Inc. ("ISC") |
| 5927 | Portions Copyright (C) 1996-2003 Internet Software Consortium. |
| 5928 | |
| 5929 | Permission to use, copy, modify, and/or distribute this software for any |
| 5930 | purpose with or without fee is hereby granted, provided that the above |
| 5931 | copyright notice and this permission notice appear in all copies. |
| 5932 | |
| 5933 | THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH |
| 5934 | REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY |
| 5935 | AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT, |
| 5936 | INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM |
| 5937 | LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE |
| 5938 | OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR |
| 5939 | PERFORMANCE OF THIS SOFTWARE. |
| 5940 | |
| 5941 | ------------------------------------------------------------------- |
| 5942 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 5943 | Portions Copyright (c) 1993 by Digital Equipment Corporation. |
| 5944 | |
| 5945 | Permission to use, copy, modify, and distribute this software for any |
| 5946 | purpose with or without fee is hereby granted, provided that the above |
| 5947 | copyright notice and this permission notice appear in all copies, and that |
| 5948 | the name of Digital Equipment Corporation not be used in advertising or |
| 5949 | publicity pertaining to distribution of the document or software without |
| 5950 | specific, written prior permission. |
| 5951 | |
| 5952 | THE SOFTWARE IS PROVIDED "AS IS" AND DIGITAL EQUIPMENT CORP. DISCLAIMS ALL |
| 5953 | WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES |
| 5954 | OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL DIGITAL EQUIPMENT |
| 5955 | CORPORATION BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL |
| 5956 | DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR |
| 5957 | PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS |
| 5958 | ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS |
| 5959 | SOFTWARE. |
| 5960 | |
| 5961 | ------------------------------------------------------------------- |
| 5962 | |
| 5963 | Portions Copyright (c) 1995 by International Business Machines, Inc. |
| 5964 | |
| 5965 | International Business Machines, Inc. (hereinafter called IBM) grants |
| 5966 | permission under its copyrights to use, copy, modify, and distribute this |
| 5967 | Software with or without fee, provided that the above copyright notice and |
| 5968 | all paragraphs of this notice appear in all copies, and that the name of IBM |
| 5969 | not be used in connection with the marketing of any product incorporating |
| 5970 | the Software or modifications thereof, without specific, written prior |
| 5971 | permission. |
| 5972 | |
| 5973 | To the extent it has a right to do so, IBM grants an immunity from suit |
| 5974 | under its patents, if any, for the use, sale or manufacture of products to |
| 5975 | the extent that such products are used for performing Domain Name System |
| 5976 | dynamic updates in TCP/IP networks by means of the Software. No immunity is |
| 5977 | granted for any product per se or for any other function of any product. |
| 5978 | |
| 5979 | THE SOFTWARE IS PROVIDED "AS IS", AND IBM DISCLAIMS ALL WARRANTIES, |
| 5980 | INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A |
| 5981 | PARTICULAR PURPOSE. IN NO EVENT SHALL IBM BE LIABLE FOR ANY SPECIAL, |
| 5982 | DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER ARISING |
| 5983 | OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE, EVEN |
| 5984 | IF IBM IS APPRISED OF THE POSSIBILITY OF SUCH DAMAGES. |
| 5985 | |
| 5986 | ------------------------------------------------------------------- |
| 5987 | |
| 5988 | Portions Copyright(C) 1995, Jason Downs. All rights reserved. |
| 5989 | |
| 5990 | Redistribution and use in source and binary forms, with or without |
| 5991 | modification, are permitted provided that the following conditions |
| 5992 | are met: |
| 5993 | 1. Redistributions of source code must retain the above copyright |
| 5994 | notice, this list of conditions and the following disclaimer. |
| 5995 | 2. Redistributions in binary form must reproduce the above copyright |
| 5996 | notice, this list of conditions and the following disclaimer in the |
| 5997 | documentation and/or other materials provided with the distribution. |
| 5998 | |
| 5999 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR(S) ``AS IS'' AND ANY EXPRESS |
| 6000 | OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED |
| 6001 | WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE |
| 6002 | DISCLAIMED. IN NO EVENT SHALL THE AUTHOR(S) BE LIABLE FOR ANY DIRECT, |
| 6003 | INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES |
| 6004 | (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR |
| 6005 | SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER |
| 6006 | CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 6007 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 6008 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 6009 | SUCH DAMAGE. |
| 6010 | |
| 6011 | ------------------------------------------------------------------- |
| 6012 | |
| 6013 | The author of this software is David M. Gay. |
| 6014 | |
Elliott Hughes | acbe322 | 2014-04-16 17:01:12 -0700 | [diff] [blame] | 6015 | Copyright (C) 1998 by Lucent Technologies |
| 6016 | All Rights Reserved |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 6017 | |
Elliott Hughes | acbe322 | 2014-04-16 17:01:12 -0700 | [diff] [blame] | 6018 | Permission to use, copy, modify, and distribute this software and |
| 6019 | its documentation for any purpose and without fee is hereby |
| 6020 | granted, provided that the above copyright notice appear in all |
| 6021 | copies and that both that the copyright notice and this |
| 6022 | permission notice and warranty disclaimer appear in supporting |
| 6023 | documentation, and that the name of Lucent or any of its entities |
| 6024 | not be used in advertising or publicity pertaining to |
| 6025 | distribution of the software without specific, written prior |
| 6026 | permission. |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 6027 | |
Elliott Hughes | acbe322 | 2014-04-16 17:01:12 -0700 | [diff] [blame] | 6028 | LUCENT DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, |
| 6029 | INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. |
| 6030 | IN NO EVENT SHALL LUCENT OR ANY OF ITS ENTITIES BE LIABLE FOR ANY |
| 6031 | SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES |
| 6032 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER |
| 6033 | IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, |
| 6034 | ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF |
| 6035 | THIS SOFTWARE. |
| 6036 | |
| 6037 | ------------------------------------------------------------------- |
| 6038 | |
| 6039 | The author of this software is David M. Gay. |
| 6040 | |
| 6041 | Copyright (C) 1998, 1999 by Lucent Technologies |
| 6042 | All Rights Reserved |
| 6043 | |
| 6044 | Permission to use, copy, modify, and distribute this software and |
| 6045 | its documentation for any purpose and without fee is hereby |
| 6046 | granted, provided that the above copyright notice appear in all |
| 6047 | copies and that both that the copyright notice and this |
| 6048 | permission notice and warranty disclaimer appear in supporting |
| 6049 | documentation, and that the name of Lucent or any of its entities |
| 6050 | not be used in advertising or publicity pertaining to |
| 6051 | distribution of the software without specific, written prior |
| 6052 | permission. |
| 6053 | |
| 6054 | LUCENT DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, |
| 6055 | INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. |
| 6056 | IN NO EVENT SHALL LUCENT OR ANY OF ITS ENTITIES BE LIABLE FOR ANY |
| 6057 | SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES |
| 6058 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER |
| 6059 | IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, |
| 6060 | ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF |
| 6061 | THIS SOFTWARE. |
| 6062 | |
| 6063 | ------------------------------------------------------------------- |
| 6064 | |
| 6065 | The author of this software is David M. Gay. |
| 6066 | |
| 6067 | Copyright (C) 1998, 2000 by Lucent Technologies |
| 6068 | All Rights Reserved |
| 6069 | |
| 6070 | Permission to use, copy, modify, and distribute this software and |
| 6071 | its documentation for any purpose and without fee is hereby |
| 6072 | granted, provided that the above copyright notice appear in all |
| 6073 | copies and that both that the copyright notice and this |
| 6074 | permission notice and warranty disclaimer appear in supporting |
| 6075 | documentation, and that the name of Lucent or any of its entities |
| 6076 | not be used in advertising or publicity pertaining to |
| 6077 | distribution of the software without specific, written prior |
| 6078 | permission. |
| 6079 | |
| 6080 | LUCENT DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, |
| 6081 | INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. |
| 6082 | IN NO EVENT SHALL LUCENT OR ANY OF ITS ENTITIES BE LIABLE FOR ANY |
| 6083 | SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES |
| 6084 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER |
| 6085 | IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, |
| 6086 | ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF |
| 6087 | THIS SOFTWARE. |
| 6088 | |
| 6089 | ------------------------------------------------------------------- |
| 6090 | |
| 6091 | The author of this software is David M. Gay. |
| 6092 | |
| 6093 | Copyright (C) 1998-2000 by Lucent Technologies |
| 6094 | All Rights Reserved |
| 6095 | |
| 6096 | Permission to use, copy, modify, and distribute this software and |
| 6097 | its documentation for any purpose and without fee is hereby |
| 6098 | granted, provided that the above copyright notice appear in all |
| 6099 | copies and that both that the copyright notice and this |
| 6100 | permission notice and warranty disclaimer appear in supporting |
| 6101 | documentation, and that the name of Lucent or any of its entities |
| 6102 | not be used in advertising or publicity pertaining to |
| 6103 | distribution of the software without specific, written prior |
| 6104 | permission. |
| 6105 | |
| 6106 | LUCENT DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, |
| 6107 | INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. |
| 6108 | IN NO EVENT SHALL LUCENT OR ANY OF ITS ENTITIES BE LIABLE FOR ANY |
| 6109 | SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES |
| 6110 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER |
| 6111 | IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, |
| 6112 | ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF |
| 6113 | THIS SOFTWARE. |
| 6114 | |
| 6115 | ------------------------------------------------------------------- |
| 6116 | |
| 6117 | The author of this software is David M. Gay. |
| 6118 | |
| 6119 | Copyright (C) 1998-2001 by Lucent Technologies |
| 6120 | All Rights Reserved |
| 6121 | |
| 6122 | Permission to use, copy, modify, and distribute this software and |
| 6123 | its documentation for any purpose and without fee is hereby |
| 6124 | granted, provided that the above copyright notice appear in all |
| 6125 | copies and that both that the copyright notice and this |
| 6126 | permission notice and warranty disclaimer appear in supporting |
| 6127 | documentation, and that the name of Lucent or any of its entities |
| 6128 | not be used in advertising or publicity pertaining to |
| 6129 | distribution of the software without specific, written prior |
| 6130 | permission. |
| 6131 | |
| 6132 | LUCENT DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, |
| 6133 | INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. |
| 6134 | IN NO EVENT SHALL LUCENT OR ANY OF ITS ENTITIES BE LIABLE FOR ANY |
| 6135 | SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES |
| 6136 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER |
| 6137 | IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, |
| 6138 | ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF |
| 6139 | THIS SOFTWARE. |
| 6140 | |
| 6141 | ------------------------------------------------------------------- |
| 6142 | |
| 6143 | The author of this software is David M. Gay. |
| 6144 | |
| 6145 | Copyright (C) 2000 by Lucent Technologies |
| 6146 | All Rights Reserved |
| 6147 | |
| 6148 | Permission to use, copy, modify, and distribute this software and |
| 6149 | its documentation for any purpose and without fee is hereby |
| 6150 | granted, provided that the above copyright notice appear in all |
| 6151 | copies and that both that the copyright notice and this |
| 6152 | permission notice and warranty disclaimer appear in supporting |
| 6153 | documentation, and that the name of Lucent or any of its entities |
| 6154 | not be used in advertising or publicity pertaining to |
| 6155 | distribution of the software without specific, written prior |
| 6156 | permission. |
| 6157 | |
| 6158 | LUCENT DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, |
| 6159 | INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. |
| 6160 | IN NO EVENT SHALL LUCENT OR ANY OF ITS ENTITIES BE LIABLE FOR ANY |
| 6161 | SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES |
| 6162 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER |
| 6163 | IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, |
| 6164 | ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF |
| 6165 | THIS SOFTWARE. |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 6166 | |
| 6167 | ------------------------------------------------------------------- |
| 6168 | |