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