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